From f1b8d9160e3c3d700656b2d7af4a08b69e37e09f Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 11 Dec 2025 04:04:10 +0300 Subject: [PATCH] fix(wallet): restore real blockchain WalletDashboard, remove mock Wallet page --- web/public/sdk_docs/.lock | 0 web/public/sdk_docs/crates.js | 2 + web/public/sdk_docs/help.html | 1 + web/public/sdk_docs/pezkuwi_sdk_docs/all.html | 1 + .../external_resources/index.html | 15 + .../external_resources/sidebar-items.js | 1 + .../guides/async_backing_guide/index.html | 310 +++++++ .../async_backing_guide/sidebar-items.js | 1 + .../guides/enable_elastic_scaling/index.html | 141 ++++ .../enable_elastic_scaling/sidebar-items.js | 1 + .../guides/enable_metadata_hash/index.html | 96 +++ .../enable_metadata_hash/sidebar-items.js | 1 + .../guides/enable_pov_reclaim/index.html | 161 ++++ .../enable_pov_reclaim/sidebar-items.js | 1 + .../handling_teyrchain_forks/index.html | 86 ++ .../handling_teyrchain_forks/sidebar-items.js | 1 + .../pezkuwi_sdk_docs/guides/index.html | 21 + .../pezkuwi_sdk_docs/guides/sidebar-items.js | 1 + .../guides/your_first_node/index.html | 77 ++ .../guides/your_first_node/sidebar-items.js | 1 + .../guides/your_first_pallet/index.html | 596 +++++++++++++ .../pallet/dispatchables/fn.mint_unsafe.html | 6 + .../pallet/dispatchables/fn.transfer.html | 6 + .../pallet/dispatchables/index.html | 6 + .../pallet/dispatchables/sidebar-items.js | 1 + .../your_first_pallet/pallet/enum.Call.html | 234 ++++++ .../your_first_pallet/pallet/index.html | 19 + .../your_first_pallet/pallet/sidebar-items.js | 1 + .../pallet/storage_types/index.html | 8 + .../pallet/storage_types/sidebar-items.js | 1 + .../pallet/storage_types/struct.Balances.html | 148 ++++ .../storage_types/struct.TotalIssuance.html | 148 ++++ .../pallet/struct.Pallet.html | 194 +++++ .../pallet/trait.Config.html | 6 + .../pallet/type.Balance.html | 1 + .../pallet/type.Balances.html | 3 + .../your_first_pallet/pallet/type.Module.html | 3 + .../pallet/type.TotalIssuance.html | 3 + .../pallet_v2/dispatchables/fn.transfer.html | 5 + .../pallet_v2/dispatchables/index.html | 6 + .../pallet_v2/dispatchables/sidebar-items.js | 1 + .../pallet_v2/enum.Call.html | 233 ++++++ .../pallet_v2/enum.Error.html | 200 +++++ .../pallet_v2/enum.Event.html | 230 +++++ .../your_first_pallet/pallet_v2/index.html | 19 + .../pallet_v2/sidebar-items.js | 1 + .../pallet_v2/storage_types/index.html | 8 + .../pallet_v2/storage_types/sidebar-items.js | 1 + .../storage_types/struct.Balances.html | 147 ++++ .../storage_types/struct.TotalIssuance.html | 147 ++++ .../pallet_v2/struct.Pallet.html | 179 ++++ .../pallet_v2/tests/index.html | 1 + .../tests/runtime_v2/enum.OriginCaller.html | 203 +++++ .../tests/runtime_v2/enum.RuntimeCall.html | 219 +++++ .../tests/runtime_v2/enum.RuntimeError.html | 187 +++++ .../tests/runtime_v2/enum.RuntimeEvent.html | 202 +++++ .../runtime_v2/enum.RuntimeFreezeReason.html | 199 +++++ .../runtime_v2/enum.RuntimeHoldReason.html | 199 +++++ .../tests/runtime_v2/enum.RuntimeLockId.html | 199 +++++ .../runtime_v2/enum.RuntimeSlashReason.html | 199 +++++ .../tests/runtime_v2/enum.RuntimeTask.html | 199 +++++ .../runtime_v2/enum.RuntimeViewFunction.html | 202 +++++ .../pallet_v2/tests/runtime_v2/index.html | 3 + .../tests/runtime_v2/sidebar-items.js | 1 + .../tests/runtime_v2/struct.PalletInfo.html | 146 ++++ .../tests/runtime_v2/struct.Runtime.html | 169 ++++ .../struct.RuntimeGenesisConfig.html | 153 ++++ .../runtime_v2/struct.RuntimeOrigin.html | 159 ++++ .../runtime_v2/type.AllPalletsWithSystem.html | 2 + .../type.AllPalletsWithoutSystem.html | 3 + .../tests/runtime_v2/type.Currency.html | 1 + .../tests/runtime_v2/type.System.html | 1 + .../tests/runtime_v2/type.SystemConfig.html | 3 + .../pallet_v2/tests/sidebar-items.js | 1 + .../pallet_v2/trait.Config.html | 9 + .../pallet_v2/type.Balances.html | 2 + .../pallet_v2/type.Module.html | 3 + .../pallet_v2/type.TotalIssuance.html | 2 + .../shell_pallet/dispatchables/index.html | 6 + .../dispatchables/sidebar-items.js | 1 + .../shell_pallet/enum.Call.html | 214 +++++ .../your_first_pallet/shell_pallet/index.html | 19 + .../shell_pallet/sidebar-items.js | 1 + .../shell_pallet/storage_types/index.html | 8 + .../storage_types/sidebar-items.js | 1 + .../shell_pallet/struct.Pallet.html | 175 ++++ .../shell_pallet/trait.Config.html | 6 + .../shell_pallet/type.Module.html | 3 + .../guides/your_first_pallet/sidebar-items.js | 1 + .../guides/your_first_runtime/index.html | 234 ++++++ .../your_first_runtime/sidebar-items.js | 1 + .../sdk_docs/pezkuwi_sdk_docs/index.html | 67 ++ .../meta_contributing/index.html | 127 +++ .../meta_contributing/sidebar-items.js | 1 + .../pezkuwi_sdk/cumulus/index.html | 90 ++ .../pezkuwi_sdk/cumulus/sidebar-items.js | 1 + .../pezkuwi_sdk/frame_runtime/index.html | 185 ++++ .../dispatchables/fn.some_dispatchable.html | 6 + .../pallet/dispatchables/index.html | 6 + .../pallet/dispatchables/sidebar-items.js | 1 + .../frame_runtime/pallet/enum.Call.html | 229 +++++ .../frame_runtime/pallet/enum.Event.html | 213 +++++ .../frame_runtime/pallet/index.html | 26 + .../frame_runtime/pallet/sidebar-items.js | 1 + .../pallet/storage_types/index.html | 9 + .../pallet/storage_types/sidebar-items.js | 1 + .../pallet/storage_types/struct.Value.html | 149 ++++ .../frame_runtime/pallet/struct.Pallet.html | 183 ++++ .../frame_runtime/pallet/trait.Config.html | 19 + .../frame_runtime/pallet/type.Module.html | 3 + .../frame_runtime/pallet/type.Value.html | 4 + .../runtime/enum.OriginCaller.html | 203 +++++ .../runtime/enum.RuntimeCall.html | 219 +++++ .../runtime/enum.RuntimeError.html | 186 +++++ .../runtime/enum.RuntimeEvent.html | 202 +++++ .../runtime/enum.RuntimeFreezeReason.html | 199 +++++ .../runtime/enum.RuntimeHoldReason.html | 199 +++++ .../runtime/enum.RuntimeLockId.html | 199 +++++ .../runtime/enum.RuntimeSlashReason.html | 199 +++++ .../runtime/enum.RuntimeTask.html | 199 +++++ .../runtime/enum.RuntimeViewFunction.html | 202 +++++ .../frame_runtime/runtime/index.html | 6 + .../frame_runtime/runtime/sidebar-items.js | 1 + .../runtime/struct.PalletInfo.html | 146 ++++ .../frame_runtime/runtime/struct.Runtime.html | 171 ++++ .../runtime/struct.RuntimeGenesisConfig.html | 153 ++++ .../runtime/struct.RuntimeOrigin.html | 159 ++++ .../runtime/type.AllPalletsWithSystem.html | 2 + .../runtime/type.AllPalletsWithoutSystem.html | 3 + .../frame_runtime/runtime/type.Example.html | 1 + .../frame_runtime/runtime/type.System.html | 1 + .../runtime/type.SystemConfig.html | 3 + .../frame_runtime/sidebar-items.js | 1 + .../pezkuwi_sdk_docs/pezkuwi_sdk/index.html | 224 +++++ .../pezkuwi_sdk/pezkuwi/index.html | 99 +++ .../pezkuwi_sdk/pezkuwi/sidebar-items.js | 1 + .../pezkuwi_sdk/sidebar-items.js | 1 + .../pezkuwi_sdk/smart_contracts/index.html | 12 + .../smart_contracts/sidebar-items.js | 1 + .../pezkuwi_sdk/substrate/index.html | 161 ++++ .../pezkuwi_sdk/substrate/sidebar-items.js | 1 + .../pezkuwi_sdk/templates/index.html | 43 + .../pezkuwi_sdk/templates/sidebar-items.js | 1 + .../pezkuwi_sdk/xcm/index.html | 52 ++ .../pezkuwi_sdk/xcm/sidebar-items.js | 1 + .../blockchain_state_machines/index.html | 106 +++ .../sidebar-items.js | 1 + .../chain_spec_genesis/index.html | 356 ++++++++ .../chain_spec_genesis/sidebar-items.js | 1 + .../reference_docs/cli/index.html | 89 ++ .../reference_docs/cli/sidebar-items.js | 1 + .../custom_host_functions/index.html | 40 + .../custom_host_functions/sidebar-items.js | 1 + .../custom_runtime_api_rpc/index.html | 106 +++ .../custom_runtime_api_rpc/sidebar-items.js | 1 + .../defensive_programming/index.html | 269 ++++++ .../defensive_programming/sidebar-items.js | 1 + .../development_environment_advice/index.html | 186 +++++ .../sidebar-items.js | 1 + .../call_data/enum.Call.html | 196 +++++ .../call_data/enum.PalletACall.html | 183 ++++ .../call_data/enum.PalletBCall.html | 183 ++++ .../extrinsic_encoding/call_data/index.html | 1 + .../call_data/sidebar-items.js | 1 + .../fn.encode_demo_extrinsic.html | 1 + .../encoding_example/index.html | 1 + .../encoding_example/sidebar-items.js | 1 + .../extrinsic_encoding/index.html | 329 ++++++++ .../extrinsic_encoding/sidebar-items.js | 1 + .../fee_less_runtime/index.html | 15 + .../fee_less_runtime/sidebar-items.js | 1 + .../frame_benchmarking_weight/index.html | 151 ++++ .../dispatchables/fn.simple_transfer.html | 5 + .../dispatchables/fn.simple_transfer_2.html | 5 + .../dispatchables/fn.simple_transfer_3.html | 5 + .../pallet/dispatchables/index.html | 6 + .../pallet/dispatchables/sidebar-items.js | 1 + .../pallet/enum.Call.html | 246 ++++++ .../pallet/index.html | 19 + .../pallet/sidebar-items.js | 1 + .../pallet/storage_types/index.html | 8 + .../pallet/storage_types/sidebar-items.js | 1 + .../pallet/struct.Pallet.html | 187 +++++ .../pallet/trait.Config.html | 8 + .../pallet/trait.WeightInfo.html | 4 + .../pallet/type.Module.html | 3 + .../sidebar-items.js | 1 + .../reference_docs/frame_logging/index.html | 117 +++ .../frame_logging/sidebar-items.js | 1 + .../frame_offchain_workers/index.html | 100 +++ .../frame_offchain_workers/sidebar-items.js | 1 + .../reference_docs/frame_origin/index.html | 171 ++++ .../dispatchables/fn.do_something.html | 5 + .../dispatchables/index.html | 6 + .../dispatchables/sidebar-items.js | 1 + .../pallet_for_origin/enum.Call.html | 218 +++++ .../frame_origin/pallet_for_origin/index.html | 19 + .../pallet_for_origin/sidebar-items.js | 1 + .../storage_types/index.html | 8 + .../storage_types/sidebar-items.js | 1 + .../pallet_for_origin/struct.Pallet.html | 175 ++++ .../pallet_for_origin/trait.Config.html | 6 + .../pallet_for_origin/type.Module.html | 3 + .../dispatchables/fn.only_validators.html | 5 + .../dispatchables/index.html | 6 + .../dispatchables/sidebar-items.js | 1 + .../pallet_with_custom_origin/enum.Call.html | 218 +++++ .../enum.Origin.html | 207 +++++ .../pallet_with_custom_origin/index.html | 19 + .../sidebar-items.js | 1 + .../storage_types/index.html | 8 + .../storage_types/sidebar-items.js | 1 + .../struct.Pallet.html | 177 ++++ .../trait.Config.html | 8 + .../type.Module.html | 3 + .../fn.externally_checked_ext.html | 5 + .../dispatchables/index.html | 6 + .../dispatchables/sidebar-items.js | 1 + .../enum.Call.html | 218 +++++ .../pallet_with_external_origin/index.html | 19 + .../sidebar-items.js | 1 + .../storage_types/index.html | 8 + .../storage_types/sidebar-items.js | 1 + .../struct.Pallet.html | 177 ++++ .../trait.Config.html | 8 + .../type.Module.html | 3 + .../enum.OriginCaller.html | 203 +++++ .../enum.RuntimeCall.html | 221 +++++ .../enum.RuntimeError.html | 186 +++++ .../enum.RuntimeEvent.html | 201 +++++ .../enum.RuntimeFreezeReason.html | 199 +++++ .../enum.RuntimeHoldReason.html | 199 +++++ .../enum.RuntimeLockId.html | 199 +++++ .../enum.RuntimeSlashReason.html | 199 +++++ .../enum.RuntimeTask.html | 199 +++++ .../enum.RuntimeViewFunction.html | 202 +++++ .../runtime_for_external_origin/index.html | 3 + .../sidebar-items.js | 1 + .../struct.PalletInfo.html | 146 ++++ .../struct.Runtime.html | 169 ++++ .../struct.RuntimeGenesisConfig.html | 153 ++++ .../struct.RuntimeOrigin.html | 159 ++++ .../type.AllPalletsWithSystem.html | 2 + .../type.AllPalletsWithoutSystem.html | 3 + .../type.PalletWithExternalOrigin.html | 1 + .../type.System.html | 1 + .../type.SystemConfig.html | 3 + .../runtime_for_origin/enum.OriginCaller.html | 204 +++++ .../runtime_for_origin/enum.RuntimeCall.html | 221 +++++ .../runtime_for_origin/enum.RuntimeError.html | 186 +++++ .../runtime_for_origin/enum.RuntimeEvent.html | 201 +++++ .../enum.RuntimeFreezeReason.html | 199 +++++ .../enum.RuntimeHoldReason.html | 199 +++++ .../enum.RuntimeLockId.html | 199 +++++ .../enum.RuntimeSlashReason.html | 199 +++++ .../runtime_for_origin/enum.RuntimeTask.html | 199 +++++ .../enum.RuntimeViewFunction.html | 202 +++++ .../runtime_for_origin/index.html | 3 + .../runtime_for_origin/sidebar-items.js | 1 + .../runtime_for_origin/struct.PalletInfo.html | 146 ++++ .../runtime_for_origin/struct.Runtime.html | 169 ++++ .../struct.RuntimeGenesisConfig.html | 153 ++++ .../struct.RuntimeOrigin.html | 161 ++++ .../type.AllPalletsWithSystem.html | 2 + .../type.AllPalletsWithoutSystem.html | 3 + .../type.PalletWithCustomOrigin.html | 1 + .../runtime_for_origin/type.System.html | 1 + .../runtime_for_origin/type.SystemConfig.html | 3 + .../frame_origin/sidebar-items.js | 1 + .../frame_pallet_coupling/index.html | 199 +++++ .../pallet_author/dispatchables/index.html | 6 + .../dispatchables/sidebar-items.js | 1 + .../pallet_author/enum.Call.html | 214 +++++ .../pallet_author/index.html | 19 + .../pallet_author/sidebar-items.js | 1 + .../pallet_author/storage_types/index.html | 8 + .../storage_types/sidebar-items.js | 1 + .../pallet_author/struct.Pallet.html | 175 ++++ .../pallet_author/trait.Config.html | 6 + .../pallet_author/type.Module.html | 3 + .../pallet_foo/dispatchables/index.html | 6 + .../pallet_foo/dispatchables/sidebar-items.js | 1 + .../pallet_foo/enum.Call.html | 214 +++++ .../pallet_foo/index.html | 19 + .../pallet_foo/sidebar-items.js | 1 + .../pallet_foo/storage_types/index.html | 8 + .../pallet_foo/storage_types/sidebar-items.js | 1 + .../pallet_foo/struct.Pallet.html | 175 ++++ .../pallet_foo/trait.Config.html | 6 + .../pallet_foo/type.Module.html | 3 + .../pallet_foo_loose/dispatchables/index.html | 6 + .../dispatchables/sidebar-items.js | 1 + .../pallet_foo_loose/enum.Call.html | 214 +++++ .../pallet_foo_loose/index.html | 19 + .../pallet_foo_loose/sidebar-items.js | 1 + .../pallet_foo_loose/storage_types/index.html | 8 + .../storage_types/sidebar-items.js | 1 + .../pallet_foo_loose/struct.Pallet.html | 175 ++++ .../pallet_foo_loose/trait.Config.html | 10 + .../pallet_foo_loose/type.Module.html | 3 + .../pallet_foo_tight/dispatchables/index.html | 6 + .../dispatchables/sidebar-items.js | 1 + .../pallet_foo_tight/enum.Call.html | 214 +++++ .../pallet_foo_tight/index.html | 19 + .../pallet_foo_tight/sidebar-items.js | 1 + .../pallet_foo_tight/storage_types/index.html | 8 + .../storage_types/sidebar-items.js | 1 + .../pallet_foo_tight/struct.Pallet.html | 175 ++++ .../pallet_foo_tight/trait.Config.html | 7 + .../pallet_foo_tight/type.Module.html | 3 + .../runtime/enum.OriginCaller.html | 203 +++++ .../runtime/enum.RuntimeCall.html | 218 +++++ .../runtime/enum.RuntimeError.html | 186 +++++ .../runtime/enum.RuntimeEvent.html | 201 +++++ .../runtime/enum.RuntimeFreezeReason.html | 199 +++++ .../runtime/enum.RuntimeHoldReason.html | 199 +++++ .../runtime/enum.RuntimeLockId.html | 199 +++++ .../runtime/enum.RuntimeSlashReason.html | 199 +++++ .../runtime/enum.RuntimeTask.html | 199 +++++ .../runtime/enum.RuntimeViewFunction.html | 202 +++++ .../frame_pallet_coupling/runtime/index.html | 3 + .../runtime/sidebar-items.js | 1 + .../runtime/struct.PalletInfo.html | 146 ++++ .../runtime/struct.Runtime.html | 170 ++++ .../runtime/struct.RuntimeGenesisConfig.html | 153 ++++ .../runtime/struct.RuntimeOrigin.html | 159 ++++ .../runtime/type.AllPalletsWithSystem.html | 2 + .../runtime/type.AllPalletsWithoutSystem.html | 3 + .../runtime/type.PalletAuthor.html | 1 + .../runtime/type.PalletFoo.html | 1 + .../runtime/type.System.html | 1 + .../runtime/type.SystemConfig.html | 3 + .../frame_pallet_coupling/sidebar-items.js | 1 + .../struct.OtherAuthorProvider.html | 144 ++++ .../trait.AuthorProvider.html | 5 + .../frame_runtime_types/index.html | 250 ++++++ .../pallet_bar/dispatchables/fn.bar.html | 5 + .../pallet_bar/dispatchables/index.html | 6 + .../pallet_bar/dispatchables/sidebar-items.js | 1 + .../pallet_bar/enum.Call.html | 218 +++++ .../frame_runtime_types/pallet_bar/index.html | 21 + .../pallet_bar/sidebar-items.js | 1 + .../pallet_bar/storage_types/index.html | 8 + .../pallet_bar/storage_types/sidebar-items.js | 1 + .../pallet_bar/struct.GenesisConfig.html | 160 ++++ .../pallet_bar/struct.Pallet.html | 175 ++++ .../pallet_bar/trait.Config.html | 6 + .../pallet_bar/type.Module.html | 3 + .../pallet_foo/dispatchables/fn.foo.html | 5 + .../pallet_foo/dispatchables/fn.other.html | 5 + .../pallet_foo/dispatchables/index.html | 6 + .../pallet_foo/dispatchables/sidebar-items.js | 1 + .../pallet_foo/enum.Call.html | 220 +++++ .../pallet_foo/enum.Origin.html | 204 +++++ .../frame_runtime_types/pallet_foo/index.html | 19 + .../pallet_foo/sidebar-items.js | 1 + .../pallet_foo/storage_types/index.html | 8 + .../pallet_foo/storage_types/sidebar-items.js | 1 + .../pallet_foo/struct.Pallet.html | 175 ++++ .../pallet_foo/trait.Config.html | 6 + .../pallet_foo/type.Module.html | 3 + .../dispatchables/fn.foo.html | 5 + .../dispatchables/index.html | 6 + .../dispatchables/sidebar-items.js | 1 + .../enum.Call.html | 218 +++++ .../index.html | 19 + .../sidebar-items.js | 1 + .../storage_types/index.html | 8 + .../storage_types/sidebar-items.js | 1 + .../struct.Pallet.html | 177 ++++ .../trait.Config.html | 9 + .../type.Module.html | 3 + .../runtime/enum.OriginCaller.html | 204 +++++ .../runtime/enum.RuntimeCall.html | 220 +++++ .../runtime/enum.RuntimeError.html | 186 +++++ .../runtime/enum.RuntimeEvent.html | 201 +++++ .../runtime/enum.RuntimeFreezeReason.html | 199 +++++ .../runtime/enum.RuntimeHoldReason.html | 199 +++++ .../runtime/enum.RuntimeLockId.html | 199 +++++ .../runtime/enum.RuntimeSlashReason.html | 199 +++++ .../runtime/enum.RuntimeTask.html | 199 +++++ .../runtime/enum.RuntimeViewFunction.html | 202 +++++ .../frame_runtime_types/runtime/index.html | 3 + .../runtime/sidebar-items.js | 1 + .../runtime/struct.PalletInfo.html | 146 ++++ .../runtime/struct.Runtime.html | 169 ++++ .../runtime/struct.RuntimeGenesisConfig.html | 154 ++++ .../runtime/struct.RuntimeOrigin.html | 161 ++++ .../runtime/type.AllPalletsWithSystem.html | 2 + .../runtime/type.AllPalletsWithoutSystem.html | 3 + .../runtime/type.PalletBar.html | 1 + .../runtime/type.PalletBarConfig.html | 3 + .../runtime/type.PalletFoo.html | 1 + .../runtime/type.System.html | 1 + .../runtime/type.SystemConfig.html | 3 + .../enum.OriginCaller.html | 203 +++++ .../enum.RuntimeCall.html | 221 +++++ .../enum.RuntimeError.html | 186 +++++ .../enum.RuntimeEvent.html | 201 +++++ .../enum.RuntimeFreezeReason.html | 199 +++++ .../enum.RuntimeHoldReason.html | 199 +++++ .../enum.RuntimeLockId.html | 199 +++++ .../enum.RuntimeSlashReason.html | 199 +++++ .../enum.RuntimeTask.html | 199 +++++ .../enum.RuntimeViewFunction.html | 202 +++++ .../index.html | 3 + .../sidebar-items.js | 1 + .../struct.PalletInfo.html | 146 ++++ .../struct.Runtime.html | 169 ++++ .../struct.RuntimeGenesisConfig.html | 153 ++++ .../struct.RuntimeOrigin.html | 159 ++++ .../type.AllPalletsWithSystem.html | 2 + .../type.AllPalletsWithoutSystem.html | 3 + .../type.PalletWithSpecificRuntimeCall.html | 1 + .../type.System.html | 1 + .../type.SystemConfig.html | 3 + .../frame_runtime_types/sidebar-items.js | 1 + .../index.html | 99 +++ .../sidebar-items.js | 1 + .../frame_storage_derives/index.html | 146 ++++ .../frame_storage_derives/sidebar-items.js | 1 + .../frame_system_accounts/index.html | 5 + .../frame_system_accounts/sidebar-items.js | 1 + .../reference_docs/frame_tokens/index.html | 89 ++ .../frame_tokens/sidebar-items.js | 1 + .../reference_docs/glossary/index.html | 82 ++ .../reference_docs/glossary/sidebar-items.js | 1 + .../reference_docs/index.html | 38 + .../reference_docs/metadata/index.html | 23 + .../reference_docs/metadata/sidebar-items.js | 1 + .../reference_docs/omni_node/index.html | 186 +++++ .../reference_docs/omni_node/sidebar-items.js | 1 + .../runtime_vs_smart_contract/index.html | 206 +++++ .../sidebar-items.js | 1 + .../reference_docs/sidebar-items.js | 1 + .../signed_extensions/index.html | 4 + .../signed_extensions/sidebar-items.js | 1 + .../reference_docs/state/index.html | 11 + .../reference_docs/state/sidebar-items.js | 1 + .../trait_based_programming/index.html | 198 +++++ .../trait_based_programming/sidebar-items.js | 1 + .../transaction_extensions/index.html | 115 +++ .../transaction_extensions/sidebar-items.js | 1 + .../transaction_extensions_example/index.html | 1 + .../sidebar-items.js | 1 + .../struct.AddToPayload.html | 284 +++++++ .../struct.AddToSignaturePayload.html | 282 +++++++ .../reference_docs/umbrella_crate/index.html | 72 ++ .../umbrella_crate/sidebar-items.js | 1 + .../wasm_meta_protocol/index.html | 313 +++++++ .../wasm_meta_protocol/sidebar-items.js | 1 + .../pezkuwi_sdk_docs/sidebar-items.js | 1 + .../sdk_docs/search.index/001f9d4515f5.js | 1 + .../sdk_docs/search.index/00cc8eaa8fb8.js | 1 + .../sdk_docs/search.index/0181431312c0.js | 1 + .../sdk_docs/search.index/02fb50bb2b3a.js | 1 + .../sdk_docs/search.index/03feaadc55d1.js | 1 + .../sdk_docs/search.index/05811da757a5.js | 1 + .../sdk_docs/search.index/0596780364b1.js | 1 + .../sdk_docs/search.index/06935c7d5cdd.js | 1 + .../sdk_docs/search.index/06ad8378494d.js | 1 + .../sdk_docs/search.index/08b8e45c076e.js | 1 + .../sdk_docs/search.index/0baeb31088e7.js | 1 + .../sdk_docs/search.index/0d05a483908b.js | 1 + .../sdk_docs/search.index/0e7eda2c448a.js | 1 + .../sdk_docs/search.index/0f86ec434adf.js | 1 + .../sdk_docs/search.index/1004a31e0972.js | 1 + .../sdk_docs/search.index/100d490ce230.js | 1 + .../sdk_docs/search.index/100f45255a80.js | 1 + .../sdk_docs/search.index/12045e4e25a1.js | 1 + .../sdk_docs/search.index/1259e0ba96bc.js | 1 + .../sdk_docs/search.index/12cf95cdf596.js | 1 + .../sdk_docs/search.index/13740d750079.js | 1 + .../sdk_docs/search.index/1522ae0d34f4.js | 1 + .../sdk_docs/search.index/15c880ec3ce8.js | 1 + .../sdk_docs/search.index/1923b2c068c9.js | 1 + .../sdk_docs/search.index/194bd9d6b396.js | 1 + .../sdk_docs/search.index/19800034e456.js | 1 + .../sdk_docs/search.index/19b08104f557.js | 1 + .../sdk_docs/search.index/1a0c62a0863d.js | 1 + .../sdk_docs/search.index/1b26032647bc.js | 1 + .../sdk_docs/search.index/1b792a25fca0.js | 1 + .../sdk_docs/search.index/1bcaadf0a7c9.js | 1 + .../sdk_docs/search.index/1c3aaa65e872.js | 1 + .../sdk_docs/search.index/1dcc9be9156c.js | 1 + .../sdk_docs/search.index/1e6ff19647a6.js | 1 + .../sdk_docs/search.index/1edb2f79f018.js | 1 + .../sdk_docs/search.index/1f6dccb18831.js | 1 + .../sdk_docs/search.index/1f89e2e12b2b.js | 1 + .../sdk_docs/search.index/21798464eb5a.js | 1 + .../sdk_docs/search.index/224fd6d32cfe.js | 1 + .../sdk_docs/search.index/228feaf48e6b.js | 1 + .../sdk_docs/search.index/229733536f38.js | 1 + .../sdk_docs/search.index/234fcc14932b.js | 1 + .../sdk_docs/search.index/2685d9af800a.js | 1 + .../sdk_docs/search.index/2740cbf4e1f5.js | 1 + .../sdk_docs/search.index/278719615539.js | 1 + .../sdk_docs/search.index/28ea711a8d63.js | 1 + .../sdk_docs/search.index/2a29fff55304.js | 1 + .../sdk_docs/search.index/2a75b993fce3.js | 1 + .../sdk_docs/search.index/2db07773db7d.js | 1 + .../sdk_docs/search.index/2fe5617fce24.js | 1 + .../sdk_docs/search.index/30fe6791a6ea.js | 1 + .../sdk_docs/search.index/31aa9f5ed4e4.js | 1 + .../sdk_docs/search.index/31d4ff7e2db9.js | 1 + .../sdk_docs/search.index/324d7a692acb.js | 1 + .../sdk_docs/search.index/342db3064f16.js | 1 + .../sdk_docs/search.index/358f99fec880.js | 1 + .../sdk_docs/search.index/3760fa4d5f21.js | 1 + .../sdk_docs/search.index/37edb2524a2b.js | 1 + .../sdk_docs/search.index/383ecfc0718c.js | 1 + .../sdk_docs/search.index/38d248eff07c.js | 1 + .../sdk_docs/search.index/3a5bdb4304f6.js | 1 + .../sdk_docs/search.index/3a606d550a35.js | 1 + .../sdk_docs/search.index/3ab6b626f7b0.js | 1 + .../sdk_docs/search.index/3b5fde379e72.js | 1 + .../sdk_docs/search.index/3b67295a88c2.js | 1 + .../sdk_docs/search.index/3c0b42d55a27.js | 1 + .../sdk_docs/search.index/3c5c38460826.js | 1 + .../sdk_docs/search.index/40aab260fda5.js | 1 + .../sdk_docs/search.index/40b13a0db359.js | 1 + .../sdk_docs/search.index/414ca654272a.js | 1 + .../sdk_docs/search.index/42301daeea02.js | 1 + .../sdk_docs/search.index/4703dabba3cc.js | 1 + .../sdk_docs/search.index/478240024211.js | 1 + .../sdk_docs/search.index/47d0c42218e1.js | 1 + .../sdk_docs/search.index/48803efd851b.js | 1 + .../sdk_docs/search.index/48c4449c5fd9.js | 1 + .../sdk_docs/search.index/49d3f7bfb38f.js | 1 + .../sdk_docs/search.index/4a9795925bf5.js | 1 + .../sdk_docs/search.index/4aaa45df6a40.js | 1 + .../sdk_docs/search.index/4cd9674b8c1f.js | 1 + .../sdk_docs/search.index/4da5acef2e9f.js | 1 + .../sdk_docs/search.index/4e4526259022.js | 1 + .../sdk_docs/search.index/512eef532484.js | 1 + .../sdk_docs/search.index/51ed822e9cb9.js | 1 + .../sdk_docs/search.index/520213a727ed.js | 1 + .../sdk_docs/search.index/52637dea3b6e.js | 1 + .../sdk_docs/search.index/52ef20c3d7fa.js | 1 + .../sdk_docs/search.index/5311fbc20fca.js | 1 + .../sdk_docs/search.index/54031a2dd2a2.js | 1 + .../sdk_docs/search.index/54bfb1c8629a.js | 1 + .../sdk_docs/search.index/550c0d529a97.js | 1 + .../sdk_docs/search.index/552db0baebe5.js | 1 + .../sdk_docs/search.index/55aabfd685d9.js | 1 + .../sdk_docs/search.index/55da31c847a2.js | 1 + .../sdk_docs/search.index/561efdda6e67.js | 1 + .../sdk_docs/search.index/5a4caa349684.js | 1 + .../sdk_docs/search.index/5a91c6697f60.js | 1 + .../sdk_docs/search.index/5b0c2810d451.js | 1 + .../sdk_docs/search.index/62557071d6bd.js | 1 + .../sdk_docs/search.index/642ec7519568.js | 1 + .../sdk_docs/search.index/65ab96f10331.js | 1 + .../sdk_docs/search.index/65d3814c33ac.js | 1 + .../sdk_docs/search.index/661831813e82.js | 1 + .../sdk_docs/search.index/666f86db4728.js | 1 + .../sdk_docs/search.index/67947822835d.js | 1 + .../sdk_docs/search.index/697c5b2c012f.js | 1 + .../sdk_docs/search.index/6b6dc236921d.js | 1 + .../sdk_docs/search.index/6cf2ce24fd7a.js | 1 + .../sdk_docs/search.index/6dd0735e4978.js | 1 + .../sdk_docs/search.index/72ba5425c745.js | 1 + .../sdk_docs/search.index/7359ea8c9fc8.js | 1 + .../sdk_docs/search.index/74b239259dc7.js | 1 + .../sdk_docs/search.index/7677e309a663.js | 1 + .../sdk_docs/search.index/76d886bd2988.js | 1 + .../sdk_docs/search.index/771ee3cfc1c7.js | 1 + .../sdk_docs/search.index/77207c8ee290.js | 1 + .../sdk_docs/search.index/77d319309b34.js | 1 + .../sdk_docs/search.index/7a1e8060bdb6.js | 1 + .../sdk_docs/search.index/7b02a14e3955.js | 1 + .../sdk_docs/search.index/7b456e47f34f.js | 1 + .../sdk_docs/search.index/7b9c4bf46727.js | 1 + .../sdk_docs/search.index/7bbfe70c54d7.js | 1 + .../sdk_docs/search.index/7c75623b43dc.js | 1 + .../sdk_docs/search.index/7d7450d14d6b.js | 1 + .../search.index/alias/a762150c532c.js | 1 + .../search.index/crateNames/30452c92b858.js | 1 + .../search.index/desc/fdd2c22c90d3.js | 1 + .../search.index/entry/2ab4032e168e.js | 1 + .../search.index/entry/39bd494cc8db.js | 1 + .../search.index/entry/3a959af42a41.js | 1 + .../search.index/entry/4a6bbe23044f.js | 1 + .../search.index/entry/72c4aba81f42.js | 1 + .../search.index/entry/9362d5eba78f.js | 1 + .../search.index/entry/ac9fbe890b29.js | 1 + .../search.index/entry/c5ce67d60b4e.js | 1 + .../search.index/entry/e4b5329c4df1.js | 1 + .../search.index/entry/fa6ed7711279.js | 1 + .../search.index/function/22ce183e5e05.js | 1 + .../search.index/function/610a9951231c.js | 1 + .../generic_inverted_index/eb8259cb7a2c.js | 1 + .../search.index/name/929126fd8745.js | 1 + .../normalizedName/2c76560ac67e.js | 1 + .../search.index/path/b577cf669cc2.js | 1 + web/public/sdk_docs/search.index/root.js | 1 + .../search.index/type/dbf013f4918c.js | 1 + web/public/sdk_docs/settings.html | 1 + web/public/sdk_docs/src-files.js | 2 + .../external_resources.rs.html | 14 + .../guides/async_backing_guide.rs.html | 254 ++++++ .../guides/enable_elastic_scaling.rs.html | 182 ++++ .../guides/enable_metadata_hash.rs.html | 88 ++ .../guides/enable_pov_reclaim.rs.html | 88 ++ .../guides/handling_teyrchain_forks.rs.html | 90 ++ .../src/pezkuwi_sdk_docs/guides/mod.rs.html | 50 ++ .../guides/your_first_node.rs.html | 342 ++++++++ .../guides/your_first_pallet/mod.rs.html | 789 ++++++++++++++++++ .../guides/your_first_runtime.rs.html | 186 +++++ .../sdk_docs/src/pezkuwi_sdk_docs/lib.rs.html | 50 ++ .../meta_contributing.rs.html | 151 ++++ .../pezkuwi_sdk/cumulus.rs.html | 130 +++ .../pezkuwi_sdk/frame_runtime.rs.html | 175 ++++ .../pezkuwi_sdk_docs/pezkuwi_sdk/mod.rs.html | 158 ++++ .../pezkuwi_sdk/pezkuwi.rs.html | 96 +++ .../pezkuwi_sdk/smart_contracts.rs.html | 9 + .../pezkuwi_sdk/substrate.rs.html | 137 +++ .../pezkuwi_sdk/templates.rs.html | 44 + .../pezkuwi_sdk_docs/pezkuwi_sdk/xcm.rs.html | 70 ++ .../blockchain_state_machines.rs.html | 29 + .../reference_docs/chain_spec_genesis.rs.html | 200 +++++ .../reference_docs/cli.rs.html | 104 +++ .../custom_host_functions.rs.html | 27 + .../custom_runtime_api_rpc.rs.html | 77 ++ .../defensive_programming.rs.html | 395 +++++++++ .../development_environment_advice.rs.html | 223 +++++ .../reference_docs/extrinsic_encoding.rs.html | 333 ++++++++ .../reference_docs/fee_less_runtime.rs.html | 13 + .../frame_benchmarking_weight.rs.html | 212 +++++ .../reference_docs/frame_logging.rs.html | 155 ++++ .../frame_offchain_workers.rs.html | 114 +++ .../reference_docs/frame_origin.rs.html | 270 ++++++ .../frame_pallet_coupling.rs.html | 296 +++++++ .../frame_runtime_types.rs.html | 320 +++++++ ...me_runtime_upgrades_and_migrations.rs.html | 134 +++ .../frame_storage_derives.rs.html | 202 +++++ .../frame_system_accounts.rs.html | 10 + .../reference_docs/frame_tokens.rs.html | 129 +++ .../reference_docs/glossary.rs.html | 120 +++ .../reference_docs/metadata.rs.html | 25 + .../reference_docs/mod.rs.html | 116 +++ .../reference_docs/omni_node.rs.html | 201 +++++ .../runtime_vs_smart_contract.rs.html | 209 +++++ .../reference_docs/signed_extensions.rs.html | 2 + .../reference_docs/state.rs.html | 12 + .../trait_based_programming.rs.html | 229 +++++ .../transaction_extensions.rs.html | 105 +++ .../reference_docs/umbrella_crate.rs.html | 91 ++ .../reference_docs/wasm_meta_protocol.rs.html | 158 ++++ .../static.files/COPYRIGHT-7fb11f4e.txt | 71 ++ .../FiraMono-Medium-86f75c8c.woff2 | Bin 0 -> 64572 bytes .../FiraMono-Regular-87c26294.woff2 | Bin 0 -> 64868 bytes .../FiraSans-Italic-81dc35de.woff2 | Bin 0 -> 136300 bytes .../FiraSans-LICENSE-05ab6dbd.txt | 98 +++ .../FiraSans-Medium-e1aa3f0a.woff2 | Bin 0 -> 132780 bytes .../FiraSans-MediumItalic-ccf7e434.woff2 | Bin 0 -> 140588 bytes .../FiraSans-Regular-0fe48ade.woff2 | Bin 0 -> 129188 bytes .../static.files/LICENSE-APACHE-a60eea81.txt | 201 +++++ .../static.files/LICENSE-MIT-23f18e03.txt | 23 + .../NanumBarunGothic-13b3dcba.ttf.woff2 | Bin 0 -> 399468 bytes .../NanumBarunGothic-LICENSE-a37d393b.txt | 103 +++ .../SourceCodePro-It-fc8b9304.ttf.woff2 | Bin 0 -> 44896 bytes .../SourceCodePro-LICENSE-67f54ca7.txt | 97 +++ .../SourceCodePro-Regular-8badfe75.ttf.woff2 | Bin 0 -> 52228 bytes .../SourceCodePro-Semibold-aa29a496.ttf.woff2 | Bin 0 -> 52348 bytes .../SourceSerif4-Bold-6d4fd4c0.ttf.woff2 | Bin 0 -> 81540 bytes .../SourceSerif4-It-ca3b17ed.ttf.woff2 | Bin 0 -> 59716 bytes .../SourceSerif4-Regular-6b053e98.ttf.woff2 | Bin 0 -> 76260 bytes .../SourceSerif4-Semibold-457a13ac.ttf.woff2 | Bin 0 -> 80732 bytes .../static.files/favicon-044be391.svg | 24 + .../static.files/favicon-32x32-eab170b8.png | Bin 0 -> 690 bytes .../sdk_docs/static.files/main-6dc2a7f3.js | 24 + .../static.files/normalize-9960930a.css | 2 + .../static.files/noscript-263c88ec.css | 1 + .../static.files/rust-logo-9a9549ea.svg | 61 ++ .../static.files/rustdoc-e56847b5.css | 76 ++ .../static.files/scrape-examples-2bbcccac.js | 1 + .../sdk_docs/static.files/search-e256b49e.js | 5 + .../static.files/settings-c38705f0.js | 17 + .../static.files/src-script-813739b1.js | 1 + .../sdk_docs/static.files/storage-e2aeef58.js | 27 + .../static.files/stringdex-c3e638e9.js | 2 + .../trait.impl/core/clone/trait.Clone.js | 9 + .../sdk_docs/trait.impl/core/cmp/trait.Eq.js | 9 + .../trait.impl/core/cmp/trait.PartialEq.js | 9 + .../trait.impl/core/convert/trait.From.js | 9 + .../trait.impl/core/convert/trait.TryFrom.js | 9 + .../trait.impl/core/convert/trait.TryInto.js | 9 + .../trait.impl/core/default/trait.Default.js | 9 + .../trait.impl/core/fmt/trait.Debug.js | 9 + .../trait.impl/core/marker/trait.Copy.js | 9 + .../trait.impl/core/marker/trait.Freeze.js | 9 + .../trait.impl/core/marker/trait.Send.js | 9 + .../core/marker/trait.StructuralPartialEq.js | 9 + .../trait.impl/core/marker/trait.Sync.js | 9 + .../trait.impl/core/marker/trait.Unpin.js | 9 + .../core/marker/trait.UnsafeUnpin.js | 9 + .../panic/unwind_safe/trait.RefUnwindSafe.js | 9 + .../panic/unwind_safe/trait.UnwindSafe.js | 9 + .../frame_support/dispatch/trait.Callable.js | 9 + .../dispatch/trait.CheckIfFeeless.js | 9 + .../dispatch/trait.GetDispatchInfo.js | 9 + .../traits/dispatch/trait.Authorize.js | 9 + .../traits/dispatch/trait.CallerTrait.js | 9 + .../traits/dispatch/trait.OriginTrait.js | 9 + .../dispatch/trait.UnfilteredDispatchable.js | 9 + .../traits/error/trait.PalletError.js | 9 + .../hooks/trait.BeforeAllRuntimeMigrations.js | 9 + .../traits/hooks/trait.BuildGenesisConfig.js | 9 + .../frame_support/traits/hooks/trait.Hooks.js | 9 + .../traits/hooks/trait.IntegrityTest.js | 9 + .../traits/hooks/trait.OnFinalize.js | 9 + .../traits/hooks/trait.OnGenesis.js | 9 + .../traits/hooks/trait.OnIdle.js | 9 + .../traits/hooks/trait.OnInitialize.js | 9 + .../traits/hooks/trait.OnPoll.js | 9 + .../traits/hooks/trait.OnRuntimeUpgrade.js | 9 + .../traits/metadata/trait.GetCallIndex.js | 9 + .../traits/metadata/trait.GetCallMetadata.js | 9 + .../traits/metadata/trait.GetCallName.js | 9 + .../metadata/trait.GetStorageVersion.js | 9 + .../traits/metadata/trait.PalletInfo.js | 9 + .../traits/metadata/trait.PalletInfoAccess.js | 9 + .../metadata/trait.PalletsInfoAccess.js | 9 + .../traits/misc/trait.IsInherent.js | 9 + .../traits/misc/trait.IsSubType.js | 9 + .../traits/misc/trait.OffchainWorker.js | 9 + .../traits/misc/trait.VariantCount.js | 9 + .../traits/storage/trait.StorageInfoTrait.js | 9 + .../storage/trait.WhitelistedStorageKeys.js | 9 + .../frame_support/traits/tasks/trait.Task.js | 9 + .../trait.DispatchViewFunction.js | 9 + .../trait.ViewFunctionIdPrefix.js | 9 + .../frame_system/pallet/trait.Config.js | 9 + .../parity_scale_codec/codec/trait.Decode.js | 9 + .../parity_scale_codec/codec/trait.Encode.js | 9 + .../encode_like/trait.EncodeLike.js | 9 + .../max_encoded_len/trait.MaxEncodedLen.js | 9 + .../trait.DecodeWithMemTracking.js | 9 + .../pallet_v2/trait.Config.js | 9 + .../frame_runtime/pallet/trait.Config.js | 9 + .../pallet_with_custom_origin/trait.Config.js | 9 + .../trait.Config.js | 9 + .../pallet_author/trait.Config.js | 9 + .../pallet_foo_loose/trait.Config.js | 9 + .../trait.AuthorProvider.js | 9 + .../pallet_bar/trait.Config.js | 9 + .../pallet_foo/trait.Config.js | 9 + .../trait.Config.js | 9 + .../trait.impl/scale_info/trait.TypeInfo.js | 9 + .../serde_core/de/trait.Deserialize.js | 9 + .../serde_core/ser/trait.Serialize.js | 9 + .../sp_runtime/trait.BuildStorage.js | 9 + .../traits/trait.AsSystemOriginSigner.js | 9 + .../trait.AsTransactionAuthorizedOrigin.js | 9 + .../sp_runtime/traits/trait.Dispatchable.js | 9 + .../traits/trait.GetRuntimeBlockType.js | 9 + .../traits/trait.ValidateUnsigned.js | 9 + .../trait.TransactionExtension.js | 9 + .../storage/types/map/struct.StorageMap.js | 9 + .../types/value/struct.StorageValue.js | 9 + .../pallet/struct.GenesisConfig.js | 9 + .../frame_system/pallet/struct.Pallet.js | 9 + .../your_first_pallet/pallet/struct.Pallet.js | 9 + .../pallet_v2/struct.Pallet.js | 9 + .../shell_pallet/struct.Pallet.js | 9 + .../frame_runtime/pallet/struct.Pallet.js | 9 + .../pallet/struct.Pallet.js | 9 + .../pallet_for_origin/struct.Pallet.js | 9 + .../struct.Pallet.js | 9 + .../struct.Pallet.js | 9 + .../pallet_author/struct.Pallet.js | 9 + .../pallet_foo/struct.Pallet.js | 9 + .../pallet_foo_loose/struct.Pallet.js | 9 + .../pallet_foo_tight/struct.Pallet.js | 9 + .../pallet_bar/struct.GenesisConfig.js | 9 + .../pallet_bar/struct.Pallet.js | 9 + .../pallet_foo/struct.Pallet.js | 9 + .../struct.Pallet.js | 9 + .../sdk_docs/type.impl/std/primitive.tuple.js | 9 + .../sdk_docs/type.impl/std/primitive.u128.js | 9 + web/src/App.tsx | 3 +- web/src/pages/Wallet.tsx | 110 --- web/src/pages/WalletDashboard.tsx | 17 +- 784 files changed, 45015 insertions(+), 122 deletions(-) create mode 100644 web/public/sdk_docs/.lock create mode 100644 web/public/sdk_docs/crates.js create mode 100644 web/public/sdk_docs/help.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/all.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/external_resources/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/external_resources/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/async_backing_guide/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/async_backing_guide/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_elastic_scaling/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_elastic_scaling/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_metadata_hash/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_metadata_hash/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_pov_reclaim/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_pov_reclaim/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/handling_teyrchain_forks/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/handling_teyrchain_forks/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_node/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_node/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/fn.mint_unsafe.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/fn.transfer.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/struct.Balances.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/struct.TotalIssuance.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Balance.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Balances.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.TotalIssuance.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/fn.transfer.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Error.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Event.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/struct.Balances.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/struct.TotalIssuance.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.OriginCaller.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeCall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeError.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeEvent.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeFreezeReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeHoldReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeLockId.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeSlashReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeTask.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeViewFunction.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.PalletInfo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.Runtime.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.RuntimeGenesisConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.RuntimeOrigin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.AllPalletsWithSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.AllPalletsWithoutSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.Currency.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.System.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.SystemConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.Balances.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.TotalIssuance.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_runtime/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_runtime/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/meta_contributing/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/meta_contributing/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/fn.some_dispatchable.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/enum.Event.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/struct.Value.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/type.Value.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.OriginCaller.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeCall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeError.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeEvent.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeFreezeReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeHoldReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeLockId.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeSlashReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeTask.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeViewFunction.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.PalletInfo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.Runtime.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.RuntimeGenesisConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.RuntimeOrigin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.AllPalletsWithSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.AllPalletsWithoutSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.Example.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.System.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.SystemConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/substrate/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/substrate/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/templates/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/templates/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/xcm/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/xcm/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/cli/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/cli/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_host_functions/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_host_functions/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/defensive_programming/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/defensive_programming/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/development_environment_advice/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/development_environment_advice/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.PalletACall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.PalletBCall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/fn.encode_demo_extrinsic.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/fee_less_runtime/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/fee_less_runtime/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer_2.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer_3.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/trait.WeightInfo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_logging/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_logging/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/fn.do_something.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/fn.only_validators.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/enum.Origin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/fn.externally_checked_ext.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.OriginCaller.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeCall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeError.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeEvent.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeFreezeReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeHoldReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeLockId.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeSlashReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeTask.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeViewFunction.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.PalletInfo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.Runtime.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.RuntimeGenesisConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.RuntimeOrigin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.AllPalletsWithSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.AllPalletsWithoutSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.PalletWithExternalOrigin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.System.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.SystemConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.OriginCaller.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeCall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeError.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeEvent.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeFreezeReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeHoldReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeLockId.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeSlashReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeTask.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeViewFunction.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.PalletInfo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.Runtime.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.RuntimeGenesisConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.RuntimeOrigin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.AllPalletsWithSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.AllPalletsWithoutSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.PalletWithCustomOrigin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.System.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.SystemConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.OriginCaller.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeCall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeError.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeEvent.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeFreezeReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeHoldReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeLockId.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeSlashReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeTask.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeViewFunction.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.PalletInfo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.Runtime.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.RuntimeGenesisConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.RuntimeOrigin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.AllPalletsWithSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.AllPalletsWithoutSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.PalletAuthor.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.PalletFoo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.System.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.SystemConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/struct.OtherAuthorProvider.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/trait.AuthorProvider.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/fn.bar.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.GenesisConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/fn.foo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/fn.other.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/enum.Origin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/fn.foo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/enum.Call.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/storage_types/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/storage_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/struct.Pallet.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/trait.Config.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/type.Module.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.OriginCaller.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeCall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeError.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeEvent.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeFreezeReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeHoldReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeLockId.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeSlashReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeTask.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeViewFunction.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.PalletInfo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.Runtime.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.RuntimeGenesisConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.RuntimeOrigin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.AllPalletsWithSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.AllPalletsWithoutSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletBar.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletBarConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletFoo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.System.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.SystemConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.OriginCaller.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeCall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeError.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeEvent.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeFreezeReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeHoldReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeLockId.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeSlashReason.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeTask.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeViewFunction.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.PalletInfo.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.Runtime.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.RuntimeGenesisConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.RuntimeOrigin.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.AllPalletsWithSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.AllPalletsWithoutSystem.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.PalletWithSpecificRuntimeCall.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.System.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.SystemConfig.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_storage_derives/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_storage_derives/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_system_accounts/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_system_accounts/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_tokens/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_tokens/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/glossary/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/glossary/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/metadata/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/metadata/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/omni_node/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/omni_node/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/signed_extensions/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/signed_extensions/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/state/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/state/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/trait_based_programming/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/trait_based_programming/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/struct.AddToPayload.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/struct.AddToSignaturePayload.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/umbrella_crate/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/umbrella_crate/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol/index.html create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol/sidebar-items.js create mode 100644 web/public/sdk_docs/pezkuwi_sdk_docs/sidebar-items.js create mode 100644 web/public/sdk_docs/search.index/001f9d4515f5.js create mode 100644 web/public/sdk_docs/search.index/00cc8eaa8fb8.js create mode 100644 web/public/sdk_docs/search.index/0181431312c0.js create mode 100644 web/public/sdk_docs/search.index/02fb50bb2b3a.js create mode 100644 web/public/sdk_docs/search.index/03feaadc55d1.js create mode 100644 web/public/sdk_docs/search.index/05811da757a5.js create mode 100644 web/public/sdk_docs/search.index/0596780364b1.js create mode 100644 web/public/sdk_docs/search.index/06935c7d5cdd.js create mode 100644 web/public/sdk_docs/search.index/06ad8378494d.js create mode 100644 web/public/sdk_docs/search.index/08b8e45c076e.js create mode 100644 web/public/sdk_docs/search.index/0baeb31088e7.js create mode 100644 web/public/sdk_docs/search.index/0d05a483908b.js create mode 100644 web/public/sdk_docs/search.index/0e7eda2c448a.js create mode 100644 web/public/sdk_docs/search.index/0f86ec434adf.js create mode 100644 web/public/sdk_docs/search.index/1004a31e0972.js create mode 100644 web/public/sdk_docs/search.index/100d490ce230.js create mode 100644 web/public/sdk_docs/search.index/100f45255a80.js create mode 100644 web/public/sdk_docs/search.index/12045e4e25a1.js create mode 100644 web/public/sdk_docs/search.index/1259e0ba96bc.js create mode 100644 web/public/sdk_docs/search.index/12cf95cdf596.js create mode 100644 web/public/sdk_docs/search.index/13740d750079.js create mode 100644 web/public/sdk_docs/search.index/1522ae0d34f4.js create mode 100644 web/public/sdk_docs/search.index/15c880ec3ce8.js create mode 100644 web/public/sdk_docs/search.index/1923b2c068c9.js create mode 100644 web/public/sdk_docs/search.index/194bd9d6b396.js create mode 100644 web/public/sdk_docs/search.index/19800034e456.js create mode 100644 web/public/sdk_docs/search.index/19b08104f557.js create mode 100644 web/public/sdk_docs/search.index/1a0c62a0863d.js create mode 100644 web/public/sdk_docs/search.index/1b26032647bc.js create mode 100644 web/public/sdk_docs/search.index/1b792a25fca0.js create mode 100644 web/public/sdk_docs/search.index/1bcaadf0a7c9.js create mode 100644 web/public/sdk_docs/search.index/1c3aaa65e872.js create mode 100644 web/public/sdk_docs/search.index/1dcc9be9156c.js create mode 100644 web/public/sdk_docs/search.index/1e6ff19647a6.js create mode 100644 web/public/sdk_docs/search.index/1edb2f79f018.js create mode 100644 web/public/sdk_docs/search.index/1f6dccb18831.js create mode 100644 web/public/sdk_docs/search.index/1f89e2e12b2b.js create mode 100644 web/public/sdk_docs/search.index/21798464eb5a.js create mode 100644 web/public/sdk_docs/search.index/224fd6d32cfe.js create mode 100644 web/public/sdk_docs/search.index/228feaf48e6b.js create mode 100644 web/public/sdk_docs/search.index/229733536f38.js create mode 100644 web/public/sdk_docs/search.index/234fcc14932b.js create mode 100644 web/public/sdk_docs/search.index/2685d9af800a.js create mode 100644 web/public/sdk_docs/search.index/2740cbf4e1f5.js create mode 100644 web/public/sdk_docs/search.index/278719615539.js create mode 100644 web/public/sdk_docs/search.index/28ea711a8d63.js create mode 100644 web/public/sdk_docs/search.index/2a29fff55304.js create mode 100644 web/public/sdk_docs/search.index/2a75b993fce3.js create mode 100644 web/public/sdk_docs/search.index/2db07773db7d.js create mode 100644 web/public/sdk_docs/search.index/2fe5617fce24.js create mode 100644 web/public/sdk_docs/search.index/30fe6791a6ea.js create mode 100644 web/public/sdk_docs/search.index/31aa9f5ed4e4.js create mode 100644 web/public/sdk_docs/search.index/31d4ff7e2db9.js create mode 100644 web/public/sdk_docs/search.index/324d7a692acb.js create mode 100644 web/public/sdk_docs/search.index/342db3064f16.js create mode 100644 web/public/sdk_docs/search.index/358f99fec880.js create mode 100644 web/public/sdk_docs/search.index/3760fa4d5f21.js create mode 100644 web/public/sdk_docs/search.index/37edb2524a2b.js create mode 100644 web/public/sdk_docs/search.index/383ecfc0718c.js create mode 100644 web/public/sdk_docs/search.index/38d248eff07c.js create mode 100644 web/public/sdk_docs/search.index/3a5bdb4304f6.js create mode 100644 web/public/sdk_docs/search.index/3a606d550a35.js create mode 100644 web/public/sdk_docs/search.index/3ab6b626f7b0.js create mode 100644 web/public/sdk_docs/search.index/3b5fde379e72.js create mode 100644 web/public/sdk_docs/search.index/3b67295a88c2.js create mode 100644 web/public/sdk_docs/search.index/3c0b42d55a27.js create mode 100644 web/public/sdk_docs/search.index/3c5c38460826.js create mode 100644 web/public/sdk_docs/search.index/40aab260fda5.js create mode 100644 web/public/sdk_docs/search.index/40b13a0db359.js create mode 100644 web/public/sdk_docs/search.index/414ca654272a.js create mode 100644 web/public/sdk_docs/search.index/42301daeea02.js create mode 100644 web/public/sdk_docs/search.index/4703dabba3cc.js create mode 100644 web/public/sdk_docs/search.index/478240024211.js create mode 100644 web/public/sdk_docs/search.index/47d0c42218e1.js create mode 100644 web/public/sdk_docs/search.index/48803efd851b.js create mode 100644 web/public/sdk_docs/search.index/48c4449c5fd9.js create mode 100644 web/public/sdk_docs/search.index/49d3f7bfb38f.js create mode 100644 web/public/sdk_docs/search.index/4a9795925bf5.js create mode 100644 web/public/sdk_docs/search.index/4aaa45df6a40.js create mode 100644 web/public/sdk_docs/search.index/4cd9674b8c1f.js create mode 100644 web/public/sdk_docs/search.index/4da5acef2e9f.js create mode 100644 web/public/sdk_docs/search.index/4e4526259022.js create mode 100644 web/public/sdk_docs/search.index/512eef532484.js create mode 100644 web/public/sdk_docs/search.index/51ed822e9cb9.js create mode 100644 web/public/sdk_docs/search.index/520213a727ed.js create mode 100644 web/public/sdk_docs/search.index/52637dea3b6e.js create mode 100644 web/public/sdk_docs/search.index/52ef20c3d7fa.js create mode 100644 web/public/sdk_docs/search.index/5311fbc20fca.js create mode 100644 web/public/sdk_docs/search.index/54031a2dd2a2.js create mode 100644 web/public/sdk_docs/search.index/54bfb1c8629a.js create mode 100644 web/public/sdk_docs/search.index/550c0d529a97.js create mode 100644 web/public/sdk_docs/search.index/552db0baebe5.js create mode 100644 web/public/sdk_docs/search.index/55aabfd685d9.js create mode 100644 web/public/sdk_docs/search.index/55da31c847a2.js create mode 100644 web/public/sdk_docs/search.index/561efdda6e67.js create mode 100644 web/public/sdk_docs/search.index/5a4caa349684.js create mode 100644 web/public/sdk_docs/search.index/5a91c6697f60.js create mode 100644 web/public/sdk_docs/search.index/5b0c2810d451.js create mode 100644 web/public/sdk_docs/search.index/62557071d6bd.js create mode 100644 web/public/sdk_docs/search.index/642ec7519568.js create mode 100644 web/public/sdk_docs/search.index/65ab96f10331.js create mode 100644 web/public/sdk_docs/search.index/65d3814c33ac.js create mode 100644 web/public/sdk_docs/search.index/661831813e82.js create mode 100644 web/public/sdk_docs/search.index/666f86db4728.js create mode 100644 web/public/sdk_docs/search.index/67947822835d.js create mode 100644 web/public/sdk_docs/search.index/697c5b2c012f.js create mode 100644 web/public/sdk_docs/search.index/6b6dc236921d.js create mode 100644 web/public/sdk_docs/search.index/6cf2ce24fd7a.js create mode 100644 web/public/sdk_docs/search.index/6dd0735e4978.js create mode 100644 web/public/sdk_docs/search.index/72ba5425c745.js create mode 100644 web/public/sdk_docs/search.index/7359ea8c9fc8.js create mode 100644 web/public/sdk_docs/search.index/74b239259dc7.js create mode 100644 web/public/sdk_docs/search.index/7677e309a663.js create mode 100644 web/public/sdk_docs/search.index/76d886bd2988.js create mode 100644 web/public/sdk_docs/search.index/771ee3cfc1c7.js create mode 100644 web/public/sdk_docs/search.index/77207c8ee290.js create mode 100644 web/public/sdk_docs/search.index/77d319309b34.js create mode 100644 web/public/sdk_docs/search.index/7a1e8060bdb6.js create mode 100644 web/public/sdk_docs/search.index/7b02a14e3955.js create mode 100644 web/public/sdk_docs/search.index/7b456e47f34f.js create mode 100644 web/public/sdk_docs/search.index/7b9c4bf46727.js create mode 100644 web/public/sdk_docs/search.index/7bbfe70c54d7.js create mode 100644 web/public/sdk_docs/search.index/7c75623b43dc.js create mode 100644 web/public/sdk_docs/search.index/7d7450d14d6b.js create mode 100644 web/public/sdk_docs/search.index/alias/a762150c532c.js create mode 100644 web/public/sdk_docs/search.index/crateNames/30452c92b858.js create mode 100644 web/public/sdk_docs/search.index/desc/fdd2c22c90d3.js create mode 100644 web/public/sdk_docs/search.index/entry/2ab4032e168e.js create mode 100644 web/public/sdk_docs/search.index/entry/39bd494cc8db.js create mode 100644 web/public/sdk_docs/search.index/entry/3a959af42a41.js create mode 100644 web/public/sdk_docs/search.index/entry/4a6bbe23044f.js create mode 100644 web/public/sdk_docs/search.index/entry/72c4aba81f42.js create mode 100644 web/public/sdk_docs/search.index/entry/9362d5eba78f.js create mode 100644 web/public/sdk_docs/search.index/entry/ac9fbe890b29.js create mode 100644 web/public/sdk_docs/search.index/entry/c5ce67d60b4e.js create mode 100644 web/public/sdk_docs/search.index/entry/e4b5329c4df1.js create mode 100644 web/public/sdk_docs/search.index/entry/fa6ed7711279.js create mode 100644 web/public/sdk_docs/search.index/function/22ce183e5e05.js create mode 100644 web/public/sdk_docs/search.index/function/610a9951231c.js create mode 100644 web/public/sdk_docs/search.index/generic_inverted_index/eb8259cb7a2c.js create mode 100644 web/public/sdk_docs/search.index/name/929126fd8745.js create mode 100644 web/public/sdk_docs/search.index/normalizedName/2c76560ac67e.js create mode 100644 web/public/sdk_docs/search.index/path/b577cf669cc2.js create mode 100644 web/public/sdk_docs/search.index/root.js create mode 100644 web/public/sdk_docs/search.index/type/dbf013f4918c.js create mode 100644 web/public/sdk_docs/settings.html create mode 100644 web/public/sdk_docs/src-files.js create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/external_resources.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/async_backing_guide.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_elastic_scaling.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_metadata_hash.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_pov_reclaim.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/handling_teyrchain_forks.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/mod.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_node.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_pallet/mod.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_runtime.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/lib.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/meta_contributing.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/mod.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/substrate.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/templates.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/xcm.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/cli.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/custom_host_functions.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/defensive_programming.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/development_environment_advice.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/fee_less_runtime.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_logging.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_origin.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_runtime_types.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_storage_derives.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_system_accounts.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_tokens.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/glossary.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/metadata.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/mod.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/omni_node.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/signed_extensions.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/state.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/trait_based_programming.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/transaction_extensions.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/umbrella_crate.rs.html create mode 100644 web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol.rs.html create mode 100644 web/public/sdk_docs/static.files/COPYRIGHT-7fb11f4e.txt create mode 100644 web/public/sdk_docs/static.files/FiraMono-Medium-86f75c8c.woff2 create mode 100644 web/public/sdk_docs/static.files/FiraMono-Regular-87c26294.woff2 create mode 100644 web/public/sdk_docs/static.files/FiraSans-Italic-81dc35de.woff2 create mode 100644 web/public/sdk_docs/static.files/FiraSans-LICENSE-05ab6dbd.txt create mode 100644 web/public/sdk_docs/static.files/FiraSans-Medium-e1aa3f0a.woff2 create mode 100644 web/public/sdk_docs/static.files/FiraSans-MediumItalic-ccf7e434.woff2 create mode 100644 web/public/sdk_docs/static.files/FiraSans-Regular-0fe48ade.woff2 create mode 100644 web/public/sdk_docs/static.files/LICENSE-APACHE-a60eea81.txt create mode 100644 web/public/sdk_docs/static.files/LICENSE-MIT-23f18e03.txt create mode 100644 web/public/sdk_docs/static.files/NanumBarunGothic-13b3dcba.ttf.woff2 create mode 100644 web/public/sdk_docs/static.files/NanumBarunGothic-LICENSE-a37d393b.txt create mode 100644 web/public/sdk_docs/static.files/SourceCodePro-It-fc8b9304.ttf.woff2 create mode 100644 web/public/sdk_docs/static.files/SourceCodePro-LICENSE-67f54ca7.txt create mode 100644 web/public/sdk_docs/static.files/SourceCodePro-Regular-8badfe75.ttf.woff2 create mode 100644 web/public/sdk_docs/static.files/SourceCodePro-Semibold-aa29a496.ttf.woff2 create mode 100644 web/public/sdk_docs/static.files/SourceSerif4-Bold-6d4fd4c0.ttf.woff2 create mode 100644 web/public/sdk_docs/static.files/SourceSerif4-It-ca3b17ed.ttf.woff2 create mode 100644 web/public/sdk_docs/static.files/SourceSerif4-Regular-6b053e98.ttf.woff2 create mode 100644 web/public/sdk_docs/static.files/SourceSerif4-Semibold-457a13ac.ttf.woff2 create mode 100644 web/public/sdk_docs/static.files/favicon-044be391.svg create mode 100644 web/public/sdk_docs/static.files/favicon-32x32-eab170b8.png create mode 100644 web/public/sdk_docs/static.files/main-6dc2a7f3.js create mode 100644 web/public/sdk_docs/static.files/normalize-9960930a.css create mode 100644 web/public/sdk_docs/static.files/noscript-263c88ec.css create mode 100644 web/public/sdk_docs/static.files/rust-logo-9a9549ea.svg create mode 100644 web/public/sdk_docs/static.files/rustdoc-e56847b5.css create mode 100644 web/public/sdk_docs/static.files/scrape-examples-2bbcccac.js create mode 100644 web/public/sdk_docs/static.files/search-e256b49e.js create mode 100644 web/public/sdk_docs/static.files/settings-c38705f0.js create mode 100644 web/public/sdk_docs/static.files/src-script-813739b1.js create mode 100644 web/public/sdk_docs/static.files/storage-e2aeef58.js create mode 100644 web/public/sdk_docs/static.files/stringdex-c3e638e9.js create mode 100644 web/public/sdk_docs/trait.impl/core/clone/trait.Clone.js create mode 100644 web/public/sdk_docs/trait.impl/core/cmp/trait.Eq.js create mode 100644 web/public/sdk_docs/trait.impl/core/cmp/trait.PartialEq.js create mode 100644 web/public/sdk_docs/trait.impl/core/convert/trait.From.js create mode 100644 web/public/sdk_docs/trait.impl/core/convert/trait.TryFrom.js create mode 100644 web/public/sdk_docs/trait.impl/core/convert/trait.TryInto.js create mode 100644 web/public/sdk_docs/trait.impl/core/default/trait.Default.js create mode 100644 web/public/sdk_docs/trait.impl/core/fmt/trait.Debug.js create mode 100644 web/public/sdk_docs/trait.impl/core/marker/trait.Copy.js create mode 100644 web/public/sdk_docs/trait.impl/core/marker/trait.Freeze.js create mode 100644 web/public/sdk_docs/trait.impl/core/marker/trait.Send.js create mode 100644 web/public/sdk_docs/trait.impl/core/marker/trait.StructuralPartialEq.js create mode 100644 web/public/sdk_docs/trait.impl/core/marker/trait.Sync.js create mode 100644 web/public/sdk_docs/trait.impl/core/marker/trait.Unpin.js create mode 100644 web/public/sdk_docs/trait.impl/core/marker/trait.UnsafeUnpin.js create mode 100644 web/public/sdk_docs/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js create mode 100644 web/public/sdk_docs/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.Callable.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.CheckIfFeeless.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.GetDispatchInfo.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.Authorize.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.CallerTrait.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.OriginTrait.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.UnfilteredDispatchable.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/error/trait.PalletError.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.BeforeAllRuntimeMigrations.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.BuildGenesisConfig.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.Hooks.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.IntegrityTest.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnFinalize.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnGenesis.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnIdle.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnInitialize.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnPoll.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnRuntimeUpgrade.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallIndex.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallMetadata.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallName.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetStorageVersion.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletInfo.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletInfoAccess.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletsInfoAccess.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.IsInherent.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.IsSubType.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.OffchainWorker.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.VariantCount.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/storage/trait.StorageInfoTrait.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/storage/trait.WhitelistedStorageKeys.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/traits/tasks/trait.Task.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/view_functions/trait.DispatchViewFunction.js create mode 100644 web/public/sdk_docs/trait.impl/frame_support/view_functions/trait.ViewFunctionIdPrefix.js create mode 100644 web/public/sdk_docs/trait.impl/frame_system/pallet/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/parity_scale_codec/codec/trait.Decode.js create mode 100644 web/public/sdk_docs/trait.impl/parity_scale_codec/codec/trait.Encode.js create mode 100644 web/public/sdk_docs/trait.impl/parity_scale_codec/encode_like/trait.EncodeLike.js create mode 100644 web/public/sdk_docs/trait.impl/parity_scale_codec/max_encoded_len/trait.MaxEncodedLen.js create mode 100644 web/public/sdk_docs/trait.impl/parity_scale_codec/mem_tracking/trait.DecodeWithMemTracking.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/trait.AuthorProvider.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/trait.Config.js create mode 100644 web/public/sdk_docs/trait.impl/scale_info/trait.TypeInfo.js create mode 100644 web/public/sdk_docs/trait.impl/serde_core/de/trait.Deserialize.js create mode 100644 web/public/sdk_docs/trait.impl/serde_core/ser/trait.Serialize.js create mode 100644 web/public/sdk_docs/trait.impl/sp_runtime/trait.BuildStorage.js create mode 100644 web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.AsSystemOriginSigner.js create mode 100644 web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.AsTransactionAuthorizedOrigin.js create mode 100644 web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.Dispatchable.js create mode 100644 web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.GetRuntimeBlockType.js create mode 100644 web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.ValidateUnsigned.js create mode 100644 web/public/sdk_docs/trait.impl/sp_runtime/traits/transaction_extension/trait.TransactionExtension.js create mode 100644 web/public/sdk_docs/type.impl/frame_support/storage/types/map/struct.StorageMap.js create mode 100644 web/public/sdk_docs/type.impl/frame_support/storage/types/value/struct.StorageValue.js create mode 100644 web/public/sdk_docs/type.impl/frame_system/pallet/struct.GenesisConfig.js create mode 100644 web/public/sdk_docs/type.impl/frame_system/pallet/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.GenesisConfig.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/struct.Pallet.js create mode 100644 web/public/sdk_docs/type.impl/std/primitive.tuple.js create mode 100644 web/public/sdk_docs/type.impl/std/primitive.u128.js delete mode 100644 web/src/pages/Wallet.tsx diff --git a/web/public/sdk_docs/.lock b/web/public/sdk_docs/.lock new file mode 100644 index 00000000..e69de29b diff --git a/web/public/sdk_docs/crates.js b/web/public/sdk_docs/crates.js new file mode 100644 index 00000000..554614d2 --- /dev/null +++ b/web/public/sdk_docs/crates.js @@ -0,0 +1,2 @@ +window.ALL_CRATES = ["pezkuwi_sdk_docs"]; +//{"start":21,"fragment_lengths":[18]} \ No newline at end of file diff --git a/web/public/sdk_docs/help.html b/web/public/sdk_docs/help.html new file mode 100644 index 00000000..eadb5a99 --- /dev/null +++ b/web/public/sdk_docs/help.html @@ -0,0 +1 @@ +Help

All

Rustdoc help

Back
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/all.html b/web/public/sdk_docs/pezkuwi_sdk_docs/all.html new file mode 100644 index 00000000..52dd9a6a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/all.html @@ -0,0 +1 @@ +List of all items in this crate

All

List of all items

Structs

Enums

Traits

Functions

Type Aliases

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/external_resources/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/external_resources/index.html new file mode 100644 index 00000000..429285aa --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/external_resources/index.html @@ -0,0 +1,15 @@ +pezkuwi_sdk_docs::external_resources - Rust

Module external_resources

Module external_resources 

Source
Expand description

A list of external resources and learning material about Pezkuwi SDK.

+

§External Resources

+

A non-exhaustive, un-opinionated list of external resources about Pezkuwi SDK.

+

Unlike crate::guides, or crate::pezkuwi_sdk::templates that contain material directly +maintained in the pezkuwi-sdk repository, the list of resources here are maintained by +third-parties, and are therefore subject to more variability. Any further resources may be added +by opening a pull request to the pezkuwi-sdk repository.

+ +
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/external_resources/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/external_resources/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/external_resources/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/async_backing_guide/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/async_backing_guide/index.html new file mode 100644 index 00000000..c92cc46a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/async_backing_guide/index.html @@ -0,0 +1,310 @@ +pezkuwi_sdk_docs::guides::async_backing_guide - Rust

Module async_backing_guide

Module async_backing_guide 

Source
Expand description

How to enable Async Backing on teyrchain projects that started in 2023 or before.

+

§Upgrade Teyrchain for Asynchronous Backing Compatibility

+

This guide is relevant for cumulus based teyrchain projects started in 2023 or before, whose +backing process is synchronous where parablocks can only be built on the latest Relay Chain +block. Async Backing allows collators to build parablocks on older Relay Chain blocks and create +pipelines of multiple pending parablocks. This parallel block generation increases efficiency +and throughput. For more information on Async backing and its terminology, refer to the document +on the Pezkuwi SDK docs.

+
+

If starting a new teyrchain project, please use an async backing compatible template such as +the +teyrchain template. +The rollout process for Async Backing has three phases. Phases 1 and 2 below put new +infrastructure in place. Then we can simply turn on async backing in phase 3.

+
+

§Prerequisite

+

The relay chain needs to have async backing enabled so double-check that the relay-chain +configuration contains the following three parameters (especially when testing locally e.g. with +zombienet):

+
"async_backing_params": {
+    "max_candidate_depth": 3,
+    "allowed_ancestry_len": 2
+},
+"scheduling_lookahead": 2
scheduling_lookahead must be set to 2, otherwise teyrchain +block times will degrade to worse than with sync backing!
+

§Phase 1 - Update Teyrchain Runtime

+

This phase involves configuring your teyrchain’s runtime /runtime/src/lib.rs to make use of +async backing system.

+
    +
  1. Establish and ensure constants for capacity and velocity are both set to 1 in the +runtime.
  2. +
  3. Establish and ensure the constant relay chain slot duration measured in milliseconds equal to +6000 in the runtime.
  4. +
+ +
// Maximum number of blocks simultaneously accepted by the Runtime, not yet included into the
+// relay chain.
+pub const UNINCLUDED_SEGMENT_CAPACITY: u32 = 1;
+// How many teyrchain blocks are processed by the relay chain per parent. Limits the number of
+// blocks authored per slot.
+pub const BLOCK_PROCESSING_VELOCITY: u32 = 1;
+// Relay chain slot duration, in milliseconds.
+pub const RELAY_CHAIN_SLOT_DURATION_MILLIS: u32 = 6000;
+
    +
  1. Establish constants MILLISECS_PER_BLOCK and SLOT_DURATION if not already present in the +runtime.
  2. +
+ +
// `SLOT_DURATION` is picked up by `pallet_timestamp` which is in turn picked
+// up by `pallet_aura` to implement `fn slot_duration()`.
+//
+// Change this to adjust the block time.
+pub const MILLISECS_PER_BLOCK: u64 = 12000;
+pub const SLOT_DURATION: u64 = MILLISECS_PER_BLOCK;
+
    +
  1. Configure cumulus_pallet_teyrchain_system in the runtime.
  2. +
+
    +
  • Define a FixedVelocityConsensusHook using our capacity, velocity, and relay slot duration +constants. Use this to set the teyrchain system ConsensusHook property.
  • +
+ +
type ConsensusHook = cumulus_pallet_aura_ext::FixedVelocityConsensusHook<
+	Runtime,
+	RELAY_CHAIN_SLOT_DURATION_MILLIS,
+	BLOCK_PROCESSING_VELOCITY,
+	UNINCLUDED_SEGMENT_CAPACITY,
+>;
+
impl cumulus_pallet_teyrchain_system::Config for Runtime {
+    ..
+    type ConsensusHook = ConsensusHook;
+    ..
+}
+
    +
  • Set the teyrchain system property CheckAssociatedRelayNumber to +RelayNumberMonotonicallyIncreases
  • +
+ +
impl cumulus_pallet_teyrchain_system::Config for Runtime {
+	..
+	type CheckAssociatedRelayNumber = RelayNumberMonotonicallyIncreases;
+	..
+}
+
    +
  1. Configure pallet_aura in the runtime.
  2. +
+
    +
  • +

    Set AllowMultipleBlocksPerSlot to false (don’t worry, we will set it to true when we +activate async backing in phase 3).

    +
  • +
  • +

    Define pallet_aura::SlotDuration using our constant SLOT_DURATION

    +
  • +
+ +
impl pallet_aura::Config for Runtime {
+	..
+	type AllowMultipleBlocksPerSlot = ConstBool<false>;
+	#[cfg(feature = "experimental")]
+	type SlotDuration = ConstU64<SLOT_DURATION>;
+	..
+}
+
    +
  1. Update sp_consensus_aura::AuraApi::slot_duration in sp_api::impl_runtime_apis to match +the constant SLOT_DURATION
  2. +
+ +
fn impl_slot_duration() -> sp_consensus_aura::SlotDuration {
+	sp_consensus_aura::SlotDuration::from_millis(SLOT_DURATION)
+}
+
    +
  1. +

    Implement the AuraUnincludedSegmentApi, which allows the collator client to query its +runtime to determine whether it should author a block.

    +
      +
    • Add the dependency cumulus-primitives-aura to the runtime/Cargo.toml file for your +runtime
    • +
    +
  2. +
+ +
..
+cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false }
+..
+
    +
  • +

    In the same file, add "cumulus-primitives-aura/std", to the std feature.

    +
  • +
  • +

    Inside the impl_runtime_apis! block for your runtime, implement the +cumulus_primitives_aura::AuraUnincludedSegmentApi as shown below.

    +
  • +
+ +
fn impl_can_build_upon(
+	included_hash: <Block as BlockT>::Hash,
+	slot: cumulus_primitives_aura::Slot,
+) -> bool {
+	ConsensusHook::can_build_upon(included_hash, slot)
+}
+

Note: With a capacity of 1 we have an effective velocity of ½ even when velocity is +configured to some larger value. This is because capacity will be filled after a single block is +produced and will only be freed up after that block is included on the relay chain, which takes +2 relay blocks to accomplish. Thus with capacity 1 and velocity 1 we get the customary 12 second +teyrchain block time.

+
    +
  1. If your runtime/src/lib.rs provides a CheckInherents type to register_validate_block, +remove it. FixedVelocityConsensusHook makes it unnecessary. The following example shows how +register_validate_block should look after removing CheckInherents.
  2. +
+ +
cumulus_pallet_teyrchain_system::register_validate_block! {
+	Runtime = Runtime,
+	BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::<Runtime, Executive>,
+}

§Phase 2 - Update Teyrchain Nodes

+

This phase consists of plugging in the new lookahead collator node.

+
    +
  1. Import cumulus_primitives_core::ValidationCode to node/src/service.rs.
  2. +
+ +
use cumulus_primitives_core::{
+	relay_chain::{CollatorPair, ValidationCode},
+	GetTeyrchainInfo, ParaId,
+};
+
    +
  1. In node/src/service.rs, modify sc_service::spawn_tasks to use a clone of Backend rather +than the original
  2. +
+ +
sc_service::spawn_tasks(sc_service::SpawnTasksParams {
+    ..
+    backend: backend.clone(),
+    ..
+})?;
+
    +
  1. Add backend as a parameter to start_consensus() in node/src/service.rs
  2. +
+
fn start_consensus(
+    ..
+    backend: Arc<TeyrchainBackend>,
+    ..
+
if validator {
+  start_consensus(
+    ..
+    backend.clone(),
+    ..
+   )?;
+}
+
    +
  1. In node/src/service.rs import the lookahead collator rather than the basic collator
  2. +
+ +
use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams};
+
    +
  1. In start_consensus() replace the BasicAuraParams struct with AuraParams +
      +
    • Change the struct type from BasicAuraParams to AuraParams
    • +
    • In the para_client field, pass in a cloned para client rather than the original
    • +
    • Add a para_backend parameter after para_client, passing in our para backend
    • +
    • Provide a code_hash_provider closure like that shown below
    • +
    • Increase authoring_duration from 500 milliseconds to 2000
    • +
    +
  2. +
+ +
let params = AuraParams {
+    ..
+    para_client: client.clone(),
+    para_backend: backend.clone(),
+    ..
+    code_hash_provider: move |block_hash| {
+        client.code_at(block_hash).ok().map(|c| ValidationCode::from(c).hash())
+    },
+    ..
+    authoring_duration: Duration::from_millis(2000),
+    ..
+};
+

Note: Set authoring_duration to whatever you want, taking your own hardware into account. +But if the backer who should be slower than you due to reading from disk, times out at two +seconds your candidates will be rejected.

+
    +
  1. In start_consensus() replace basic_aura::run with aura::run
  2. +
+ +
let fut =
+aura::run::<Block, sp_consensus_aura::sr25519::AuthorityPair, _, _, _, _, _, _, _, _, _>(
+   params,
+);
+task_manager.spawn_essential_handle().spawn("aura", None, fut);

§Phase 3 - Activate Async Backing

+

This phase consists of changes to your teyrchain’s runtime that activate async backing feature.

+
    +
  1. Configure pallet_aura, setting AllowMultipleBlocksPerSlot to true in +runtime/src/lib.rs.
  2. +
+ +
impl pallet_aura::Config for Runtime {
+	type AuthorityId = AuraId;
+	type DisabledValidators = ();
+	type MaxAuthorities = ConstU32<100_000>;
+	type AllowMultipleBlocksPerSlot = ConstBool<true>;
+	type SlotDuration = ConstU64<SLOT_DURATION>;
+}
+
    +
  1. Increase the maximum UNINCLUDED_SEGMENT_CAPACITY in runtime/src/lib.rs.
  2. +
+ +
mod async_backing_params {
+	/// Maximum number of blocks simultaneously accepted by the Runtime, not yet included
+	/// into the relay chain.
+	pub(crate) const UNINCLUDED_SEGMENT_CAPACITY: u32 = 3;
+	/// How many teyrchain blocks are processed by the relay chain per parent. Limits the
+	/// number of blocks authored per slot.
+	pub(crate) const BLOCK_PROCESSING_VELOCITY: u32 = 1;
+	/// Relay chain slot duration, in milliseconds.
+	pub(crate) const RELAY_CHAIN_SLOT_DURATION_MILLIS: u32 = 6000;
+}
+
    +
  1. Decrease MILLISECS_PER_BLOCK to 6000.
  2. +
+
    +
  • Note: For a teyrchain which measures time in terms of its own block number rather than by +relay block number it may be preferable to increase velocity. Changing block time may cause +complications, requiring additional changes. See the section “Timing by Block Number”.
  • +
+ +
mod block_times {
+	/// This determines the average expected block time that we are targeting. Blocks will be
+	/// produced at a minimum duration defined by `SLOT_DURATION`. `SLOT_DURATION` is picked up by
+	/// `pallet_timestamp` which is in turn picked up by `pallet_aura` to implement `fn
+	/// slot_duration()`.
+	///
+	/// Change this to adjust the block time.
+	pub const MILLI_SECS_PER_BLOCK: u64 = 6000;
+
+	// NOTE: Currently it is not possible to change the slot duration after the chain has started.
+	// Attempting to do so will brick block production.
+	pub const SLOT_DURATION: u64 = MILLI_SECS_PER_BLOCK;
+}
+
    +
  1. Update MAXIMUM_BLOCK_WEIGHT to reflect the increased time available for block production.
  2. +
+ +
const MAXIMUM_BLOCK_WEIGHT: Weight = Weight::from_parts(
+	WEIGHT_REF_TIME_PER_SECOND.saturating_mul(2),
+	cumulus_primitives_core::relay_chain::MAX_POV_SIZE as u64,
+);
+
    +
  1. Add a feature flagged alternative for MinimumPeriod in pallet_timestamp. The type should +be ConstU64<0> with the feature flag experimental, and ConstU64<{SLOT_DURATION / 2}> +without.
  2. +
+ +
impl pallet_timestamp::Config for Runtime {
+    ..
+    #[cfg(feature = "experimental")]
+    type MinimumPeriod = ConstU64<0>;
+    #[cfg(not(feature = "experimental"))]
+    type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>;
+    ..
+}

§Timing by Block Number

+

With asynchronous backing it will be possible for teyrchains to opt for a block time of 6 +seconds rather than 12 seconds. But modifying block duration isn’t so simple for a teyrchain +which was measuring time in terms of its own block number. It could result in expected and +actual time not matching up, stalling the teyrchain.

+

One strategy to deal with this issue is to instead rely on relay chain block numbers for timing. +Relay block number is kept track of by each teyrchain in pallet-teyrchain-system with the +storage value LastRelayChainBlockNumber. This value can be obtained and used wherever timing +based on block number is needed.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/async_backing_guide/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/async_backing_guide/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/async_backing_guide/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_elastic_scaling/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_elastic_scaling/index.html new file mode 100644 index 00000000..89a15f22 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_elastic_scaling/index.html @@ -0,0 +1,141 @@ +pezkuwi_sdk_docs::guides::enable_elastic_scaling - Rust

Module enable_elastic_scaling

Module enable_elastic_scaling 

Source
Expand description

How to enable elastic scaling on a teyrchain.

+

§Enable elastic scaling for a teyrchain

This guide assumes full familiarity with Asynchronous Backing and its +terminology, as defined in the Pezkuwi SDK Docs. +
+

§Quick introduction to Elastic Scaling

+

Elastic scaling is a feature that enables teyrchains (rollups) to use multiple cores. +Teyrchains can adjust their usage of core resources on the fly to increase TPS and decrease +latency.

+

§When do you need Elastic Scaling?

+

Depending on their use case, applications might have an increased need for the following:

+
    +
  • compute (CPU weight)
  • +
  • bandwidth (proof size)
  • +
  • lower latency (block time)
  • +
+

§High throughput (TPS) and lower latency

+

If the main bottleneck is the CPU, then your teyrchain needs to maximize the compute usage of +each core while also achieving a lower latency. +3 cores provide the best balance between CPU, bandwidth and latency: up to 6s of execution, +5MB/s of DA bandwidth and fast block time of just 2 seconds.

+

§High bandwidth

+

Useful for applications that are bottlenecked by bandwidth. +By using 6 cores, applications can make use of up to 6s of compute, 10MB/s of bandwidth +while also achieving 1 second block times.

+

§Ultra low latency

+

When latency is the primary requirement, Elastic scaling is currently the only solution. The +caveat is the efficiency of core time usage decreases as more cores are used.

+

For example, using 12 cores enables fast transaction confirmations with 500ms blocks and up to +20 MB/s of DA bandwidth.

+

§Dependencies

+

Prerequisites: Pezkuwi-SDK 2509 or newer.

+

To ensure the security and reliability of your chain when using this feature you need the +following:

+
    +
  • An omni-node based collator. This has already become the default choice for collators.
  • +
  • UMP signal support. +RFC103. +This is mandatory protection against PoV replay attacks.
  • +
  • Enabling the relay parent offset feature. This is required to ensure the teyrchain block times +and transaction in-block confidence are not negatively affected by relay chain forks. Read +crate::guides::handling_teyrchain_forks for more information.
  • +
  • Block production configuration adjustments.
  • +
+

§Upgrade to Pezkuwi Omni node

+

Your collators need to run pezkuwi-teyrchain or pezkuwi-omni-node with the --authoring slot-based CLI argument. +To avoid potential issues and get best performance it is recommeneded to always run the
+latest release on all of the collators.

+

Further information about omni-node and how to upgrade is available:

+ +

§UMP signals

+

UMP signals are now enabled by default in the teyrchain-system pallet and are used for +elastic scaling. You can find more technical details about UMP signals and their usage for +elastic scaling +here.

+

§Enable the relay parent offset feature

+

It is recommended to use an offset of 1, which is sufficient to eliminate any issues +with relay chain forks.

+

Configure the relay parent offset like this:

+ +
    /// Build with an offset of 1 behind the relay chain best block.
+    const RELAY_PARENT_OFFSET: u32 = 1;
+
+    impl cumulus_pallet_teyrchain_system::Config for Runtime {
+        // ...
+        type RelayParentOffset = ConstU32<RELAY_PARENT_OFFSET>;
+    }
+

Implement the runtime API to retrieve the offset on the client side.

+ +
    impl cumulus_primitives_core::RelayParentOffsetApi<Block> for Runtime {
+        fn relay_parent_offset() -> u32 {
+            RELAY_PARENT_OFFSET
+        }
+    }

§Block production configuration

+

This configuration directly controls the minimum block time and maximum number of cores +the teyrchain can use.

+

Example configuration for a 3 core teyrchain:

+ +
   /// The upper limit of how many teyrchain blocks are processed by the relay chain per
+   /// parent. Limits the number of blocks authored per slot. This determines the minimum
+   /// block time of the teyrchain:
+   /// `RELAY_CHAIN_SLOT_DURATION_MILLIS/BLOCK_PROCESSING_VELOCITY`
+   const BLOCK_PROCESSING_VELOCITY: u32 = 3;
+
+   /// Maximum number of blocks simultaneously accepted by the Runtime, not yet included
+   /// into the relay chain.
+   const UNINCLUDED_SEGMENT_CAPACITY: u32 = (2 + RELAY_PARENT_OFFSET) *
+BLOCK_PROCESSING_VELOCITY + 1;
+
+   /// Relay chain slot duration, in milliseconds.
+   const RELAY_CHAIN_SLOT_DURATION_MILLIS: u32 = 6000;
+
+   type ConsensusHook = cumulus_pallet_aura_ext::FixedVelocityConsensusHook<
+       Runtime,
+       RELAY_CHAIN_SLOT_DURATION_MILLIS,
+       BLOCK_PROCESSING_VELOCITY,
+       UNINCLUDED_SEGMENT_CAPACITY,
+   >;
+

§Teyrchain Slot Duration

+

A common source of confusion is the correct configuration of the SlotDuration that is passed +to pallet-aura.

+ +
impl pallet_aura::Config for Runtime {
+    // ...
+    type SlotDuration = ConstU64<SLOT_DURATION>;
+}
+

The slot duration determines the length of each author’s turn and is decoupled from the block +production interval. During their slot, authors are allowed to produce multiple blocks. The +slot duration is required to be at least 6s (same as on the relay chain).

+

Configuration recommendations:

+
    +
  • For new teyrchains starting from genesis: use a slot duration of 24 seconds
  • +
  • For existing live teyrchains: leave the slot duration unchanged
  • +
+

§Current limitations

§Maximum execution time per relay chain block.

+

Since teyrchain block authoring is sequential, the next block can only be built after +the previous one has been imported. +At present, a core allows up to 2 seconds of execution per relay chain block.

+

If we assume a 6s teyrchain slot, and each block takes the full 2 seconds to execute, +the teyrchain will not be able to fully utilize the compute resources of all 3 cores.

+

If the collator hardware is faster, it can author and import full blocks more quickly, +making it possible to utilize even more than 3 cores efficiently.

+
§Why?
+

Within a 6-second teyrchain slot, collators can author multiple teyrchain blocks. +Before building the first block in a slot, the new block author must import the last +block produced by the previous author. +If the import of the last block is not completed before the next relay chain slot starts, +the new author will build on its parent (assuming it was imported). This will create a fork +which degrades the teyrchain block confidence and block times.

+

This means that, on reference hardware, a teyrchain with a slot time of 6s can +effectively utilize up to 4 seconds of execution per relay chain block, because it needs to +ensure the next block author has enough time to import the last block. +Hardware with higher single-core performance can enable a teyrchain to fully utilize more +cores.

+

§Fixed factor scaling.

+

For true elasticity, a teyrchain needs to acquire more cores when needed in an automated +manner. This functionality is not yet available in the SDK, thus acquiring additional +on-demand or bulk cores has to be managed externally.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_elastic_scaling/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_elastic_scaling/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_elastic_scaling/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_metadata_hash/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_metadata_hash/index.html new file mode 100644 index 00000000..7d4dfdaa --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_metadata_hash/index.html @@ -0,0 +1,96 @@ +pezkuwi_sdk_docs::guides::enable_metadata_hash - Rust

Module enable_metadata_hash

Module enable_metadata_hash 

Source
Expand description

How to enable metadata hash verification in the runtime.

+

§Enable metadata hash verification

+

This guide will teach you how to enable the metadata hash verification in your runtime.

+

§What is metadata hash verification?

+

Each FRAME based runtime exposes metadata about itself. This metadata is used by consumers of +the runtime to interpret the state, to construct transactions etc. Part of this metadata are the +type information. These type information can be used to e.g. decode storage entries or to decode +a transaction. So, the metadata is quite useful for wallets to interact with a FRAME based +chain. Online wallets can fetch the metadata directly from any node of the chain they are +connected to, but offline wallets can not do this. So, for the offline wallet to have access to +the metadata it needs to be transferred and stored on the device. The problem is that the +metadata has a size of several hundreds of kilobytes, which takes quite a while to transfer to +these offline wallets and the internal storage of these devices is also not big enough to store +the metadata for one or more networks. The next problem is that the offline wallet/user can not +trust the metadata to be correct. It is very important for the metadata to be correct or +otherwise an attacker could change them in a way that the offline wallet decodes a transaction +in a different way than what it will be decoded to on chain. So, the user may sign an incorrect +transaction leading to unexpected behavior.

+

The metadata hash verification circumvents the issues of the huge metadata and the need to trust +some metadata blob to be correct. To generate a hash for the metadata, the metadata is chunked, +these chunks are put into a merkle tree and then the root of this merkle tree is the “metadata +hash”. For a more technical explanation on how it works, see +RFC78. At compile +time the metadata hash is generated and “baked” into the runtime. This makes it extremely cheap +for the runtime to verify on chain that the metadata hash is correct. By having the runtime +verify the hash on chain, the user also doesn’t need to trust the offchain metadata. If the +metadata hash doesn’t match the on chain metadata hash the transaction will be rejected. The +metadata hash itself is added to the data of the transaction that is signed, this means the +actual hash does not appear in the transaction. On chain the same procedure is repeated with the +metadata hash that is known by the runtime and if the metadata hash doesn’t match the signature +verification will fail. As the metadata hash is actually the root of a merkle tree, the offline +wallet can get proofs of individual types to decode a transaction. This means that the offline +wallet does not require the entire metadata to be present on the device.

+

§Integrating metadata hash verification into your runtime

+

The integration of the metadata hash verification is split into two parts, first the actual +integration into the runtime and secondly the enabling of the metadata hash generation at +compile time.

+

§Runtime integration

+

From the runtime side only the +CheckMetadataHash needs to be added to the +list of signed extension:

+ +
pub type TxExtension = cumulus_pallet_weight_reclaim::StorageWeightReclaim<
+	Runtime,
+	(
+		frame_system::AuthorizeCall<Runtime>,
+		frame_system::CheckNonZeroSender<Runtime>,
+		frame_system::CheckSpecVersion<Runtime>,
+		frame_system::CheckTxVersion<Runtime>,
+		frame_system::CheckGenesis<Runtime>,
+		frame_system::CheckEra<Runtime>,
+		frame_system::CheckNonce<Runtime>,
+		frame_system::CheckWeight<Runtime>,
+		pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
+		frame_metadata_hash_extension::CheckMetadataHash<Runtime>,
+	),
+>;
+
+

Note:

+

Adding the signed extension changes the encoding of the transaction and adds one extra byte +per transaction!

+
+

This signed extension will make sure to decode the requested mode and will add the metadata +hash to the signed data depending on the requested mode. The mode gives the user/wallet +control over deciding if the metadata hash should be verified or not. The metadata hash itself +is drawn from the RUNTIME_METADATA_HASH environment variable. If the environment variable is +not set, any transaction that requires the metadata hash is rejected with the error +CannotLookup. This is a security measurement to prevent including invalid transactions.

+
+

The extension does not work with the native runtime, because the +RUNTIME_METADATA_HASH environment variable is not set when building the +frame-metadata-hash-extension crate.

+
+

§Enable metadata hash generation

+

The metadata hash generation needs to be enabled when building the wasm binary. The +substrate-wasm-builder supports this out of the box:

+ +
#[cfg(all(feature = "std", feature = "metadata-hash"))]
+fn main() {
+	substrate_wasm_builder::WasmBuilder::init_with_defaults()
+		.enable_metadata_hash("UNIT", 12)
+		.build();
+}
+
+

Note:

+

The metadata-hash feature needs to be enabled for the substrate-wasm-builder to enable the +code for being able to generate the metadata hash. It is also recommended to put the metadata +hash generation behind a feature in the runtime as shown above. The reason behind is that it +adds a lot of code which increases the compile time and the generation itself also increases +the compile time. Thus, it is recommended to enable the feature only when the metadata hash is +required (e.g. for an on-chain build).

+
+

The two parameters to enable_metadata_hash are the token symbol and the number of decimals of +the primary token of the chain. These information are included for the wallets to show token +related operations in a more user friendly way.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_metadata_hash/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_metadata_hash/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_metadata_hash/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_pov_reclaim/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_pov_reclaim/index.html new file mode 100644 index 00000000..6be9b2f9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_pov_reclaim/index.html @@ -0,0 +1,161 @@ +pezkuwi_sdk_docs::guides::enable_pov_reclaim - Rust

Module enable_pov_reclaim

Module enable_pov_reclaim 

Source
Expand description

How to enhance a given runtime and node to be cumulus-enabled, run it as a teyrchain +and connect it to a relay-chain. +How to enable storage weight reclaiming in a teyrchain node and runtime.

+

§Enable storage weight reclaiming

+

This guide will teach you how to enable storage weight reclaiming for a teyrchain. The +explanations in this guide assume a project structure similar to the one detailed in +the substrate documentation. Full +technical details are available in the original pull request.

+

§What is PoV reclaim?

+

When a teyrchain submits a block to a relay chain like Pezkuwi or Kusama, it sends the block +itself and a storage proof. Together they form the Proof-of-Validity (PoV). The PoV allows the +relay chain to validate the teyrchain block by re-executing it. Relay chain +validators distribute this PoV among themselves over the network. This distribution is costly +and limits the size of the storage proof. The storage weight dimension of FRAME weights reflects +this cost and limits the size of the storage proof. However, the storage weight determined +during benchmarking represents the worst +case. In reality, runtime operations often consume less space in the storage proof. PoV reclaim +offers a mechanism to reclaim the difference between the benchmarked worst-case and the real +proof-size consumption.

+

§How to enable PoV reclaim

§1. Add the host function to your node

+

To reclaim excess storage weight, a teyrchain runtime needs the +ability to fetch the size of the storage proof from the node. The reclaim +mechanism uses the +storage_proof_size +host function for this purpose. For convenience, cumulus provides +TeyrchainHostFunctions, a set of +host functions typically used by cumulus-based teyrchains. In the binary crate of your +teyrchain, find the instantiation of the WasmExecutor and set the +correct generic type.

+

This example from the teyrchain-template shows a type definition that includes the correct +host functions.

+ +
type TeyrchainExecutor = WasmExecutor<TeyrchainHostFunctions>;
+
+

Note:

+

If you see error runtime requires function imports which are not present on the host: 'env:ext_storage_proof_size_storage_proof_size_version_1', it is likely +that this step in the guide was not set up correctly.

+
+

§2. Enable storage proof recording during import

+

The reclaim mechanism reads the size of the currently recorded storage proof multiple times +during block authoring and block import. Proof recording during authoring is already enabled on +teyrchains. You must also ensure that storage proof recording is enabled during block import. +Find where your node builds the fundamental substrate components by calling +new_full_parts. Replace this +with new_full_parts_record_import and +pass true as the last parameter to enable import recording.

+ +
pub fn new_partial(config: &Configuration) -> Result<Service, sc_service::Error> {
+	let telemetry = config
+		.telemetry_endpoints
+		.clone()
+		.filter(|x| !x.is_empty())
+		.map(|endpoints| -> Result<_, sc_telemetry::Error> {
+			let worker = TelemetryWorker::new(16)?;
+			let telemetry = worker.handle().new_telemetry(endpoints);
+			Ok((worker, telemetry))
+		})
+		.transpose()?;
+
+	let heap_pages = config
+		.executor
+		.default_heap_pages
+		.map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as _ });
+
+	let executor = TeyrchainExecutor::builder()
+		.with_execution_method(config.executor.wasm_method)
+		.with_onchain_heap_alloc_strategy(heap_pages)
+		.with_offchain_heap_alloc_strategy(heap_pages)
+		.with_max_runtime_instances(config.executor.max_runtime_instances)
+		.with_runtime_cache_size(config.executor.runtime_cache_size)
+		.build();
+
+	let (client, backend, keystore_container, task_manager) =
+		sc_service::new_full_parts_record_import::<Block, RuntimeApi, _>(
+			config,
+			telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()),
+			executor,
+			true,
+		)?;
+	let client = Arc::new(client);
+
+	let telemetry_worker_handle = telemetry.as_ref().map(|(worker, _)| worker.handle());
+
+	let telemetry = telemetry.map(|(worker, telemetry)| {
+		task_manager.spawn_handle().spawn("telemetry", None, worker.run());
+		telemetry
+	});
+
+	let transaction_pool = Arc::from(
+		sc_transaction_pool::Builder::new(
+			task_manager.spawn_essential_handle(),
+			client.clone(),
+			config.role.is_authority().into(),
+		)
+		.with_options(config.transaction_pool.clone())
+		.with_prometheus(config.prometheus_registry())
+		.build(),
+	);
+
+	let block_import = TeyrchainBlockImport::new(client.clone(), backend.clone());
+
+	let import_queue = build_import_queue(
+		client.clone(),
+		block_import.clone(),
+		config,
+		telemetry.as_ref().map(|telemetry| telemetry.handle()),
+		&task_manager,
+	);
+
+	Ok(PartialComponents {
+		backend,
+		client,
+		import_queue,
+		keystore_container,
+		task_manager,
+		transaction_pool,
+		select_chain: (),
+		other: (block_import, telemetry, telemetry_worker_handle),
+	})
+}
+
+

Note:

+

If you see error Storage root must match that calculated. during block import, it is likely +that this step in the guide was not +set up correctly.

+
+

§3. Add the TransactionExtension to your runtime

+

In your runtime, you will find a list of TransactionExtensions. +To enable the reclaiming, +set StorageWeightReclaim +as a warpper of that list. +It is necessary that this extension wraps all the other transaction extensions in order to catch +the whole PoV size of the transactions. +The extension will check the size of the storage proof before and after an extrinsic execution. +It reclaims the difference between the calculated size and the benchmarked size.

+ +
pub type TxExtension = cumulus_pallet_weight_reclaim::StorageWeightReclaim<
+	Runtime,
+	(
+		frame_system::AuthorizeCall<Runtime>,
+		frame_system::CheckNonZeroSender<Runtime>,
+		frame_system::CheckSpecVersion<Runtime>,
+		frame_system::CheckTxVersion<Runtime>,
+		frame_system::CheckGenesis<Runtime>,
+		frame_system::CheckEra<Runtime>,
+		frame_system::CheckNonce<Runtime>,
+		frame_system::CheckWeight<Runtime>,
+		pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
+		frame_metadata_hash_extension::CheckMetadataHash<Runtime>,
+	),
+>;

§Optional: Verify that reclaim works

+

Start your node with the log target runtime::storage_reclaim set to trace to enable full +logging for StorageWeightReclaim. The following log is an example from a local testnet. To +trigger the log, execute any extrinsic on the network.

+ +
...
+2024-04-22 17:31:48.014 TRACE runtime::storage_reclaim: [ferdie] Reclaiming storage weight. benchmarked: 3593, consumed: 265 unspent: 0
+...
+

In the above example we see a benchmarked size of 3593 bytes, while the extrinsic only consumed +265 bytes of proof size. This results in 3328 bytes of reclaim.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_pov_reclaim/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_pov_reclaim/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/enable_pov_reclaim/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/handling_teyrchain_forks/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/handling_teyrchain_forks/index.html new file mode 100644 index 00000000..59f32a9c --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/handling_teyrchain_forks/index.html @@ -0,0 +1,86 @@ +pezkuwi_sdk_docs::guides::handling_teyrchain_forks - Rust

Module handling_teyrchain_forks

Module handling_teyrchain_forks 

Source
Expand description

How to parameterize teyrchain forking in relation to relay chain forking.

+

§Teyrchain forks

+

In this guide, we will examine how AURA-based teyrchains handle forks. AURA (Authority Round) is +a consensus mechanism where block authors rotate at fixed time intervals. Each author gets a +predetermined time slice during which they are allowed to author a block. On its own, this +mechanism is fork-free.

+

However, since the relay chain provides security and serves as the source of truth for +teyrchains, the teyrchain is dependent on it. This relationship can introduce complexities that +lead to forking scenarios.

+

§Background

+

Each teyrchain block has a relay parent, which is a relay chain block that provides context to +our teyrchain block. The constraints the relay chain imposes on our teyrchain can cause forks +under certain conditions. With asynchronous-backing enabled chains, the node side is building +blocks on all relay chain forks. This means that no matter which fork of the relay chain +ultimately progressed, the teyrchain would have a block ready for that fork. The situation +changes when teyrchains want to produce blocks at a faster cadence. In a scenario where a +teyrchain might author on 3 cores with elastic scaling, it is not possible to author on all +relay chain forks. The time constraints do not allow it. Building on two forks would result in 6 +blocks. The authoring of these blocks would consume more time than we have available before the +next relay chain block arrives. This limitation requires a more fork-resistant approach to +block-building.

+

§Impact of Forks

+

When a relay chain fork occurs and the teyrchain builds on a fork that will not be extended in +the future, the blocks built on that fork are lost and need to be rebuilt. This increases +latency and reduces throughput, affecting the overall performance of the teyrchain.

+

§Building on Older Pelay Parents

+

Cumulus offers a way to mitigate the occurence of forks. Instead of picking a block at the tip +of the relay chain to build blocks, the node side can pick a relay chain block that is older. By +building on 12s old relay chain blocks, forks will already have settled and the teyrchain can +build fork-free.

+
Without offset:
+Relay Chain:    A --- B --- C --- D  --- E
+                             \
+                              --- D' --- E'
+Teyrchain:            X --- Y --- ? (builds on both D and D', wasting resources)
+
+With offset (2 blocks):
+Relay Chain:    A --- B --- C --- D  --- E
+                             \
+                              --- D' --- E'
+Teyrchain:            X(A) - Y (B) - Z (on C, fork already resolved)
+

Note: It is possible that relay chain forks extend over more than 1-2 blocks. However, it is +unlikely.

+

§Tradeoffs

+

Fork-free teyrchains come with a few tradeoffs:

+
    +
  • The latency of incoming XCM messages will be delayed by N * 6s, where N is the number of +relay chain blocks we want to offset by. For example, by building 2 relay chain blocks behind +the tip, the XCM latency will be increased by 12 seconds.
  • +
  • The available PoV space will be slightly reduced. Assuming a 10mb PoV, teyrchains need to be +ready to sacrifice around 0.5% of PoV space.
  • +
+

§Enabling Guide

+

The decision whether the teyrchain should build on older relay parents is embedded into the +runtime. After the changes are implemented, the runtime will enforce that no author can build +with an offset smaller than the desired offset. If you wish to keep your current teyrchain +behaviour and do not want aforementioned tradeoffs, set the offset to 0.

+

Note: The APIs mentioned here are available in pezkuwi-sdk versions after stable-2506.

+
    +
  1. Define the relay parent offset your teyrchain should respect in the runtime.
  2. +
+ +
const RELAY_PARENT_OFFSET = 2;
+
    +
  1. Pass this constant to the teyrchain-system pallet.
  2. +
+ +
impl cumulus_pallet_teyrchain_system::Config for Runtime {
+	// Other config items here
+    ...
+	type RelayParentOffset = ConstU32<RELAY_PARENT_OFFSET>;
+}
+
    +
  1. Implement the RelayParentOffsetApi runtime API for your runtime.
  2. +
+ +
impl cumulus_primitives_core::RelayParentOffsetApi<Block> for Runtime {
+    fn relay_parent_offset() -> u32 {
+		RELAY_PARENT_OFFSET
+	}
+}
+
    +
  1. Increase the UNINCLUDED_SEGMENT_CAPICITY for your runtime. It needs to be increased by +RELAY_PARENT_OFFSET * BLOCK_PROCESSING_VELOCITY.
  2. +
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/handling_teyrchain_forks/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/handling_teyrchain_forks/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/handling_teyrchain_forks/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/index.html new file mode 100644 index 00000000..29373627 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/index.html @@ -0,0 +1,21 @@ +pezkuwi_sdk_docs::guides - Rust

Module guides

Module guides 

Source
Expand description

In-depth guides about the most common components of the Pezkuwi SDK. They are slightly more +high level and broad than reference_docs.

+

§Pezkuwi SDK Docs Guides

+

This crate contains a collection of guides that are foundational to the developers of +Pezkuwi SDK. They are common user-journeys that are traversed in the Pezkuwi ecosystem.

+

The main user-journey covered by these guides is:

+
    +
  • your_first_pallet, where you learn what a FRAME pallet is, and write your first +application logic.
  • +
  • your_first_runtime, where you learn how to compile your pallets into a WASM runtime.
  • +
  • your_first_node, where you learn how to run the said runtime in a node.
  • +
+
+

By this step, you have already launched a full Pezkuwi-SDK-based blockchain!

+
+

Once done, feel free to step up into one of our templates: crate::pezkuwi_sdk::templates.

+

Other guides are related to other miscellaneous topics and are listed as modules below.

+

Modules§

async_backing_guide
How to enable Async Backing on teyrchain projects that started in 2023 or before.
enable_elastic_scaling
How to enable elastic scaling on a teyrchain.
enable_metadata_hash
How to enable metadata hash verification in the runtime.
enable_pov_reclaim
How to enhance a given runtime and node to be cumulus-enabled, run it as a teyrchain +and connect it to a relay-chain. +How to enable storage weight reclaiming in a teyrchain node and runtime.
handling_teyrchain_forks
How to parameterize teyrchain forking in relation to relay chain forking.
your_first_node
Running the given runtime with a node. No specific consensus mechanism is used at this stage.
your_first_pallet
Write your first simple pallet, learning the most most basic features of FRAME along the way.
your_first_runtime
Write your first real runtime, +compiling it to WASM.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/sidebar-items.js new file mode 100644 index 00000000..3fab7b2d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["async_backing_guide","enable_elastic_scaling","enable_metadata_hash","enable_pov_reclaim","handling_teyrchain_forks","your_first_node","your_first_pallet","your_first_runtime"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_node/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_node/index.html new file mode 100644 index 00000000..d7d33451 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_node/index.html @@ -0,0 +1,77 @@ +pezkuwi_sdk_docs::guides::your_first_node - Rust

Module your_first_node

Module your_first_node 

Source
Expand description

Running the given runtime with a node. No specific consensus mechanism is used at this stage.

+

§Your first Node

+

In this guide, you will learn how to run a runtime, such as the one created in +your_first_runtime, in a node. Within the context of this guide, we will focus on running +the runtime with an omni-node. Please first read this page to learn about the OmniNode, and +other options when it comes to running a node.

+

your_first_runtime is a runtime with no consensus related code, and therefore can only be +executed with a node that also expects no consensus ([sc_consensus_manual_seal]). +pezkuwi-omni-node’s --dev-block-time precisely does this.

+
+

All of the following steps are coded as unit tests of this module. Please see Source of the +page for more information.

+
+

§Running The Omni Node

§Installs

+

The pezkuwi-omni-node can either be downloaded from the latest Release of pezkuwi-sdk, +or installed using cargo:

+
cargo install pezkuwi-omni-node
+

Next, we need to install the chain-spec-builder. This is the tool that allows us to build +chain-specifications, through interacting with the genesis related APIs of the runtime, as +described in crate::guides::your_first_runtime.

+
cargo install staging-chain-spec-builder
+
+

The name of the crate is prefixed with staging as the crate name chain-spec-builder on +crates.io is already taken and is not controlled by pezkuwi-sdk developers.

+
+

§Building Runtime

+

Next, we need to build the corresponding runtime that we wish to interact with.

+
cargo build --release -p path-to-runtime
+

Equivalent code in tests:

+ +
run_cmd!(
+	cargo build --release -p $FIRST_RUNTIME
+)
+.expect("Failed to run command");
+

This creates the wasm file under ./target/{release}/wbuild/release directory.

+

§Building Chain Spec

+

Next, we can generate the corresponding chain-spec file. For this example, we will use the +development (sp_genesis_config::DEVELOPMENT) preset.

+

Note that we intend to run this chain-spec with pezkuwi-omni-node, which is tailored for +running teyrchains. This requires the chain-spec to always contain the para_id and a +relay_chain fields, which are provided below as CLI arguments.

+
chain-spec-builder \
+	-c <path-to-output> \
+	create \
+	--relay-chain dontcare \
+	--runtime pezkuwi_sdk_docs_first_runtime.wasm \
+	named-preset development
+

Equivalent code in tests:

+ +
let chain_spec_builder = find_release_binary(&CHAIN_SPEC_BUILDER).unwrap();
+let runtime_path = find_wasm(PARA_RUNTIME).unwrap();
+let output = "/tmp/demo-chain-spec.json";
+let runtime_str = runtime_path.to_str().unwrap();
+run_cmd!(
+	$chain_spec_builder -c $output create --relay-chain dontcare -r $runtime_str named-preset development
+).expect("Failed to run command");
+std::fs::remove_file(output).unwrap();

§Running pezkuwi-omni-node

+

Finally, we can run the node with the generated chain-spec file. We can also specify the block +time using the --dev-block-time flag.

+
pezkuwi-omni-node \
+	--tmp \
+	--dev-block-time 1000 \
+	--chain <chain_spec_file>.json
+
+

Note that we always prefer to use --tmp for testing, as it will save the chain state to a +temporary folder, allowing the chain-to be easily restarted without purge-chain. See +[sc_cli::commands::PurgeChainCmd] and [sc_cli::commands::RunCmd::tmp] for more info.

+
+

This will start the node and import the blocks. Note while using --dev-block-time, the node +will use the testing-specific manual-seal consensus. This is an efficient way to test the +application logic of your runtime, without needing to yet care about consensus, block +production, relay-chain and so on.

+

§Next Steps

+ +
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_node/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_node/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_node/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/index.html new file mode 100644 index 00000000..f3a49ebd --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/index.html @@ -0,0 +1,596 @@ +pezkuwi_sdk_docs::guides::your_first_pallet - Rust

Module your_first_pallet

Module your_first_pallet 

Source
Expand description

Write your first simple pallet, learning the most most basic features of FRAME along the way.

+

§Currency Pallet

+

By the end of this guide, you will have written a small FRAME pallet (see +crate::pezkuwi_sdk::frame_runtime) that is capable of handling a simple crypto-currency. +This pallet will:

+
    +
  1. Allow anyone to mint new tokens into accounts (which is obviously not a great idea for a real +system).
  2. +
  3. Allow any user that owns tokens to transfer them to others.
  4. +
  5. Track the total issuance of all tokens at all times.
  6. +
+
+

This guide will build a currency pallet from scratch using only the lowest primitives of +FRAME, and is mainly intended for education, not applicability. For example, almost all +FRAME-based runtimes use various techniques to re-use a currency pallet instead of writing +one. Further advanced FRAME related topics are discussed in crate::reference_docs.

+
+

§Writing Your First Pallet

+

To get started, clone one of the templates mentioned in crate::pezkuwi_sdk::templates. We +recommend using the pezkuwi-sdk-minimal-template. You might need to change small parts of +this guide, namely the crate/package names, based on which template you use.

+
+

Be aware that you can read the entire source code backing this tutorial by clicking on the +source button at the top right of the page.

+
+

You should have studied the following modules as a prelude to this guide:

+ +

§Topics Covered

+

The following FRAME topics are covered in this guide:

+ +

§Shell Pallet

+

Consider the following as a “shell pallet”. We continue building the rest of this pallet based +on this template.

+

pallet::config and pallet::pallet are both mandatory parts of any +pallet. Refer to the documentation of each to get an overview of what they do.

+ +
#[frame::pallet(dev_mode)]
+pub mod shell_pallet {
+	use frame::prelude::*;
+
+	#[pallet::config]
+	pub trait Config: frame_system::Config {}
+
+	#[pallet::pallet]
+	pub struct Pallet<T>(_);
+}
+

All of the code that follows in this guide should live inside of the mod pallet.

+

§Storage

+

First, we will need to create two onchain storage declarations.

+

One should be a mapping from account-ids to a balance type, and one value that is the total +issuance.

+
+

For the rest of this guide, we will opt for a balance type of u128. For the sake of +simplicity, we are hardcoding this type. In a real pallet is best practice to define it as a +generic bounded type in the Config trait, and then specify it in the implementation.

+
+ +
pub type Balance = u128;
+

The definition of these two storage items, based on pallet::storage details, is as follows:

+ +
#[pallet::storage]
+pub type TotalIssuance<T: Config> = StorageValue<_, Balance>;
+
#[pallet::storage]
+pub type Balances<T: Config> = StorageMap<_, _, T::AccountId, Balance>;

§Dispatchables

+

Next, we will define the dispatchable functions. As per pallet::call, these will be defined +as normal fns attached to struct Pallet.

+ +
#[pallet::call]
+impl<T: Config> Pallet<T> {
+	/// An unsafe mint that can be called by anyone. Not a great idea.
+	pub fn mint_unsafe(
+		origin: T::RuntimeOrigin,
+		dest: T::AccountId,
+		amount: Balance,
+	) -> DispatchResult {
+		// ensure that this is a signed account, but we don't really check `_anyone`.
+		let _anyone = ensure_signed(origin)?;
+
+		// update the balances map. Notice how all `<T: Config>` remains as `<T>`.
+		Balances::<T>::mutate(dest, |b| *b = Some(b.unwrap_or(0) + amount));
+		// update total issuance.
+		TotalIssuance::<T>::mutate(|t| *t = Some(t.unwrap_or(0) + amount));
+
+		Ok(())
+	}
+
+	/// Transfer `amount` from `origin` to `dest`.
+	pub fn transfer(
+		origin: T::RuntimeOrigin,
+		dest: T::AccountId,
+		amount: Balance,
+	) -> DispatchResult {
+		let sender = ensure_signed(origin)?;
+
+		// ensure sender has enough balance, and if so, calculate what is left after `amount`.
+		let sender_balance = Balances::<T>::get(&sender).ok_or("NonExistentAccount")?;
+		if sender_balance < amount {
+			return Err("InsufficientBalance".into());
+		}
+		let remainder = sender_balance - amount;
+
+		// update sender and dest balances.
+		Balances::<T>::mutate(dest, |b| *b = Some(b.unwrap_or(0) + amount));
+		Balances::<T>::insert(&sender, remainder);
+
+		Ok(())
+	}
+}
+

The logic of these functions is self-explanatory. Instead, we will focus on the FRAME-related +details:

+
    +
  • Where do T::AccountId and T::RuntimeOrigin come from? These are both defined in +[frame::prelude::frame_system::Config], therefore we can access them in T.
  • +
  • What is ensure_signed, and what does it do with the aforementioned T::RuntimeOrigin? This +is outside the scope of this guide, and you can learn more about it in the origin reference +document (crate::reference_docs::frame_origin). For now, you should only know the +signature of the function: it takes a generic T::RuntimeOrigin and returns a +Result<T::AccountId, _>. So by the end of this function call, we know that this dispatchable +was signed by sender.
  • +
+ +
pub fn ensure_signed<OuterOrigin, AccountId>(o: OuterOrigin) -> Result<AccountId, BadOrigin>
+where
+	OuterOrigin: Into<Result<RawOrigin<AccountId>, OuterOrigin>>,
+{
+	match o.into() {
+		Ok(RawOrigin::Signed(t)) => Ok(t),
+		_ => Err(BadOrigin),
+	}
+}
+
    +
  • +

    Where does mutate, get and insert and other storage APIs come from? All of them are +explained in the corresponding type, for example, for Balances::<T>::insert, you can look +into [frame::prelude::StorageMap::insert].

    +
  • +
  • +

    The return type of all dispatchable functions is [frame::prelude::DispatchResult]:

    +
  • +
+ +
pub type DispatchResult = Result<(), sp_runtime::DispatchError>;
+

Which is more or less a normal Rust Result, with a custom [frame::prelude::DispatchError] as +the Err variant. We won’t cover this error in detail here, but importantly you should know +that there is an impl From<&'static string> for DispatchError provided (see +here). Therefore, +we can use basic string literals as our error type and .into() them into DispatchError.

+
    +
  • Why are all get and mutate functions returning an Option? This is the default behavior +of FRAME storage APIs. You can learn more about how to override this by looking into +pallet::storage, and [frame::prelude::ValueQuery]/[frame::prelude::OptionQuery]
  • +
+

§Improving Errors

+

How we handle error in the above snippets is fairly rudimentary. Let’s look at how this can be +improved. First, we can use [frame::prelude::ensure] to express the error slightly better. +This macro will call .into() under the hood.

+ +
pub fn transfer_better(
+	origin: T::RuntimeOrigin,
+	dest: T::AccountId,
+	amount: Balance,
+) -> DispatchResult {
+	let sender = ensure_signed(origin)?;
+
+	let sender_balance = Balances::<T>::get(&sender).ok_or("NonExistentAccount")?;
+	ensure!(sender_balance >= amount, "InsufficientBalance");
+	let remainder = sender_balance - amount;
+
+	// .. snip
+	Ok(())
+}
+

Moreover, you will learn in the Defensive Programming +section that it is always recommended to use +safe arithmetic operations in your runtime. By using frame::traits::CheckedSub, we can not +only take a step in that direction, but also improve the error handing and make it slightly more +ergonomic.

+ +
pub fn transfer_better_checked(
+	origin: T::RuntimeOrigin,
+	dest: T::AccountId,
+	amount: Balance,
+) -> DispatchResult {
+	let sender = ensure_signed(origin)?;
+
+	let sender_balance = Balances::<T>::get(&sender).ok_or("NonExistentAccount")?;
+	let remainder = sender_balance.checked_sub(amount).ok_or("InsufficientBalance")?;
+
+	// .. snip
+	Ok(())
+}
+

This is more or less all the logic that there is in this basic currency pallet!

+

§Your First (Test) Runtime

+

The typical testing code of a pallet lives in a module that imports some preludes useful for +testing, similar to:

+ +
pub mod pallet {
+	// snip -- actually pallet code.
+}
+
+#[cfg(test)]
+mod tests {
+	// bring in the testing prelude of frame
+	use frame::testing_prelude::*;
+	// bring in all pallet items
+	use super::pallet::*;
+
+	// snip -- rest of the testing code.
+}
+

Next, we create a “test runtime” in order to test our pallet. Recall from +crate::pezkuwi_sdk::frame_runtime that a runtime is a collection of pallets, expressed +through [frame::runtime::prelude::construct_runtime]. All runtimes also have to include +[frame::prelude::frame_system]. So we expect to see a runtime with two pallet, frame_system +and the one we just wrote.

+ +
mod runtime {
+	use super::*;
+	// we need to reference our `mod pallet` as an identifier to pass to
+	// `construct_runtime`.
+	// YOU HAVE TO CHANGE THIS LINE BASED ON YOUR TEMPLATE
+	use crate::pallet as pallet_currency;
+
+	construct_runtime!(
+		pub enum Runtime {
+			// ---^^^^^^ This is where `enum Runtime` is defined.
+			System: frame_system,
+			Currency: pallet_currency,
+		}
+	);
+
+	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+	impl frame_system::Config for Runtime {
+		type Block = MockBlock<Runtime>;
+		// within pallet we just said `<T as frame_system::Config>::AccountId`, now we
+		// finally specified it.
+		type AccountId = u64;
+	}
+
+	// our simple pallet has nothing to be configured.
+	impl pallet_currency::Config for Runtime {}
+}
+
+

[frame::pallet_macros::derive_impl] is a FRAME feature that enables developers to have +defaults for associated types.

+
+

Recall that within our pallet, (almost) all blocks of code are generic over <T: Config>. And, +because trait Config: frame_system::Config, we can get access to all items in Config (or +frame_system::Config) using T::NameOfItem. This is all within the boundaries of how +Rust traits and generics work. If unfamiliar with this pattern, read +crate::reference_docs::trait_based_programming before going further.

+

Crucially, a typical FRAME runtime contains a struct Runtime. The main role of this struct +is to implement the trait Config of all pallets. That is, anywhere within your pallet code +where you see <T: Config> (read: “some type T that implements Config), in the runtime, +it can be replaced with <Runtime>, because Runtime implements Config of all pallets, as we +see above.

+

Another way to think about this is that within a pallet, a lot of types are “unknown” and, we +only know that they will be provided at some later point. For example, when you write +T::AccountId (which is short for <T as frame_system::Config>::AccountId) in your pallet, +you are in fact saying “Some type AccountId that will be known later”. That “later” is in +fact when you specify these types when you implement all Config traits for Runtime.

+

As you see above, frame_system::Config is setting the AccountId to u64. Of course, a real +runtime will not use this type, and instead reside to a proper type like a 32-byte standard +public key. This is a HUGE benefit that FRAME developers can tap into: through the framework +being so generic, different types can always be customized to simple things when needed.

+
+

Imagine how hard it would have been if all tests had to use a real 32-byte account id, as +opposed to just a u64 number 🙈.

+
+

§Your First Test

+

The above is all you need to execute the dispatchables of your pallet. The last thing you need +to learn is that all of your pallet testing code should be wrapped in +[frame::testing_prelude::TestState]. This is a type that provides access to an in-memory state +to be used in our tests.

+ +
#[test]
+fn first_test() {
+	TestState::new_empty().execute_with(|| {
+		// We expect Alice's account to have no funds.
+		assert_eq!(Balances::<Runtime>::get(&ALICE), None);
+		assert_eq!(TotalIssuance::<Runtime>::get(), None);
+
+		// mint some funds into Alice's account.
+		assert_ok!(Pallet::<Runtime>::mint_unsafe(
+			RuntimeOrigin::signed(ALICE),
+			ALICE,
+			100
+		));
+
+		// re-check the above
+		assert_eq!(Balances::<Runtime>::get(&ALICE), Some(100));
+		assert_eq!(TotalIssuance::<Runtime>::get(), Some(100));
+	})
+}
+

In the first test, we simply assert that there is no total issuance, and no balance associated +with Alice’s account. Then, we mint some balance into Alice’s, and re-check.

+

As noted above, the T::AccountId is now u64. Moreover, Runtime is replacing <T: Config>. +This is why for example you see Balances::<Runtime>::get(..). Finally, notice that the +dispatchables are simply functions that can be called on top of the Pallet struct.

+

Congratulations! You have written your first pallet and tested it! Next, we learn a few optional +steps to improve our pallet.

+

§Improving the Currency Pallet

§Better Test Setup

+

Idiomatic FRAME pallets often use Builder pattern to define their initial state.

+
+

The Pezkuwi Blockchain Academy’s Rust entrance exam has a +section +on this that you can use to learn the Builder Pattern.

+
+

Let’s see how we can implement a better test setup using this pattern. First, we define a +struct StateBuilder.

+ +
pub(crate) struct StateBuilder {
+	balances: Vec<(<Runtime as frame_system::Config>::AccountId, Balance)>,
+}
+

This struct is meant to contain the same list of accounts and balances that we want to have at +the beginning of each block. We hardcoded this to let accounts = vec![(ALICE, 100), (2, 100)]; +so far. Then, if desired, we attach a default value for this struct.

+ +
impl Default for StateBuilder {
+	fn default() -> Self {
+		Self { balances: vec![(ALICE, 100), (BOB, 100)] }
+	}
+}
+

Like any other builder pattern, we attach functions to the type to mutate its internal +properties.

+ +
impl StateBuilder {
+	fn add_balance(
+		mut self,
+		who: <Runtime as frame_system::Config>::AccountId,
+		amount: Balance,
+	) -> Self {
+		self.balances.push((who, amount));
+		self
+	}
+}
+

Finally –the useful part– we write our own custom build_and_execute function on +this type. This function will do multiple things:

+
    +
  1. It would consume self to produce our TestState based on the properties that we attached +to self.
  2. +
  3. It would execute any test function that we pass in as closure.
  4. +
  5. A nifty trick, this allows our test setup to have some code that is executed both before and +after each test. For example, in this test, we do some additional checking about the +correctness of the TotalIssuance. We leave it up to you as an exercise to learn why the +assertion should always hold, and how it is checked.
  6. +
+ +
impl StateBuilder {
+	pub(crate) fn build_and_execute(self, test: impl FnOnce() -> ()) {
+		let mut ext = TestState::new_empty();
+		ext.execute_with(|| {
+			for (who, amount) in &self.balances {
+				Balances::<Runtime>::insert(who, amount);
+				TotalIssuance::<Runtime>::mutate(|b| *b = Some(b.unwrap_or(0) + amount));
+			}
+		});
+
+		ext.execute_with(test);
+
+		// assertions that must always hold
+		ext.execute_with(|| {
+			assert_eq!(
+				Balances::<Runtime>::iter().map(|(_, x)| x).sum::<u128>(),
+				TotalIssuance::<Runtime>::get().unwrap_or_default()
+			);
+		})
+	}
+}
+

We can write tests that specifically check the initial state, and making sure our StateBuilder +is working exactly as intended.

+ +
#[test]
+fn state_builder_works() {
+	StateBuilder::default().build_and_execute(|| {
+		assert_eq!(Balances::<Runtime>::get(&ALICE), Some(100));
+		assert_eq!(Balances::<Runtime>::get(&BOB), Some(100));
+		assert_eq!(Balances::<Runtime>::get(&CHARLIE), None);
+		assert_eq!(TotalIssuance::<Runtime>::get(), Some(200));
+	});
+}
+
#[test]
+fn state_builder_add_balance() {
+	StateBuilder::default().add_balance(CHARLIE, 42).build_and_execute(|| {
+		assert_eq!(Balances::<Runtime>::get(&CHARLIE), Some(42));
+		assert_eq!(TotalIssuance::<Runtime>::get(), Some(242));
+	})
+}

§More Tests

+

Now that we have a more ergonomic test setup, let’s see how a well written test for transfer and +mint would look like.

+ +
#[test]
+fn transfer_works() {
+	StateBuilder::default().build_and_execute(|| {
+		// given the initial state, when:
+		assert_ok!(Pallet::<Runtime>::transfer(RuntimeOrigin::signed(ALICE), BOB, 50));
+
+		// then:
+		assert_eq!(Balances::<Runtime>::get(&ALICE), Some(50));
+		assert_eq!(Balances::<Runtime>::get(&BOB), Some(150));
+		assert_eq!(TotalIssuance::<Runtime>::get(), Some(200));
+
+		// when:
+		assert_ok!(Pallet::<Runtime>::transfer(RuntimeOrigin::signed(BOB), ALICE, 50));
+
+		// then:
+		assert_eq!(Balances::<Runtime>::get(&ALICE), Some(100));
+		assert_eq!(Balances::<Runtime>::get(&BOB), Some(100));
+		assert_eq!(TotalIssuance::<Runtime>::get(), Some(200));
+	});
+}
+
#[test]
+fn mint_works() {
+	StateBuilder::default().build_and_execute(|| {
+		// given the initial state, when:
+		assert_ok!(Pallet::<Runtime>::mint_unsafe(RuntimeOrigin::signed(ALICE), BOB, 100));
+
+		// then:
+		assert_eq!(Balances::<Runtime>::get(&BOB), Some(200));
+		assert_eq!(TotalIssuance::<Runtime>::get(), Some(300));
+
+		// given:
+		assert_ok!(Pallet::<Runtime>::mint_unsafe(
+			RuntimeOrigin::signed(ALICE),
+			CHARLIE,
+			100
+		));
+
+		// then:
+		assert_eq!(Balances::<Runtime>::get(&CHARLIE), Some(100));
+		assert_eq!(TotalIssuance::<Runtime>::get(), Some(400));
+	});
+}
+

It is always a good idea to build a mental model where you write at least one test for each +“success path” of a dispatchable, and one test for each “failure path”, such as:

+ +
#[test]
+fn transfer_from_non_existent_fails() {
+	StateBuilder::default().build_and_execute(|| {
+		// given the initial state, when:
+		assert_err!(
+			Pallet::<Runtime>::transfer(RuntimeOrigin::signed(CHARLIE), ALICE, 10),
+			"NonExistentAccount"
+		);
+
+		// then nothing has changed.
+		assert_eq!(Balances::<Runtime>::get(&ALICE), Some(100));
+		assert_eq!(Balances::<Runtime>::get(&BOB), Some(100));
+		assert_eq!(Balances::<Runtime>::get(&CHARLIE), None);
+		assert_eq!(TotalIssuance::<Runtime>::get(), Some(200));
+	});
+}
+

We leave it up to you to write a test that triggers the InsufficientBalance error.

+

§Event and Error

+

Our pallet is mainly missing two parts that are common in most FRAME pallets: Events, and +Errors. First, let’s understand what each is.

+
    +
  • +

    Error: The static string-based error scheme we used so far is good for readability, but it +has a few drawbacks. The biggest problem with strings are that they are not type safe, e.g. a +match statement cannot be exhaustive. These string literals will bloat the final wasm blob, +and are relatively heavy to transmit and encode/decode. Moreover, it is easy to mistype them +by one character. FRAME errors are exactly a solution to maintain readability, whilst fixing +the drawbacks mentioned. In short, we use an enum to represent different variants of our +error. These variants are then mapped in an efficient way (using only u8 indices) to +[sp_runtime::DispatchError::Module]. Read more about this in pallet::error.

    +
  • +
  • +

    Event: Events are akin to the return type of dispatchables. They are mostly data blobs +emitted by the runtime to let outside world know what is happening inside the pallet. Since +otherwise, the outside world does not have an easy access to the state changes. They should +represent what happened at the end of a dispatch operation. Therefore, the convention is to +use passive tense for event names (eg. SomethingHappened). This allows other sub-systems or +external parties (eg. a light-node, a DApp) to listen to particular events happening, without +needing to re-execute the whole state transition function.

    +
  • +
+

With the explanation out of the way, let’s see how these components can be added. Both follow a +fairly familiar syntax: normal Rust enums, with extra pallet::event and pallet::error +attributes attached.

+ +
#[pallet::event]
+#[pallet::generate_deposit(pub(super) fn deposit_event)]
+pub enum Event<T: Config> {
+	/// A transfer succeeded.
+	Transferred { from: T::AccountId, to: T::AccountId, amount: Balance },
+}
+
#[pallet::error]
+pub enum Error<T> {
+	/// Account does not exist.
+	NonExistentAccount,
+	/// Account does not have enough balance.
+	InsufficientBalance,
+}
+

One slightly custom part of this is the pallet::generate_deposit part. Without going into +too much detail, in order for a pallet to emit events to the rest of the system, it needs to do +two things:

+
    +
  1. +

    Declare a type in its Config that refers to the overarching event type of the runtime. In +short, by doing this, the pallet is expressing an important bound: type RuntimeEvent: From<Event<Self>>. Read: a RuntimeEvent exists, and it can be created from the local enum Event of this pallet. This enables the pallet to convert its Event into RuntimeEvent, and +store it where needed.

    +
  2. +
  3. +

    But, doing this conversion and storing is too much to expect each pallet to define. FRAME +provides a default way of storing events, and this is what pallet::generate_deposit is +doing.

    +
  4. +
+ +
#[pallet::config]
+pub trait Config: frame_system::Config {
+	/// The overarching event type of the runtime.
+	#[allow(deprecated)]
+	type RuntimeEvent: From<Event<Self>>
+		+ IsType<<Self as frame_system::Config>::RuntimeEvent>
+		+ TryInto<Event<Self>>;
+}
+
+

These Runtime* types are better explained in +crate::reference_docs::frame_runtime_types.

+
+

Then, we can rewrite the transfer dispatchable as such:

+ +
pub fn transfer(
+	origin: T::RuntimeOrigin,
+	dest: T::AccountId,
+	amount: Balance,
+) -> DispatchResult {
+	let sender = ensure_signed(origin)?;
+
+	// ensure sender has enough balance, and if so, calculate what is left after `amount`.
+	let sender_balance =
+		Balances::<T>::get(&sender).ok_or(Error::<T>::NonExistentAccount)?;
+	let remainder =
+		sender_balance.checked_sub(amount).ok_or(Error::<T>::InsufficientBalance)?;
+
+	Balances::<T>::mutate(&dest, |b| *b = Some(b.unwrap_or(0) + amount));
+	Balances::<T>::insert(&sender, remainder);
+
+	Self::deposit_event(Event::<T>::Transferred { from: sender, to: dest, amount });
+
+	Ok(())
+}
+

Then, notice how now we would need to provide this type RuntimeEvent in our test runtime +setup.

+ +
pub mod runtime_v2 {
+	use super::*;
+	use crate::pallet_v2 as pallet_currency;
+
+	construct_runtime!(
+		pub enum Runtime {
+			System: frame_system,
+			Currency: pallet_currency,
+		}
+	);
+
+	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+	impl frame_system::Config for Runtime {
+		type Block = MockBlock<Runtime>;
+		type AccountId = u64;
+	}
+
+	impl pallet_currency::Config for Runtime {
+		type RuntimeEvent = RuntimeEvent;
+	}
+}
+

In this snippet, the actual RuntimeEvent type (right hand side of type RuntimeEvent = RuntimeEvent) is generated by +construct_runtime. An interesting way to inspect +this type is to see its definition in rust-docs: +crate::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeEvent.

+

§What Next?

+

The following topics where used in this guide, but not covered in depth. It is suggested to +study them subsequently:

+ +

Modules§

pallet
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
pallet_v2
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
shell_pallet
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/fn.mint_unsafe.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/fn.mint_unsafe.html new file mode 100644 index 00000000..04683853 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/fn.mint_unsafe.html @@ -0,0 +1,6 @@ +mint_unsafe in pezkuwi_sdk_docs::guides::your_first_pallet::pallet::dispatchables - Rust

mint_unsafe

Function mint_unsafe 

Source
pub fn mint_unsafe<T: Config>(dest: T::AccountId, amount: Balance)
Expand description

An unsafe mint that can be called by anyone. Not a great idea.

+

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::mint_unsafe.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/fn.transfer.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/fn.transfer.html new file mode 100644 index 00000000..f0d4ebb0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/fn.transfer.html @@ -0,0 +1,6 @@ +transfer in pezkuwi_sdk_docs::guides::your_first_pallet::pallet::dispatchables - Rust

transfer

pub fn transfer<T: Config>(dest: T::AccountId, amount: Balance)
Expand description

Transfer amount from origin to dest.

+

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::transfer.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/index.html new file mode 100644 index 00000000..32c713cc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::pallet::dispatchables - Rust

Module dispatchables

Module dispatchables 

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

mint_unsafe
An unsafe mint that can be called by anyone. Not a great idea.
transfer
Transfer amount from origin to dest.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/sidebar-items.js new file mode 100644 index 00000000..cfbe837e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["mint_unsafe","transfer"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/enum.Call.html new file mode 100644 index 00000000..fcfe9fd5 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/enum.Call.html @@ -0,0 +1,234 @@ +Call in pezkuwi_sdk_docs::guides::your_first_pallet::pallet - Rust

Call

pub enum Call<T: Config> {
+    mint_unsafe {
+        dest: T::AccountId,
+        amount: Balance,
+    },
+    transfer {
+        dest: T::AccountId,
+        amount: Balance,
+    },
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Variants§

§

mint_unsafe

An unsafe mint that can be called by anyone. Not a great idea.

+

Fields

§dest: T::AccountId
§amount: Balance
§

transfer

Transfer amount from origin to dest.

+

Fields

§dest: T::AccountId
§amount: Balance

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_mint_unsafe(dest: T::AccountId, amount: Balance) -> Self

Create a call with the variant mint_unsafe.

+
Source

pub fn new_call_variant_transfer(dest: T::AccountId, amount: Balance) -> Self

Create a call with the variant transfer.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T::AccountId: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>
where + T::AccountId: DecodeWithMemTracking,

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>
where + <T as Config>::AccountId: Freeze,

§

impl<T> RefUnwindSafe for Call<T>
where + <T as Config>::AccountId: RefUnwindSafe, + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + <T as Config>::AccountId: Unpin, + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + <T as Config>::AccountId: UnwindSafe, + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/index.html new file mode 100644 index 00000000..631466ed --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::pallet - Rust

Module pallet

Module pallet 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

Balance
Balances
A mapping from T::AccountId to Balance
ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
TotalIssuance
Single storage item, of type Balance.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/sidebar-items.js new file mode 100644 index 00000000..7349b874 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Balance","Balances","Module","TotalIssuance"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/index.html new file mode 100644 index 00000000..bfd62341 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types - Rust

Module storage_types

Module storage_types 

Source
Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+

Structs§

Balances
A mapping from T::AccountId to Balance
TotalIssuance
Single storage item, of type Balance.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/sidebar-items.js new file mode 100644 index 00000000..1bac6f50 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"struct":["Balances","TotalIssuance"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/struct.Balances.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/struct.Balances.html new file mode 100644 index 00000000..54e19314 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/struct.Balances.html @@ -0,0 +1,148 @@ +Balances in pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types - Rust

Balances

pub struct Balances();
Expand description

A mapping from T::AccountId to Balance

+

§Warning: Doc-Only

+

This type is automatically generated, and is doc-only. See the real version in +[pallet::Balances].

+

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/struct.TotalIssuance.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/struct.TotalIssuance.html new file mode 100644 index 00000000..5116ccc2 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/storage_types/struct.TotalIssuance.html @@ -0,0 +1,148 @@ +TotalIssuance in pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types - Rust

TotalIssuance

Struct TotalIssuance 

Source
pub struct TotalIssuance();
Expand description

Single storage item, of type Balance.

+

§Warning: Doc-Only

+

This type is automatically generated, and is doc-only. See the real version in +[pallet::TotalIssuance].

+

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/struct.Pallet.html new file mode 100644 index 00000000..11567878 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/struct.Pallet.html @@ -0,0 +1,194 @@ +Pallet in pezkuwi_sdk_docs::guides::your_first_pallet::pallet - Rust

Pallet

Struct Pallet 

Source
pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn mint_unsafe( + origin: T::RuntimeOrigin, + dest: T::AccountId, + amount: Balance, +) -> DispatchResult

An unsafe mint that can be called by anyone. Not a great idea.

+
Source

pub fn transfer( + origin: T::RuntimeOrigin, + dest: T::AccountId, + amount: Balance, +) -> DispatchResult

Transfer amount from origin to dest.

+
Source§

impl<T: Config> Pallet<T>

Source

pub fn transfer_better( + origin: T::RuntimeOrigin, + dest: T::AccountId, + amount: Balance, +) -> DispatchResult

Source

pub fn transfer_better_checked( + origin: T::RuntimeOrigin, + dest: T::AccountId, + amount: Balance, +) -> DispatchResult

Transfer amount from origin to dest.

+

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/trait.Config.html new file mode 100644 index 00000000..183ea96f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/trait.Config.html @@ -0,0 +1,6 @@ +Config in pezkuwi_sdk_docs::guides::your_first_pallet::pallet - Rust

Config

Trait Config 

Source
pub trait Config: Config { }
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Balance.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Balance.html new file mode 100644 index 00000000..14662989 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Balance.html @@ -0,0 +1 @@ +Balance in pezkuwi_sdk_docs::guides::your_first_pallet::pallet - Rust

Balance

Type Alias Balance 

Source
pub type Balance = u128;
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Balances.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Balances.html new file mode 100644 index 00000000..3bb40760 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Balances.html @@ -0,0 +1,3 @@ +Balances in pezkuwi_sdk_docs::guides::your_first_pallet::pallet - Rust

Balances

Type Alias Balances 

Source
pub type Balances<T: Config> = StorageMap<_GeneratedPrefixForStorageBalances<T>, Blake2_128Concat, T::AccountId, Balance>;
Expand description

A mapping from T::AccountId to Balance

+

Storage type is [StorageMap] with key type T :: AccountId and value type Balance.

+

Aliased Type§

pub struct Balances<T: Config>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Module.html new file mode 100644 index 00000000..e9591906 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::guides::your_first_pallet::pallet - Rust

Module

Type Alias Module 

Source
pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.TotalIssuance.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.TotalIssuance.html new file mode 100644 index 00000000..8dd80f01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/type.TotalIssuance.html @@ -0,0 +1,3 @@ +TotalIssuance in pezkuwi_sdk_docs::guides::your_first_pallet::pallet - Rust

TotalIssuance

Type Alias TotalIssuance 

Source
pub type TotalIssuance<T: Config> = StorageValue<_GeneratedPrefixForStorageTotalIssuance<T>, Balance>;
Expand description

Single storage item, of type Balance.

+

Storage type is [StorageValue] with value type Balance.

+

Aliased Type§

pub struct TotalIssuance<T: Config>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/fn.transfer.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/fn.transfer.html new file mode 100644 index 00000000..7c37081b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/fn.transfer.html @@ -0,0 +1,5 @@ +transfer in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::dispatchables - Rust

transfer

pub fn transfer<T: Config>(dest: T::AccountId, amount: Balance)
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::transfer.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/index.html new file mode 100644 index 00000000..1f6f77df --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::dispatchables - Rust

Module dispatchables

Module dispatchables 

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

transfer
Warning: Doc-Only
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/sidebar-items.js new file mode 100644 index 00000000..a788ea89 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["transfer"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Call.html new file mode 100644 index 00000000..7d6119e9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Call.html @@ -0,0 +1,233 @@ +Call in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2 - Rust

Call

pub enum Call<T: Config> {
+    transfer {
+        dest: T::AccountId,
+        amount: Balance,
+    },
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Variants§

§

transfer

Fields

§dest: T::AccountId
§amount: Balance

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_transfer(dest: T::AccountId, amount: Balance) -> Self

Create a call with the variant transfer.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T::AccountId: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>
where + T::AccountId: DecodeWithMemTracking,

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + <T as Config>::AccountId: Freeze,

§

impl<T> RefUnwindSafe for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + <T as Config>::AccountId: RefUnwindSafe, + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Send,

§

impl<T> Sync for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Sync,

§

impl<T> Unpin for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + <T as Config>::AccountId: Unpin, + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + <T as Config>::AccountId: UnwindSafe, + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Error.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Error.html new file mode 100644 index 00000000..00fcd304 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Error.html @@ -0,0 +1,200 @@ +Error in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2 - Rust

Error

pub enum Error<T> {
+    NonExistentAccount,
+    InsufficientBalance,
+    // some variants omitted
+}
Expand description

The Error enum of this pallet.

+

Variants§

§

NonExistentAccount

Account does not exist.

+
§

InsufficientBalance

Account does not have enough balance.

+

Trait Implementations§

Source§

impl<T: Config> Debug for Error<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T> Decode for Error<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T> Encode for Error<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Error<Runtime>> for RuntimeError

Source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> From<Error<T>> for &'static str

Source§

fn from(err: Error<T>) -> &'static str

Converts to this type from the input type.
Source§

impl<T: Config> From<Error<T>> for DispatchError

Source§

fn from(err: Error<T>) -> Self

Converts to this type from the input type.
Source§

impl<T> PalletError for Error<T>

Source§

const MAX_ENCODED_SIZE: usize = 1usize

The maximum encoded size for the implementing type. Read more
Source§

impl TryInto<Error<Runtime>> for RuntimeError

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
Source§

impl<T> TypeInfo for Error<T>
where + PhantomData<T>: TypeInfo + 'static, + T: 'static,

Source§

type Identity = Error<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T> DecodeWithMemTracking for Error<T>

Source§

impl<T> EncodeLike for Error<T>

Auto Trait Implementations§

§

impl<T> Freeze for Error<T>

§

impl<T> RefUnwindSafe for Error<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Error<T>
where + T: Send,

§

impl<T> Sync for Error<T>
where + T: Sync,

§

impl<T> Unpin for Error<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Error<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithPostDispatchInfo for T
where + T: Into<DispatchError>,

§

fn with_weight( + self, + actual_weight: Weight, +) -> DispatchErrorWithPostInfo<PostDispatchInfo>

Call this on your modules custom errors type in order to return a custom weight on error. Read more
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Event.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Event.html new file mode 100644 index 00000000..891c25ca --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/enum.Event.html @@ -0,0 +1,230 @@ +Event in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2 - Rust

Event

pub enum Event<T: Config> {
+    Transferred {
+        from: T::AccountId,
+        to: T::AccountId,
+        amount: Balance,
+    },
+    // some variants omitted
+}
Expand description

The Event enum of this pallet

+

Variants§

§

Transferred

A transfer succeeded.

+

Fields

§from: T::AccountId
§to: T::AccountId
§amount: Balance

Trait Implementations§

Source§

impl<T: Config> Clone for Event<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Event<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Event<T>
where + T::AccountId: Decode,

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Event<T>
where + T::AccountId: Encode,

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> From<Event<T>> for ()

Source§

fn from(_: Event<T>)

Converts to this type from the input type.
Source§

impl<T: Config> PartialEq for Event<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl<T> TypeInfo for Event<T>
where + T::AccountId: TypeInfo + 'static, + PhantomData<T>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Event<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> DecodeWithMemTracking for Event<T>
where + T::AccountId: DecodeWithMemTracking,

Source§

impl<T: Config> EncodeLike for Event<T>
where + T::AccountId: Encode,

Source§

impl<T: Config> Eq for Event<T>

Auto Trait Implementations§

§

impl<T> Freeze for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + <T as Config>::AccountId: Freeze,

§

impl<T> RefUnwindSafe for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + <T as Config>::AccountId: RefUnwindSafe, + T: RefUnwindSafe,

§

impl<T> Send for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Send,

§

impl<T> Sync for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Sync,

§

impl<T> Unpin for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + <T as Config>::AccountId: Unpin, + T: Unpin,

§

impl<T> UnwindSafe for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + <T as Config>::AccountId: UnwindSafe, + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/index.html new file mode 100644 index 00000000..4d206a31 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2 - Rust

Module pallet_v2

Module pallet_v2 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.
tests

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.
Error
The Error enum of this pallet.
Event
The Event enum of this pallet

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

Balances
Storage type is [StorageMap] with key type T :: AccountId and value type Balance.
ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
TotalIssuance
Storage type is [StorageValue] with value type Balance.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/sidebar-items.js new file mode 100644 index 00000000..5377cded --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call","Error","Event"],"mod":["dispatchables","storage_types","tests"],"struct":["Pallet"],"trait":["Config"],"type":["Balances","Module","TotalIssuance"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/index.html new file mode 100644 index 00000000..4aedd7cd --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types - Rust

Module storage_types

Module storage_types 

Source
Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+

Structs§

Balances
Warning: Doc-Only
TotalIssuance
Warning: Doc-Only
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/sidebar-items.js new file mode 100644 index 00000000..1bac6f50 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"struct":["Balances","TotalIssuance"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/struct.Balances.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/struct.Balances.html new file mode 100644 index 00000000..58afc3a0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/struct.Balances.html @@ -0,0 +1,147 @@ +Balances in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types - Rust

Balances

pub struct Balances();
Expand description

§Warning: Doc-Only

+

This type is automatically generated, and is doc-only. See the real version in +[pallet::Balances].

+

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/struct.TotalIssuance.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/struct.TotalIssuance.html new file mode 100644 index 00000000..4acc132c --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/storage_types/struct.TotalIssuance.html @@ -0,0 +1,147 @@ +TotalIssuance in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types - Rust

TotalIssuance

Struct TotalIssuance 

Source
pub struct TotalIssuance();
Expand description

§Warning: Doc-Only

+

This type is automatically generated, and is doc-only. See the real version in +[pallet::TotalIssuance].

+

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/struct.Pallet.html new file mode 100644 index 00000000..87ab0641 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/struct.Pallet.html @@ -0,0 +1,179 @@ +Pallet in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2 - Rust

Pallet

Struct Pallet 

Source
pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn transfer( + origin: T::RuntimeOrigin, + dest: T::AccountId, + amount: Balance, +) -> DispatchResult

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<Currency, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Currency, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/index.html new file mode 100644 index 00000000..71e61231 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/index.html @@ -0,0 +1 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests - Rust

Module tests

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.OriginCaller.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.OriginCaller.html new file mode 100644 index 00000000..f930f1ae --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.OriginCaller.html @@ -0,0 +1,203 @@ +OriginCaller in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

OriginCaller

pub enum OriginCaller {
+    system(Origin<Runtime>),
+    Void(Void),
+}

Variants§

§

system(Origin<Runtime>)

§

Void(Void)

Trait Implementations§

Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for OriginCaller

Source§

fn clone(&self) -> OriginCaller

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for OriginCaller

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for OriginCaller

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for OriginCaller

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

Source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl MaxEncodedLen for OriginCaller

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for OriginCaller

Source§

fn eq(&self, other: &OriginCaller) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryFrom<OriginCaller> for Origin<Runtime>

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
Source§

impl TypeInfo for OriginCaller

Source§

type Identity = OriginCaller

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for OriginCaller

Source§

impl EncodeLike for OriginCaller

Source§

impl Eq for OriginCaller

Source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeCall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeCall.html new file mode 100644 index 00000000..2ba8e565 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeCall.html @@ -0,0 +1,219 @@ +RuntimeCall in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeCall

pub enum RuntimeCall {
+    System(CallableCallFor<System, Runtime>),
+    Currency(CallableCallFor<Currency, Runtime>),
+}
Expand description

The aggregated runtime call type.

+

Variants§

§

System(CallableCallFor<System, Runtime>)

§

Currency(CallableCallFor<Currency, Runtime>)

Trait Implementations§

Source§

impl Authorize for RuntimeCall

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl CheckIfFeeless for RuntimeCall

Source§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl Clone for RuntimeCall

Source§

fn clone(&self) -> RuntimeCall

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeCall

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeCall

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Dispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was +generated from. In the case of a signed extrinsic (transaction), the origin contains an +identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
Source§

type Config = RuntimeCall

Source§

type Info = DispatchInfo

An opaque set of information attached to the transaction. This could be constructed anywhere +down the line in a runtime. The current Substrate runtime uses a struct with the same name +to represent the dispatch class and weight.
Source§

type PostInfo = PostDispatchInfo

Additional information that is returned by dispatch. Can be used to supply the caller +with information about a Dispatchable that is only known post dispatch.
Source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
Source§

impl Encode for RuntimeCall

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<Currency, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl GetCallMetadata for RuntimeCall

Source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
Source§

fn get_module_names() -> &'static [&'static str]

Return all module names.
Source§

fn get_call_names(module: &str) -> &'static [&'static str]

Return all function names for the given module.
Source§

impl GetDispatchInfo for RuntimeCall

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Currency, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl PartialEq for RuntimeCall

Source§

fn eq(&self, other: &RuntimeCall) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeCall

Source§

type Identity = RuntimeCall

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl UnfilteredDispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl DecodeWithMemTracking for RuntimeCall

Source§

impl EncodeLike for RuntimeCall

Source§

impl Eq for RuntimeCall

Source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where + Call: Dispatchable,

§

fn dispatch( + call: Call, + origin: <Call as Dispatchable>::RuntimeOrigin, +) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>

§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeError.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeError.html new file mode 100644 index 00000000..325b0b28 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeError.html @@ -0,0 +1,187 @@ +RuntimeError in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeError

pub enum RuntimeError {
+    System(Error<Runtime>),
+    Currency(Error<Runtime>),
+}

Variants§

§

System(Error<Runtime>)

§

Currency(Error<Runtime>)

Implementations§

Source§

impl RuntimeError

Source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

+

Returns Some if the error matches the DispatchError::Module variant, otherwise None.

+

Trait Implementations§

Source§

impl Debug for RuntimeError

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeError

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeError

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Error<Runtime>> for RuntimeError

Source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<Error<Runtime>> for RuntimeError

Source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl TryInto<Error<Runtime>> for RuntimeError

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TryInto<Error<Runtime>> for RuntimeError

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeError

Source§

type Identity = RuntimeError

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeError

Source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeEvent.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeEvent.html new file mode 100644 index 00000000..ef1ce8bc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeEvent.html @@ -0,0 +1,202 @@ +RuntimeEvent in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeEvent

pub enum RuntimeEvent {
+    System(Event<Runtime>),
+    Currency(Event<Runtime>),
+}

Variants§

§

System(Event<Runtime>)

§

Currency(Event<Runtime>)

Trait Implementations§

Source§

impl Clone for RuntimeEvent

Source§

fn clone(&self) -> RuntimeEvent

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeEvent

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeEvent

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeEvent

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for RuntimeEvent

Source§

fn eq(&self, other: &RuntimeEvent) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeEvent

Source§

type Identity = RuntimeEvent

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeEvent

Source§

impl EncodeLike for RuntimeEvent

Source§

impl Eq for RuntimeEvent

Source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeFreezeReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeFreezeReason.html new file mode 100644 index 00000000..4fd3d82e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeFreezeReason.html @@ -0,0 +1,199 @@ +RuntimeFreezeReason in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeFreezeReason

Enum RuntimeFreezeReason 

Source
pub enum RuntimeFreezeReason {}
Expand description

A reason for placing a freeze on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeFreezeReason

Source§

fn clone(&self) -> RuntimeFreezeReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeFreezeReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeFreezeReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeFreezeReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeFreezeReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeFreezeReason

Source§

fn eq(&self, other: &RuntimeFreezeReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeFreezeReason

Source§

type Identity = RuntimeFreezeReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeFreezeReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeFreezeReason

Source§

impl DecodeWithMemTracking for RuntimeFreezeReason

Source§

impl EncodeLike for RuntimeFreezeReason

Source§

impl Eq for RuntimeFreezeReason

Source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeHoldReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeHoldReason.html new file mode 100644 index 00000000..6478b321 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeHoldReason.html @@ -0,0 +1,199 @@ +RuntimeHoldReason in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeHoldReason

Enum RuntimeHoldReason 

Source
pub enum RuntimeHoldReason {}
Expand description

A reason for placing a hold on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeHoldReason

Source§

fn clone(&self) -> RuntimeHoldReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeHoldReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeHoldReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeHoldReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeHoldReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeHoldReason

Source§

fn eq(&self, other: &RuntimeHoldReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeHoldReason

Source§

type Identity = RuntimeHoldReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeHoldReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeHoldReason

Source§

impl DecodeWithMemTracking for RuntimeHoldReason

Source§

impl EncodeLike for RuntimeHoldReason

Source§

impl Eq for RuntimeHoldReason

Source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeLockId.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeLockId.html new file mode 100644 index 00000000..f68ca58e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeLockId.html @@ -0,0 +1,199 @@ +RuntimeLockId in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeLockId

pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeLockId

Source§

fn clone(&self) -> RuntimeLockId

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeLockId

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeLockId

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeLockId

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeLockId

Source§

fn eq(&self, other: &RuntimeLockId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeLockId

Source§

type Identity = RuntimeLockId

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeLockId

Source§

impl DecodeWithMemTracking for RuntimeLockId

Source§

impl EncodeLike for RuntimeLockId

Source§

impl Eq for RuntimeLockId

Source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeSlashReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeSlashReason.html new file mode 100644 index 00000000..22079fcd --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeSlashReason.html @@ -0,0 +1,199 @@ +RuntimeSlashReason in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeSlashReason

Enum RuntimeSlashReason 

Source
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeSlashReason

Source§

fn clone(&self) -> RuntimeSlashReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeSlashReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeSlashReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeSlashReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeSlashReason

Source§

fn eq(&self, other: &RuntimeSlashReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeSlashReason

Source§

type Identity = RuntimeSlashReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeSlashReason

Source§

impl DecodeWithMemTracking for RuntimeSlashReason

Source§

impl EncodeLike for RuntimeSlashReason

Source§

impl Eq for RuntimeSlashReason

Source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeTask.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeTask.html new file mode 100644 index 00000000..a81b08d4 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeTask.html @@ -0,0 +1,199 @@ +RuntimeTask in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeTask

pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

Source§

impl Clone for RuntimeTask

Source§

fn clone(&self) -> RuntimeTask

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeTask

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeTask

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeTask

Source§

fn eq(&self, other: &RuntimeTask) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl Task for RuntimeTask

Source§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
Source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
Source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
Source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
Source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
Source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
Source§

impl TypeInfo for RuntimeTask

Source§

type Identity = RuntimeTask

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeTask

Source§

impl EncodeLike for RuntimeTask

Source§

impl Eq for RuntimeTask

Source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeViewFunction.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeViewFunction.html new file mode 100644 index 00000000..3f660a0a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/enum.RuntimeViewFunction.html @@ -0,0 +1,202 @@ +RuntimeViewFunction in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeViewFunction

Enum RuntimeViewFunction 

Source
pub enum RuntimeViewFunction {}
Expand description

Runtime query type.

+

Trait Implementations§

Source§

impl Clone for RuntimeViewFunction

Source§

fn clone(&self) -> RuntimeViewFunction

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeViewFunction

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeViewFunction

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl DispatchViewFunction for RuntimeViewFunction

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl Encode for RuntimeViewFunction

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeViewFunction

Source§

fn eq(&self, other: &RuntimeViewFunction) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeViewFunction

Source§

type Identity = RuntimeViewFunction

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeViewFunction

Source§

impl EncodeLike for RuntimeViewFunction

Source§

impl Eq for RuntimeViewFunction

Source§

impl StructuralPartialEq for RuntimeViewFunction

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/index.html new file mode 100644 index 00000000..6aa0ac9f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/index.html @@ -0,0 +1,3 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

Module runtime_v2

Module runtime_v2 

Source

Structs§

PalletInfo
Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.
Runtime
RuntimeGenesisConfig
RuntimeOrigin
The runtime origin type representing the origin of a call.

Enums§

OriginCaller
RuntimeCall
The aggregated runtime call type.
RuntimeError
RuntimeEvent
RuntimeFreezeReason
A reason for placing a freeze on funds.
RuntimeHoldReason
A reason for placing a hold on funds.
RuntimeLockId
An identifier for each lock placed on funds.
RuntimeSlashReason
A reason for slashing funds.
RuntimeTask
An aggregation of all Task enums across all pallets included in the current runtime.
RuntimeViewFunction
Runtime query type.

Type Aliases§

AllPalletsWithSystem
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithoutSystem
All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.
Currency
System
SystemConfig
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/sidebar-items.js new file mode 100644 index 00000000..02c84bc3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["OriginCaller","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeHoldReason","RuntimeLockId","RuntimeSlashReason","RuntimeTask","RuntimeViewFunction"],"struct":["PalletInfo","Runtime","RuntimeGenesisConfig","RuntimeOrigin"],"type":["AllPalletsWithSystem","AllPalletsWithoutSystem","Currency","System","SystemConfig"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.PalletInfo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.PalletInfo.html new file mode 100644 index 00000000..93df97cd --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.PalletInfo.html @@ -0,0 +1,146 @@ +PalletInfo in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

PalletInfo

pub struct PalletInfo;
Expand description

Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.

+

Trait Implementations§

Source§

impl PalletInfo for PalletInfo

Source§

fn index<P: 'static>() -> Option<usize>

Convert the given pallet P into its index as configured in the runtime.
Source§

fn name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its name as configured in the runtime.
Source§

fn name_hash<P: 'static>() -> Option<[u8; 16]>

The two128 hash of name.
Source§

fn module_name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its Rust module name as used in construct_runtime!.
Source§

fn crate_version<P: 'static>() -> Option<CrateVersion>

Convert the given pallet P into its containing crate version.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.Runtime.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.Runtime.html new file mode 100644 index 00000000..5a326530 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.Runtime.html @@ -0,0 +1,169 @@ +Runtime in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

Runtime

pub struct Runtime;

Implementations§

Source§

impl Runtime

Source

pub fn execute_view_function( + id: ViewFunctionId, + input: Vec<u8>, +) -> Result<Vec<u8>, ViewFunctionDispatchError>

Convenience function for view functions dispatching and execution from the runtime API.

+
Source§

impl Runtime

Source

pub fn metadata() -> RuntimeMetadataPrefixed

Source

pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

Source

pub fn metadata_versions() -> Vec<u32>

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for Runtime

Source§

fn clone(&self) -> Runtime

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Config for Runtime

Source§

type Block = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<<Runtime as Config>::AccountId, <Runtime as Config>::RuntimeCall, (), ()>>

The Block type used by the runtime. This is used by construct_runtime to retrieve the +extrinsics or other block specific data as needed.
Source§

type AccountId = u64

The user account identifier type for the runtime.
Source§

type Nonce = <TestDefaultConfig as DefaultConfig>::Nonce

This stores the number of previous transactions associated with a sender account.
Source§

type Hash = <TestDefaultConfig as DefaultConfig>::Hash

The output of the Hashing function.
Source§

type Hashing = <TestDefaultConfig as DefaultConfig>::Hashing

The hashing system (algorithm) being used in the runtime (e.g. Blake2).
Source§

type Lookup = <TestDefaultConfig as DefaultConfig>::Lookup

Converting trait to take a source type and convert to AccountId. Read more
Source§

type MaxConsumers = <TestDefaultConfig as DefaultConfig>::MaxConsumers

The maximum number of consumers allowed on a single account.
Source§

type AccountData = <TestDefaultConfig as DefaultConfig>::AccountData

Data to be associated with an account (other than nonce/transaction counter, which this +pallet does regardless).
Source§

type OnNewAccount = <TestDefaultConfig as DefaultConfig>::OnNewAccount

Handler for when a new account has just been created.
Source§

type OnKilledAccount = <TestDefaultConfig as DefaultConfig>::OnKilledAccount

A function that is invoked when an account has been determined to be dead. Read more
Source§

type SystemWeightInfo = <TestDefaultConfig as DefaultConfig>::SystemWeightInfo

Weight information for the extrinsics of this pallet.
Source§

type ExtensionsWeightInfo = <TestDefaultConfig as DefaultConfig>::ExtensionsWeightInfo

Weight information for the transaction extensions of this pallet.
Source§

type SS58Prefix = <TestDefaultConfig as DefaultConfig>::SS58Prefix

The designated SS58 prefix of this chain. Read more
Source§

type Version = <TestDefaultConfig as DefaultConfig>::Version

Get the chain’s in-code version.
Source§

type BlockWeights = <TestDefaultConfig as DefaultConfig>::BlockWeights

Block & extrinsics weights: base values and limits.
Source§

type BlockLength = <TestDefaultConfig as DefaultConfig>::BlockLength

The maximum length of a block (in bytes).
Source§

type DbWeight = <TestDefaultConfig as DefaultConfig>::DbWeight

The weight of runtime database operations the runtime can invoke.
Source§

type RuntimeEvent = RuntimeEvent

The aggregated event type of the runtime.
Source§

type RuntimeOrigin = RuntimeOrigin

The RuntimeOrigin type used by dispatchable calls.
Source§

type RuntimeCall = RuntimeCall

The aggregated RuntimeCall type.
Source§

type PalletInfo = PalletInfo

Provides information about the pallet setup in the runtime. Read more
Source§

type RuntimeTask = RuntimeTask

The aggregated RuntimeTask type.
Source§

type BaseCallFilter = <TestDefaultConfig as DefaultConfig>::BaseCallFilter

The basic call filter to use in Origin. All origins are built with this filter as base, +except Root. Read more
Source§

type BlockHashCount = <TestDefaultConfig as DefaultConfig>::BlockHashCount

Maximum number of block number to block hash mappings to keep (oldest pruned first).
Source§

type OnSetCode = <TestDefaultConfig as DefaultConfig>::OnSetCode

What to do if the runtime wants to change the code to something new. Read more
Source§

type SingleBlockMigrations = <TestDefaultConfig as DefaultConfig>::SingleBlockMigrations

All migrations that should run in the next runtime upgrade. Read more
Source§

type MultiBlockMigrator = <TestDefaultConfig as DefaultConfig>::MultiBlockMigrator

The migrator that is used to run Multi-Block-Migrations. Read more
Source§

type PreInherents = <TestDefaultConfig as DefaultConfig>::PreInherents

A callback that executes in every block directly before all inherents were applied. Read more
Source§

type PostInherents = <TestDefaultConfig as DefaultConfig>::PostInherents

A callback that executes in every block directly after all inherents were applied. Read more
Source§

type PostTransactions = <TestDefaultConfig as DefaultConfig>::PostTransactions

A callback that executes in every block directly after all transactions were applied. Read more
Source§

impl Config for Runtime

Source§

type RuntimeEvent = RuntimeEvent

The overarching event type of the runtime.
Source§

impl Debug for Runtime

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl GetRuntimeBlockType for Runtime

Source§

type RuntimeBlock = <Runtime as Config>::Block

The RuntimeBlock type.
Source§

impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime

Source§

fn is_inherent(ext: &<<Runtime as Config>::Block as Block>::Extrinsic) -> bool

Whether this extrinsic is an inherent.
Source§

impl PartialEq for Runtime

Source§

fn eq(&self, other: &Runtime) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for Runtime

Source§

type Identity = Runtime

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl ValidateUnsigned for Runtime

Source§

type Call = RuntimeCall

The call to validate
Source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
Source§

fn validate_unsigned( + source: TransactionSource, + call: &Self::Call, +) -> TransactionValidity

Return the validity of the call Read more
Source§

impl Copy for Runtime

Source§

impl Eq for Runtime

Source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.RuntimeGenesisConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.RuntimeGenesisConfig.html new file mode 100644 index 00000000..bc67fc59 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.RuntimeGenesisConfig.html @@ -0,0 +1,153 @@ +RuntimeGenesisConfig in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeGenesisConfig

Struct RuntimeGenesisConfig 

Source
pub struct RuntimeGenesisConfig {
+    pub system: SystemConfig,
+}

Fields§

§system: SystemConfig

Trait Implementations§

Source§

impl BuildGenesisConfig for RuntimeGenesisConfig

Source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
Source§

impl Default for RuntimeGenesisConfig

Source§

fn default() -> RuntimeGenesisConfig

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for RuntimeGenesisConfig

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AccountId for T
where + T: Serialize,

Source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> Hash for T

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> MaybeSerialize for T
where + T: Serialize,

§

impl<T> MaybeSerializeDeserialize for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.RuntimeOrigin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.RuntimeOrigin.html new file mode 100644 index 00000000..251281ac --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/struct.RuntimeOrigin.html @@ -0,0 +1,159 @@ +RuntimeOrigin in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

RuntimeOrigin

Struct RuntimeOrigin 

Source
pub struct RuntimeOrigin {
+    pub caller: OriginCaller,
+    /* private fields */
+}
Expand description

The runtime origin type representing the origin of a call.

+

Origin is always created with the base filter configured in [frame_system::Config::BaseCallFilter].

+

Fields§

§caller: OriginCaller

Implementations§

Source§

impl RuntimeOrigin

Source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

+

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl AsTransactionAuthorizedOrigin for RuntimeOrigin

Source§

fn is_transaction_authorized(&self) -> bool

Whether the origin is authorized to include a transaction in a block. Read more
Source§

impl Clone for RuntimeOrigin

Source§

fn clone(&self) -> RuntimeOrigin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeOrigin

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

+
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
Source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

Source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
Source§

impl OriginTrait for RuntimeOrigin

Source§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
Source§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
Source§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
Source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
Source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
Source§

fn set_caller(&mut self, caller: OriginCaller)

Replace the caller with caller from the other origin
Source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
Source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered +out. Read more
Source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
Source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
Source§

fn try_with_caller<R>( + self, + f: impl FnOnce(Self::PalletsOrigin) -> Result<R, Self::PalletsOrigin>, +) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
Source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
Source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
Source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn set_caller_from_signed(&mut self, caller_account: Self::AccountId)

Replace the caller with caller from the other origin
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.
§

fn as_signer(&self) -> Option<&Self::AccountId>

Extract a reference to the signer, if that’s what the caller is.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.AllPalletsWithSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.AllPalletsWithSystem.html new file mode 100644 index 00000000..3f3b24dc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.AllPalletsWithSystem.html @@ -0,0 +1,2 @@ +AllPalletsWithSystem in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

AllPalletsWithSystem

Type Alias AllPalletsWithSystem 

Source
pub type AllPalletsWithSystem = (System, Currency);
Expand description

All pallets included in the runtime as a nested tuple of types.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.AllPalletsWithoutSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.AllPalletsWithoutSystem.html new file mode 100644 index 00000000..4f0727ec --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.AllPalletsWithoutSystem.html @@ -0,0 +1,3 @@ +AllPalletsWithoutSystem in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

AllPalletsWithoutSystem

Type Alias AllPalletsWithoutSystem 

Source
pub type AllPalletsWithoutSystem = (Currency,);
Expand description

All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.Currency.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.Currency.html new file mode 100644 index 00000000..6976d144 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.Currency.html @@ -0,0 +1 @@ +Currency in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

Currency

Type Alias Currency 

Source
pub type Currency = Pallet<Runtime>;

Aliased Type§

pub struct Currency(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.System.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.System.html new file mode 100644 index 00000000..b0ca85f1 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.System.html @@ -0,0 +1 @@ +System in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

System

pub type System = Pallet<Runtime>;

Aliased Type§

pub struct System(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.SystemConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.SystemConfig.html new file mode 100644 index 00000000..547abd01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/runtime_v2/type.SystemConfig.html @@ -0,0 +1,3 @@ +SystemConfig in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2 - Rust

SystemConfig

Type Alias SystemConfig 

Source
pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct SystemConfig {
+    pub _config: PhantomData<Runtime>,
+}

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/sidebar-items.js new file mode 100644 index 00000000..7f814116 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/tests/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["runtime_v2"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/trait.Config.html new file mode 100644 index 00000000..c4057a0b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/trait.Config.html @@ -0,0 +1,9 @@ +Config in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2 - Rust

Config

pub trait Config: Config + Config<RuntimeEvent: From<Event<Self>>> {
+    type RuntimeEvent: From<Event<Self>> + IsType<<Self as Config>::RuntimeEvent> + TryInto<Event<Self>>;
+}
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Required Associated Types§

Source

type RuntimeEvent: From<Event<Self>> + IsType<<Self as Config>::RuntimeEvent> + TryInto<Event<Self>>

The overarching event type of the runtime.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.Balances.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.Balances.html new file mode 100644 index 00000000..8193c297 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.Balances.html @@ -0,0 +1,2 @@ +Balances in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2 - Rust

Balances

Type Alias Balances 

Source
pub type Balances<T: Config> = StorageMap<_GeneratedPrefixForStorageBalances<T>, Blake2_128Concat, T::AccountId, Balance>;
Expand description

Storage type is [StorageMap] with key type T :: AccountId and value type Balance.

+

Aliased Type§

pub struct Balances<T: Config>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.Module.html new file mode 100644 index 00000000..386b8ea3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2 - Rust

Module

Type Alias Module 

Source
pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.TotalIssuance.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.TotalIssuance.html new file mode 100644 index 00000000..221b6b61 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/type.TotalIssuance.html @@ -0,0 +1,2 @@ +TotalIssuance in pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2 - Rust

TotalIssuance

Type Alias TotalIssuance 

Source
pub type TotalIssuance<T: Config> = StorageValue<_GeneratedPrefixForStorageTotalIssuance<T>, Balance>;
Expand description

Storage type is [StorageValue] with value type Balance.

+

Aliased Type§

pub struct TotalIssuance<T: Config>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/dispatchables/index.html new file mode 100644 index 00000000..f9f6ec1d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::dispatchables - Rust

Module dispatchables

Module dispatchables 

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/dispatchables/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/enum.Call.html new file mode 100644 index 00000000..5d9ae599 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/enum.Call.html @@ -0,0 +1,214 @@ +Call in pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet - Rust

Call

pub enum Call<T: Config> {
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/index.html new file mode 100644 index 00000000..2a2f1d5e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet - Rust

Module shell_pallet

Module shell_pallet 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/sidebar-items.js new file mode 100644 index 00000000..3eb9a563 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/storage_types/index.html new file mode 100644 index 00000000..d1786921 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::storage_types - Rust

Module storage_types

Module storage_types 

Source
Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/struct.Pallet.html new file mode 100644 index 00000000..68bceb0c --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/struct.Pallet.html @@ -0,0 +1,175 @@ +Pallet in pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/trait.Config.html new file mode 100644 index 00000000..dc04597b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/trait.Config.html @@ -0,0 +1,6 @@ +Config in pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet - Rust

Config

pub trait Config: Config { }
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/type.Module.html new file mode 100644 index 00000000..3497cbec --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet - Rust

Module

Type Alias Module 

Source
pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/sidebar-items.js new file mode 100644 index 00000000..3d075b82 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_pallet/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["pallet","pallet_v2","shell_pallet"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_runtime/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_runtime/index.html new file mode 100644 index 00000000..245a876f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_runtime/index.html @@ -0,0 +1,234 @@ +pezkuwi_sdk_docs::guides::your_first_runtime - Rust

Module your_first_runtime

Module your_first_runtime 

Source
Expand description

Write your first real runtime, +compiling it to WASM.

+

§Your first Runtime

+

This guide will walk you through the steps to add your pallet to a runtime.

+

The good news is, in crate::guides::your_first_pallet, we have already created a test +runtime that was used for testing, and a real runtime is not that much different!

+

§Setup

+

A runtime shares a few similar setup requirements as with a pallet:

+
    +
  • importing [frame], [codec], and [scale_info] crates.
  • +
  • following the std feature-gating pattern.
  • +
+

But, more specifically, it also contains:

+
    +
  • a build.rs that uses [substrate_wasm_builder]. This entails declaring +[build-dependencies] in the Cargo manifest file:
  • +
+ +
[build-dependencies]
+substrate-wasm-builder = { ... }
+
+

Note that a runtime must always be one-runtime-per-crate. You cannot define multiple runtimes +per rust crate.

+
+

You can find the full code of this guide in [first_runtime].

+

§Your First Runtime

+

The first new property of a real runtime that it must define its +[frame::runtime::prelude::RuntimeVersion]:

+ +
#[runtime_version]
+pub const VERSION: RuntimeVersion = RuntimeVersion {
+	spec_name: alloc::borrow::Cow::Borrowed("first-runtime"),
+	impl_name: alloc::borrow::Cow::Borrowed("first-runtime"),
+	authoring_version: 1,
+	spec_version: 0,
+	impl_version: 1,
+	apis: RUNTIME_API_VERSIONS,
+	transaction_version: 1,
+	system_version: 1,
+};
+

The version contains a number of very important fields, such as spec_version and spec_name +that play an important role in identifying your runtime and its version, more importantly in +runtime upgrades. More about runtime upgrades in +crate::reference_docs::frame_runtime_upgrades_and_migrations.

+

Then, a real runtime also contains the impl of all individual pallets’ trait Config for +struct Runtime, and a [frame::runtime::prelude::construct_runtime] macro that amalgamates +them all.

+

In the case of our example:

+ +
impl our_first_pallet::Config for Runtime {
+	type RuntimeEvent = RuntimeEvent;
+}
+

In this example, we bring in a number of other pallets from [frame] into the runtime, each of +their Config need to be implemented for struct Runtime:

+ +
use super::*;
+
+parameter_types! {
+	pub const Version: RuntimeVersion = VERSION;
+}
+
+#[derive_impl(frame_system::config_preludes::SolochainDefaultConfig)]
+impl frame_system::Config for Runtime {
+	type Block = Block;
+	type Version = Version;
+	type AccountData =
+		pallet_balances::AccountData<<Runtime as pallet_balances::Config>::Balance>;
+}
+
+#[derive_impl(pallet_balances::config_preludes::TestDefaultConfig)]
+impl pallet_balances::Config for Runtime {
+	type AccountStore = System;
+}
+
+#[derive_impl(pallet_sudo::config_preludes::TestDefaultConfig)]
+impl pallet_sudo::Config for Runtime {}
+
+#[derive_impl(pallet_timestamp::config_preludes::TestDefaultConfig)]
+impl pallet_timestamp::Config for Runtime {}
+
+#[derive_impl(pallet_transaction_payment::config_preludes::TestDefaultConfig)]
+impl pallet_transaction_payment::Config for Runtime {
+	type OnChargeTransaction = pallet_transaction_payment::FungibleAdapter<Balances, ()>;
+	// We specify a fixed length to fee here, which essentially means all transactions charge
+	// exactly 1 unit of fee.
+	type LengthToFee = FixedFee<1, <Self as pallet_balances::Config>::Balance>;
+	type WeightToFee = NoFee<<Self as pallet_balances::Config>::Balance>;
+}
+

Notice how we use [frame::pallet_macros::derive_impl] to provide “default” configuration items +for each pallet. Feel free to dive into the definition of each default prelude (eg. +[frame::prelude::frame_system::pallet::config_preludes]) to learn more which types are exactly +used.

+

Recall that in test runtime in crate::guides::your_first_pallet, we provided type AccountId = u64 to frame_system, while in this case we rely on whatever is provided by +SolochainDefaultConfig, which is indeed a “real” 32 byte account id.

+

Then, a familiar instance of construct_runtime amalgamates all of the pallets:

+ +
construct_runtime!(
+	pub struct Runtime {
+		// Mandatory for all runtimes
+		System: frame_system,
+
+		// A number of other pallets from FRAME.
+		Timestamp: pallet_timestamp,
+		Balances: pallet_balances,
+		Sudo: pallet_sudo,
+		TransactionPayment: pallet_transaction_payment,
+
+		// Our local pallet
+		FirstPallet: our_first_pallet,
+	}
+);
+

Recall from crate::reference_docs::wasm_meta_protocol that every (real) runtime needs to +implement a set of runtime APIs that will then let the node to communicate with it. The final +steps of crafting a runtime are related to achieving exactly this.

+

First, we define a number of types that eventually lead to the creation of an instance of +[frame::runtime::prelude::Executive]. The executive is a handy FRAME utility that, through +amalgamating all pallets and further types, implements some of the very very core pieces of the +runtime logic, such as how blocks are executed and other runtime-api implementations.

+ +
use super::*;
+pub(super) type SignedExtra = (
+	// `frame` already provides all the signed extensions from `frame-system`. We just add the
+	// one related to tx-payment here.
+	frame::runtime::types_common::SystemTransactionExtensionsOf<Runtime>,
+	pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
+);
+
+pub(super) type Block = frame::runtime::types_common::BlockOf<Runtime, SignedExtra>;
+pub(super) type Header = HeaderFor<Runtime>;
+
+pub(super) type RuntimeExecutive = Executive<
+	Runtime,
+	Block,
+	frame_system::ChainContext<Runtime>,
+	Runtime,
+	AllPalletsWithSystem,
+>;
+

Finally, we use [frame::runtime::prelude::impl_runtime_apis] to implement all of the runtime +APIs that the runtime wishes to expose. As you will see in the code, most of these runtime API +implementations are merely forwarding calls to RuntimeExecutive which handles the actual +logic. Given that the implementation block is somewhat large, we won’t repeat it here. You can +look for impl_runtime_apis! in [first_runtime].

+ +
impl_runtime_apis! {
+	impl apis::Core<Block> for Runtime {
+		fn version() -> RuntimeVersion {
+			VERSION
+		}
+
+		fn execute_block(block: Block) {
+			RuntimeExecutive::execute_block(block)
+		}
+
+		fn initialize_block(header: &Header) -> ExtrinsicInclusionMode {
+			RuntimeExecutive::initialize_block(header)
+		}
+	}
+
+	// many more trait impls...
+}
+

And that more or less covers the details of how you would write a real runtime!

+

Once you compile a crate that contains a runtime as above, simply running cargo build will +generate the wasm blobs and place them under ./target/release/wbuild, as explained +here.

+

§Genesis Configuration

+

Every runtime specifies a number of runtime APIs that help the outer world (most notably, a +node) know what is the genesis state of this runtime. These APIs are then used to generate +what is known as a Chain Specification, or chain spec for short. A chain spec is the +primary way to run a new chain.

+

These APIs are defined in [sp_genesis_builder], and are re-exposed as a part of +[frame::runtime::apis]. Therefore, the implementation blocks can be found inside of +impl_runtime_apis! similar to:

+ +
impl_runtime_apis! {
+ 	impl apis::GenesisBuilder<Block> for Runtime {
+			fn build_state(config: Vec<u8>) -> GenesisBuilderResult {
+				build_state::<RuntimeGenesisConfig>(config)
+			}
+
+			fn get_preset(id: &Option<PresetId>) -> Option<Vec<u8>> {
+				get_preset::<RuntimeGenesisConfig>(id, self::genesis_config_presets::get_preset)
+			}
+
+			fn preset_names() -> Vec<PresetId> {
+				crate::genesis_config_presets::preset_names()
+			}
+		}
+
+}
+

The implementation of these function can naturally vary from one runtime to the other, but the +overall pattern is common. For the case of this runtime, we do the following:

+
    +
  1. Expose one non-default preset, namely [sp_genesis_builder::DEV_RUNTIME_PRESET]. This means +our runtime has two “presets” of genesis state in total: DEV_RUNTIME_PRESET and None.
  2. +
+ +
pub fn preset_names() -> Vec<PresetId> {
+	vec![PresetId::from(DEV_RUNTIME_PRESET)]
+}
+

For build_state and get_preset, we use the helper functions provide by frame:

+
    +
  • [frame::runtime::prelude::build_state] and [frame::runtime::prelude::get_preset].
  • +
+

Indeed, our runtime needs to specify what its DEV_RUNTIME_PRESET genesis state should be like:

+ +
pub fn development_config_genesis() -> Value {
+	let endowment = <MinimumBalance as Get<Balance>>::get().max(1) * 1000;
+	build_struct_json_patch!(RuntimeGenesisConfig {
+		balances: BalancesConfig {
+			balances: Sr25519Keyring::iter()
+				.map(|a| (a.to_account_id(), endowment))
+				.collect::<Vec<_>>(),
+		},
+		sudo: SudoConfig { key: Some(Sr25519Keyring::Alice.to_account_id()) },
+	})
+}
+

For more in-depth information about GenesisConfig, ChainSpec, the GenesisBuilder API and +chain-spec-builder, see crate::reference_docs::chain_spec_genesis.

+

§Next Step

+

See crate::guides::your_first_node.

+

§Further Reading

+
    +
  1. To learn more about signed extensions, see crate::reference_docs::signed_extensions.
  2. +
  3. AllPalletsWithSystem is also generated by construct_runtime, as explained in +crate::reference_docs::frame_runtime_types.
  4. +
  5. Executive supports more generics, most notably allowing the runtime to configure more +runtime migrations, as explained in +crate::reference_docs::frame_runtime_upgrades_and_migrations.
  6. +
  7. Learn more about adding and implementing runtime apis in +crate::reference_docs::custom_runtime_api_rpc.
  8. +
  9. To see a complete example of a runtime+pallet that is similar to this guide, please see +crate::pezkuwi_sdk::templates.
  10. +
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_runtime/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_runtime/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/guides/your_first_runtime/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/index.html new file mode 100644 index 00000000..58a85ab0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/index.html @@ -0,0 +1,67 @@ +pezkuwi_sdk_docs - Rust

Crate pezkuwi_sdk_docs

Crate pezkuwi_sdk_docs 

Source
Expand description

§Pezkuwi SDK Docs

+

The Pezkuwi SDK Developer Documentation.

+

This crate is a minimal, always-accurate and low level source of truth about Pezkuwi-SDK. +For more high level docs, please go to docs.pezkuwi.com.

+

§Getting Started

+

We suggest the following reading sequence:

+
    +
  • Start by learning about pezkuwi_sdk, its structure and context.
  • +
  • Then, head over to the guides. This modules contains in-depth guides about the most +important user-journeys of the Pezkuwi SDK. +
      +
    • Whilst reading the guides, you might find back-links to reference_docs.
    • +
    +
  • +
  • external_resources for a list of 3rd party guides and tutorials.
  • +
  • Finally, https://paritytech.github.io is the parent website of this crate that contains the +list of further tools related to the Pezkuwi SDK.
  • +
+

§Information Architecture

+

This section paints a picture over the high-level information architecture of this crate.

+
+flowchart TD
+    dot[pezkuwichain.io] --> devhub[pezkuwi_sdk_docs]
+
+    devhub --> pezkuwi_sdk
+    devhub --> reference_docs
+    devhub --> guides
+	devhub --> external_resources
+
+    pezkuwi_sdk --> substrate
+    pezkuwi_sdk --> frame
+    pezkuwi_sdk --> xcm
+	pezkuwi_sdk --> templates
+
+
+

Modules§

external_resources
A list of external resources and learning material about Pezkuwi SDK.
guides
In-depth guides about the most common components of the Pezkuwi SDK. They are slightly more +high level and broad than reference_docs.
meta_contributing
Meta information about this crate, how it is built, what principles dictates its evolution and +how one can contribute to it.
pezkuwi_sdk
An introduction to the Pezkuwi SDK. Read this module to learn about the structure of the SDK, +the tools that are provided as a part of it, and to gain a high level understanding of each.
reference_docs
Reference documents covering in-depth topics across the Pezkuwi SDK. It is suggested to read +these on-demand, while you are going through the guides or other content.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/meta_contributing/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/meta_contributing/index.html new file mode 100644 index 00000000..0acde03f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/meta_contributing/index.html @@ -0,0 +1,127 @@ +pezkuwi_sdk_docs::meta_contributing - Rust

Module meta_contributing

Module meta_contributing 

Source
Expand description

Meta information about this crate, how it is built, what principles dictates its evolution and +how one can contribute to it.

+

§Contribution

+

The following sections cover more detailed information about this crate and how it should be +maintained.

+

§Why Rust Docs?

+

We acknowledge that blockchain based systems, particularly a cutting-edge one like Pezkuwi SDK +is a software artifact that is complex, and rapidly evolving. This makes the task of documenting +it externally extremely difficult, especially with regards to making sure it is up-to-date.

+

Consequently, we argue that the best hedge against this is to move as much of the documentation +near the source code as possible. This would further incentivize developers to keep the +documentation up-to-date, as the overhead is reduced by making sure everything is in one +repository, and everything being in .rs files.

+
+

This is not to say that a more visually appealing version of this crate (for example as an +md-book) cannot exist, but it would be outside the scope of this crate.

+
+

Moreover, we acknowledge that a major pain point has been not only outdated concepts, but also +outdated code. For this, we commit to making sure no code-snippet in this crate is left as +///ignore or ///no_compile, making sure all code snippets are self-contained, compile-able, +and correct at every single revision of the entire repository.

+
+

This also allows us to have a clear versioning on the entire content of this crate. For every +commit of the Pezkuwi SDK, there would be one version of this crate that is guaranteed to be +correct.

+
+
+

To achieve this, we often use docify, a nifty invention +of @sam0x17.

+
+

Also see: https://github.com/pezkuwichain/pezkuwi-sdk/issues/109.

+

§Scope

+

The above would NOT be attainable if we don’t acknowledge that the scope of this crate MUST be +limited, or else its maintenance burden would be infeasible or not worthwhile. In short, future +maintainers should always strive to keep the content of this repository as minimal as possible. +Some of the following principles are specifically there to be the guidance for this.

+

§Principles

+

The following guidelines are meant to be the guiding torch of those who contribute to this +crate.

+
    +
  1. 🔺 Ground Up: Information should be laid out in the most ground-up fashion. The lowest level +(i.e. “ground”) is Rust-docs. The highest level (i.e. “up”) is “outside of this crate”. In +between lies reference_docs and guides, from low to high. The point of this principle +is to document as much of the information as possible in the lower level media, as it is +easier to maintain and more reachable. Then, use excessive linking to back-link when writing +in a more high level.
  2. +
+
+

A prime example of this, the details of the FRAME storage APIs should NOT be explained in a +high level tutorial. They should be explained in the rust-doc of the corresponding type or +macro.

+
+
    +
  1. 🧘 Less is More: For reasons mentioned above, the more concise this crate +is, the better.
  2. +
  3. √ Don’t Repeat Yourself – DRY: A summary of the above two points. Authors should always +strive to avoid any duplicate information. Every concept should ideally be documented in +ONE place and one place only. This makes the task of maintaining topics significantly +easier.
  4. +
+
+

A prime example of this, the list of CLI arguments of a particular binary should not be +documented in multiple places across this crate. It should be only be documented in the +corresponding crate (e.g. sc_cli).

+
+
+

Moreover, this means that as a contributor, it is your responsibility to have a grasp over +what topics are already covered in this crate, and how you can build on top of the information +that they already pose, rather than repeating yourself.

+
+

For more details see the latest documenting +guidelines.

+
§Example: Explaining #[pallet::call]
+ +Let's consider the seemingly simple example of explaining to someone dead-simple code of a FRAME +call and see how we can use the above principles. + + +
#[frame::pallet(dev_mode)]
+pub mod pallet {
+    #[pallet::call]
+    impl<T: Config> Pallet<T> {
+        pub fn a_simple_call(origin: OriginFor<T>, data: u32) -> DispatchResult {
+            ensure!(data > 10, "SomeStaticString");
+            todo!();
+        }
+    }
+}
+
    +
  • Before even getting started, what is with all of this <T: Config>? We link to +crate::reference_docs::trait_based_programming.
  • +
  • First, the name. Why is this called pallet::call? This goes back to enum Call, which is +explained in crate::reference_docs::frame_runtime_types. Build on top of this!
  • +
  • Then, what is origin? Just an account id? crate::reference_docs::frame_origin.
  • +
  • Then, what is DispatchResult? Why is this called dispatch? Probably something that can be +explained in the documentation of [frame::prelude::DispatchResult].
  • +
  • Why is "SomeStaticString" a valid error? Because there is implementation for it that you can +see here.
  • +
+

All of these are examples of underlying information that a contributor should:

+
    +
  1. Try and create and they are going along.
  2. +
  3. Back-link to if they already exist.
  4. +
+

Of course, all of this is not set in stone as a either/or rule. Sometimes, it is necessary to +rephrase a concept in a new context.

+
+

§crates.io and Publishing

+

As it stands now, this crate cannot be published to crates.io because of its use of +workspace-level docify. For now, we accept this +compromise, but in the long term, we should work towards finding a way to maintain different +revisions of this crate.

+

§Versioning

+

So long as not deployed in crates.io, please notice that all of the information in this crate, +namely in crate::guides and such are compatible with the master branch of pezkuwi-sdk. A +few solutions have been proposed to improve this, please see +here.

+

§How to Develop Locally

+

To view the docs specific crate locally for development, including the correct HTML headers +injected, run:

+
SKIP_WASM_BUILD=1 \
+RUSTDOCFLAGS="--html-in-header $(pwd)/docs/sdk/assets/header.html --extend-css $(pwd)/docs/sdk/assets/theme.css --default-theme=ayu" \
+cargo doc -p pezkuwi-sdk-docs --no-deps --open
+

If even faster build time for docs is needed, you can temporarily remove most of the +substrate/cumulus dependencies that are only used for linking purposes.

+

For more on local development, see crate::reference_docs::development_environment_advice.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/meta_contributing/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/meta_contributing/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/meta_contributing/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus/index.html new file mode 100644 index 00000000..c4b602bc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus/index.html @@ -0,0 +1,90 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::cumulus - Rust

Module cumulus

Module cumulus 

Source
Expand description

Learn about Cumulus, the framework that transforms substrate-based chains into +pezkuwi-enabled teyrchains.

+

§Cumulus

+

Substrate provides a framework (FRAME) through which a blockchain node and runtime can easily +be created. Cumulus aims to extend the same approach to creation of Pezkuwi teyrchains.

+
+

Cumulus clouds are shaped sort of like dots; together they form a system that is intricate, +beautiful and functional.

+
+

§Example: Runtime

+

A Cumulus-based runtime is fairly similar to other FRAME-based runtimes. Most notably, the +following changes are applied to a normal FRAME-based runtime to make it a Cumulus-based +runtime:

+
§Cumulus Pallets
+

A teyrchain runtime should use a number of pallets that are provided by Cumulus and Substrate. +Notably:

+
    +
  • frame-system, like all FRAME-based runtimes.
  • +
  • [cumulus_pallet_teyrchain_system]
  • +
  • [teyrchain_info]
  • +
+ +
mod system_pallets {
+	use super::*;
+
+	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+	impl frame_system::Config for Runtime {
+		type Block = MockBlock<Self>;
+		type OnSetCode = cumulus_pallet_teyrchain_system::TeyrchainSetCode<Self>;
+	}
+
+	impl cumulus_pallet_teyrchain_system::Config for Runtime {
+		type RuntimeEvent = RuntimeEvent;
+		type OnSystemEvent = ();
+		type SelfParaId = teyrchain_info::Pallet<Runtime>;
+		type OutboundXcmpMessageSource = ();
+		type XcmpMessageHandler = ();
+		type ReservedDmpWeight = ();
+		type ReservedXcmpWeight = ();
+		type CheckAssociatedRelayNumber =
+			cumulus_pallet_teyrchain_system::RelayNumberMonotonicallyIncreases;
+		type ConsensusHook = cumulus_pallet_aura_ext::FixedVelocityConsensusHook<
+			Runtime,
+			6000, // relay chain block time
+			1,
+			1,
+		>;
+		type WeightInfo = ();
+		type DmpQueue = frame::traits::EnqueueWithOrigin<(), sp_core::ConstU8<0>>;
+		type RelayParentOffset = ConstU32<0>;
+	}
+
+	impl teyrchain_info::Config for Runtime {}
+}
+

Given that all Cumulus-based runtimes use a simple Aura-based consensus mechanism, the following +pallets also need to be added:

+
    +
  • [pallet_timestamp]
  • +
  • [pallet_aura]
  • +
  • [cumulus_pallet_aura_ext]
  • +
+ +
mod consensus_pallets {
+	use super::*;
+
+	impl pallet_aura::Config for Runtime {
+		type AuthorityId = AuraId;
+		type DisabledValidators = ();
+		type MaxAuthorities = ConstU32<100_000>;
+		type AllowMultipleBlocksPerSlot = ConstBool<false>;
+		type SlotDuration = pallet_aura::MinimumPeriodTimesTwo<Self>;
+	}
+
+	#[derive_impl(pallet_timestamp::config_preludes::TestDefaultConfig)]
+	impl pallet_timestamp::Config for Runtime {}
+
+	impl cumulus_pallet_aura_ext::Config for Runtime {}
+}
+

Finally, a separate macro, similar to +impl_runtime_api, which creates the default set +of runtime APIs, will generate the teyrchain runtime’s validation runtime API, also known as +teyrchain validation function (PVF). Without this API, the relay chain is unable to validate +blocks produced by our teyrchain.

+ +
cumulus_pallet_teyrchain_system::register_validate_block! {
+	Runtime = Runtime,
+	BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::<Runtime, Executive>,
+}
+
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/index.html new file mode 100644 index 00000000..e090b78a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/index.html @@ -0,0 +1,185 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime - Rust

Module frame_runtime

Module frame_runtime 

Source
Expand description

Learn about FRAME, the framework used to build Substrate runtimes.

+

§FRAME

  ______   ______    ________   ___ __ __   ______
+ /_____/\ /_____/\  /_______/\ /__//_//_/\ /_____/\
+ \::::_\/_\:::_ \ \ \::: _  \ \\::\| \| \ \\::::_\/_
+  \:\/___/\\:(_) ) )_\::(_)  \ \\:.      \ \\:\/___/\
+   \:::._\/ \: __ `\ \\:: __  \ \\:.\-/\  \ \\::___\/_
+    \:\ \    \ \ `\ \ \\:.\ \  \ \\. \  \  \ \\:\____/\
+     \_\/     \_\/ \_\/ \__\/\__\/ \__\/ \__\/ \_____\/
+
+

Framework for Runtime Aggregation of Modularized Entities: Substrate’s +State Transition Function (Runtime) Framework.

+
+

§Introduction

+

As described in crate::reference_docs::wasm_meta_protocol, at a high-level Substrate-based +blockchains are composed of two parts:

+
    +
  1. A runtime which represents the state transition function (i.e. “Business Logic”) of a +blockchain, and is encoded as a WASM blob.
  2. +
  3. A node whose primary purpose is to execute the given runtime.
  4. +
+
+graph TB
+subgraph Substrate
+	direction LR
+	subgraph Node
+	end
+	subgraph Runtime
+	end
+end
+
+
+ +

FRAME is the Substrate’s framework of choice to build a runtime.

+

FRAME is composed of two major components, pallets and a runtime.

+

§Pallets

+

A pallet is a unit of encapsulated logic. It has a clearly defined responsibility and can be +linked to other pallets. In order to be reusable, pallets shipped with FRAME strive to only care +about its own responsibilities and make as few assumptions about the general runtime as +possible. A pallet is analogous to a module in the runtime.

+

A pallet is defined as a mod pallet wrapped by the [frame::pallet] macro. Within this macro, +pallet components/parts can be defined. Most notable of these parts are:

+
    +
  • Config, allowing a pallet to make itself configurable and +generic over types, values and such.
  • +
  • Storage, allowing a pallet to define onchain storage.
  • +
  • Dispatchable function, allowing a pallet to define extrinsics +that are callable by end users, from the outer world.
  • +
  • Events, allowing a pallet to emit events.
  • +
  • Errors, allowing a pallet to emit well-formed errors.
  • +
+

Some of these pallet components resemble the building blocks of a smart contract. While both +models are programming state transition functions of blockchains, there are crucial differences +between the two. See crate::reference_docs::runtime_vs_smart_contract for more.

+

Most of these components are defined using macros, the full list of which can be found in +[frame::pallet_macros].

+

§Example

+

The following example showcases a minimal pallet.

+ +
#[frame::pallet(dev_mode)]
+pub mod pallet {
+	use frame::prelude::*;
+
+	/// The configuration trait of a pallet. Mandatory. Allows a pallet to receive types at a
+	/// later point from the runtime that wishes to contain it. It allows the pallet to be
+	/// parameterized over both types and values.
+	#[pallet::config]
+	pub trait Config: frame_system::Config {
+		/// A type that is not known now, but the runtime that will contain this pallet will
+		/// know it later, therefore we define it here as an associated type.
+		#[allow(deprecated)]
+		type RuntimeEvent: IsType<<Self as frame_system::Config>::RuntimeEvent> + From<Event<Self>>;
+
+		/// A parameterize-able value that we receive later via the `Get<_>` trait.
+		type ValueParameter: Get<u32>;
+
+		/// Similar to [`Config::ValueParameter`], but using `const`. Both are functionally
+		/// equal, but offer different tradeoffs.
+		const ANOTHER_VALUE_PARAMETER: u32;
+	}
+
+	/// A mandatory struct in each pallet. All functions callable by external users (aka.
+	/// transactions) must be attached to this type (see [`frame::pallet_macros::call`]). For
+	/// convenience, internal (private) functions can also be attached to this type.
+	#[pallet::pallet]
+	pub struct Pallet<T>(PhantomData<T>);
+
+	/// The events that this pallet can emit.
+	#[pallet::event]
+	pub enum Event<T: Config> {}
+
+	/// A storage item that this pallet contains. This will be part of the state root trie
+	/// of the blockchain.
+	#[pallet::storage]
+	pub type Value<T> = StorageValue<Value = u32>;
+
+	/// All *dispatchable* call functions (aka. transactions) are attached to `Pallet` in a
+	/// `impl` block.
+	#[pallet::call]
+	impl<T: Config> Pallet<T> {
+		/// This will be callable by external users, and has two u32s as a parameter.
+		pub fn some_dispatchable(
+			_origin: OriginFor<T>,
+			_param: u32,
+			_other_para: u32,
+		) -> DispatchResult {
+			Ok(())
+		}
+	}
+}

§Runtime

+

A runtime is a collection of pallets that are amalgamated together. Each pallet typically has +some configurations (exposed as a trait Config) that needs to be specified in the runtime. +This is done with [frame::runtime::prelude::construct_runtime].

+

A (real) runtime that actually wishes to compile to WASM needs to also implement a set of +runtime-apis. These implementation can be specified using the +[frame::runtime::prelude::impl_runtime_apis] macro.

+

§Example

+

The following example shows a (test) runtime that is composing the pallet demonstrated above, +next to the [frame::prelude::frame_system] pallet, into a runtime.

+ +
pub mod runtime {
+	use super::pallet as pallet_example;
+	use frame::{prelude::*, testing_prelude::*};
+
+	// The major macro that amalgamates pallets into `enum Runtime`
+	construct_runtime!(
+		pub enum Runtime {
+			System: frame_system,
+			Example: pallet_example,
+		}
+	);
+
+	// These `impl` blocks specify the parameters of each pallet's `trait Config`.
+	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+	impl frame_system::Config for Runtime {
+		type Block = MockBlock<Self>;
+	}
+
+	impl pallet_example::Config for Runtime {
+		type RuntimeEvent = RuntimeEvent;
+		type ValueParameter = ConstU32<42>;
+		const ANOTHER_VALUE_PARAMETER: u32 = 42;
+	}
+}

§More Examples

+

You can find more FRAME examples that revolve around specific features at [pallet_examples].

+

§Alternatives 🌈

+

There is nothing in the Substrate’s node side code-base that mandates the use of FRAME. While +FRAME makes it very simple to write Substrate-based runtimes, it is by no means intended to be +the only one. At the end of the day, any WASM blob that exposes the right set of runtime APIs is +a valid Runtime form the point of view of a Substrate client (see +crate::reference_docs::wasm_meta_protocol). Notable examples are:

+
    +
  • writing a runtime in pure Rust, as done in this template.
  • +
  • writing a runtime in AssemblyScript, as explored in this project.
  • +
+

Modules§

pallet
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
runtime
A simple runtime that contains the above pallet and frame_system, the mandatory pallet of +all runtimes. This runtime is for testing, but it shares a lot of similarities with a real +runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/fn.some_dispatchable.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/fn.some_dispatchable.html new file mode 100644 index 00000000..b1311edb --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/fn.some_dispatchable.html @@ -0,0 +1,6 @@ +some_dispatchable in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::dispatchables - Rust

some_dispatchable

Function some_dispatchable 

Source
pub fn some_dispatchable<T: Config>(_param: u32, _other_para: u32)
Expand description

This will be callable by external users, and has two u32s as a parameter.

+

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::some_dispatchable.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/index.html new file mode 100644 index 00000000..a482b037 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::dispatchables - Rust

Module dispatchables

Module dispatchables 

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

some_dispatchable
This will be callable by external users, and has two u32s as a parameter.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/sidebar-items.js new file mode 100644 index 00000000..fb5e18a1 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["some_dispatchable"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/enum.Call.html new file mode 100644 index 00000000..c407e570 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/enum.Call.html @@ -0,0 +1,229 @@ +Call in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet - Rust

Call

pub enum Call<T: Config> {
+    some_dispatchable {
+        param: u32,
+        other_para: u32,
+    },
+    // some variants omitted
+}
Expand description

All dispatchable call functions (aka. transactions) are attached to Pallet in a +impl block.

+

Variants§

§

some_dispatchable

This will be callable by external users, and has two u32s as a parameter.

+

Fields

§param: u32
§other_para: u32

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_some_dispatchable(param: u32, other_para: u32) -> Self

Create a call with the variant some_dispatchable.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>
where + <T as Config>::RuntimeEvent: Sized,

§

impl<T> RefUnwindSafe for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Send,

§

impl<T> Sync for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Sync,

§

impl<T> Unpin for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + <T as Config>::RuntimeEvent: Sized, + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/enum.Event.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/enum.Event.html new file mode 100644 index 00000000..583c6c63 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/enum.Event.html @@ -0,0 +1,213 @@ +Event in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet - Rust

Event

pub enum Event<T: Config> {
+    // some variants omitted
+}
Expand description

The events that this pallet can emit.

+

Trait Implementations§

Source§

impl<T: Config> Clone for Event<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Event<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Event<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Event<T>

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> From<Event<T>> for ()

Source§

fn from(_: Event<T>)

Converts to this type from the input type.
Source§

impl<T: Config> PartialEq for Event<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl<T> TypeInfo for Event<T>
where + PhantomData<T>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Event<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> DecodeWithMemTracking for Event<T>

Source§

impl<T: Config> EncodeLike for Event<T>

Source§

impl<T: Config> Eq for Event<T>

Auto Trait Implementations§

§

impl<T> Freeze for Event<T>
where + <T as Config>::RuntimeEvent: Sized,

§

impl<T> RefUnwindSafe for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + T: RefUnwindSafe,

§

impl<T> Send for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Send,

§

impl<T> Sync for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Sync,

§

impl<T> Unpin for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + T: Unpin,

§

impl<T> UnwindSafe for Event<T>
where + <T as Config>::RuntimeEvent: Sized, + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/index.html new file mode 100644 index 00000000..ba16156b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/index.html @@ -0,0 +1,26 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet - Rust

Module pallet

Module pallet 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

A FRAME based pallet. This mod is the entry point for everything else. All +#[pallet::xxx] macros must be defined in this mod. Although, frame also provides an +experimental feature to break these parts into different mods. See [pallet_examples] for +more.

+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
A mandatory struct in each pallet. All functions callable by external users (aka. +transactions) must be attached to this type (see [frame::pallet_macros::call]). For +convenience, internal (private) functions can also be attached to this type.

Enums§

Call
All dispatchable call functions (aka. transactions) are attached to Pallet in a +impl block.
Event
The events that this pallet can emit.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
Value
A storage item that this pallet contains. This will be part of the state root trie +of the blockchain.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/sidebar-items.js new file mode 100644 index 00000000..034e0fc1 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call","Event"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module","Value"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/index.html new file mode 100644 index 00000000..540aec2e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/index.html @@ -0,0 +1,9 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types - Rust

Module storage_types

Module storage_types 

Source
Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+

Structs§

Value
A storage item that this pallet contains. This will be part of the state root trie +of the blockchain.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/sidebar-items.js new file mode 100644 index 00000000..b84c1050 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"struct":["Value"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/struct.Value.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/struct.Value.html new file mode 100644 index 00000000..9a337cf8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/storage_types/struct.Value.html @@ -0,0 +1,149 @@ +Value in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types - Rust

Value

pub struct Value();
Expand description

A storage item that this pallet contains. This will be part of the state root trie +of the blockchain.

+

§Warning: Doc-Only

+

This type is automatically generated, and is doc-only. See the real version in +[pallet::Value].

+

Auto Trait Implementations§

§

impl Freeze for Value

§

impl RefUnwindSafe for Value

§

impl Send for Value

§

impl Sync for Value

§

impl Unpin for Value

§

impl UnwindSafe for Value

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/struct.Pallet.html new file mode 100644 index 00000000..18b74b79 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/struct.Pallet.html @@ -0,0 +1,183 @@ +Pallet in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet - Rust

Pallet

Struct Pallet 

Source
pub struct Pallet<T>(/* private fields */);
Expand description

A mandatory struct in each pallet. All functions callable by external users (aka. +transactions) must be attached to this type (see [frame::pallet_macros::call]). For +convenience, internal (private) functions can also be attached to this type.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

All dispatchable call functions (aka. transactions) are attached to Pallet in a +impl block.

+
Source

pub fn some_dispatchable( + _origin: OriginFor<T>, + _param: u32, + _other_para: u32, +) -> DispatchResult

This will be callable by external users, and has two u32s as a parameter.

+

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<Example, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Example, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/trait.Config.html new file mode 100644 index 00000000..90fb78fe --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/trait.Config.html @@ -0,0 +1,19 @@ +Config in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet - Rust

Config

Trait Config 

Source
pub trait Config: Config + Config<RuntimeEvent: From<Event<Self>>> {
+    type RuntimeEvent: IsType<<Self as Config>::RuntimeEvent> + From<Event<Self>>;
+    type ValueParameter: Get<u32>;
+
+    const ANOTHER_VALUE_PARAMETER: u32;
+}
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait. +The configuration trait of a pallet. Mandatory. Allows a pallet to receive types at a +later point from the runtime that wishes to contain it. It allows the pallet to be +parameterized over both types and values.

+

Required Associated Constants§

Source

const ANOTHER_VALUE_PARAMETER: u32

Similar to Config::ValueParameter, but using const. Both are functionally +equal, but offer different tradeoffs.

+

Required Associated Types§

Source

type RuntimeEvent: IsType<<Self as Config>::RuntimeEvent> + From<Event<Self>>

A type that is not known now, but the runtime that will contain this pallet will +know it later, therefore we define it here as an associated type.

+
Source

type ValueParameter: Get<u32>

A parameterize-able value that we receive later via the Get<_> trait.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/type.Module.html new file mode 100644 index 00000000..2f0dfafc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet - Rust

Module

Type Alias Module 

Source
pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/type.Value.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/type.Value.html new file mode 100644 index 00000000..97961677 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/type.Value.html @@ -0,0 +1,4 @@ +Value in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet - Rust

Value

Type Alias Value 

Source
pub type Value<T> = StorageValue<_GeneratedPrefixForStorageValue<T>, u32, OptionQuery, GetDefault>;
Expand description

A storage item that this pallet contains. This will be part of the state root trie +of the blockchain.

+

Storage type is [StorageValue] with value type u32.

+

Aliased Type§

pub struct Value<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.OriginCaller.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.OriginCaller.html new file mode 100644 index 00000000..bdeeb722 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.OriginCaller.html @@ -0,0 +1,203 @@ +OriginCaller in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

OriginCaller

Enum OriginCaller 

Source
pub enum OriginCaller {
+    system(Origin<Runtime>),
+    Void(Void),
+}

Variants§

§

system(Origin<Runtime>)

§

Void(Void)

Trait Implementations§

Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for OriginCaller

Source§

fn clone(&self) -> OriginCaller

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for OriginCaller

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for OriginCaller

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for OriginCaller

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

Source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl MaxEncodedLen for OriginCaller

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for OriginCaller

Source§

fn eq(&self, other: &OriginCaller) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryFrom<OriginCaller> for Origin<Runtime>

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
Source§

impl TypeInfo for OriginCaller

Source§

type Identity = OriginCaller

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for OriginCaller

Source§

impl EncodeLike for OriginCaller

Source§

impl Eq for OriginCaller

Source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeCall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeCall.html new file mode 100644 index 00000000..1041e43d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeCall.html @@ -0,0 +1,219 @@ +RuntimeCall in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeCall

Enum RuntimeCall 

Source
pub enum RuntimeCall {
+    System(CallableCallFor<System, Runtime>),
+    Example(CallableCallFor<Example, Runtime>),
+}
Expand description

The aggregated runtime call type.

+

Variants§

§

System(CallableCallFor<System, Runtime>)

§

Example(CallableCallFor<Example, Runtime>)

Trait Implementations§

Source§

impl Authorize for RuntimeCall

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl CheckIfFeeless for RuntimeCall

Source§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl Clone for RuntimeCall

Source§

fn clone(&self) -> RuntimeCall

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeCall

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeCall

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Dispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was +generated from. In the case of a signed extrinsic (transaction), the origin contains an +identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
Source§

type Config = RuntimeCall

Source§

type Info = DispatchInfo

An opaque set of information attached to the transaction. This could be constructed anywhere +down the line in a runtime. The current Substrate runtime uses a struct with the same name +to represent the dispatch class and weight.
Source§

type PostInfo = PostDispatchInfo

Additional information that is returned by dispatch. Can be used to supply the caller +with information about a Dispatchable that is only known post dispatch.
Source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
Source§

impl Encode for RuntimeCall

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<Example, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl GetCallMetadata for RuntimeCall

Source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
Source§

fn get_module_names() -> &'static [&'static str]

Return all module names.
Source§

fn get_call_names(module: &str) -> &'static [&'static str]

Return all function names for the given module.
Source§

impl GetDispatchInfo for RuntimeCall

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<Example, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl PartialEq for RuntimeCall

Source§

fn eq(&self, other: &RuntimeCall) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeCall

Source§

type Identity = RuntimeCall

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl UnfilteredDispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl DecodeWithMemTracking for RuntimeCall

Source§

impl EncodeLike for RuntimeCall

Source§

impl Eq for RuntimeCall

Source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where + Call: Dispatchable,

§

fn dispatch( + call: Call, + origin: <Call as Dispatchable>::RuntimeOrigin, +) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>

§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeError.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeError.html new file mode 100644 index 00000000..7eb1265d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeError.html @@ -0,0 +1,186 @@ +RuntimeError in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeError

Enum RuntimeError 

Source
pub enum RuntimeError {
+    System(Error<Runtime>),
+}

Variants§

§

System(Error<Runtime>)

Implementations§

Source§

impl RuntimeError

Source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

+

Returns Some if the error matches the DispatchError::Module variant, otherwise None.

+

Trait Implementations§

Source§

impl Debug for RuntimeError

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeError

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeError

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Error<Runtime>> for RuntimeError

Source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl TryInto<Error<Runtime>> for RuntimeError

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeError

Source§

type Identity = RuntimeError

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeError

Source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeEvent.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeEvent.html new file mode 100644 index 00000000..3fc6d7bb --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeEvent.html @@ -0,0 +1,202 @@ +RuntimeEvent in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeEvent

Enum RuntimeEvent 

Source
pub enum RuntimeEvent {
+    System(Event<Runtime>),
+    Example(Event<Runtime>),
+}

Variants§

§

System(Event<Runtime>)

§

Example(Event<Runtime>)

Trait Implementations§

Source§

impl Clone for RuntimeEvent

Source§

fn clone(&self) -> RuntimeEvent

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeEvent

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeEvent

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeEvent

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for RuntimeEvent

Source§

fn eq(&self, other: &RuntimeEvent) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeEvent

Source§

type Identity = RuntimeEvent

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeEvent

Source§

impl EncodeLike for RuntimeEvent

Source§

impl Eq for RuntimeEvent

Source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeFreezeReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeFreezeReason.html new file mode 100644 index 00000000..d98a7b89 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeFreezeReason.html @@ -0,0 +1,199 @@ +RuntimeFreezeReason in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeFreezeReason

Enum RuntimeFreezeReason 

Source
pub enum RuntimeFreezeReason {}
Expand description

A reason for placing a freeze on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeFreezeReason

Source§

fn clone(&self) -> RuntimeFreezeReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeFreezeReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeFreezeReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeFreezeReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeFreezeReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeFreezeReason

Source§

fn eq(&self, other: &RuntimeFreezeReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeFreezeReason

Source§

type Identity = RuntimeFreezeReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeFreezeReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeFreezeReason

Source§

impl DecodeWithMemTracking for RuntimeFreezeReason

Source§

impl EncodeLike for RuntimeFreezeReason

Source§

impl Eq for RuntimeFreezeReason

Source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeHoldReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeHoldReason.html new file mode 100644 index 00000000..e82aac91 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeHoldReason.html @@ -0,0 +1,199 @@ +RuntimeHoldReason in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeHoldReason

Enum RuntimeHoldReason 

Source
pub enum RuntimeHoldReason {}
Expand description

A reason for placing a hold on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeHoldReason

Source§

fn clone(&self) -> RuntimeHoldReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeHoldReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeHoldReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeHoldReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeHoldReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeHoldReason

Source§

fn eq(&self, other: &RuntimeHoldReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeHoldReason

Source§

type Identity = RuntimeHoldReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeHoldReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeHoldReason

Source§

impl DecodeWithMemTracking for RuntimeHoldReason

Source§

impl EncodeLike for RuntimeHoldReason

Source§

impl Eq for RuntimeHoldReason

Source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeLockId.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeLockId.html new file mode 100644 index 00000000..dd0f8a54 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeLockId.html @@ -0,0 +1,199 @@ +RuntimeLockId in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeLockId

Enum RuntimeLockId 

Source
pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeLockId

Source§

fn clone(&self) -> RuntimeLockId

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeLockId

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeLockId

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeLockId

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeLockId

Source§

fn eq(&self, other: &RuntimeLockId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeLockId

Source§

type Identity = RuntimeLockId

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeLockId

Source§

impl DecodeWithMemTracking for RuntimeLockId

Source§

impl EncodeLike for RuntimeLockId

Source§

impl Eq for RuntimeLockId

Source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeSlashReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeSlashReason.html new file mode 100644 index 00000000..f2524f77 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeSlashReason.html @@ -0,0 +1,199 @@ +RuntimeSlashReason in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeSlashReason

Enum RuntimeSlashReason 

Source
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeSlashReason

Source§

fn clone(&self) -> RuntimeSlashReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeSlashReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeSlashReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeSlashReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeSlashReason

Source§

fn eq(&self, other: &RuntimeSlashReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeSlashReason

Source§

type Identity = RuntimeSlashReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeSlashReason

Source§

impl DecodeWithMemTracking for RuntimeSlashReason

Source§

impl EncodeLike for RuntimeSlashReason

Source§

impl Eq for RuntimeSlashReason

Source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeTask.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeTask.html new file mode 100644 index 00000000..6c2e75e3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeTask.html @@ -0,0 +1,199 @@ +RuntimeTask in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeTask

Enum RuntimeTask 

Source
pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

Source§

impl Clone for RuntimeTask

Source§

fn clone(&self) -> RuntimeTask

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeTask

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeTask

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeTask

Source§

fn eq(&self, other: &RuntimeTask) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl Task for RuntimeTask

Source§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
Source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
Source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
Source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
Source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
Source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
Source§

impl TypeInfo for RuntimeTask

Source§

type Identity = RuntimeTask

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeTask

Source§

impl EncodeLike for RuntimeTask

Source§

impl Eq for RuntimeTask

Source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeViewFunction.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeViewFunction.html new file mode 100644 index 00000000..e6f6c77f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/enum.RuntimeViewFunction.html @@ -0,0 +1,202 @@ +RuntimeViewFunction in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeViewFunction

Enum RuntimeViewFunction 

Source
pub enum RuntimeViewFunction {}
Expand description

Runtime query type.

+

Trait Implementations§

Source§

impl Clone for RuntimeViewFunction

Source§

fn clone(&self) -> RuntimeViewFunction

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeViewFunction

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeViewFunction

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl DispatchViewFunction for RuntimeViewFunction

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl Encode for RuntimeViewFunction

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeViewFunction

Source§

fn eq(&self, other: &RuntimeViewFunction) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeViewFunction

Source§

type Identity = RuntimeViewFunction

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeViewFunction

Source§

impl EncodeLike for RuntimeViewFunction

Source§

impl Eq for RuntimeViewFunction

Source§

impl StructuralPartialEq for RuntimeViewFunction

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/index.html new file mode 100644 index 00000000..74e0b0fa --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

Module runtime

Module runtime 

Source
Expand description

A simple runtime that contains the above pallet and frame_system, the mandatory pallet of +all runtimes. This runtime is for testing, but it shares a lot of similarities with a real +runtime.

+

Structs§

PalletInfo
Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.
Runtime
RuntimeGenesisConfig
RuntimeOrigin
The runtime origin type representing the origin of a call.

Enums§

OriginCaller
RuntimeCall
The aggregated runtime call type.
RuntimeError
RuntimeEvent
RuntimeFreezeReason
A reason for placing a freeze on funds.
RuntimeHoldReason
A reason for placing a hold on funds.
RuntimeLockId
An identifier for each lock placed on funds.
RuntimeSlashReason
A reason for slashing funds.
RuntimeTask
An aggregation of all Task enums across all pallets included in the current runtime.
RuntimeViewFunction
Runtime query type.

Type Aliases§

AllPalletsWithSystem
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithoutSystem
All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.
Example
System
SystemConfig
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/sidebar-items.js new file mode 100644 index 00000000..f2087248 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["OriginCaller","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeHoldReason","RuntimeLockId","RuntimeSlashReason","RuntimeTask","RuntimeViewFunction"],"struct":["PalletInfo","Runtime","RuntimeGenesisConfig","RuntimeOrigin"],"type":["AllPalletsWithSystem","AllPalletsWithoutSystem","Example","System","SystemConfig"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.PalletInfo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.PalletInfo.html new file mode 100644 index 00000000..14457511 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.PalletInfo.html @@ -0,0 +1,146 @@ +PalletInfo in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

PalletInfo

Struct PalletInfo 

Source
pub struct PalletInfo;
Expand description

Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.

+

Trait Implementations§

Source§

impl PalletInfo for PalletInfo

Source§

fn index<P: 'static>() -> Option<usize>

Convert the given pallet P into its index as configured in the runtime.
Source§

fn name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its name as configured in the runtime.
Source§

fn name_hash<P: 'static>() -> Option<[u8; 16]>

The two128 hash of name.
Source§

fn module_name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its Rust module name as used in construct_runtime!.
Source§

fn crate_version<P: 'static>() -> Option<CrateVersion>

Convert the given pallet P into its containing crate version.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.Runtime.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.Runtime.html new file mode 100644 index 00000000..a1df4750 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.Runtime.html @@ -0,0 +1,171 @@ +Runtime in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

Runtime

Struct Runtime 

Source
pub struct Runtime;

Implementations§

Source§

impl Runtime

Source

pub fn execute_view_function( + id: ViewFunctionId, + input: Vec<u8>, +) -> Result<Vec<u8>, ViewFunctionDispatchError>

Convenience function for view functions dispatching and execution from the runtime API.

+
Source§

impl Runtime

Source

pub fn metadata() -> RuntimeMetadataPrefixed

Source

pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

Source

pub fn metadata_versions() -> Vec<u32>

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for Runtime

Source§

fn clone(&self) -> Runtime

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Config for Runtime

Source§

type Block = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<<Runtime as Config>::AccountId, <Runtime as Config>::RuntimeCall, (), ()>>

The Block type used by the runtime. This is used by construct_runtime to retrieve the +extrinsics or other block specific data as needed.
Source§

type Nonce = <TestDefaultConfig as DefaultConfig>::Nonce

This stores the number of previous transactions associated with a sender account.
Source§

type Hash = <TestDefaultConfig as DefaultConfig>::Hash

The output of the Hashing function.
Source§

type Hashing = <TestDefaultConfig as DefaultConfig>::Hashing

The hashing system (algorithm) being used in the runtime (e.g. Blake2).
Source§

type AccountId = <TestDefaultConfig as DefaultConfig>::AccountId

The user account identifier type for the runtime.
Source§

type Lookup = <TestDefaultConfig as DefaultConfig>::Lookup

Converting trait to take a source type and convert to AccountId. Read more
Source§

type MaxConsumers = <TestDefaultConfig as DefaultConfig>::MaxConsumers

The maximum number of consumers allowed on a single account.
Source§

type AccountData = <TestDefaultConfig as DefaultConfig>::AccountData

Data to be associated with an account (other than nonce/transaction counter, which this +pallet does regardless).
Source§

type OnNewAccount = <TestDefaultConfig as DefaultConfig>::OnNewAccount

Handler for when a new account has just been created.
Source§

type OnKilledAccount = <TestDefaultConfig as DefaultConfig>::OnKilledAccount

A function that is invoked when an account has been determined to be dead. Read more
Source§

type SystemWeightInfo = <TestDefaultConfig as DefaultConfig>::SystemWeightInfo

Weight information for the extrinsics of this pallet.
Source§

type ExtensionsWeightInfo = <TestDefaultConfig as DefaultConfig>::ExtensionsWeightInfo

Weight information for the transaction extensions of this pallet.
Source§

type SS58Prefix = <TestDefaultConfig as DefaultConfig>::SS58Prefix

The designated SS58 prefix of this chain. Read more
Source§

type Version = <TestDefaultConfig as DefaultConfig>::Version

Get the chain’s in-code version.
Source§

type BlockWeights = <TestDefaultConfig as DefaultConfig>::BlockWeights

Block & extrinsics weights: base values and limits.
Source§

type BlockLength = <TestDefaultConfig as DefaultConfig>::BlockLength

The maximum length of a block (in bytes).
Source§

type DbWeight = <TestDefaultConfig as DefaultConfig>::DbWeight

The weight of runtime database operations the runtime can invoke.
Source§

type RuntimeEvent = RuntimeEvent

The aggregated event type of the runtime.
Source§

type RuntimeOrigin = RuntimeOrigin

The RuntimeOrigin type used by dispatchable calls.
Source§

type RuntimeCall = RuntimeCall

The aggregated RuntimeCall type.
Source§

type PalletInfo = PalletInfo

Provides information about the pallet setup in the runtime. Read more
Source§

type RuntimeTask = RuntimeTask

The aggregated RuntimeTask type.
Source§

type BaseCallFilter = <TestDefaultConfig as DefaultConfig>::BaseCallFilter

The basic call filter to use in Origin. All origins are built with this filter as base, +except Root. Read more
Source§

type BlockHashCount = <TestDefaultConfig as DefaultConfig>::BlockHashCount

Maximum number of block number to block hash mappings to keep (oldest pruned first).
Source§

type OnSetCode = <TestDefaultConfig as DefaultConfig>::OnSetCode

What to do if the runtime wants to change the code to something new. Read more
Source§

type SingleBlockMigrations = <TestDefaultConfig as DefaultConfig>::SingleBlockMigrations

All migrations that should run in the next runtime upgrade. Read more
Source§

type MultiBlockMigrator = <TestDefaultConfig as DefaultConfig>::MultiBlockMigrator

The migrator that is used to run Multi-Block-Migrations. Read more
Source§

type PreInherents = <TestDefaultConfig as DefaultConfig>::PreInherents

A callback that executes in every block directly before all inherents were applied. Read more
Source§

type PostInherents = <TestDefaultConfig as DefaultConfig>::PostInherents

A callback that executes in every block directly after all inherents were applied. Read more
Source§

type PostTransactions = <TestDefaultConfig as DefaultConfig>::PostTransactions

A callback that executes in every block directly after all transactions were applied. Read more
Source§

impl Config for Runtime

Source§

const ANOTHER_VALUE_PARAMETER: u32 = 42u32

Similar to Config::ValueParameter, but using const. Both are functionally +equal, but offer different tradeoffs.
Source§

type RuntimeEvent = RuntimeEvent

A type that is not known now, but the runtime that will contain this pallet will +know it later, therefore we define it here as an associated type.
Source§

type ValueParameter = ConstU32<42>

A parameterize-able value that we receive later via the Get<_> trait.
Source§

impl Debug for Runtime

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl GetRuntimeBlockType for Runtime

Source§

type RuntimeBlock = <Runtime as Config>::Block

The RuntimeBlock type.
Source§

impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime

Source§

fn is_inherent(ext: &<<Runtime as Config>::Block as Block>::Extrinsic) -> bool

Whether this extrinsic is an inherent.
Source§

impl PartialEq for Runtime

Source§

fn eq(&self, other: &Runtime) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for Runtime

Source§

type Identity = Runtime

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl ValidateUnsigned for Runtime

Source§

type Call = RuntimeCall

The call to validate
Source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
Source§

fn validate_unsigned( + source: TransactionSource, + call: &Self::Call, +) -> TransactionValidity

Return the validity of the call Read more
Source§

impl Copy for Runtime

Source§

impl Eq for Runtime

Source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.RuntimeGenesisConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.RuntimeGenesisConfig.html new file mode 100644 index 00000000..9c89a1c0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.RuntimeGenesisConfig.html @@ -0,0 +1,153 @@ +RuntimeGenesisConfig in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeGenesisConfig

Struct RuntimeGenesisConfig 

Source
pub struct RuntimeGenesisConfig {
+    pub system: SystemConfig,
+}

Fields§

§system: SystemConfig

Trait Implementations§

Source§

impl BuildGenesisConfig for RuntimeGenesisConfig

Source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
Source§

impl Default for RuntimeGenesisConfig

Source§

fn default() -> RuntimeGenesisConfig

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for RuntimeGenesisConfig

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AccountId for T
where + T: Serialize,

Source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> Hash for T

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> MaybeSerialize for T
where + T: Serialize,

§

impl<T> MaybeSerializeDeserialize for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.RuntimeOrigin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.RuntimeOrigin.html new file mode 100644 index 00000000..8737c634 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/struct.RuntimeOrigin.html @@ -0,0 +1,159 @@ +RuntimeOrigin in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

RuntimeOrigin

Struct RuntimeOrigin 

Source
pub struct RuntimeOrigin {
+    pub caller: OriginCaller,
+    /* private fields */
+}
Expand description

The runtime origin type representing the origin of a call.

+

Origin is always created with the base filter configured in [frame_system::Config::BaseCallFilter].

+

Fields§

§caller: OriginCaller

Implementations§

Source§

impl RuntimeOrigin

Source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

+

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl AsTransactionAuthorizedOrigin for RuntimeOrigin

Source§

fn is_transaction_authorized(&self) -> bool

Whether the origin is authorized to include a transaction in a block. Read more
Source§

impl Clone for RuntimeOrigin

Source§

fn clone(&self) -> RuntimeOrigin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeOrigin

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

+
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
Source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

Source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
Source§

impl OriginTrait for RuntimeOrigin

Source§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
Source§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
Source§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
Source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
Source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
Source§

fn set_caller(&mut self, caller: OriginCaller)

Replace the caller with caller from the other origin
Source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
Source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered +out. Read more
Source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
Source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
Source§

fn try_with_caller<R>( + self, + f: impl FnOnce(Self::PalletsOrigin) -> Result<R, Self::PalletsOrigin>, +) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
Source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
Source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
Source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn set_caller_from_signed(&mut self, caller_account: Self::AccountId)

Replace the caller with caller from the other origin
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.
§

fn as_signer(&self) -> Option<&Self::AccountId>

Extract a reference to the signer, if that’s what the caller is.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.AllPalletsWithSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.AllPalletsWithSystem.html new file mode 100644 index 00000000..1f6f8134 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.AllPalletsWithSystem.html @@ -0,0 +1,2 @@ +AllPalletsWithSystem in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

AllPalletsWithSystem

Type Alias AllPalletsWithSystem 

Source
pub type AllPalletsWithSystem = (System, Example);
Expand description

All pallets included in the runtime as a nested tuple of types.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.AllPalletsWithoutSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.AllPalletsWithoutSystem.html new file mode 100644 index 00000000..e5e9bee8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.AllPalletsWithoutSystem.html @@ -0,0 +1,3 @@ +AllPalletsWithoutSystem in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

AllPalletsWithoutSystem

Type Alias AllPalletsWithoutSystem 

Source
pub type AllPalletsWithoutSystem = (Example,);
Expand description

All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.Example.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.Example.html new file mode 100644 index 00000000..1e89cd72 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.Example.html @@ -0,0 +1 @@ +Example in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

Example

Type Alias Example 

Source
pub type Example = Pallet<Runtime>;

Aliased Type§

pub struct Example(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.System.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.System.html new file mode 100644 index 00000000..a8eb68b4 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.System.html @@ -0,0 +1 @@ +System in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

System

Type Alias System 

Source
pub type System = Pallet<Runtime>;

Aliased Type§

pub struct System(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.SystemConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.SystemConfig.html new file mode 100644 index 00000000..9479e13f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/runtime/type.SystemConfig.html @@ -0,0 +1,3 @@ +SystemConfig in pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime - Rust

SystemConfig

Type Alias SystemConfig 

Source
pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct SystemConfig {
+    pub _config: PhantomData<Runtime>,
+}

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/sidebar-items.js new file mode 100644 index 00000000..69ee1568 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["pallet","runtime"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/index.html new file mode 100644 index 00000000..f760f1f8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/index.html @@ -0,0 +1,224 @@ +pezkuwi_sdk_docs::pezkuwi_sdk - Rust

Module pezkuwi_sdk

Module pezkuwi_sdk 

Source
Expand description

An introduction to the Pezkuwi SDK. Read this module to learn about the structure of the SDK, +the tools that are provided as a part of it, and to gain a high level understanding of each.

+

§Pezkuwi SDK

+

Pezkuwi SDK provides the main resources needed to +start building on the Pezkuwi network, a scalable, multi-chain +blockchain platform that enables different blockchains to securely interoperate.

+

StackExchange

+

awesomeDot +wiki +forum

+

RFCs +Runtime +Manifesto

+

§Getting Started

+

The primary way to get started with the Pezkuwi SDK is to start writing a FRAME-based runtime. +See:

+ +

§Components

§Substrate
+

Substrate-license +GitHub Repo

+

substrate is the base blockchain framework used to power the Pezkuwi SDK. It is a full +toolkit to create sovereign blockchains, including but not limited to those which connect to +Pezkuwi as teyrchains.

+
§FRAME
+

Substrate-license +GitHub Repo

+

frame is the framework used to create Substrate-based application logic, aka. runtimes. +Learn more about the distinction of a runtime and node in +reference_docs::wasm_meta_protocol.

+
§Cumulus
+

Cumulus-license +GitHub Repo

+

cumulus transforms FRAME-based runtimes into Pezkuwi-compatible teyrchain runtimes, and +Substrate-based nodes into Pezkuwi/Teyrchain-compatible nodes.

+
§XCM
+

XCM-license +GitHub Repo

+

xcm, short for “cross consensus message”, is the primary format that is used for +communication between teyrchains, but is intended to be extensible to other use cases as well.

+
§Pezkuwi
+

Pezkuwi-license +GitHub Repo

+

pezkuwi is an implementation of a Pezkuwi node in Rust, by @paritytech. The Pezkuwi +runtimes are located under the +pezkuwi-fellows/runtimes repository.

+

§Binaries

+

The main binaries that are part of the Pezkuwi SDK are:

+
    +
  • pezkuwi: The Pezkuwi relay chain node binary, as noted above.
  • +
  • pezkuwi-omni-node: A white-labeled teyrchain collator node. See more in +crate::reference_docs::omni_node.
  • +
  • pezkuwi-teyrchain-bin: The collator node used to run collators for all Pezkuwi system +teyrchains.
  • +
  • frame-omni-bencher: a benchmarking tool for FRAME-based runtimes. Nodes typically contain +a +benchmark subcommand that does the same.
  • +
  • [chain_spec_builder]: Utility to build chain-specs Nodes typically contain a build-spec +subcommand that does the same.
  • +
  • [subkey]: Substrate’s key management utility.
  • +
  • substrate-node is an extensive substrate node that contains the superset of all +runtime and node side features. The corresponding runtime, called [kitchensink_runtime] +contains all of the modules that are provided with FRAME. This node and runtime is only used +for testing and demonstration.
  • +
+

§Summary

+

The following diagram summarizes how some of the components of Pezkuwi SDK work together:

+
+flowchart LR
+	subgraph PezkuwiSDKChain[A Pezkuwi SDK-based blockchain]
+		Node
+		Runtime
+	end
+
+    FRAME -.-> Runtime
+    PezkuwiSDK[Pezkuwi SDK Node Libraries] -.-> Node
+
+
+ +

A Substrate-based chain is a blockchain composed of a runtime and a node. As noted above, the +runtime is the application logic of the blockchain, and the node is everything else. +See reference_docs::wasm_meta_protocol for an in-depth explanation of this. The +former is built with frame, and the latter is built with rest of Substrate.

+
+

You can think of a Substrate-based chain as a white-labeled blockchain.

+
+
+flowchart LR
+
+	subgraph Pezkuwi[The Pezkuwi Relay Chain]
+		PezkuwiNode[Pezkuwi Node]
+		PezkuwiRuntime[Pezkuwi Runtime]
+	end
+
+    FRAME -.-> PezkuwiRuntime
+    PezkuwiSDK[Pezkuwi SDK Node Libraries] -.-> PezkuwiNode
+
+
+
+ +

Pezkuwi is itself a Substrate-based chain, composed of the exact same two components. It has +specialized logic in both the node and the runtime side, but it is not “special” in any way.

+

A teyrchain is a “special” Substrate-based chain, whereby both the node and the runtime +components have became “Pezkuwi-aware” using Cumulus.

+
+flowchart LR
+	subgraph TeyrChain[A Pezkuwi TeyrChain]
+		TeyrChainNode[TeyrChain Node]
+		TeyrChainRuntime[TeyrChain Runtime]
+	end
+
+    FRAME -.-> TeyrChainRuntime
+    PezkuwiSDK[Pezkuwi SDK Node Libraries] -.-> TeyrChainNode
+
+    CumulusC[Cumulus Node Libraries] -.-> TeyrChainNode
+    CumulusR[Cumulus Runtime Libraries] -.-> TeyrChainRuntime
+
+
+ +

§Notable Upstream Crates

+ +

§Trophy Section: Notable Downstream Projects

+

A list of projects and tools in the blockchain ecosystem that one way or another use parts of +the Pezkuwi SDK:

+ +

Modules§

cumulus
Learn about Cumulus, the framework that transforms substrate-based chains into +pezkuwi-enabled teyrchains.
frame_runtime
Learn about FRAME, the framework used to build Substrate runtimes.
pezkuwi
Learn about Pezkuwi as a platform.
smart_contracts
Learn about different ways through which smart contracts can be utilized on top of Substrate, +and in the Pezkuwi ecosystem.
substrate
Learn about Substrate, the main blockchain framework used in the Pezkuwi ecosystem.
templates
Index of all the templates that can act as first scaffold for a new project.
xcm
Learn about XCM, the de-facto communication language between different consensus systems.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi/index.html new file mode 100644 index 00000000..f06e05b9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi/index.html @@ -0,0 +1,99 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::pezkuwi - Rust

Module pezkuwi

Module pezkuwi 

Source
Expand description

Learn about Pezkuwi as a platform.

+

§Pezkuwi

+

Implementation of the Pezkuwi node/host in Rust.

+

§Learn More and Get Involved

+ +

§Alternative Node Implementations 🌈

+
    +
  • Smoldot. Pezkuwi light node/client.
  • +
  • KAGOME. C++ implementation of the Pezkuwi host.
  • +
  • Gossamer. Golang implementation of the Pezkuwi host.
  • +
+

§Platform

+

In this section, we examine what platform Pezkuwi exactly provides to developers.

+

§Pezkuwi White Paper

+

The original vision of Pezkuwi (everything in the whitepaper, which was eventually called +Pezkuwi 1.0) revolves around the following arguments:

+
    +
  • Future is multi-chain, because we need different chains with different specialization to +achieve widespread goals.
  • +
  • In other words, no single chain is good enough to achieve all goals.
  • +
  • A multi-chain future will inadvertently suffer from fragmentation of economic security. +
      +
    • This stake fragmentation will make communication over consensus system with varying security +levels inherently unsafe.
    • +
    +
  • +
+

Pezkuwi’s answer to the above is:

+
+

The chains of the future must have a way to share their economic security, whilst maintaining +their execution and governance sovereignty. These chains are called “Teyrchains”.

+
+
    +
  • Shared Security: The idea of shared economic security sits at the core of Pezkuwi. Pezkuwi +enables different teyrchains to pool their economic security from Pezkuwi (i.e. “Relay +Chain”).
  • +
  • (heterogenous) Sharded Execution: Yet, each teyrchain is free to have its own execution logic +(runtime), which also encompasses governance and sovereignty. Moreover, Pezkuwi ensures the +correct execution of all teyrchains, without having all of its validators re-execute all +teyrchain blocks. When seen from this perspective, Pezkuwi achieves the ability to verify +the validity of the block execution of multiple teyrchains using the same set of validators as +the Relay Chain. In practice, this means that the shards (teyrchains) share the same economic +security as the Relay Chain. +Learn about this process called Approval Checking.
  • +
  • A framework to build blockchains: In order to materialize the ecosystem of teyrchains, an easy +blockchain framework must exist. This is Substrate, +FRAME and Cumulus.
  • +
  • A communication language between blockchains: In order for these blockchains to communicate, +they need a shared language. XCM is one such language, and the one +that is most endorsed in the Pezkuwi ecosystem.
  • +
+
+

Note that the interoperability promised by Pezkuwi is unparalleled in that any two teyrchains +connected to Pezkuwi have the same security and can have much better guarantees about the +security of the recipient of any message. +Bridges enable transaction and information flow between different consensus systems, crucial +for Pezkuwi’s multi-chain architecture. However, they can become the network’s most +vulnerable points. If a bridge’s security measures are weaker than those of the connected +blockchains, it poses a significant risk. Attackers might exploit these weaknesses to launch +attacks such as theft or disruption of services.

+
+

Pezkuwi delivers the above vision, alongside a flexible means for teyrchains to schedule +themselves with the Relay Chain. To achieve this, Pezkuwi has been developed with an +architecture similar to that of a computer. Pezkuwi Relay Chain has a number of “cores”. Each +core is (in simple terms) capable of progressing 1 teyrchain at a time. For example, a teyrchain +can schedule itself on a single core for 5 relay chain blocks.

+

Within the scope of Pezkuwi 1.x, two main scheduling ways have been considered:

+
    +
  • Long term Teyrchains, obtained through locking a sum of HEZ in an auction system.
  • +
  • On-demand Teyrchains, purchased through paying HEZ to the relay-chain whenever needed.
  • +
+

§The Future

+

After delivering Pezkuwi 1.x, the future of Pezkuwi as a protocol and platform is in the hands +of the community and the fellowship. This is happening most notable through the RFC process. +Some of the RFCs that do alter Pezkuwi as a platform and have already passed are as follows:

+
    +
  • RFC#1: Agile-coretime: +Agile periodic-sale-based model for assigning Coretime on the Pezkuwi Ubiquitous Computer.
  • +
  • RFC#5: Coretime-interface: +Interface for manipulating the usage of cores on the Pezkuwi Ubiquitous Computer.
  • +
+

Learn more about Pezkuwi as a Computational Resource.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/sidebar-items.js new file mode 100644 index 00000000..84938bea --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["cumulus","frame_runtime","pezkuwi","smart_contracts","substrate","templates","xcm"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts/index.html new file mode 100644 index 00000000..795c47cb --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts/index.html @@ -0,0 +1,12 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::smart_contracts - Rust

Module smart_contracts

Module smart_contracts 

Source
Expand description

Learn about different ways through which smart contracts can be utilized on top of Substrate, +and in the Pezkuwi ecosystem.

+

§Smart Contracts

+

TODO: @cmichi https://github.com/pezkuwichain/pezkuwi-sdk/issues/161

+ +
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/substrate/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/substrate/index.html new file mode 100644 index 00000000..08e3fad0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/substrate/index.html @@ -0,0 +1,161 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::substrate - Rust

Module substrate

Module substrate 

Source
Expand description

Learn about Substrate, the main blockchain framework used in the Pezkuwi ecosystem.

+

§Substrate

+

Substrate is a Rust framework for building blockchains in a modular and extensible way. While in +itself un-opinionated, it is the main engine behind the Pezkuwi ecosystem.

+

§Overview, Philosophy

+

Substrate approaches blockchain development with an acknowledgement of a few self-evident +truths:

+
    +
  1. Society and technology evolves.
  2. +
  3. Humans are fallible.
  4. +
+

This makes the task of designing a correct, safe and long-lasting blockchain system hard.

+

Nonetheless, in strive towards achieving this goal, Substrate embraces the following:

+
    +
  1. Use of Rust as a modern and safe programming language, which limits human error through +various means, most notably memory and type safety.
  2. +
  3. Substrate is written from the ground-up with a generic, modular and extensible design. This +ensures that software components can be easily swapped and upgraded. Examples of this is +multiple consensus mechanisms provided by Substrate, as listed below.
  4. +
  5. Lastly, the final blockchain system created with the above properties needs to be +upgradeable. In order to achieve this, Substrate is designed as a meta-protocol, whereby the +application logic of the blockchain (called “Runtime”) is encoded as a WASM blob, and is +stored in the state. The rest of the system (called “node”) acts as the executor of the WASM +blob.
  6. +
+

In essence, the meta-protocol of all Substrate based chains is the “Runtime as WASM blob” +accord. This enables the Runtime to become inherently upgradeable, crucially without forks. The +upgrade is merely a matter of the WASM blob being changed in the state, which is, in principle, +same as updating an account’s balance. Learn more about this in detail in +crate::reference_docs::wasm_meta_protocol.

+
+

A great analogy for substrate is the following: Substrate node is a gaming console, and a WASM +runtime, possibly created with FRAME is the game being inserted into the console.

+
+

[frame], Substrate’s default runtime development library, takes the above safety practices +even further by embracing a declarative programming model whereby correctness is enhanced and +the system is highly configurable through parameterization. Learn more about this in +crate::reference_docs::trait_based_programming.

+

§How to Get Started

+

Substrate offers different options at the spectrum of technical freedom <-> development ease.

+
    +
  • The easiest way to use Substrate is to use one of the templates (some of which listed at +crate::pezkuwi_sdk::templates) and only tweak the parameters of the runtime or node. This +allows you to launch a blockchain in minutes, but is limited in technical freedom.
  • +
  • Next, most developers wish to develop their custom runtime modules, for which the de-facto way +is frame.
  • +
  • Finally, Substrate is highly configurable at the node side as well, but this is the most +technically demanding.
  • +
+
+

A notable Substrate-based blockchain that has built both custom FRAME pallets and custom +node-side components is https://github.com/Cardinal-Cryptography/aleph-node.

+
+
+flowchart LR
+	T[Using a Template] --> P[Writing Your Own FRAME-Based Pallet] --> C[Custom Node]
+
+
+ +

§Structure

+

Substrate contains a large number of crates, therefore it is useful to have an overview of what +they are, and how they are organized. In broad terms, these crates are divided into three +categories:

+
    +
  • sc-* (short for Substrate-client) crates, located under ./client folder. These are all +the crates that lead to the node software. Notable examples are [sc_network], various +consensus crates, RPC ([sc_rpc_api]) and database ([sc_client_db]), all of which are +expected to reside in the node side.
  • +
  • sp-* (short for substrate-primitives) crates, located under ./primitives folder. These +are crates that facilitate both the node and the runtime, but are not opinionated about what +framework is using for building the runtime. Notable examples are [sp_api] and [sp_io], +which form the communication bridge between the node and runtime.
  • +
  • pallet-* and frame-* crates, located under ./frame folder. These are the crates related +to FRAME. See [frame] for more information.
  • +
+

§WASM Build

+

Many of the Substrate crates, such as entire sp-*, need to compile to both WASM (when a WASM +runtime is being generated) and native (for example, when testing). To achieve this, Substrate +follows the convention of the Rust community, and uses a feature = "std" to signify that a +crate is being built with the standard library, and is built for native. Otherwise, it is built +for no_std.

+

This can be summarized in #![cfg_attr(not(feature = "std"), no_std)], which you can often find +in any Substrate-based runtime.

+

Substrate-based runtimes use [substrate_wasm_builder] in their build.rs to automatically +build their WASM files as a part of normal build command (e.g. cargo build). Once built, the +wasm file is placed in ./target/{debug|release}/wbuild/{runtime_name}/{runtime_name}.wasm.

+

In order to ensure that the WASM build is deterministic, the Substrate Runtime Toolbox (srtool) can be used.

+

§Anatomy of a Binary Crate

+

From the above, [node_cli]/[kitchensink_runtime] and node-template are essentially +blueprints of a Substrate-based project, as the name of the latter is implying. Each +Substrate-based project typically contains the following:

+
    +
  • +

    Under ./runtime, a ./runtime/src/lib.rs which is the top level runtime amalgamator file. +This file typically contains the [frame::runtime::prelude::construct_runtime] and +[frame::runtime::prelude::impl_runtime_apis] macro calls, which is the final definition of a +runtime.

    +
  • +
  • +

    Under ./node, a main.rs, which is the starting point, and a ./service.rs, which contains +all the node side components. Skimming this file yields an overview of the networking, +database, consensus and similar node side components.

    +
  • +
+
+

The above two are conventions, not rules.

+
+
+

See https://github.com/pezkuwichain/pezkuwi-sdk/issues/94 for an update on how the node side +components are being amalgamated.

+
+

§Teyrchain?

+

As noted above, Substrate is the main engine behind the Pezkuwi ecosystem. One of the ways +through which Pezkuwi can be utilized is by building “teyrchains”, blockchains that are +connected to Pezkuwi’s shared security.

+

To build a teyrchain, one could use Cumulus, the library on +top of Substrate, empowering any substrate-based chain to be a Pezkuwi teyrchain.

+

§Where To Go Next?

+

Additional noteworthy crates within substrate:

+
    +
  • RPC APIs of a Substrate node: [sc_rpc_api]/[sc_rpc]
  • +
  • CLI Options of a Substrate node: [sc_cli]
  • +
  • All of the consensus related crates provided by Substrate: + +
  • +
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/substrate/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/substrate/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/substrate/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/templates/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/templates/index.html new file mode 100644 index 00000000..478ab343 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/templates/index.html @@ -0,0 +1,43 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::templates - Rust

Module templates

Module templates 

Source
Expand description

Index of all the templates that can act as first scaffold for a new project.

+

§Templates

+

This document enumerates a non-exhaustive list of templates that one can use to get started with +pezkuwi-sdk.

+
+

Know more tools/templates that are not listed here? please contribute them by opening a PR.

+
+

§Internal

+

The following templates are maintained as a part of the pezkuwi-sdk repository:

+
    +
  • minimal-template: A minimal +template that contains the least amount of features to be a functioning blockchain. Suitable +for learning and testing.
  • +
  • solochain-template: Formerly known +as “substrate-node-template”, is a white-labeled substrate-based blockchain (aka. solochain) +that contains moderate features, such as a basic consensus engine and some FRAME pallets. This +template can act as a good starting point for those who want to launch a solochain.
  • +
  • teyrchain-template: +A teyrchain template ready to be connected to a relay-chain, such as Paseo +, Kusama or Pezkuwi.
  • +
+

Note that these templates are mirrored automatically from this +directory of pezkuwi-sdk, therefore any changes to them should be made as a PR to this repo.

+

§OpenZeppelin

+

In June 2023, OpenZeppelin was awarded a grant from the Pezkuwi +treasury for building a number of Pezkuwi-sdk +based templates. These templates are a great starting point for developers and newcomers. +So far OpenZeppelin has released two templates, which have been fully audited:

+
    +
  • generic-runtime-template: +A minimal template that has all the common pallets that teyrchains use with secure defaults.
  • +
  • evm-runtime-template: +This template has EVM compatibility out of the box and allows migrating your solidity contracts +or EVM compatible dapps easily. It also uses 20 byte addresses like Ethereum and has some +Account Abstraction support.
  • +
+

§POP-CLI

+

Is a CLI tool capable of scaffolding a new pezkuwi-sdk-based project, possibly removing the +need for templates.

+ +
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/templates/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/templates/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/templates/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/xcm/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/xcm/index.html new file mode 100644 index 00000000..fd7339f0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/xcm/index.html @@ -0,0 +1,52 @@ +pezkuwi_sdk_docs::pezkuwi_sdk::xcm - Rust

Module xcm

Module xcm 

Source
Expand description

Learn about XCM, the de-facto communication language between different consensus systems.

+

§XCM

+

XCM, or Cross-Consensus Messaging, is a language to communicate intentions between +consensus systems.

+

§Overview

+

XCM is a standard, specification of which lives in the xcm format repo. +It’s agnostic both in programming language and blockchain platform, which means it could be used +in Rust in Pezkuwi, or in Go or C++ in any other platform like Cosmos or Ethereum.

+

It enables different consensus systems to communicate with each other in an expressive manner. +Consensus systems include blockchains, smart contracts, and any other state machine that +achieves consensus in some way.

+

XCM is executed on a virtual machine called the XCVM. +Scripts can be written with the XCM language, which are often called XCMs, messages or XCM +programs. Each program is a series of instructions, which get executed one after the other by +the virtual machine. These instructions aim to encompass all major things users typically do in +consensus systems. There are instructions on asset transferring, teleporting, locking, among +others. New instructions are added and changes to the XCVM are made via the RFC process.

+

§In Pezkuwi SDK

+

The Pezkuwi SDK allows for easily deploying sovereign blockchains from scratch, all very +customizable. Dealing with many heterogeneous blockchains can be cumbersome. +XCM allows all these blockchains to communicate with an agreed-upon language. +As long as an implementation of the XCVM is implemented, the same XCM program can be executed in +all blockchains and perform the same task.

+

§Implementation

+

A ready-to-use Rust implementation lives in the pezkuwi-sdk repo, +but will be moved to its own repo in the future.

+

Its main components are:

+
    +
  • xcm: The definition of the basic types and instructions.
  • +
  • [xcm_executor]: An implementation of the virtual machine to execute instructions.
  • +
  • [pallet_xcm]: A FRAME pallet for interacting with the executor.
  • +
  • [xcm_builder]: A collection of types to configure the executor.
  • +
  • [xcm_simulator]: A playground for trying out different XCM programs and executor +configurations.
  • +
+

§Example

+

To perform the very usual operation of transferring assets, the following XCM program can be +used:

+ +
#[test]
+fn example_transfer() {
+	let _transfer_program = Xcm::<()>(vec![
+		WithdrawAsset((Here, 100u128).into()),
+		BuyExecution { fees: (Here, 100u128).into(), weight_limit: Unlimited },
+		DepositAsset {
+			assets: All.into(),
+			beneficiary: AccountId32 { id: [0u8; 32].into(), network: None }.into(),
+		},
+	]);
+}

§Get started

+

To learn how it works and to get started, go to the XCM docs.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/xcm/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/xcm/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/pezkuwi_sdk/xcm/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines/index.html new file mode 100644 index 00000000..f48cf442 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines/index.html @@ -0,0 +1,106 @@ +pezkuwi_sdk_docs::reference_docs::blockchain_state_machines - Rust

Module blockchain_state_machines

Module blockchain_state_machines 

Source
Expand description

Learn about the way Substrate and FRAME view their blockchains as state machines.

+

§State Transition Function

+

This document briefly explains how in the context of Substrate-based blockchains, we view the +blockchain as a decentralized state transition function.

+

Recall that a blockchain’s main purpose is to help a permissionless set of entities to agree on +a shared data-set, and how it evolves. This is called the State, also referred to as +“onchain” data, or Storage in the context of FRAME. The state is where the account balance of +each user is, for example, stored, and there is a canonical version of it that everyone agrees +upon.

+

Then, recall that a typical blockchain system will alter its state through execution of blocks. +The component that dictates how this state alteration can happen is called the state transition +function.

+
+flowchart LR
+	B[Block] --> STF
+    S[State] --> STF
+    STF --> NS[New State]
+
+
+ +

In Substrate-based blockchains, the state transition function is called the Runtime. This is +explained further in crate::reference_docs::wasm_meta_protocol.

+

With this in mind, we can paint a complete picture of a blockchain as a state machine:

+
+flowchart LR
+    %%{init: {'flowchart' : {'curve' : 'linear'}}}%%
+    subgraph BData[Blockchain Database]
+        direction LR
+        BN[Block N] -.-> BN1[Block N+1]
+    end
+
+    subgraph SData[State Database]
+        direction LR
+        SN[State N] -.-> SN1[State N+1] -.-> SN2[State N+2]
+    end
+
+    BN --> STFN[STF]
+    SN --> STFN[STF]
+    STFN[STF] --> SN1
+
+    BN1 --> STFN1[STF]
+    SN1 --> STFN1[STF]
+    STFN1[STF] --> SN2
+
+
+
+
+ +

In essence, the state of the blockchain at block N is the outcome of applying the state +transition function to the previous state, and the current block as input. This can be +mathematically represented as:

+
STF = F(State_N, Block_N) -> State_{N+1}
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis/index.html new file mode 100644 index 00000000..4f4b344e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis/index.html @@ -0,0 +1,356 @@ +pezkuwi_sdk_docs::reference_docs::chain_spec_genesis - Rust

Module chain_spec_genesis

Module chain_spec_genesis 

Source
Expand description

Learn about chain specification file and the genesis state of the blockchain.

+

§What is a chain specification

+

A chain specification file defines the set of properties that are required to run the node as +part of the chain. The chain specification consists of two main parts:

+
    +
  • initial state of the runtime,
  • +
  • network / logical properties of the chain, the most important property being the list of +bootnodes.
  • +
+

This document describes how the initial state is handled in pallets and runtime, and how to +interact with the runtime in order to build the genesis state.

+

For more information on chain specification and its properties, refer to +[sc_chain_spec#from-initial-state-to-raw-genesis].

+

The initial genesis state can be provided in the following formats:

+
    +
  • full
  • +
  • patch
  • +
  • raw
  • +
+

Each of the formats is explained in [chain-spec-format][sc_chain_spec#chain-spec-formats].

+

§GenesisConfig for pallet

+

Every frame pallet may have its initial state which is defined by the GenesisConfig internal +struct. It is a regular Rust struct, annotated with the pallet::genesis_config attribute.

+ +
#[pallet::genesis_config]
+#[derive(DefaultNoBound)]
+pub struct GenesisConfig<T: Config> {
+	pub initial_account: Option<T::AccountId>,
+}
+

The struct shall be defined within the pallet mod, as in the following code:

+ +
#[frame::pallet(dev_mode)]
+pub mod pallet_bar {
+	use super::*;
+
+	#[pallet::config]
+	pub trait Config: frame_system::Config {}
+
+	#[pallet::pallet]
+	pub struct Pallet<T>(_);
+
+	#[pallet::storage]
+	pub(super) type InitialAccount<T: Config> = StorageValue<Value = T::AccountId>;
+
+	/// Simple `GenesisConfig`.
+	#[pallet::genesis_config]
+	#[derive(DefaultNoBound)]
+	pub struct GenesisConfig<T: Config> {
+		pub initial_account: Option<T::AccountId>,
+	}
+
+	#[pallet::genesis_build]
+	impl<T: Config> BuildGenesisConfig for GenesisConfig<T> {
+		/// The storage building function that presents a direct mapping of the initial config
+		/// values to the storage items.
+		fn build(&self) {
+			InitialAccount::<T>::set(self.initial_account.clone());
+		}
+	}
+}
+

The initial state conveyed in the GenesisConfig struct is transformed into state storage +items by means of the BuildGenesisConfig trait, which shall be implemented for the pallet’s +GenesisConfig struct. The pallet::genesis_build attribute shall be attached to the impl +block:

+ +
#[pallet::genesis_build]
+impl<T: Config> BuildGenesisConfig for GenesisConfig<T> {
+	/// The storage building function that presents a direct mapping of the initial config
+	/// values to the storage items.
+	fn build(&self) {
+		InitialAccount::<T>::set(self.initial_account.clone());
+	}
+}
+

GenesisConfig may also contain more complicated types, including nested structs or enums, as +in the example for pallet_foo:

+ +
#[pallet::genesis_config]
+#[derive(DefaultNoBound)]
+pub struct GenesisConfig<T: Config> {
+	pub some_integer: u32,
+	pub some_enum: FooEnum,
+	pub some_struct: FooStruct,
+	#[serde(skip)]
+	pub _phantom: PhantomData<T>,
+}
+

Note that serde attributes can be used to control how the data +structures are stored into JSON. In the following example, the [sp_core::bytes] function is +used to serialize the values field.

+ +
#[derive(Default, serde::Serialize, serde::Deserialize)]
+#[serde(deny_unknown_fields, rename_all = "camelCase")]
+pub struct SomeFooData2 {
+	#[serde(default, with = "sp_core::bytes")]
+	pub values: Vec<u8>,
+}
+

Please note that fields of GenesisConfig may not be directly mapped to storage items. In the +following example, the initial struct fields are used to compute (sum) the value that will be +stored in the state as ProcessedEnumValue:

+ +
#[pallet::genesis_build]
+impl<T: Config> BuildGenesisConfig for GenesisConfig<T> {
+	/// The build method that indirectly maps an initial config values into the storage items.
+	fn build(&self) {
+		let processed_value: u64 = match &self.some_enum {
+			FooEnum::Data0 => 0,
+			FooEnum::Data1(v) => (v.a + v.b).into(),
+			FooEnum::Data2(v) => v.values.iter().map(|v| *v as u64).sum(),
+		};
+		ProcessedEnumValue::<T>::set(Some(processed_value));
+		SomeInteger::<T>::set(Some(self.some_integer));
+	}
+}

§GenesisConfig for runtimes

+

The runtime genesis config struct consists of configs for every pallet. For the [demonstration +runtime][chain_spec_guide_runtime] used in this guide, it consists of SystemConfig, +BarConfig, and FooConfig. This structure was automatically generated by a macro and it can +be sneak-peeked here: RuntimeGenesisConfig. For further reading on generated runtime +types, refer to frame_runtime_types.

+

The macro automatically adds an attribute that renames all the fields to camelCase. It is a +good practice to add it to nested structures too, to have the naming of the JSON keys consistent +across the chain-spec file.

+

§Default for GenesisConfig

+

GenesisConfig of all pallets must implement the Default trait. These are aggregated into +the runtime’s RuntimeGenesisConfig’s Default.

+

The default value of RuntimeGenesisConfig can be queried by the GenesisBuilder::get_preset +function provided by the runtime with id:None.

+

A default value for RuntimeGenesisConfig usually is not operational. This is because for some +pallets it is not possible to define good defaults (e.g. an initial set of authorities).

+

A default value is a base upon which a patch for GenesisConfig is applied. A good description +of how it exactly works is provided in get_storage_for_patch (and also in +GenesisBuilder::get_preset). A patch can be provided as an external file (manually created) +or as a built-in runtime preset. More info on presets is in the material to follow.

+

§Implementing GenesisBuilder for runtime

+

The runtime exposes a dedicated runtime API for interacting with its genesis config: +[sp_genesis_builder::GenesisBuilder]. The implementation shall be provided within +the [sp_api::impl_runtime_apis] macro, typically making use of some helpers provided: +build_state, get_preset. +A typical implementation of [sp_genesis_builder::GenesisBuilder] looks as follows:

+ +
impl_runtime_apis! {
+	impl sp_genesis_builder::GenesisBuilder<Block> for Runtime {
+		fn build_state(config: Vec<u8>) -> sp_genesis_builder::Result {
+			build_state::<RuntimeGenesisConfig>(config)
+		}
+
+		fn get_preset(id: &Option<sp_genesis_builder::PresetId>) -> Option<Vec<u8>> {
+			get_preset::<RuntimeGenesisConfig>(id, get_builtin_preset)
+		}
+
+		fn preset_names() -> Vec<sp_genesis_builder::PresetId> {
+			vec![
+				PresetId::from(PRESET_1),
+				PresetId::from(PRESET_2),
+				PresetId::from(PRESET_3),
+				PresetId::from(PRESET_4),
+				PresetId::from(PRESET_INVALID)
+			]
+		}
+	}
+
+	impl apis::Core<Block> for Runtime {
+		fn version() -> RuntimeVersion { VERSION }
+		fn execute_block(_: <Block as frame::traits::Block>::LazyBlock) { }
+		fn initialize_block(_: &Header) -> ExtrinsicInclusionMode { ExtrinsicInclusionMode::default() }
+	}
+}
+

Please note that two functions are customized: preset_names and get_preset. The first one +just provides a Vec of the names of supported presets, while the latter delegates the call +to a function that maps the name to an actual preset: +[chain_spec_guide_runtime::presets::get_builtin_preset]

+ +
pub fn get_builtin_preset(id: &sp_genesis_builder::PresetId) -> Option<alloc::vec::Vec<u8>> {
+	let preset = match id.as_ref() {
+		PRESET_1 => preset_1(),
+		PRESET_2 => preset_2(),
+		PRESET_3 => preset_3(),
+		PRESET_4 => preset_4(),
+		PRESET_INVALID => preset_invalid(),
+		_ => return None,
+	};
+
+	Some(
+		to_string(&preset)
+			.expect("serialization to json is expected to work. qed.")
+			.into_bytes(),
+	)
+}

§Genesis state presets for runtime

+

The runtime may provide many flavors of initial genesis state. This may be useful for predefined +testing networks, local development, or CI integration tests. Predefined genesis state may +contain a list of pre-funded accounts, predefined authorities for consensus, sudo key, and many +others useful for testing.

+

Internally, presets can be provided in a number of ways:

+ + +
fn preset_2() -> Value {
+	build_struct_json_patch!(RuntimeGenesisConfig {
+		foo: FooConfig {
+			some_integer: 200,
+			some_enum: FooEnum::Data2(SomeFooData2 { values: vec![0x0c, 0x10] })
+		},
+		bar: BarConfig { initial_account: Some(Sr25519Keyring::Ferdie.public().into()) },
+	})
+}
+
    +
  • JSON using runtime types to serialize values:
  • +
+ +
fn preset_3() -> Value {
+	json!({
+		"bar": {
+			"initialAccount": Sr25519Keyring::Alice.public().to_ss58check(),
+		},
+		"foo": {
+			"someEnum": FooEnum::Data1(
+				SomeFooData1 {
+					a: 12,
+					b: 16
+				}
+			),
+			"someInteger": 300
+		},
+	})
+}
+
    +
  • JSON in string form:
  • +
+ +
fn preset_1() -> Value {
+	json!({
+		"bar": {
+			"initialAccount": "5CiPPseXPECbkjWCa6MnjNokrgYjMqmKndv2rSnekmSK2DjL",
+		},
+		"foo": {
+			"someEnum": {
+				"Data2": {
+					"values": "0x0c0f"
+				}
+			},
+			"someStruct" : {
+				"fieldA": 10,
+				"fieldB": 20
+			},
+			"someInteger": 100
+		},
+	})
+}
+

It is worth noting that a preset does not have to be the full RuntimeGenesisConfig, in that +sense that it does not have to contain all the keys of the struct. The preset is actually a JSON +patch that will be merged with the default value of RuntimeGenesisConfig. This approach should +simplify maintenance of built-in presets. The following example illustrates a runtime genesis +config patch with a single key built using build_struct_json_patch macro:

+ +
pub fn preset_4() -> Value {
+	build_struct_json_patch!(RuntimeGenesisConfig {
+		foo: FooConfig { some_enum: FooEnum::Data2(SomeFooData2 { values: vec![0x0c, 0x10] }) },
+	})
+}
+

This results in the following JSON blob:

+ +
assert_eq!(
+	chain_spec_guide_runtime::presets::preset_4(),
+	json!({
+		"foo": {
+			"someEnum": {
+				"Data2": {
+					"values": "0x0c10"
+				}
+			},
+		},
+	})
+);

§Note on the importance of testing presets

+

It is recommended to always test presets by adding tests that convert the preset into the +raw storage. Converting to raw storage involves the deserialization of the provided JSON blob, +which enforces the verification of the preset. The following code shows one of the approaches +that can be taken for testing:

+ +
#[test]
+fn check_presets() {
+	let builder = sc_chain_spec::GenesisConfigBuilderRuntimeCaller::<()>::new(
+		crate::WASM_BINARY.expect("wasm binary shall exists"),
+	);
+	assert!(builder.get_storage_for_named_preset(Some(&PRESET_1.to_string())).is_ok());
+	assert!(builder.get_storage_for_named_preset(Some(&PRESET_2.to_string())).is_ok());
+	assert!(builder.get_storage_for_named_preset(Some(&PRESET_3.to_string())).is_ok());
+	assert!(builder.get_storage_for_named_preset(Some(&PRESET_4.to_string())).is_ok());
+}

§Note on the importance of using the deny_unknown_fields attribute

+

It is worth noting that when manually building preset JSON blobs it is easy to make a +hard-to-spot mistake, as in the following example (FooStruct does not contain fieldC):

+ +
fn preset_invalid() -> Value {
+	json!({
+		"foo": {
+			"someStruct": {
+				"fieldC": 5
+			},
+		},
+	})
+}
+

Even though preset_invalid contains a key that does not exist, the deserialization of the JSON +blob does not fail. The misspelling is silently ignored due to the lack of the +deny_unknown_fields attribute on the FooStruct struct, which is internally used in +GenesisConfig.

+ +
#[test]
+fn invalid_preset_works() {
+	let builder = sc_chain_spec::GenesisConfigBuilderRuntimeCaller::<()>::new(
+		crate::WASM_BINARY.expect("wasm binary shall exists"),
+	);
+	// Even though a preset contains invalid_key, conversion to raw storage does not fail. This is
+	// because the [`FooStruct`] structure is not annotated with `deny_unknown_fields` [`serde`]
+	// attribute.
+	// This may lead to hard to debug problems, that's why using ['deny_unknown_fields'] is
+	// recommended.
+	assert!(builder.get_storage_for_named_preset(Some(&PRESET_INVALID.to_string())).is_ok());
+}
+

To avoid this problem build_struct_json_patch macro shall be used whenever possible (it +internally instantiates the struct before serializang it JSON blob, so all unknown fields shall +be caught at compilation time).

+

§Runtime GenesisConfig raw format

+

A raw format of genesis config contains just the state’s keys and values as they are stored in +the storage. This format is used to directly initialize the genesis storage. This format is +useful for long-term running chains, where the GenesisConfig structure for pallets may be +evolving over time. The JSON representation created at some point in time may no longer be +deserializable in the future, making a chain specification useless. The raw format is +recommended for production chains.

+

For a detailed description of how the raw format is built, please refer to +[chain-spec-raw-genesis][sc_chain_spec#from-initial-state-to-raw-genesis]. Plain and +corresponding raw examples of chain-spec are given in +[chain-spec-examples][sc_chain_spec#json-chain-specification-example]. +The [chain_spec_builder] util supports building the raw storage.

+

§Interacting with the tool

+

The [chain_spec_builder] util allows interaction with the runtime in order to list or display +presets and build the chain specification file. It is possible to use the tool with the +[demonstration runtime][chain_spec_guide_runtime]. To build the required packages, just run +the following command:

+ +
cargo build -p staging-chain-spec-builder -p chain-spec-guide-runtime --release
+

The chain-spec-builder util can also be installed with cargo install:

+ +
cargo install staging-chain-spec-builder
+cargo build -p chain-spec-guide-runtime --release
+

Here are some examples in the form of rust tests:

+

§Listing available preset names:

+
bash!(
+	chain-spec-builder list-presets -r $runtime_path
+)

§Displaying preset with given name

+
bash!(
+	chain-spec-builder display-preset -r $runtime_path -p preset_2
+)

§Building a solo chain-spec (the default) using given preset

+
bash!(
+	chain-spec-builder -c /dev/stdout create -r $runtime_path named-preset preset_2
+)

§Building a teyrchain chain-spec using given preset

+
bash!(
+	chain-spec-builder -c /dev/stdout create -c pezkuwi -p 1000 -r $runtime_path named-preset preset_2
+)
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/cli/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/cli/index.html new file mode 100644 index 00000000..07e2fbc8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/cli/index.html @@ -0,0 +1,89 @@ +pezkuwi_sdk_docs::reference_docs::cli - Rust

Module cli

Module cli 

Source
Expand description

Learn about Substrate’s CLI, and how it can be extended.

+

§Substrate CLI

+

Let’s see some examples of typical CLI arguments used when setting up and running a +Substrate-based blockchain. We use the solochain-template +on these examples.

+
§Checking the available CLI arguments
./target/debug/node-template --help
+
    +
  • --help: Displays the available CLI arguments.
  • +
+
§Starting a Local Substrate Node in Development Mode
./target/release/node-template \
+--dev
+
    +
  • --dev: Runs the node in development mode, using a pre-defined development chain +specification. +This mode ensures a fresh state by deleting existing data on restart.
  • +
+
§Generating Custom Chain Specification
./target/debug/node-template \
+build-spec \
+--disable-default-bootnode \
+--chain local \
+> customSpec.json
+
    +
  • build-spec: A subcommand to generate a chain specification file.
  • +
  • --disable-default-bootnode: Disables the default bootnodes in the node template.
  • +
  • --chain local: Indicates the chain specification is for a local development chain.
  • +
  • > customSpec.json: Redirects the output into a customSpec.json file.
  • +
+
§Converting Chain Specification to Raw Format
./target/debug/node-template build-spec \
+--chain=customSpec.json \
+--raw \
+--disable-default-bootnode \
+> customSpecRaw.json
+
    +
  • --chain=customSpec.json: Uses the custom chain specification as input.
  • +
  • --disable-default-bootnode: Disables the default bootnodes in the node template.
  • +
  • --raw: Converts the chain specification into a raw format with encoded storage keys.
  • +
  • > customSpecRaw.json: Outputs to customSpecRaw.json.
  • +
+
§Starting the First Node in a Private Network
./target/debug/node-template \
+  --base-path /tmp/node01 \
+  --chain ./customSpecRaw.json \
+  --port 30333 \
+  --ws-port 9945 \
+  --rpc-port 9933 \
+  --telemetry-url "wss://telemetry.pezkuwichain.io/submit/ 0" \
+  --validator \
+  --rpc-methods Unsafe \
+  --name MyNode01
+
    +
  • --base-path: Sets the directory for node data.
  • +
  • --chain: Specifies the chain specification file.
  • +
  • --port: TCP port for peer-to-peer communication.
  • +
  • --ws-port: WebSocket port for RPC.
  • +
  • --rpc-port: HTTP port for JSON-RPC.
  • +
  • --telemetry-url: Endpoint for sending telemetry data.
  • +
  • --validator: Indicates the node’s participation in block production.
  • +
  • --rpc-methods Unsafe: Allows potentially unsafe RPC methods.
  • +
  • --name: Sets a human-readable name for the node.
  • +
+
§Adding a Second Node to the Network
./target/release/node-template \
+  --base-path /tmp/bob \
+  --chain local \
+  --bob \
+  --port 30334 \
+  --rpc-port 9946 \
+  --telemetry-url "wss://telemetry.pezkuwichain.io/submit/ 0" \
+  --validator \
+  --bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
+
    +
  • --base-path: Sets the directory for node data.
  • +
  • --chain: Specifies the chain specification file.
  • +
  • --bob: Initializes the node with the session keys of the “Bob” account.
  • +
  • --port: TCP port for peer-to-peer communication.
  • +
  • --rpc-port: HTTP port for JSON-RPC.
  • +
  • --telemetry-url: Endpoint for sending telemetry data.
  • +
  • --validator: Indicates the node’s participation in block production.
  • +
  • --bootnodes: Specifies the address of the first node for peer discovery. Nodes should find +each other using mDNS. This command needs to be used if they don’t find each other.
  • +
+
+
+

If you are interested in learning how to extend the CLI with your custom arguments, you can +check out the Customize your Substrate chain CLI +seminar. +Please note that the seminar is based on an older version of Substrate, and Clap +is now used instead of StructOpt for parsing +CLI arguments.

+
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/cli/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/cli/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/cli/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_host_functions/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_host_functions/index.html new file mode 100644 index 00000000..36b26ce0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_host_functions/index.html @@ -0,0 +1,40 @@ +pezkuwi_sdk_docs::reference_docs::custom_host_functions - Rust

Module custom_host_functions

Module custom_host_functions 

Source
Expand description

Learn about how to add custom host functions to the node.

+

§Custom Host Functions

+

Host functions are functions that the wasm instance can use to communicate with the node. Learn +more about this in crate::reference_docs::wasm_meta_protocol.

+

§Finding Host Functions

+

To declare a set of functions as host functions, you need to use the #[runtime_interface] +([sp_runtime_interface]) attribute macro. The most notable set of host functions are those +that allow the runtime to access the chain state, namely [sp_io::storage]. Some other notable +host functions are also defined in [sp_io].

+

§Adding New Host Functions

+
+

Adding a new host function is a big commitment and should be done with care. Namely, the nodes +in the network need to support all host functions forever in order to be able to sync +historical blocks.

+
+

Adding host functions is only possible when you are using a node-template, so that you have +access to the boilerplate of building your node.

+

A group of host functions can always be grouped to gether as a tuple:

+ +
#[cfg(not(substrate_runtime))]
+pub type SubstrateHostFunctions = (
+	storage::HostFunctions,
+	default_child_storage::HostFunctions,
+	misc::HostFunctions,
+	wasm_tracing::HostFunctions,
+	offchain::HostFunctions,
+	crypto::HostFunctions,
+	hashing::HostFunctions,
+	allocator::HostFunctions,
+	panic_handler::HostFunctions,
+	logging::HostFunctions,
+	crate::trie::HostFunctions,
+	offchain_index::HostFunctions,
+	transaction_index::HostFunctions,
+);
+

The host functions are attached to the node side’s [sc_executor::WasmExecutor]. For example in +the minimal template, the setup looks as follows:

+ +
pub(crate) type FullClient =
+	sc_service::TFullClient<Block, RuntimeApi, WasmExecutor<HostFunctions>>;
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_host_functions/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_host_functions/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_host_functions/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc/index.html new file mode 100644 index 00000000..993ff44d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc/index.html @@ -0,0 +1,106 @@ +pezkuwi_sdk_docs::reference_docs::custom_runtime_api_rpc - Rust

Module custom_runtime_api_rpc

Module custom_runtime_api_rpc 

Source
Expand description

Learn about how to create custom RPC endpoints and runtime APIs.

+

§Custom RPC do’s and don’ts

+

TLDR: Don’t create new custom RPCs. Instead, rely on custom Runtime APIs, combined with +state_call.

+

§Background

+

Pezkuwi-SDK offers the ability to query and subscribe storages directly. However what it does +not have is view functions. This is an +essential feature to avoid duplicated logic between runtime and the client SDK. Custom RPC was +used as a solution. It allow the RPC node to expose new RPCs that clients can be used to query +computed properties.

+

§Problems with Custom RPC

+

Unfortunately, custom RPC comes with many problems. To list a few:

+
    +
  • It is offchain logic executed by the RPC node and therefore the client has to trust the RPC +node.
  • +
  • To upgrade or add a new RPC logic, the RPC node has to be upgraded. This can cause significant +trouble when the RPC infrastructure is decentralized as we will need to coordinate multiple +parties to upgrade the RPC nodes.
  • +
  • A lot of boilerplate code is required to add custom RPC.
  • +
  • It prevents dApps from using a light client or an alternative client.
  • +
  • It makes ecosystem tooling integration much more complicated. For example, dApps will not +be able to use Chopsticks for testing as +Chopsticks will not have the custom RPC implementation.
  • +
  • Poorly implemented custom RPC can be a DoS vector.
  • +
+

Hence, we should avoid custom RPC.

+

§Alternatives

+

Generally, [sc_rpc::state::StateBackend::call] aka. state_call should be used instead of +custom RPC.

+

Usually, each custom RPC comes with a corresponding runtime API which implements the business +logic. So instead of invoke the custom RPC, we can use state_call to invoke the runtime API +directly. This is a trivial change on the dApp and no change on the runtime side. We may remove +the custom RPC from the node side if wanted.

+

There are some other cases that a simple runtime API is not enough. For example, implementation +of Ethereum RPC requires an additional offchain database to index transactions. In this +particular case, we can have the RPC implemented on another client.

+

For example, the Acala EVM+ RPC are implemented by +eth-rpc-adapter. +Alternatively, the Frontier project also provided +Ethereum RPC compatibility directly in the node-side software.

+

§Create a new Runtime API

+

For example, let’s take a look at the process through which the account nonce can be queried +through an RPC. First, a new runtime-api needs to be declared:

+ +
sp_api::decl_runtime_apis! {
+	/// The API to query account nonce.
+	pub trait AccountNonceApi<AccountId, Nonce> where
+		AccountId: codec::Codec,
+		Nonce: codec::Codec,
+	{
+		/// Get current account nonce of given `AccountId`.
+		fn account_nonce(account: AccountId) -> Nonce;
+	}
+}
+

This API is implemented at the runtime level, always inside [sp_api::impl_runtime_apis!].

+

As noted, this is already enough to make this API usable via state_call.

+

§Create a new custom RPC (Legacy)

+

Should you wish to implement the legacy approach of exposing this runtime-api as a custom +RPC-api, then a custom RPC server has to be defined.

+ +
#[rpc(client, server)]
+pub trait SystemApi<BlockHash, AccountId, Nonce> {
+	/// Returns the next valid index (aka nonce) for given account.
+	///
+	/// This method takes into consideration all pending transactions
+	/// currently in the pool and if no transactions are found in the pool
+	/// it fallbacks to query the index from the runtime (aka. state nonce).
+	#[method(name = "system_accountNextIndex", aliases = ["account_nextIndex"])]
+	async fn nonce(&self, account: AccountId) -> RpcResult<Nonce>;
+
+	/// Dry run an extrinsic at a given block. Return SCALE encoded ApplyExtrinsicResult.
+	#[method(name = "system_dryRun", aliases = ["system_dryRunAt"], with_extensions)]
+	async fn dry_run(&self, extrinsic: Bytes, at: Option<BlockHash>) -> RpcResult<Bytes>;
+}

§Add a new RPC to the node (Legacy)

+

Finally, this custom RPC needs to be integrated into the node side. This is usually done in a +rpc.rs in a typical template, as follows:

+ +
pub fn create_full<C, P>(
+	deps: FullDeps<C, P>,
+) -> Result<RpcModule<()>, Box<dyn std::error::Error + Send + Sync>>
+where
+	C: Send
+		+ Sync
+		+ 'static
+		+ sp_api::ProvideRuntimeApi<OpaqueBlock>
+		+ HeaderBackend<OpaqueBlock>
+		+ HeaderMetadata<OpaqueBlock, Error = BlockChainError>
+		+ 'static,
+	C::Api: sp_block_builder::BlockBuilder<OpaqueBlock>,
+	C::Api: substrate_frame_rpc_system::AccountNonceApi<OpaqueBlock, AccountId, Nonce>,
+	P: TransactionPool + 'static,
+{
+	use pezkuwi_sdk::substrate_frame_rpc_system::{System, SystemApiServer};
+	let mut module = RpcModule::new(());
+	let FullDeps { client, pool } = deps;
+
+	module.merge(System::new(client.clone(), pool.clone()).into_rpc())?;
+
+	Ok(module)
+}

§Future

+ +
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/defensive_programming/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/defensive_programming/index.html new file mode 100644 index 00000000..ab75d184 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/defensive_programming/index.html @@ -0,0 +1,269 @@ +pezkuwi_sdk_docs::reference_docs::defensive_programming - Rust

Module defensive_programming

Module defensive_programming 

Source
Expand description

Learn about how to write safe and defensive code in your FRAME runtime. +Defensive programming is a design paradigm that enables a program to continue +running despite unexpected behavior, input, or events that may arise in runtime. +Usually, unforeseen circumstances may cause the program to stop or, in the Rust context, +panic!. Defensive practices allow for these circumstances to be accounted for ahead of time +and for them to be handled gracefully, which is in line with the intended fault-tolerant and +deterministic nature of blockchains.

+

The Pezkuwi SDK is built to reflect these principles and to facilitate their usage accordingly.

+

§General Overview

+

When developing within the context of the Substrate runtime, there is one golden rule:

+

DO NOT PANIC. There are some exceptions, but generally, this is the default precedent.

+
+

It’s important to differentiate between the runtime and node. The runtime refers to the core +business logic of a Substrate-based chain, whereas the node refers to the outer client, which +deals with telemetry and gossip from other nodes. For more information, read about +Substrate’s node +architecture. It’s also important +to note that the criticality of the node is slightly lesser +than that of the runtime, which is why you may see unwrap() or other “non-defensive” +approaches +in a few places of the node’s code repository.

+
+

Most of these practices fall within Rust’s +colloquial usage of proper error propagation, handling, and arithmetic-based edge cases.

+

General guidelines:

+
    +
  • Avoid writing functions that could explicitly panic, such as directly using unwrap() on +a Result, or accessing an out-of-bounds index on a collection. Safer methods to access +collection types, i.e., get() which allow defensive handling of the resulting Option are +recommended to be used.
  • +
  • It may be acceptable to use except(), but only if one is completely certain (and has +performed a check beforehand) that a value won’t panic upon unwrapping. Even this is +discouraged, however, as future changes to that function could then cause that statement to +panic. It is important to ensure all possible errors are propagated and handled effectively.
  • +
  • If a function can panic, it usually is prefaced with unchecked_ to indicate its +unsafety.
  • +
  • If you are writing a function that could panic, document it!
  • +
  • Carefully handle mathematical operations. Many seemingly, simplistic operations, such as +arithmetic in the runtime, could present a number of issues (see more later in this +document). Use checked arithmetic wherever possible.
  • +
+

These guidelines could be summarized in the following example, where bad_pop is prone to +panicking, and good_pop allows for proper error handling to take place:

+ +
 // Bad pop always requires that we return something, even if vector/array is empty.
+ fn bad_pop<T>(v: Vec<T>) -> T {}
+ // Good pop allows us to return None from the Option if need be.
+ fn good_pop<T>(v: Vec<T>) -> Option<T> {}

§Defensive Traits

+

The Defensive trait provides a number of functions, all of which +provide an alternative to ‘vanilla’ Rust functions, e.g.:

+ +

Defensive methods use debug_assertions, which panic in development, but in +production/release, they will merely log an error (i.e., log::error).

+

The Defensive trait and its various implementations can be found +here.

+

§Integer Overflow

+

The Rust compiler prevents static overflow from happening at compile time. +The compiler panics in debug mode in the event of an integer overflow. In +release mode, it resorts to silently wrapping the overflowed amount in a modular fashion +(from the MAX back to zero).

+

In runtime development, we don’t always have control over what is being supplied +as a parameter. For example, even this simple add function could present one of two outcomes +depending on whether it is in release or debug mode:

+ +
fn naive_add(x: u8, y: u8) -> u8 {
+    x + y
+}
+

If we passed overflow-able values at runtime, this could panic (or wrap if in release).

+ +
naive_add(250u8, 10u8); // In debug mode, this would panic. In release, this would return 4.
+

It is the silent portion of this behavior that presents a real issue. Such behavior should be +made obvious, especially in blockchain development, where unsafe arithmetic could produce +unexpected consequences like a user balance over or underflowing.

+

Fortunately, there are ways to both represent and handle these scenarios depending on our +specific use case natively built into Rust and libraries like [sp_arithmetic].

+

§Infallible Arithmetic

+

Both Rust and Substrate provide safe ways to deal with numbers and alternatives to floating +point arithmetic.

+

Known scenarios that could be fallible should be avoided: i.e., avoiding the possibility of +dividing/modulo by zero at any point should be mitigated. One should be opting for a +checked_* method to introduce safe arithmetic in their code in most cases.

+

A developer should use fixed-point instead of floating-point arithmetic to mitigate the +potential for inaccuracy, rounding errors, or other unexpected behavior.

+ +

Using floating point number types (i.e. f32, f64) in the runtime should be avoided, as a single non-deterministic result could cause chaos for blockchain consensus along with the issues above. For more on the specifics of the peculiarities of floating point calculations, watch this video by the Computerphile.

+

The following methods demonstrate different ways to handle numbers natively in Rust safely, +without fear of panic or unexpected behavior from wrapping.

+

§Checked Arithmetic

+

Checked operations utilize an Option<T> as a return type. This allows for +catching any unexpected behavior in the event of an overflow through simple pattern matching.

+

This is an example of a valid operation:

+ +
#[test]
+fn checked_add_example() {
+	// This is valid, as 20 is perfectly within the bounds of u32.
+	let add = (10u32).checked_add(10);
+	assert_eq!(add, Some(20))
+}
+

This is an example of an invalid operation. In this case, a simulated integer overflow, which +would simply result in None:

+ +
#[test]
+fn checked_add_handle_error_example() {
+	// This is invalid - we are adding something to the max of u32::MAX, which would overflow.
+	// Luckily, checked_add just marks this as None!
+	let add = u32::MAX.checked_add(10);
+	assert_eq!(add, None)
+}
+

Suppose you aren’t sure which operation to use for runtime math. In that case, checked +operations are the safest bet, presenting two predictable (and erroring) outcomes that can be +handled accordingly (Some and None).

+

The following conventions can be seen within the Pezkuwi SDK, where it is +handled in two ways:

+ +
§Handling via Option - More Verbose
+

Because wrapped operations return Option<T>, you can use a more verbose/explicit form of error +handling via if or if let:

+ +
fn increase_balance(account: Address, amount: u64) -> Result<(), RuntimeError> {
+	// Get a user's current balance
+	let balance = Runtime::get_balance(account)?;
+	// SAFELY increase the balance by some amount
+	if let Some(new_balance) = balance.checked_add(amount) {
+		Runtime::set_balance(account, new_balance);
+		Ok(())
+	} else {
+		Err(RuntimeError::Overflow)
+	}
+}
+

Optionally, match may also be directly used in a more concise manner:

+ +
fn increase_balance_match(account: Address, amount: u64) -> Result<(), RuntimeError> {
+	// Get a user's current balance
+	let balance = Runtime::get_balance(account)?;
+	// SAFELY increase the balance by some amount
+	let new_balance = match balance.checked_add(amount) {
+		Some(balance) => balance,
+		None => {
+			return Err(RuntimeError::Overflow);
+		},
+	};
+	Runtime::set_balance(account, new_balance);
+	Ok(())
+}
+

This is generally a useful convention for handling checked types and most types that return +Option<T>.

+
§Handling via Result - Less Verbose
+

In the Pezkuwi SDK codebase, checked operations are handled as a Result via ok_or. This is +a less verbose way of expressing the above. This usage often boils down to the developer’s +preference:

+ +
fn increase_balance_result(account: Address, amount: u64) -> Result<(), RuntimeError> {
+	// Get a user's current balance
+	let balance = Runtime::get_balance(account)?;
+	// SAFELY increase the balance by some amount - this time, by using `ok_or`
+	let new_balance = balance.checked_add(amount).ok_or(RuntimeError::Overflow)?;
+	Runtime::set_balance(account, new_balance);
+	Ok(())
+}

§Saturating Operations

+

Saturating a number limits it to the type’s upper or lower bound, even if the integer type +overflowed in runtime. For example, adding to u32::MAX would simply limit itself to +u32::MAX:

+ +
#[test]
+fn saturated_add_example() {
+	// Saturating add simply saturates
+	// to the numeric bound of that type if it overflows.
+	let add = u32::MAX.saturating_add(10);
+	assert_eq!(add, u32::MAX)
+}
+

Saturating calculations can be used if one is very sure that something won’t overflow, but wants +to avoid introducing the notion of any potential-panic or wrapping behavior.

+

There is also a series of defensive alternatives via +DefensiveSaturating, which introduces the same behavior +of the Defensive trait, only with saturating, mathematical +operations:

+ +
#[test]
+#[cfg_attr(debug_assertions, should_panic(expected = "Defensive failure has been triggered!"))]
+fn saturated_defensive_example() {
+	let saturated_defensive = u32::MAX.defensive_saturating_add(10);
+	assert_eq!(saturated_defensive, u32::MAX);
+}

§Mathematical Operations in Substrate Development - Further Context

+

As a recap, we covered the following concepts:

+
    +
  1. Checked operations - using Option or Result
  2. +
  3. Saturating operations - limited to the lower and upper bounds of a number type
  4. +
  5. Wrapped operations (the default) - wrap around to above or below the bounds of a type
  6. +
+
§The problem with ‘default’ wrapped operations
+

Wrapped operations cause the overflow to wrap around to either the maximum or minimum of +that type. Imagine this in the context of a blockchain, where there are account balances, voting +counters, nonces for transactions, and other aspects of a blockchain.

+

While it may seem trivial, choosing how to handle numbers is quite important. As a thought +exercise, here are some scenarios of which will shed more light on when to use which.

+
§Bob’s Overflowed Balance
+

Bob’s balance exceeds the Balance type on the EduChain. Because the pallet developer did +not handle the calculation to add to Bob’s balance with any regard to this overflow, Bob’s +balance is now essentially 0, the operation wrapped.

+
+ Solution: Saturating or Checked + For Bob's balance problems, using a `saturating_add` or `checked_add` could've mitigated + this issue. They simply would've reached the upper, or lower bounds, of the particular type for + an on-chain balance. In other words: Bob's balance would've stayed at the maximum of the + Balance type.
+
§Alice’s ‘Underflowed’ Balance
+

Alice’s balance has reached 0 after a transfer to Bob. Suddenly, she has been slashed on +EduChain, causing her balance to reach near the limit of u32::MAX - a very large amount - as +wrapped operations can go both ways. Alice can now successfully vote using her new, overpowered +token balance, destroying the chain’s integrity.

+
+ Solution: Saturating + For Alice's balance problem, using `saturated_sub` could've mitigated this issue. A saturating + calculation would've simply limited her balance to the lower bound of u32, as having a negative + balance is not a concept within blockchains. In other words: Alice's balance would've stayed + at "0", even after being slashed. +

This is also an example that while one system may work in isolation, shared interfaces, such +as the notion of balances, are often shared across multiple pallets - meaning these small +changes can make a big difference depending on the scenario.

+
§Proposal ID Overwrite
+

A u8 parameter, called proposals_count, represents the type for counting the number of +proposals on-chain. Every time a new proposal is added to the system, this number increases. +With the proposal pallet’s high usage, it has reached u8::MAX’s limit of 255, causing +proposals_count to go to 0. Unfortunately, this results in new proposals overwriting old ones, +effectively erasing any notion of past proposals!

+
+ Solution: Checked + For the proposal IDs, proper handling via `checked` math would've been suitable, + Saturating could've been used - but it also would've 'failed' silently. Using `checked_add` to + ensure that the next proposal ID would've been valid would've been a viable way to let the user + know the state of their proposal: + +
let next_proposal_id = current_count.checked_add(1).ok_or_else(|| Error::TooManyProposals)?;
+

From the above, we can clearly see the problematic nature of seemingly simple operations in the +runtime, and care should be given to ensure a defensive approach is taken.

+

§Edge cases of panic!-able instances in Substrate

+

As you traverse through the codebase (particularly in substrate/frame, where the majority of +runtime code lives), you may notice that there (only a few!) occurrences where panic! is used +explicitly. This is used when the runtime should stall, rather than keep running, as that is +considered safer. Particularly when it comes to mission-critical components, such as block +authoring, consensus, or other protocol-level dependencies, going through with an action may +actually cause harm to the network, and thus stalling would be the better option.

+

Take the example of the BABE pallet ([pallet_babe]), which doesn’t allow for a validator to +participate if it is disabled (see: [frame::traits::DisabledValidators]):

+ +
if T::DisabledValidators::is_disabled(authority_index) {
+    panic!(
+      "Validator with index {:?} is disabled and should not be attempting to author blocks.",
+        authority_index,
+    );
+}
+

There are other examples in various pallets, mostly those crucial to the blockchain’s +functionality. Most of the time, you will not be writing pallets which operate at this level, +but these exceptions should be noted regardless.

+

§Other Resources

+ +
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/defensive_programming/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/defensive_programming/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/defensive_programming/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/development_environment_advice/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/development_environment_advice/index.html new file mode 100644 index 00000000..38d573d6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/development_environment_advice/index.html @@ -0,0 +1,186 @@ +pezkuwi_sdk_docs::reference_docs::development_environment_advice - Rust

Module development_environment_advice

Module development_environment_advice 

Source
Expand description

Advice for configuring your development environment for Substrate development.

+

§Development Environment Advice

+

Large Rust projects are known for sometimes long compile times and sluggish dev tooling, and +pezkuwi-sdk is no exception.

+

This page contains some advice to improve your workflow when using common tooling.

+

§Rust Analyzer Configuration

+

Rust Analyzer is the defacto LSP for Rust. Its default +settings are fine for smaller projects, but not well optimised for pezkuwi-sdk.

+

Below is a suggested configuration for VSCode or any VSCode-based editor like Cursor:

+
{
+  // Use a separate target dir for Rust Analyzer. Helpful if you want to use Rust
+  // Analyzer and cargo on the command line at the same time,
+  // at the expense of duplicating build artifacts.
+  "rust-analyzer.cargo.targetDir": "target/vscode-rust-analyzer",
+  // Improve stability
+  "rust-analyzer.server.extraEnv": {
+    "CHALK_OVERFLOW_DEPTH": "100000000",
+    "CHALK_SOLVER_MAX_SIZE": "10000000"
+  },
+  // Check feature-gated code
+  "rust-analyzer.cargo.features": "all",
+  "rust-analyzer.cargo.extraEnv": {
+    // Skip building WASM, there is never need for it here
+    "SKIP_WASM_BUILD": "1"
+  },
+  // Don't expand some problematic proc_macros
+  "rust-analyzer.procMacro.ignored": {
+    "async-trait": ["async_trait"],
+    "napi-derive": ["napi"],
+    "async-recursion": ["async_recursion"],
+    "async-std": ["async_std"]
+  },
+  // Use nightly formatting.
+  // See the pezkuwi-sdk CI job that checks formatting for the current version used in
+  // pezkuwi-sdk.
+  "rust-analyzer.rustfmt.extraArgs": ["+nightly-2024-04-10"],
+}
+

and the same in Lua for neovim/nvim-lspconfig:

+
["rust-analyzer"] = {
+  rust = {
+    # Use a separate target dir for Rust Analyzer. Helpful if you want to use Rust
+    # Analyzer and cargo on the command line at the same time.
+    analyzerTargetDir = "target/nvim-rust-analyzer",
+  },
+  server = {
+    # Improve stability
+    extraEnv = {
+      ["CHALK_OVERFLOW_DEPTH"] = "100000000",
+      ["CHALK_SOLVER_MAX_SIZE"] = "100000000",
+    },
+  },
+  cargo = {
+    # Check feature-gated code
+    features = "all",
+    extraEnv = {
+      # Skip building WASM, there is never need for it here
+      ["SKIP_WASM_BUILD"] = "1",
+    },
+  },
+  procMacro = {
+    # Don't expand some problematic proc_macros
+    ignored = {
+      ["async-trait"] = { "async_trait" },
+      ["napi-derive"] = { "napi" },
+      ["async-recursion"] = { "async_recursion" },
+      ["async-std"] = { "async_std" },
+    },
+  },
+  rustfmt = {
+    # Use nightly formatting.
+    # See the pezkuwi-sdk CI job that checks formatting for the current version used in
+    # pezkuwi-sdk.
+    extraArgs = { "+nightly-2024-04-10" },
+  },
+},
+

Alternatively for neovim, if you are using Rustaceanvim, +you can achieve the same configuring rust-analyzer via rustaceanvim as follows:

+
return {
+ {
+   "mrcjkb/rustaceanvim",
+   opts = {
+     server = {
+       default_settings = {
+          ["rust-analyzer"] = {
+           // put the same config as for nvim-lspconfig here
+         },
+       },
+     },
+   },
+ },
+}
+

Similarly for Zed, you can replicate the same VSCode configuration in +~/.config/zed/settings.json as follows:

+
"lsp": {
+  "rust-analyzer": {
+    "initialization_options": {
+      // same config as for VSCode for rust, cargo, procMacros, ...
+    }
+  }
+},
+

In general, refer to your favorite editor / IDE’s documentation to properly configure +rust-analyzer as language server. +For the full set of configuration options see https://rust-analyzer.github.io/manual.html#configuration.

+

§Cargo Usage

§Using --package (a.k.a. -p)

+

pezkuwi-sdk is a monorepo containing many crates. When you run a cargo command without +-p, you will almost certainly compile crates outside of the scope you are working.

+

Instead, you should identify the name of the crate you are working on by checking the name +field in the closest Cargo.toml file. Then, use -p with your cargo commands to only compile +that crate.

+

§SKIP_WASM_BUILD=1 environment variable

+

When cargo touches a runtime crate, by default it will also compile the WASM binary, +approximately doubling the compilation time.

+

The WASM binary is usually not needed, especially when running check or test. To skip the +WASM build, set the SKIP_WASM_BUILD environment variable to 1. For example: +SKIP_WASM_BUILD=1 cargo check -p frame-support.

+

§Cargo Remote

+

Warning: cargo remote by default doesn’t transfer hidden files to the remote machine. But hidden +files can be useful, e.g. for sqlx usage. On the other hand using --transfer-hidden flag will +transfer .git which is big.

+

If you have a powerful remote server available, you may consider using +cargo-remote to execute cargo commands on it, +freeing up local resources for other tasks like rust-analyzer.

+

When using cargo-remote, you can configure your editor to perform the the typical +“check-on-save” remotely as well. The configuration for VSCode (or any VSCode-based editor like +Cursor) is as follows:

+
{
+	"rust-analyzer.cargo.buildScripts.overrideCommand": [
+		"cargo",
+		"remote",
+		"--build-env",
+		"SKIP_WASM_BUILD=1",
+		"--",
+		"check",
+		"--message-format=json",
+		"--all-targets",
+		"--all-features",
+		"--target-dir=target/rust-analyzer"
+	],
+	"rust-analyzer.check.overrideCommand": [
+		"cargo",
+		"remote",
+		"--build-env",
+		"SKIP_WASM_BUILD=1",
+		"--",
+		"check",
+		"--workspace",
+		"--message-format=json",
+		"--all-targets",
+		"--all-features",
+		"--target-dir=target/rust-analyzer"
+	],
+}
+

and the same in Lua for neovim/nvim-lspconfig:

+
["rust-analyzer"] = {
+  cargo = {
+    buildScripts = {
+      overrideCommand = {
+        "cargo",
+        "remote",
+        "--build-env",
+        "SKIP_WASM_BUILD=1",
+        "--",
+        "check",
+        "--message-format=json",
+        "--all-targets",
+        "--all-features",
+        "--target-dir=target/rust-analyzer"
+      },
+    },
+  },
+  check = {
+    overrideCommand = {
+      "cargo",
+      "remote",
+      "--build-env",
+      "SKIP_WASM_BUILD=1",
+      "--",
+      "check",
+      "--workspace",
+      "--message-format=json",
+      "--all-targets",
+      "--all-features",
+      "--target-dir=target/rust-analyzer"
+    },
+  },
+},
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/development_environment_advice/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/development_environment_advice/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/development_environment_advice/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.Call.html new file mode 100644 index 00000000..fd2138cb --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.Call.html @@ -0,0 +1,196 @@ +Call in pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data - Rust

Call

pub enum Call {
+    PalletA(PalletACall),
+    PalletB(PalletBCall),
+}

Variants§

§

PalletA(PalletACall)

§

PalletB(PalletBCall)

Trait Implementations§

Source§

impl Clone for Call

Source§

fn clone(&self) -> Call

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Decode for Call

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Dispatchable for Call

Source§

type RuntimeOrigin = ()

Every function call from your runtime has an origin, which specifies where the extrinsic was +generated from. In the case of a signed extrinsic (transaction), the origin contains an +identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
Source§

type Config = ()

Source§

type Info = ()

An opaque set of information attached to the transaction. This could be constructed anywhere +down the line in a runtime. The current Substrate runtime uses a struct with the same name +to represent the dispatch class and weight.
Source§

type PostInfo = ()

Additional information that is returned by dispatch. Can be used to supply the caller +with information about a Dispatchable that is only known post dispatch.
Source§

fn dispatch( + self, + _origin: Self::RuntimeOrigin, +) -> DispatchResultWithInfo<Self::PostInfo>

Actually dispatch this call and return the result of it.
Source§

impl Encode for Call

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl EncodeLike for Call

Auto Trait Implementations§

§

impl Freeze for Call

§

impl RefUnwindSafe for Call

§

impl Send for Call

§

impl Sync for Call

§

impl Unpin for Call

§

impl UnwindSafe for Call

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where + Call: Dispatchable,

§

fn dispatch( + call: Call, + origin: <Call as Dispatchable>::RuntimeOrigin, +) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>

§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.PalletACall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.PalletACall.html new file mode 100644 index 00000000..d1bb4f20 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.PalletACall.html @@ -0,0 +1,183 @@ +PalletACall in pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data - Rust

PalletACall

pub enum PalletACall {
+    Foo(String),
+}

Variants§

Trait Implementations§

Source§

impl Clone for PalletACall

Source§

fn clone(&self) -> PalletACall

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Decode for PalletACall

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for PalletACall

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl EncodeLike for PalletACall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.PalletBCall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.PalletBCall.html new file mode 100644 index 00000000..47a6ccf9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/enum.PalletBCall.html @@ -0,0 +1,183 @@ +PalletBCall in pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data - Rust

PalletBCall

pub enum PalletBCall {
+    Bar(String),
+}

Variants§

Trait Implementations§

Source§

impl Clone for PalletBCall

Source§

fn clone(&self) -> PalletBCall

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Decode for PalletBCall

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for PalletBCall

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl EncodeLike for PalletBCall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/index.html new file mode 100644 index 00000000..d98fe2a6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/index.html @@ -0,0 +1 @@ +pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data - Rust

Module call_data

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/sidebar-items.js new file mode 100644 index 00000000..83ca5aaa --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/call_data/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call","PalletACall","PalletBCall"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/fn.encode_demo_extrinsic.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/fn.encode_demo_extrinsic.html new file mode 100644 index 00000000..9e366d81 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/fn.encode_demo_extrinsic.html @@ -0,0 +1 @@ +encode_demo_extrinsic in pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::encoding_example - Rust

encode_demo_extrinsic

Function encode_demo_extrinsic 

Source
pub fn encode_demo_extrinsic() -> Vec<u8> 
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/index.html new file mode 100644 index 00000000..16cf06dd --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/index.html @@ -0,0 +1 @@ +pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::encoding_example - Rust

Module encoding_example

Module encoding_example 

Source

Functions§

encode_demo_extrinsic
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/sidebar-items.js new file mode 100644 index 00000000..57f8cf50 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/encoding_example/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["encode_demo_extrinsic"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/index.html new file mode 100644 index 00000000..e7b742df --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/index.html @@ -0,0 +1,329 @@ +pezkuwi_sdk_docs::reference_docs::extrinsic_encoding - Rust

Module extrinsic_encoding

Module extrinsic_encoding 

Source
Expand description

Learn about how extrinsics are encoded to be transmitted to a node and stored in blocks.

+

§Constructing and Signing Extrinsics

+

Extrinsics are payloads that are stored in blocks which are responsible for altering the state +of a blockchain via the state transition +function.

+

Substrate is configurable enough that extrinsics can take any format. In practice, runtimes +tend to use our [sp_runtime::generic::UncheckedExtrinsic] type to represent extrinsics, +because it’s generic enough to cater for most (if not all) use cases. In Pezkuwi, this is +configured here +at the time of writing.

+

What follows is a description of how extrinsics based on this +[sp_runtime::generic::UncheckedExtrinsic] type are encoded into bytes. Specifically, we are +looking at how extrinsics with a format version of 5 are encoded. This version is itself a part +of the payload, and if it changes, it indicates that something about the encoding may have +changed.

+

§Encoding an Extrinsic

+

At a high level, all extrinsics compatible with [sp_runtime::generic::UncheckedExtrinsic] +are formed from concatenating some details together, as in the following pseudo-code:

+
extrinsic_bytes = concat(
+    compact_encoded_length,
+    version_and_extrinsic_type,
+	maybe_extension_data,
+    call_data
+)
+

For clarity, the actual implementation in Substrate looks like this:

+ +
impl<Address, Call, Signature, Extension> Encode
+	for UncheckedExtrinsic<Address, Call, Signature, Extension>
+where
+	Preamble<Address, Signature, Extension>: Encode,
+	Call: Encode,
+	Extension: Encode,
+{
+	fn encode(&self) -> Vec<u8> {
+		let tmp = self.encode_without_prefix();
+
+		let compact_len = codec::Compact::<u32>(tmp.len() as u32);
+
+		// Allocate the output buffer with the correct length
+		let mut output = Vec::with_capacity(compact_len.size_hint() + tmp.len());
+
+		compact_len.encode_to(&mut output);
+		output.extend(tmp);
+
+		output
+	}
+}
+
impl<Address, Call, Signature, Extra> Encode
+	for UncheckedExtrinsicV4<Address, Call, Signature, Extra>
+where
+	Address: Encode,
+	Signature: Encode,
+	Call: Encode,
+	Extra: Encode,
+{
+	fn encode(&self) -> Vec<u8> {
+		let mut tmp = Vec::with_capacity(core::mem::size_of::<Self>());
+
+		// 1 byte version id.
+		match self.signature.as_ref() {
+			Some(s) => {
+				tmp.push(4u8 | 0b1000_0000);
+				s.encode_to(&mut tmp);
+			},
+			None => {
+				tmp.push(4u8 & 0b0111_1111);
+			},
+		}
+		self.function.encode_to(&mut tmp);
+
+		let compact_len = codec::Compact::<u32>(tmp.len() as u32);
+
+		// Allocate the output buffer with the correct length
+		let mut output = Vec::with_capacity(compact_len.size_hint() + tmp.len());
+
+		compact_len.encode_to(&mut output);
+		output.extend(tmp);
+
+		output
+	}
+}
+

Let’s look at how each of these details is constructed:

+

§compact_encoded_length

+

This is a [SCALE compact encoded][frame::deps::codec::Compact] integer which is equal to the +length, in bytes, of the rest of the extrinsic details.

+

To obtain this value, we must encode and concatenate together the rest of the extrinsic details +first, and then obtain the byte length of these. We can then compact encode that length, and +prepend it to the rest of the details.

+

§version_and_maybe_signature

+

If the extrinsic is unsigned, then version_and_maybe_signature will be just one byte +denoting the transaction protocol version, which is 4 (or 0b0000_0100).

+

If the extrinsic is signed (all extrinsics submitted from users must be signed), then +version_and_maybe_signature is obtained by concatenating some details together, ie:

+
version_and_maybe_signature = concat(
+    version_and_signed,
+    from_address,
+    signature,
+    transaction_extensions_extra,
+)
+

Each of the details to be concatenated together is explained below:

+

§version_and_extrinsic_type

+

This byte has 2 components:

+
    +
  • the 2 most significant bits represent the extrinsic type: +
      +
    • bare - 0b00
    • +
    • signed - 0b10
    • +
    • general - 0b01
    • +
    +
  • +
  • the 6 least significant bits represent the extrinsic format version (currently 5)
  • +
+

§Bare extrinsics

+

If the extrinsic is bare, then version_and_extrinsic_type will be just the transaction +protocol version, which is 5 (or 0b0000_0101). Bare extrinsics do not carry any other +extension data, so maybe_extension_data would not be included in the payload and the +version_and_extrinsic_type would always be followed by the encoded call bytes.

+

§Signed extrinsics

+

If the extrinsic is signed (all extrinsics submitted from users used to be signed up until +version 4), then version_and_extrinsic_type is obtained by having a MSB of 1 on the +transaction protocol version byte (which translates to 0b1000_0101).

+

Additionally, signed extrinsics also carry with them address and signature information encoded +as follows:

+
§from_address
+

This is the [SCALE encoded][frame::deps::codec] address of the sender of the extrinsic. The +address is the first generic parameter of [sp_runtime::generic::UncheckedExtrinsic], and so +can vary from chain to chain.

+

The address type used on the Pezkuwi relay chain is [sp_runtime::MultiAddress<AccountId32>], +where AccountId32 is defined [here][sp_core::crypto::AccountId32]. When constructing a +signed extrinsic to be submitted to a Pezkuwi node, you’ll always use the +[sp_runtime::MultiAddress::Id] variant to wrap your AccountId32.

+
§signature
+

This is the [SCALE encoded][frame::deps::codec] signature. The signature type is configured via +the third generic parameter of [sp_runtime::generic::UncheckedExtrinsic], which determines the +shape of the signature and signing algorithm that should be used.

+

The signature is obtained by signing the signed payload bytes (see below on how this is +constructed) using the private key associated with the address and correct algorithm.

+

The signature type used on the Pezkuwi relay chain is [sp_runtime::MultiSignature]; the +variants there are the types of signature that can be provided.

+

§General extrinsics

+

If the extrinsic is general (it doesn’t carry a signature in the payload, only extension +data), then version_and_extrinsic_type is obtained by logical OR between the general +transaction type bits and the transaction protocol version byte (which translates to +0b0100_0101).

+

§transaction_extensions_extra

+

This is the concatenation of the [SCALE encoded][frame::deps::codec] bytes representing first a +single byte describing the extension version (this is bumped whenever a change occurs in the +transaction extension pipeline) followed by the bytes of each of the [transaction +extensions][sp_runtime::traits::TransactionExtension], and are configured by the fourth generic +parameter of [sp_runtime::generic::UncheckedExtrinsic]. Learn more about transaction +extensions here.

+

When it comes to constructing an extrinsic, each transaction extension has two things that we +are interested in here:

+
    +
  • The actual SCALE encoding of the transaction extension type itself; this is what will form our +transaction_extensions_extra bytes.
  • +
  • An Implicit type. This is SCALE encoded into the transaction_extensions_implicit data (see +below).
  • +
+

Either (or both) of these can encode to zero bytes.

+

Each chain configures the set of transaction extensions that it uses in its runtime +configuration. At the time of writing, Pezkuwi configures them +here. +Some of the common transaction extensions are defined +[here][frame::deps::frame_system#transaction-extensions].

+

Information about exactly which transaction extensions are present on a chain and in what order +is also a part of the metadata for the chain. For V15 metadata, it can be [found +here][frame::deps::frame_support::__private::metadata::v15::ExtrinsicMetadata].

+

§call_data

+

This is the main payload of the extrinsic, which is used to determine how the chain’s state is +altered. This is defined by the second generic parameter of +[sp_runtime::generic::UncheckedExtrinsic].

+

A call can be anything that implements [Encode][frame::deps::codec::Encode]. In FRAME-based +runtimes, a call is represented as an enum of enums, where the outer enum represents the FRAME +pallet being called, and the inner enum represents the call being made within that pallet, and +any arguments to it. Read more about the call enum +here.

+

FRAME Call enums are automatically generated, and end up looking something like this:

+ +
pub mod call_data {
+	use codec::{Decode, Encode};
+	use sp_runtime::{traits::Dispatchable, DispatchResultWithInfo};
+
+	// The outer enum composes calls within
+	// different pallets together. We have two
+	// pallets, "PalletA" and "PalletB".
+	#[derive(Encode, Decode, Clone)]
+	pub enum Call {
+		#[codec(index = 0)]
+		PalletA(PalletACall),
+		#[codec(index = 7)]
+		PalletB(PalletBCall),
+	}
+
+	// An inner enum represents the calls within
+	// a specific pallet. "PalletA" has one call,
+	// "Foo".
+	#[derive(Encode, Decode, Clone)]
+	pub enum PalletACall {
+		#[codec(index = 0)]
+		Foo(String),
+	}
+
+	#[derive(Encode, Decode, Clone)]
+	pub enum PalletBCall {
+		#[codec(index = 0)]
+		Bar(String),
+	}
+
+	impl Dispatchable for Call {
+		type RuntimeOrigin = ();
+		type Config = ();
+		type Info = ();
+		type PostInfo = ();
+		fn dispatch(self, _origin: Self::RuntimeOrigin) -> DispatchResultWithInfo<Self::PostInfo> {
+			Ok(())
+		}
+	}
+}
+

In pseudo-code, this Call enum encodes equivalently to:

+
call_data = concat(
+    pallet_index,
+    call_index,
+    call_args
+)
+
    +
  • pallet_index is a single byte denoting the index of the pallet that we are calling into, and +is what the tag of the outermost enum will encode to.
  • +
  • call_index is a single byte denoting the index of the call that we are making the pallet, +and is what the tag of the inner enum will encode to.
  • +
  • call_args are the SCALE encoded bytes for each of the arguments that the call expects, and +are typically provided as values to the inner enum.
  • +
+

Information about the pallets that exist for a chain (including their indexes), the calls +available in each pallet (including their indexes), and the arguments required for each call can +be found in the metadata for the chain. For V15 metadata, this information [is +here][frame::deps::frame_support::__private::metadata::v15::PalletMetadata].

+

§The Signed Payload Format

+

All signed extrinsics submitted to a node from the outside world (also known as +transactions) need to be signed. The data that needs to be signed for some extrinsic is +called the signed payload, and its shape is described by the following pseudo-code:

+
signed_payload = blake2_256(
+	concat(
+    	call_data,
+    	transaction_extensions_extra,
+    	transaction_extensions_implicit,
+	)
+)
+

The bytes representing call_data and transaction_extensions_extra can be obtained as +descibed above. transaction_extensions_implicit is constructed by SCALE encoding the +[“implicit” data][sp_runtime::traits::TransactionExtension::Implicit] for each transaction +extension that the chain is using, in order.

+

Once we’ve concatenated those together, we hash the result using a Blake2 256bit hasher.

+

The [sp_runtime::generic::SignedPayload] type takes care of assembling the correct payload for +us, given call_data and a tuple of transaction extensions.

+

§The General Transaction Format

+

A General transaction does not have a signature method hardcoded in the check logic of the +extrinsic, such as a traditionally signed transaction. Instead, general transactions should have +one or more extensions in the transaction extension pipeline that auhtorize origins in some way, +one of which could be the traditional signature check that happens for all signed transactions +in the Checkable implementation of +UncheckedExtrinsic. Therefore, it is up to each +extension to define the format of the payload it will try to check and authorize the right +origin type. For an example, look into the authorization example pallet +extensions

+

§Example Encoding

+

Using [sp_runtime::generic::UncheckedExtrinsic], we can construct and encode an extrinsic as +follows:

+ +
pub mod encoding_example {
+	use super::call_data::{Call, PalletACall};
+	use crate::reference_docs::transaction_extensions::transaction_extensions_example;
+	use codec::Encode;
+	use sp_core::crypto::AccountId32;
+	use sp_keyring::sr25519::Keyring;
+	use sp_runtime::{
+		generic::{SignedPayload, UncheckedExtrinsic},
+		MultiAddress, MultiSignature,
+	};
+
+	// Define some transaction extensions to use. We'll use a couple of examples
+	// from the transaction extensions reference doc.
+	type TransactionExtensions = (
+		transaction_extensions_example::AddToPayload,
+		transaction_extensions_example::AddToSignaturePayload,
+	);
+
+	// We'll use `UncheckedExtrinsic` to encode our extrinsic for us. We set
+	// the address and signature type to those used on Pezkuwi, use our custom
+	// `Call` type, and use our custom set of `TransactionExtensions`.
+	type Extrinsic = UncheckedExtrinsic<
+		MultiAddress<AccountId32, ()>,
+		Call,
+		MultiSignature,
+		TransactionExtensions,
+	>;
+
+	pub fn encode_demo_extrinsic() -> Vec<u8> {
+		// The "from" address will be our Alice dev account.
+		let from_address = MultiAddress::<AccountId32, ()>::Id(Keyring::Alice.to_account_id());
+
+		// We provide some values for our expected transaction extensions.
+		let transaction_extensions = (
+			transaction_extensions_example::AddToPayload(1),
+			transaction_extensions_example::AddToSignaturePayload,
+		);
+
+		// Construct our call data:
+		let call_data = Call::PalletA(PalletACall::Foo("Hello".to_string()));
+
+		// The signed payload. This takes care of encoding the call_data,
+		// transaction_extensions_extra and transaction_extensions_implicit, and hashing
+		// the result if it's > 256 bytes:
+		let signed_payload = SignedPayload::new(call_data.clone(), transaction_extensions.clone());
+
+		// Sign the signed payload with our Alice dev account's private key,
+		// and wrap the signature into the expected type:
+		let signature = {
+			let sig = Keyring::Alice.sign(&signed_payload.encode());
+			MultiSignature::Sr25519(sig)
+		};
+
+		// Now, we can build and encode our extrinsic:
+		let ext = Extrinsic::new_signed(call_data, from_address, signature, transaction_extensions);
+
+		let encoded_ext = ext.encode();
+		encoded_ext
+	}
+}

Modules§

call_data
encoding_example
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/sidebar-items.js new file mode 100644 index 00000000..d2deeab3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["call_data","encoding_example"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/fee_less_runtime/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/fee_less_runtime/index.html new file mode 100644 index 00000000..0fd41f1a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/fee_less_runtime/index.html @@ -0,0 +1,15 @@ +pezkuwi_sdk_docs::reference_docs::fee_less_runtime - Rust

Module fee_less_runtime

Module fee_less_runtime 

Source
Expand description

Learn about how to make a pallet/runtime that is fee-less and instead uses another mechanism to +control usage and sybil attacks.

+

§Fee-Less Runtime

+

🚧 Work In Progress 🚧

+

Notes:

+
    +
  • An extension of runtime_vs_smart_contract, showcasing the tools needed to build a safe +runtime that is fee-less.
  • +
  • Would need to use unsigned origins, custom validate_unsigned, check the existence of some NFT +and some kind of rate limiting (eg. any account gets 5 free tx per day).
  • +
  • The rule of thumb is that as long as the unsigned validate does one storage read, similar to +nonce, it is fine.
  • +
  • This could possibly be a good guide/template, rather than a reference doc.
  • +
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/fee_less_runtime/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/fee_less_runtime/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/fee_less_runtime/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/index.html new file mode 100644 index 00000000..ef3f8396 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/index.html @@ -0,0 +1,151 @@ +pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight - Rust

Module frame_benchmarking_weight

Module frame_benchmarking_weight 

Source
Expand description

Learn about benchmarking and weight.

+

§FRAME Benchmarking and Weights.

+

This reference doc explores the concept of weights within Pezkuwi-SDK runtimes, and more +specifically how FRAME-based runtimes handle it.

+

§Metering

+

The existence of “weight” as a concept in Pezkuwi-SDK is a direct consequence of the usage of +WASM as a virtual machine. Unlike a metered virtual machine like EVM, where every instruction +can have a (fairly) deterministic “cost” (also known as “gas price”) associated with it, WASM is +a stack machine with more complex instruction set, and more unpredictable execution times. This +means that unlike EVM, it is not possible to implement a “metering” system in WASM. A metering +system is one in which instructions are executed one by one, and the cost/gas is stored in an +accumulator. The execution may then halt once a gas limit is reached.

+

In Pezkuwi-SDK, the WASM runtime is not assumed to be metered.

+

§Trusted Code

+

Another important difference is that EVM is mostly used to express smart contracts, which are +foreign and untrusted codes from the perspective of the blockchain executing them. In such +cases, metering is crucial, in order to ensure a malicious code cannot consume more gas than +expected.

+

This assumption does not hold about the runtime of Pezkuwi-SDK-based blockchains. The runtime +is trusted code, and it is assumed to be written by the same team/developers who are running the +blockchain itself. Therefore, this assumption of “untrusted foreign code” does not hold.

+

This is why the runtime can opt for a more performant, more flexible virtual machine like WASM, +and get away without having metering.

+

§Benchmarking

+

With the matter of untrusted code execution out of the way, the need for strict metering goes +out of the way. Yet, it would still be very beneficial for block producers to be able to know an +upper bound on how much resources a operation is going to consume before actually executing that +operation. This is why FRAME has a toolkit for benchmarking pallets: So that this upper bound +can be empirically determined.

+
+

Note: Benchmarking is a static analysis: It is all about knowing the upper bound of how much +resources an operation takes statically, without actually executing it. In the context of +FRAME extrinsics, this static-ness is expressed by the keyword “pre-dispatch”.

+
+

To understand why this upper bound is needed, consider the following: A block producer knows +they have 20ms left to finish producing their block, and wishes to include more transactions in +the block. Yet, in a metered environment, it would not know which transaction is likely to fit +the 20ms. In a benchmarked environment, it can examine the transactions for their upper bound, +and include the ones that are known to fit based on the worst case.

+

The benchmarking code can be written as a part of FRAME pallet, using the macros provided in +[frame_benchmarking]. See any of the existing pallets in pezkuwi-sdk, or the pallets in our +crate::pezkuwi_sdk::templates for examples.

+

§Weight

+

Finally, [sp_weights::Weight] is the output of the benchmarking process. It is a +two-dimensional data structure that demonstrates the resources consumed by a given block of +code (for example, a transaction). The two dimensions are:

+
    +
  • reference time: The time consumed in pico-seconds, on a reference hardware.
  • +
  • proof size: The amount of storage proof necessary to re-execute the block of code. This is +mainly needed for teyrchain <> relay-chain verification.
  • +
+

§How To Write Benchmarks: Worst Case

+

The most important detail about writing benchmarking code is that it must be written such that +it captures the worst case execution of any block of code.

+

Consider:

+ +
#[pallet::weight(10_000)]
+pub fn simple_transfer(
+	origin: OriginFor<T>,
+	destination: T::AccountId,
+	amount: u32,
+) -> DispatchResult {
+	let destination_exists = todo!();
+	if destination_exists {
+		// simpler code path
+	} else {
+		// more complex code path
+	}
+	Ok(())
+}
+

If this block of code is to be benchmarked, then the benchmarking code must be written such that +it captures the worst case.

+

§Gluing Pallet Benchmarking with Runtime

+

FRAME pallets are mandated to provide their own benchmarking code. Runtimes contain the +boilerplate needed to run these benchmarking (see Running Benchmarks +below). The outcome of running these benchmarks are meant to be fed back +into the pallet via a conventional trait WeightInfo on Config:

+ +
pub trait WeightInfo {
+	fn simple_transfer() -> Weight;
+}
+

Then, individual functions of this trait are the final values that we assigned to the +[frame::pallet_macros::weight] attribute:

+ +
#[pallet::weight(T::WeightInfo::simple_transfer())]
+pub fn simple_transfer_2(
+	origin: OriginFor<T>,
+	destination: T::AccountId,
+	amount: u32,
+) -> DispatchResult {
+	let destination_exists = todo!();
+	if destination_exists {
+		// simpler code path
+	} else {
+		// more complex code path
+	}
+	Ok(())
+}

§Manual Refund

+

Back to the assumption of writing benchmarks for worst case: Sometimes, the pre-dispatch weight +significantly differ from the post-dispatch actual weight consumed. This can be expressed with +the following FRAME syntax:

+ +
#[pallet::weight(T::WeightInfo::simple_transfer())]
+pub fn simple_transfer_3(
+	origin: OriginFor<T>,
+	destination: T::AccountId,
+	amount: u32,
+) -> DispatchResultWithPostInfo {
+	// ^^ Notice the new return type
+	let destination_exists = todo!();
+	if destination_exists {
+		// simpler code path
+		// Note that need for .into(), to convert `()` to `PostDispatchInfo`
+		// See: https://docs.pezkuwichain.io/sdk/master/frame_support/dispatch/struct.PostDispatchInfo.html#impl-From%3C()%3E-for-PostDispatchInfo
+		Ok(().into())
+	} else {
+		// more complex code path
+		let actual_weight =
+			todo!("this can likely come from another benchmark that is NOT the worst case");
+		let pays_fee = todo!("You can set this to `Pays::Yes` or `Pays::No` to change if this transaction should pay fees");
+		Ok(frame::deps::frame_support::dispatch::PostDispatchInfo {
+			actual_weight: Some(actual_weight),
+			pays_fee,
+		})
+	}
+}

§Running Benchmarks

+

Two ways exist to run the benchmarks of a runtime.

+
    +
  1. The old school way: Most Pezkuwi-SDK based nodes (such as the ones integrated in +templates) have a benchmark subcommand integrated into themselves.
  2. +
  3. The more crate::reference_docs::omni_node compatible way of running the benchmarks would +be using frame-omni-bencher CLI, which only relies on a runtime.
  4. +
+

Note that by convention, the runtime and pallets always have their benchmarking code feature +gated as behind runtime-benchmarks. So, the runtime should be compiled with --features runtime-benchmarks.

+

§Automatic Refund of proof_size.

+

A new feature in FRAME allows the runtime to be configured for “automatic refund” of the proof +size weight. This is very useful for maximizing the throughput of teyrchains. Please see: +crate::guides::enable_pov_reclaim.

+

§Summary

+

Pezkuwi-SDK runtimes use a more performant VM, namely WASM, which does not have metering. In +return they have to be benchmarked to provide an upper bound on the resources they consume. This +upper bound is represented as [sp_weights::Weight].

+

§Future: PolkaVM

+

With the transition of Pezkuwi relay chain to JAM, a set of new features are being +introduced, one of which being a new virtual machine named PolkaVM that is as flexible as +WASM, but also capable of metering. This might alter the future of benchmarking in FRAME and +Pezkuwi-SDK, rendering them not needed anymore once PolkaVM is fully integrated into +Pezkuwi-sdk. For a basic explanation of JAM and PolkaVM, see here.

+

Modules§

pallet
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer.html new file mode 100644 index 00000000..760c1c8e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer.html @@ -0,0 +1,5 @@ +simple_transfer in pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::dispatchables - Rust

simple_transfer

pub fn simple_transfer<T: Config>(destination: T::AccountId, amount: u32)
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::simple_transfer.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer_2.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer_2.html new file mode 100644 index 00000000..b73c4bd2 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer_2.html @@ -0,0 +1,5 @@ +simple_transfer_2 in pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::dispatchables - Rust

simple_transfer_2

pub fn simple_transfer_2<T: Config>(destination: T::AccountId, amount: u32)
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::simple_transfer_2.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer_3.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer_3.html new file mode 100644 index 00000000..8a258045 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/fn.simple_transfer_3.html @@ -0,0 +1,5 @@ +simple_transfer_3 in pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::dispatchables - Rust

simple_transfer_3

pub fn simple_transfer_3<T: Config>(destination: T::AccountId, amount: u32)
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::simple_transfer_3.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/index.html new file mode 100644 index 00000000..1e2c5764 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

simple_transfer
Warning: Doc-Only
simple_transfer_2
Warning: Doc-Only
simple_transfer_3
Warning: Doc-Only
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/sidebar-items.js new file mode 100644 index 00000000..cc6445d8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["simple_transfer","simple_transfer_2","simple_transfer_3"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/enum.Call.html new file mode 100644 index 00000000..2d0926a8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/enum.Call.html @@ -0,0 +1,246 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet - Rust

Call

pub enum Call<T: Config> {
+    simple_transfer {
+        destination: T::AccountId,
+        amount: u32,
+    },
+    simple_transfer_2 {
+        destination: T::AccountId,
+        amount: u32,
+    },
+    simple_transfer_3 {
+        destination: T::AccountId,
+        amount: u32,
+    },
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Variants§

§

simple_transfer

Fields

§destination: T::AccountId
§amount: u32
§

simple_transfer_2

Fields

§destination: T::AccountId
§amount: u32
§

simple_transfer_3

Fields

§destination: T::AccountId
§amount: u32

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_simple_transfer( + destination: T::AccountId, + amount: u32, +) -> Self

Create a call with the variant simple_transfer.

+
Source

pub fn new_call_variant_simple_transfer_2( + destination: T::AccountId, + amount: u32, +) -> Self

Create a call with the variant simple_transfer_2.

+
Source

pub fn new_call_variant_simple_transfer_3( + destination: T::AccountId, + amount: u32, +) -> Self

Create a call with the variant simple_transfer_3.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T::AccountId: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>
where + T::AccountId: DecodeWithMemTracking,

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>
where + <T as Config>::AccountId: Freeze,

§

impl<T> RefUnwindSafe for Call<T>
where + <T as Config>::AccountId: RefUnwindSafe, + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + <T as Config>::AccountId: Unpin, + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + <T as Config>::AccountId: UnwindSafe, + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/index.html new file mode 100644 index 00000000..dadd8c17 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet - Rust

Module pallet

Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.
WeightInfo

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/sidebar-items.js new file mode 100644 index 00000000..a99c0987 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config","WeightInfo"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/storage_types/index.html new file mode 100644 index 00000000..e2845fa2 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/struct.Pallet.html new file mode 100644 index 00000000..52199a28 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/struct.Pallet.html @@ -0,0 +1,187 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn simple_transfer( + origin: OriginFor<T>, + destination: T::AccountId, + amount: u32, +) -> DispatchResult

Source

pub fn simple_transfer_2( + origin: OriginFor<T>, + destination: T::AccountId, + amount: u32, +) -> DispatchResult

Source

pub fn simple_transfer_3( + origin: OriginFor<T>, + destination: T::AccountId, + amount: u32, +) -> DispatchResultWithPostInfo

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/trait.Config.html new file mode 100644 index 00000000..3857367f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/trait.Config.html @@ -0,0 +1,8 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet - Rust

Config

pub trait Config: Config {
+    type WeightInfo: WeightInfo;
+}
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/trait.WeightInfo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/trait.WeightInfo.html new file mode 100644 index 00000000..7df08b7e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/trait.WeightInfo.html @@ -0,0 +1,4 @@ +WeightInfo in pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet - Rust

WeightInfo

pub trait WeightInfo {
+    // Required method
+    fn simple_transfer() -> Weight;
+}

Required Methods§

Source

fn simple_transfer() -> Weight

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/type.Module.html new file mode 100644 index 00000000..e28bf719 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/sidebar-items.js new file mode 100644 index 00000000..0a3420cf --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["pallet"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_logging/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_logging/index.html new file mode 100644 index 00000000..3f0cdc60 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_logging/index.html @@ -0,0 +1,117 @@ +pezkuwi_sdk_docs::reference_docs::frame_logging - Rust

Module frame_logging

Module frame_logging 

Source
Expand description

Learn about how to do logging in FRAME-based runtimes.

+

§FRAME Logging

+

This reference docs briefly explores how to do logging and printing runtimes, mainly +FRAME-based.

+
+

Please make sure to read the section below on using logging in +production.

+
+

§Using println!

+

To recap, as with standard Rust, you can use println! in your tests, but it will only print +out if executed with --nocapture, or if the test panics.

+ +
fn it_print() {
+	println!("Hello, world!");
+}
+

within the pallet, if you want to use the standard println!, it needs to be wrapped in +[sp_std::if_std]. Of course, this means that this print code is only available to you in the +std compiler flag, and never present in a wasm build.

+ +
// somewhere in your pallet. This is not a real pallet code.
+mod pallet {
+	struct Pallet;
+	impl Pallet {
+		fn print() {
+			sp_std::if_std! {
+				println!("Hello, world!");
+			}
+		}
+	}
+}

§Using log

+

First, ensure you are familiar with the log crate. In short, each log statement has:

+
    +
  1. log-level, signifying how important it is.
  2. +
  3. log-target, signifying to which component it belongs.
  4. +
+

Add log statements to your pallet as such:

+

You can add the log crate to the Cargo.toml of the pallet.

+
#[dependencies]
+log = { version = "x.y.z", default-features = false }
+
+#[features]
+std = [
+	// snip -- other pallets
+	"log/std"
+]
+

More conveniently, the frame umbrella crate re-exports the log crate as frame::log.

+

Then, the pallet can use this crate to emit log statements. In this statement, we use the info +level, and the target is pallet-example.

+ +
mod pallet {
+	struct Pallet;
+
+	impl Pallet {
+		fn logs() {
+			frame::log::info!(target: "pallet-example", "Hello, world!");
+		}
+	}
+}
+

This will in itself just emit the log messages, but unless if captured by a logger, they will +not go anywhere. [sp_api] provides a handy function to enable the runtime logging:

+ +
// in your test
+fn it_also_prints() {
+	sp_api::init_runtime_logger();
+	// call into your pallet, and now it will print `log` statements.
+}
+

Alternatively, you can use [sp_tracing::try_init_simple].

+

info, error and warn logs are printed by default, but if you want lower level logs to also +be printed, you must to add the following compiler flag:

+
RUST_LOG=pallet-example=trace cargo test

§Enabling Logs in Production

+

All logs from the runtime are emitted by default, but there is a feature flag in [sp_api], +called disable-logging, that can be used to disable all logs in the runtime. This is useful +for production chains to reduce the size and overhead of the wasm runtime.

+ +
pub fn init_runtime_logger() {
+	#[cfg(not(feature = "disable-logging"))]
+	sp_runtime::runtime_logger::RuntimeLogger::init();
+}
+

Similar to the above, the proper RUST_LOG must also be passed to your compiler flag when +compiling the runtime.

+

§Log Target Prefixing

+

Many crate::pezkuwi_sdk::frame_runtime pallets emit logs with log target runtime::<name of pallet>, for example runtime::system. This then allows one to run a node with a wasm blob +compiled with LOG_TARGET=runtime=debug, which enables the log target of all pallets who’s log +target starts with runtime.

+

§Low Level Primitives

+

Under the hood, logging is another instance of host functions under the hood (as defined in +crate::reference_docs::wasm_meta_protocol). The runtime uses a set of host functions under +[sp_io::logging] and [sp_io::misc] to emit all logs and prints. You typically do not need to +use these APIs directly.

+

§Using Logging in Production

+

Note that within FRAME, reading storage values only for the purpose of logging is dangerous, +and can lead to consensus issues. This is because with the introduction of +crate::guides::enable_pov_reclaim, the node side code will track the storage changes, and +tries to update the onchain record of the proof_size weight used (stored in +[frame_system::BlockWeight]) after the block is executed.

+

If one node has a different log level enabled than the rest of the network, and the extra logs +impose additional storage reads, then the amount of proof_size weight reclaimed into +[frame_system::BlockWeight] will be different, causing a state root mismatch, which is +typically a fatal error emitted from [frame_executive].

+

This also can also happen in a teyrchain context, and cause discrepancies between the relay +chain and the teyrchain, when execution the Teyrchain Validation Function (PVF) on the relay +chain.

+

In summary, you should only used storage values in logging (especially for levels lower than +info which is typically enabled by all parties) that are already read from storage, and will +be part of the storage proof of execution in any case.

+

A typical faulty code would look like this:

+ +
/// This function will have a different storage footprint depending on the log level
+fn faulty_logging() {
+	log::debug!(
+		"what I am about to print is only read when `RUST_LOG=debug` {:?}",
+		StorageValue::<T>::get()
+ 	);
+}
+

Please read this issue for one +instance of the consensus issues caused by this mistake.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_logging/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_logging/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_logging/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers/index.html new file mode 100644 index 00000000..51cb66ab --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers/index.html @@ -0,0 +1,100 @@ +pezkuwi_sdk_docs::reference_docs::frame_offchain_workers - Rust

Module frame_offchain_workers

Module frame_offchain_workers 

Source
Expand description

Learn about the offchain workers, how they function, and how to use them, as provided by the +[frame] APIs.

+

§Offchain Workers

+

This reference document explains how offchain workers work in Substrate and FRAME. The main +focus is upon FRAME’s implementation of this functionality. Nonetheless, offchain workers are a +Substrate-provided feature and can be used with possible alternatives to [frame] as well.

+

Offchain workers are a commonly misunderstood topic, therefore we explain them bottom-up, +starting at the fundamentals and then describing the developer interface.

+

§Context

+

Recall from crate::reference_docs::wasm_meta_protocol that the node and the runtime +communicate with one another via host functions and runtime APIs. Many of these interactions +contribute to the actual state transition of the blockchain. For example [sp_api::Core] is the +main runtime API that is called to execute new blocks.

+

Offchain workers are in principle not different in any way: It is a runtime API exposed by the +wasm blob ([sp_offchain::OffchainWorkerApi]), and the node software calls into it when it +deems fit. But, crucially, this API call is different in that:

+
    +
  1. It can have no impact on the state ie. it is OFF (the) CHAIN. If any state is altered +during the execution of this API call, it is discarded.
  2. +
  3. It has access to an extended set of host functions that allow the wasm blob to do more. For +example, call into HTTP requests.
  4. +
+
+

The main way through which an offchain worker can interact with the state is by submitting an +extrinsic to the chain. This is the ONLY way to alter the state from an offchain worker. +[pallet_example_offchain_worker] provides an example of this.

+
+

Given the “Off Chain” nature of this API, it is important to remember that calling this API is +entirely optional. Some nodes might call into it, some might not, and it would have no impact on +the execution of your blockchain because no state is altered no matter the execution of the +offchain worker API.

+

Substrate’s CLI allows some degree of configuration about this, allowing node operators to +specify when they want to run the offchain worker API. See +[sc_cli::RunCmd::offchain_worker_params].

+

§Nondeterministic Execution

+

Needless to say, given the above description, the code in your offchain worker API can be +nondeterministic, as it is not part of the blockchain’s STF, so it can be executed at unknown +times, by unknown nodes, and has no impact on the state. This is why an HTTP +([sp_runtime::offchain::http]) API is readily provided to the offchain worker APIs. Because +there is no need for determinism in this context.

+
+

A common mistake here is for novice developers to see this HTTP API, and imagine that +pezkuwi-sdk somehow magically solved the determinism in blockchains, and now a blockchain +can make HTTP calls and it will all work. This is absolutely NOT the case. An HTTP call made +by the offchain worker is non-deterministic by design. Blockchains can’t and always won’t be +able to perform non-deterministic operations such as making HTTP calls to a foreign server.

+
+

§FRAME’s API

+

[frame] provides a simple API through which pallets can define offchain worker functions. This +is part of [frame::traits::Hooks], which is implemented as a part of +[frame::pallet_macros::hooks].

+ +
#[frame::pallet]
+pub mod pallet {
+	use frame::prelude::*;
+
+	#[pallet::config]
+	pub trait Config: frame_system::Config {}
+
+	#[pallet::pallet]
+	pub struct Pallet<T>(_);
+
+	#[pallet::hooks]
+	impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {
+		fn offchain_worker(block_number: BlockNumberFor<T>) {
+			// ...
+		}
+	}
+}
+

Additionally, [sp_runtime::offchain] provides a set of utilities that can be used to moderate +the execution of offchain workers.

+

§Think Twice: Why Use Substrate’s Offchain Workers?

+

Consider the fact that in principle, an offchain worker code written using the above API is no +different than an equivalent written with an actual offchain interaction library, such as +Pezkuwi-JS, or any of the other ones listed here.

+

They can both read from the state, and have no means of updating the state, other than the route +of submitting an extrinsic to the chain. Therefore, it is worth thinking twice before embedding +a logic as a part of Substrate’s offchain worker API. Does it have to be there? Can it not be a +simple, actual offchain application that lives outside of the chain’s WASM blob?

+

Some of the reasons why you might want to do the opposite, and actually embed an offchain worker +API into the WASM blob are:

+
    +
  • Accessing the state is easier within the offchain_worker function, as it is already a part +of the runtime, and [frame::pallet_macros::storage] provides all the tools needed to read +the state. Other client libraries might provide varying degrees of capability here.
  • +
  • It will be updated in synchrony with the runtime. A Substrate’s offchain application is part +of the same WASM blob, and is therefore guaranteed to be up to date.
  • +
+

For example, imagine you have modified a storage item to have a new type. This will possibly +require a crate::reference_docs::frame_runtime_upgrades_and_migrations, and any offchain +code, such as a Pezkuwi-JS application, will have to be updated to reflect this change. Whereas +the WASM offchain worker code is guaranteed to already be updated, or else the runtime code will +not even compile.

+

§Further References

+ +
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/index.html new file mode 100644 index 00000000..e2ffdd83 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/index.html @@ -0,0 +1,171 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin - Rust

Module frame_origin

Module frame_origin 

Source
Expand description

Learn about Origins, a topic in FRAME that enables complex account abstractions to be built.

+

§FRAME Origin

+

Let’s start by clarifying a common wrong assumption about Origin:

+

ORIGIN IS NOT AN ACCOUNT ID.

+

FRAME’s origin abstractions allow you to convey meanings far beyond just an account-id being the +caller of an extrinsic. Nonetheless, an account-id having signed an extrinsic is one of the +meanings that an origin can convey. This is the commonly used [frame_system::ensure_signed], +where the return value happens to be an account-id.

+

Instead, let’s establish the following as the correct definition of an origin:

+
+

The origin type represents the privilege level of the caller of an extrinsic.

+
+

That is, an extrinsic, through checking the origin, can express what privilege level it wishes +to impose on the caller of the extrinsic. One of those checks can be as simple as “any account +that has signed a statement can pass”.

+

But the origin system can also express more abstract and complicated privilege levels. For +example:

+
    +
  • If the majority of token holders agreed upon this. This is more or less what the +[pallet_democracy] does under the hood (reference).
  • +
  • If a specific ratio of an instance of [pallet_collective]/DAO agrees upon this.
  • +
  • If another consensus system, for example a bridged network or a teyrchain, agrees upon this.
  • +
  • If the majority of validator/authority set agrees upon this1.
  • +
  • If caller holds a particular NFT.
  • +
+

and many more.

+

§Context

+

First, let’s look at where the origin type is encountered in a typical pallet. The origin: OriginFor<T> has to be the first argument of any given callable extrinsic in FRAME:

+ +
#[pallet::call]
+impl<T: Config> Pallet<T> {
+	pub fn do_something(_origin: OriginFor<T>) -> DispatchResult {
+		//              ^^^^^^^^^^^^^^^^^^^^^
+		todo!();
+	}
+}
+

Typically, the code of an extrinsic starts with an origin check, such as +[frame_system::ensure_signed].

+

Note that OriginFor is merely a shorthand for +[frame_system::Config::RuntimeOrigin]. Given the name prefix Runtime, we can learn that +RuntimeOrigin is similar to RuntimeCall and others, a runtime composite enum that is +amalgamated at the runtime level. Read crate::reference_docs::frame_runtime_types to +familiarize yourself with these types.

+

To understand this better, we will next create a pallet with a custom origin, which will add a +new variant to RuntimeOrigin.

+

§Adding Custom Pallet Origin to the Runtime

+

For example, given a pallet that defines the following custom origin:

+ +
#[pallet::origin]
+#[derive(
+	PartialEq,
+	Eq,
+	Clone,
+	RuntimeDebug,
+	Encode,
+	Decode,
+	DecodeWithMemTracking,
+	TypeInfo,
+	MaxEncodedLen,
+)]
+pub enum Origin {
+	/// If all holders of a particular NFT have agreed upon this.
+	AllNftHolders,
+	/// If all validators have agreed upon this.
+	ValidatorSet,
+}
+

And a runtime with the following pallets:

+ +
construct_runtime!(
+	pub struct Runtime {
+		System: frame_system,
+		PalletWithCustomOrigin: pallet_with_custom_origin,
+	}
+);
+

The type crate::reference_docs::frame_origin::runtime_for_origin::RuntimeOrigin is expanded. +This RuntimeOrigin contains a variant for the [frame_system::RawOrigin] and the custom +origin of the pallet.

+
+

Notice how the [frame_system::ensure_signed] is nothing more than a match statement. If +you want to know where the actual origin of an extrinsic is set (and the signature +verification happens, if any), see +[sp_runtime::generic::CheckedExtrinsic#trait-implementations], specifically +[sp_runtime::traits::Applyable]’s implementation.

+
+

§Asserting on a Custom Internal Origin

+

In order to assert on a custom origin that is defined within your pallet, we need a way to first +convert the <T as frame_system::Config>::RuntimeOrigin into the local enum Origin of the +current pallet. This is a common process that is explained in +crate::reference_docs::frame_runtime_types.

+

We use the same process here to express that RuntimeOrigin has a number of additional bounds, +as follows.

+
    +
  1. Defining a custom RuntimeOrigin with further bounds in the pallet.
  2. +
+ +
#[pallet::config]
+pub trait Config: frame_system::Config {
+	type RuntimeOrigin: From<<Self as frame_system::Config>::RuntimeOrigin>
+		+ Into<Result<Origin, <Self as Config>::RuntimeOrigin>>;
+}
+
    +
  1. Using it in the pallet.
  2. +
+ +
#[pallet::call]
+impl<T: Config> Pallet<T> {
+	pub fn only_validators(origin: OriginFor<T>) -> DispatchResult {
+		// first, we convert from `<T as frame_system::Config>::RuntimeOrigin` to `<T as
+		// Config>::RuntimeOrigin`
+		let local_runtime_origin = <<T as Config>::RuntimeOrigin as From<
+			<T as frame_system::Config>::RuntimeOrigin,
+		>>::from(origin);
+		// then we convert to `origin`, if possible
+		let local_origin =
+			local_runtime_origin.into().map_err(|_| "invalid origin type provided")?;
+		ensure!(matches!(local_origin, Origin::ValidatorSet), "Not authorized");
+		todo!();
+	}
+}

§Asserting on a Custom External Origin

+

Very often, a pallet wants to have a parameterized origin that is NOT defined within the +pallet. In other words, a pallet wants to delegate an origin check to something that is +specified later at the runtime level. Like many other parameterizations in FRAME, this implies +adding a new associated type to trait Config.

+ +
#[pallet::config]
+pub trait Config: frame_system::Config {
+	type ExternalOrigin: EnsureOrigin<Self::RuntimeOrigin>;
+}
+

Then, within the pallet, we can simply use this “unknown” origin check type:

+ +
#[pallet::call]
+impl<T: Config> Pallet<T> {
+	pub fn externally_checked_ext(origin: OriginFor<T>) -> DispatchResult {
+		T::ExternalOrigin::ensure_origin(origin)?;
+		todo!();
+	}
+}
+

Finally, at the runtime, any implementation of [frame::traits::EnsureOrigin] can be passed.

+ +
impl pallet_with_external_origin::Config for Runtime {
+	type ExternalOrigin = EnsureSigned<<Self as frame_system::Config>::AccountId>;
+}
+

Indeed, some of these implementations of [frame::traits::EnsureOrigin] are similar to the ones +that we know about: [frame::runtime::prelude::EnsureSigned], +[frame::runtime::prelude::EnsureSignedBy], [frame::runtime::prelude::EnsureRoot], +[frame::runtime::prelude::EnsureNone], etc. But, there are also many more that are not known +to us, and are defined in other pallets.

+

For example, [pallet_collective] defines [pallet_collective::EnsureMember] and +[pallet_collective::EnsureProportionMoreThan] and many more, which is exactly what we alluded +to earlier in this document.

+

Make sure to check the full list of implementors of +EnsureOrigin for more inspiration.

+

§Obtaining Abstract Origins

+

So far we have learned that FRAME pallets can assert on custom and abstract origin types, +whether they are defined within the pallet or not. But how can we obtain these abstract origins?

+
+

All extrinsics that come from the outer world can generally only be obtained as either +signed or none origin.

+
+

Generally, these abstract origins are only obtained within the runtime, when a call is +dispatched within the runtime.

+

§Further References

+ +

  1. Inherents are essentially unsigned extrinsics that need an [frame_system::ensure_none] +origin check, and through the virtue of being an inherent, are agreed upon by all validators. 

Modules§

pallet_for_origin
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
pallet_with_custom_origin
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
pallet_with_external_origin
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
runtime_for_external_origin
runtime_for_origin
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/fn.do_something.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/fn.do_something.html new file mode 100644 index 00000000..f62cf521 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/fn.do_something.html @@ -0,0 +1,5 @@ +do_something in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::dispatchables - Rust

do_something

pub fn do_something<T: Config>()
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::do_something.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/index.html new file mode 100644 index 00000000..3be64453 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

do_something
Warning: Doc-Only
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/sidebar-items.js new file mode 100644 index 00000000..ebefc516 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["do_something"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/enum.Call.html new file mode 100644 index 00000000..e37bfc41 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/enum.Call.html @@ -0,0 +1,218 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin - Rust

Call

pub enum Call<T: Config> {
+    do_something {},
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Variants§

§

do_something

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_do_something() -> Self

Create a call with the variant do_something.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/index.html new file mode 100644 index 00000000..f9d895a6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin - Rust

Module pallet_for_origin

Module pallet_for_origin 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/sidebar-items.js new file mode 100644 index 00000000..3eb9a563 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/storage_types/index.html new file mode 100644 index 00000000..13b4dab3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/struct.Pallet.html new file mode 100644 index 00000000..efe76e9d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/struct.Pallet.html @@ -0,0 +1,175 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn do_something(_origin: OriginFor<T>) -> DispatchResult

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/trait.Config.html new file mode 100644 index 00000000..5f96ff33 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/trait.Config.html @@ -0,0 +1,6 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin - Rust

Config

pub trait Config: Config { }
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/type.Module.html new file mode 100644 index 00000000..1171c390 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/fn.only_validators.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/fn.only_validators.html new file mode 100644 index 00000000..1a7f3b19 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/fn.only_validators.html @@ -0,0 +1,5 @@ +only_validators in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::dispatchables - Rust

only_validators

pub fn only_validators<T: Config>()
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::only_validators.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/index.html new file mode 100644 index 00000000..7c3fbedd --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

only_validators
Warning: Doc-Only
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/sidebar-items.js new file mode 100644 index 00000000..2ac6f326 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["only_validators"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/enum.Call.html new file mode 100644 index 00000000..72283b18 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/enum.Call.html @@ -0,0 +1,218 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin - Rust

Call

pub enum Call<T: Config> {
+    only_validators {},
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Variants§

§

only_validators

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_only_validators() -> Self

Create a call with the variant only_validators.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/enum.Origin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/enum.Origin.html new file mode 100644 index 00000000..9be82f8d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/enum.Origin.html @@ -0,0 +1,207 @@ +Origin in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin - Rust

Origin

pub enum Origin {
+    AllNftHolders,
+    ValidatorSet,
+}
Expand description

A dummy custom origin.

+

Variants§

§

AllNftHolders

If all holders of a particular NFT have agreed upon this.

+
§

ValidatorSet

If all validators have agreed upon this.

+

Trait Implementations§

Source§

impl Clone for Origin

Source§

fn clone(&self) -> Origin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Origin

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for Origin

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for Origin

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Origin> for OriginCaller

Source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
Source§

impl From<Origin> for RuntimeOrigin

Source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_with_custom_origin::Config::BaseCallFilter].

+
Source§

impl MaxEncodedLen for Origin

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for Origin

Source§

fn eq(&self, other: &Origin) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
Source§

impl TryFrom<OriginCaller> for Origin

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
Source§

impl TypeInfo for Origin

Source§

type Identity = Origin

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for Origin

Source§

impl EncodeLike for Origin

Source§

impl Eq for Origin

Source§

impl StructuralPartialEq for Origin

Auto Trait Implementations§

§

impl Freeze for Origin

§

impl RefUnwindSafe for Origin

§

impl Send for Origin

§

impl Sync for Origin

§

impl Unpin for Origin

§

impl UnwindSafe for Origin

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/index.html new file mode 100644 index 00000000..04c79d36 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin - Rust

Module pallet_with_custom_origin

Module pallet_with_custom_origin 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.
Origin
A dummy custom origin.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/sidebar-items.js new file mode 100644 index 00000000..7fa41480 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call","Origin"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/storage_types/index.html new file mode 100644 index 00000000..552f4552 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/struct.Pallet.html new file mode 100644 index 00000000..e7bc5c80 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/struct.Pallet.html @@ -0,0 +1,177 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn only_validators(origin: OriginFor<T>) -> DispatchResult

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletWithCustomOrigin, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type( + &self, +) -> Option<&CallableCallFor<PalletWithCustomOrigin, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/trait.Config.html new file mode 100644 index 00000000..74527446 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/trait.Config.html @@ -0,0 +1,8 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin - Rust

Config

pub trait Config: Config {
+    type RuntimeOrigin: From<<Self as Config>::RuntimeOrigin> + Into<Result<Origin, <Self as Config>::RuntimeOrigin>>;
+}
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Required Associated Types§

Source

type RuntimeOrigin: From<<Self as Config>::RuntimeOrigin> + Into<Result<Origin, <Self as Config>::RuntimeOrigin>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/type.Module.html new file mode 100644 index 00000000..1a74bf17 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/fn.externally_checked_ext.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/fn.externally_checked_ext.html new file mode 100644 index 00000000..3014a0dc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/fn.externally_checked_ext.html @@ -0,0 +1,5 @@ +externally_checked_ext in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::dispatchables - Rust

externally_checked_ext

pub fn externally_checked_ext<T: Config>()
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::externally_checked_ext.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/index.html new file mode 100644 index 00000000..905f3147 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

externally_checked_ext
Warning: Doc-Only
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/sidebar-items.js new file mode 100644 index 00000000..735ce2b7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["externally_checked_ext"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/enum.Call.html new file mode 100644 index 00000000..7249d064 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/enum.Call.html @@ -0,0 +1,218 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin - Rust

Call

pub enum Call<T: Config> {
+    externally_checked_ext {},
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Variants§

§

externally_checked_ext

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_externally_checked_ext() -> Self

Create a call with the variant externally_checked_ext.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/index.html new file mode 100644 index 00000000..3cd89445 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin - Rust

Module pallet_with_external_origin

Module pallet_with_external_origin 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/sidebar-items.js new file mode 100644 index 00000000..3eb9a563 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/storage_types/index.html new file mode 100644 index 00000000..40475876 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/struct.Pallet.html new file mode 100644 index 00000000..9b2af7eb --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/struct.Pallet.html @@ -0,0 +1,177 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn externally_checked_ext(origin: OriginFor<T>) -> DispatchResult

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletWithExternalOrigin, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type( + &self, +) -> Option<&CallableCallFor<PalletWithExternalOrigin, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/trait.Config.html new file mode 100644 index 00000000..ee282e28 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/trait.Config.html @@ -0,0 +1,8 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin - Rust

Config

pub trait Config: Config {
+    type ExternalOrigin: EnsureOrigin<Self::RuntimeOrigin>;
+}
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Required Associated Types§

Source

type ExternalOrigin: EnsureOrigin<Self::RuntimeOrigin>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Config for Runtime

Source§

type ExternalOrigin = EnsureSigned<<Runtime as Config>::AccountId>

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/type.Module.html new file mode 100644 index 00000000..8febad36 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.OriginCaller.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.OriginCaller.html new file mode 100644 index 00000000..ec414eed --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.OriginCaller.html @@ -0,0 +1,203 @@ +OriginCaller in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

OriginCaller

pub enum OriginCaller {
+    system(Origin<Runtime>),
+    Void(Void),
+}

Variants§

§

system(Origin<Runtime>)

§

Void(Void)

Trait Implementations§

Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for OriginCaller

Source§

fn clone(&self) -> OriginCaller

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for OriginCaller

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for OriginCaller

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for OriginCaller

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

Source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl MaxEncodedLen for OriginCaller

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for OriginCaller

Source§

fn eq(&self, other: &OriginCaller) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryFrom<OriginCaller> for Origin<Runtime>

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
Source§

impl TypeInfo for OriginCaller

Source§

type Identity = OriginCaller

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for OriginCaller

Source§

impl EncodeLike for OriginCaller

Source§

impl Eq for OriginCaller

Source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeCall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeCall.html new file mode 100644 index 00000000..5c54de15 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeCall.html @@ -0,0 +1,221 @@ +RuntimeCall in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeCall

pub enum RuntimeCall {
+    System(CallableCallFor<System, Runtime>),
+    PalletWithExternalOrigin(CallableCallFor<PalletWithExternalOrigin, Runtime>),
+}
Expand description

The aggregated runtime call type.

+

Variants§

§

System(CallableCallFor<System, Runtime>)

§

PalletWithExternalOrigin(CallableCallFor<PalletWithExternalOrigin, Runtime>)

Trait Implementations§

Source§

impl Authorize for RuntimeCall

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl CheckIfFeeless for RuntimeCall

Source§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl Clone for RuntimeCall

Source§

fn clone(&self) -> RuntimeCall

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeCall

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeCall

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Dispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was +generated from. In the case of a signed extrinsic (transaction), the origin contains an +identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
Source§

type Config = RuntimeCall

Source§

type Info = DispatchInfo

An opaque set of information attached to the transaction. This could be constructed anywhere +down the line in a runtime. The current Substrate runtime uses a struct with the same name +to represent the dispatch class and weight.
Source§

type PostInfo = PostDispatchInfo

Additional information that is returned by dispatch. Can be used to supply the caller +with information about a Dispatchable that is only known post dispatch.
Source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
Source§

impl Encode for RuntimeCall

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletWithExternalOrigin, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl GetCallMetadata for RuntimeCall

Source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
Source§

fn get_module_names() -> &'static [&'static str]

Return all module names.
Source§

fn get_call_names(module: &str) -> &'static [&'static str]

Return all function names for the given module.
Source§

impl GetDispatchInfo for RuntimeCall

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type( + &self, +) -> Option<&CallableCallFor<PalletWithExternalOrigin, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl PartialEq for RuntimeCall

Source§

fn eq(&self, other: &RuntimeCall) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeCall

Source§

type Identity = RuntimeCall

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl UnfilteredDispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl DecodeWithMemTracking for RuntimeCall

Source§

impl EncodeLike for RuntimeCall

Source§

impl Eq for RuntimeCall

Source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where + Call: Dispatchable,

§

fn dispatch( + call: Call, + origin: <Call as Dispatchable>::RuntimeOrigin, +) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>

§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeError.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeError.html new file mode 100644 index 00000000..85fd653c --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeError.html @@ -0,0 +1,186 @@ +RuntimeError in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeError

pub enum RuntimeError {
+    System(Error<Runtime>),
+}

Variants§

§

System(Error<Runtime>)

Implementations§

Source§

impl RuntimeError

Source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

+

Returns Some if the error matches the DispatchError::Module variant, otherwise None.

+

Trait Implementations§

Source§

impl Debug for RuntimeError

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeError

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeError

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Error<Runtime>> for RuntimeError

Source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl TryInto<Error<Runtime>> for RuntimeError

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeError

Source§

type Identity = RuntimeError

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeError

Source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeEvent.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeEvent.html new file mode 100644 index 00000000..60ceffb9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeEvent.html @@ -0,0 +1,201 @@ +RuntimeEvent in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeEvent

pub enum RuntimeEvent {
+    System(Event<Runtime>),
+}

Variants§

§

System(Event<Runtime>)

Trait Implementations§

Source§

impl Clone for RuntimeEvent

Source§

fn clone(&self) -> RuntimeEvent

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeEvent

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeEvent

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeEvent

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for RuntimeEvent

Source§

fn eq(&self, other: &RuntimeEvent) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeEvent

Source§

type Identity = RuntimeEvent

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeEvent

Source§

impl EncodeLike for RuntimeEvent

Source§

impl Eq for RuntimeEvent

Source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeFreezeReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeFreezeReason.html new file mode 100644 index 00000000..065a32d6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeFreezeReason.html @@ -0,0 +1,199 @@ +RuntimeFreezeReason in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeFreezeReason

pub enum RuntimeFreezeReason {}
Expand description

A reason for placing a freeze on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeFreezeReason

Source§

fn clone(&self) -> RuntimeFreezeReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeFreezeReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeFreezeReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeFreezeReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeFreezeReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeFreezeReason

Source§

fn eq(&self, other: &RuntimeFreezeReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeFreezeReason

Source§

type Identity = RuntimeFreezeReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeFreezeReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeFreezeReason

Source§

impl DecodeWithMemTracking for RuntimeFreezeReason

Source§

impl EncodeLike for RuntimeFreezeReason

Source§

impl Eq for RuntimeFreezeReason

Source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeHoldReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeHoldReason.html new file mode 100644 index 00000000..8892279c --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeHoldReason.html @@ -0,0 +1,199 @@ +RuntimeHoldReason in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeHoldReason

pub enum RuntimeHoldReason {}
Expand description

A reason for placing a hold on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeHoldReason

Source§

fn clone(&self) -> RuntimeHoldReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeHoldReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeHoldReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeHoldReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeHoldReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeHoldReason

Source§

fn eq(&self, other: &RuntimeHoldReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeHoldReason

Source§

type Identity = RuntimeHoldReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeHoldReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeHoldReason

Source§

impl DecodeWithMemTracking for RuntimeHoldReason

Source§

impl EncodeLike for RuntimeHoldReason

Source§

impl Eq for RuntimeHoldReason

Source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeLockId.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeLockId.html new file mode 100644 index 00000000..d2d8f438 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeLockId.html @@ -0,0 +1,199 @@ +RuntimeLockId in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeLockId

pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeLockId

Source§

fn clone(&self) -> RuntimeLockId

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeLockId

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeLockId

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeLockId

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeLockId

Source§

fn eq(&self, other: &RuntimeLockId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeLockId

Source§

type Identity = RuntimeLockId

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeLockId

Source§

impl DecodeWithMemTracking for RuntimeLockId

Source§

impl EncodeLike for RuntimeLockId

Source§

impl Eq for RuntimeLockId

Source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeSlashReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeSlashReason.html new file mode 100644 index 00000000..718ea15a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeSlashReason.html @@ -0,0 +1,199 @@ +RuntimeSlashReason in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeSlashReason

pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeSlashReason

Source§

fn clone(&self) -> RuntimeSlashReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeSlashReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeSlashReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeSlashReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeSlashReason

Source§

fn eq(&self, other: &RuntimeSlashReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeSlashReason

Source§

type Identity = RuntimeSlashReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeSlashReason

Source§

impl DecodeWithMemTracking for RuntimeSlashReason

Source§

impl EncodeLike for RuntimeSlashReason

Source§

impl Eq for RuntimeSlashReason

Source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeTask.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeTask.html new file mode 100644 index 00000000..76cc5d3f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeTask.html @@ -0,0 +1,199 @@ +RuntimeTask in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeTask

pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

Source§

impl Clone for RuntimeTask

Source§

fn clone(&self) -> RuntimeTask

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeTask

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeTask

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeTask

Source§

fn eq(&self, other: &RuntimeTask) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl Task for RuntimeTask

Source§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
Source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
Source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
Source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
Source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
Source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
Source§

impl TypeInfo for RuntimeTask

Source§

type Identity = RuntimeTask

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeTask

Source§

impl EncodeLike for RuntimeTask

Source§

impl Eq for RuntimeTask

Source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeViewFunction.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeViewFunction.html new file mode 100644 index 00000000..f846e3f8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/enum.RuntimeViewFunction.html @@ -0,0 +1,202 @@ +RuntimeViewFunction in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeViewFunction

pub enum RuntimeViewFunction {}
Expand description

Runtime query type.

+

Trait Implementations§

Source§

impl Clone for RuntimeViewFunction

Source§

fn clone(&self) -> RuntimeViewFunction

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeViewFunction

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeViewFunction

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl DispatchViewFunction for RuntimeViewFunction

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl Encode for RuntimeViewFunction

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeViewFunction

Source§

fn eq(&self, other: &RuntimeViewFunction) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeViewFunction

Source§

type Identity = RuntimeViewFunction

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeViewFunction

Source§

impl EncodeLike for RuntimeViewFunction

Source§

impl Eq for RuntimeViewFunction

Source§

impl StructuralPartialEq for RuntimeViewFunction

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/index.html new file mode 100644 index 00000000..92e3c32d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/index.html @@ -0,0 +1,3 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

Module runtime_for_external_origin

Module runtime_for_external_origin 

Source

Structs§

PalletInfo
Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.
Runtime
RuntimeGenesisConfig
RuntimeOrigin
The runtime origin type representing the origin of a call.

Enums§

OriginCaller
RuntimeCall
The aggregated runtime call type.
RuntimeError
RuntimeEvent
RuntimeFreezeReason
A reason for placing a freeze on funds.
RuntimeHoldReason
A reason for placing a hold on funds.
RuntimeLockId
An identifier for each lock placed on funds.
RuntimeSlashReason
A reason for slashing funds.
RuntimeTask
An aggregation of all Task enums across all pallets included in the current runtime.
RuntimeViewFunction
Runtime query type.

Type Aliases§

AllPalletsWithSystem
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithoutSystem
All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.
PalletWithExternalOrigin
System
SystemConfig
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/sidebar-items.js new file mode 100644 index 00000000..bc8ac8a2 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["OriginCaller","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeHoldReason","RuntimeLockId","RuntimeSlashReason","RuntimeTask","RuntimeViewFunction"],"struct":["PalletInfo","Runtime","RuntimeGenesisConfig","RuntimeOrigin"],"type":["AllPalletsWithSystem","AllPalletsWithoutSystem","PalletWithExternalOrigin","System","SystemConfig"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.PalletInfo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.PalletInfo.html new file mode 100644 index 00000000..03ad5791 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.PalletInfo.html @@ -0,0 +1,146 @@ +PalletInfo in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

PalletInfo

pub struct PalletInfo;
Expand description

Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.

+

Trait Implementations§

Source§

impl PalletInfo for PalletInfo

Source§

fn index<P: 'static>() -> Option<usize>

Convert the given pallet P into its index as configured in the runtime.
Source§

fn name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its name as configured in the runtime.
Source§

fn name_hash<P: 'static>() -> Option<[u8; 16]>

The two128 hash of name.
Source§

fn module_name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its Rust module name as used in construct_runtime!.
Source§

fn crate_version<P: 'static>() -> Option<CrateVersion>

Convert the given pallet P into its containing crate version.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.Runtime.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.Runtime.html new file mode 100644 index 00000000..5d5f32aa --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.Runtime.html @@ -0,0 +1,169 @@ +Runtime in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

Runtime

pub struct Runtime;

Implementations§

Source§

impl Runtime

Source

pub fn execute_view_function( + id: ViewFunctionId, + input: Vec<u8>, +) -> Result<Vec<u8>, ViewFunctionDispatchError>

Convenience function for view functions dispatching and execution from the runtime API.

+
Source§

impl Runtime

Source

pub fn metadata() -> RuntimeMetadataPrefixed

Source

pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

Source

pub fn metadata_versions() -> Vec<u32>

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for Runtime

Source§

fn clone(&self) -> Runtime

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Config for Runtime

Source§

type Block = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<<Runtime as Config>::AccountId, <Runtime as Config>::RuntimeCall, (), ()>>

The Block type used by the runtime. This is used by construct_runtime to retrieve the +extrinsics or other block specific data as needed.
Source§

type Nonce = <TestDefaultConfig as DefaultConfig>::Nonce

This stores the number of previous transactions associated with a sender account.
Source§

type Hash = <TestDefaultConfig as DefaultConfig>::Hash

The output of the Hashing function.
Source§

type Hashing = <TestDefaultConfig as DefaultConfig>::Hashing

The hashing system (algorithm) being used in the runtime (e.g. Blake2).
Source§

type AccountId = <TestDefaultConfig as DefaultConfig>::AccountId

The user account identifier type for the runtime.
Source§

type Lookup = <TestDefaultConfig as DefaultConfig>::Lookup

Converting trait to take a source type and convert to AccountId. Read more
Source§

type MaxConsumers = <TestDefaultConfig as DefaultConfig>::MaxConsumers

The maximum number of consumers allowed on a single account.
Source§

type AccountData = <TestDefaultConfig as DefaultConfig>::AccountData

Data to be associated with an account (other than nonce/transaction counter, which this +pallet does regardless).
Source§

type OnNewAccount = <TestDefaultConfig as DefaultConfig>::OnNewAccount

Handler for when a new account has just been created.
Source§

type OnKilledAccount = <TestDefaultConfig as DefaultConfig>::OnKilledAccount

A function that is invoked when an account has been determined to be dead. Read more
Source§

type SystemWeightInfo = <TestDefaultConfig as DefaultConfig>::SystemWeightInfo

Weight information for the extrinsics of this pallet.
Source§

type ExtensionsWeightInfo = <TestDefaultConfig as DefaultConfig>::ExtensionsWeightInfo

Weight information for the transaction extensions of this pallet.
Source§

type SS58Prefix = <TestDefaultConfig as DefaultConfig>::SS58Prefix

The designated SS58 prefix of this chain. Read more
Source§

type Version = <TestDefaultConfig as DefaultConfig>::Version

Get the chain’s in-code version.
Source§

type BlockWeights = <TestDefaultConfig as DefaultConfig>::BlockWeights

Block & extrinsics weights: base values and limits.
Source§

type BlockLength = <TestDefaultConfig as DefaultConfig>::BlockLength

The maximum length of a block (in bytes).
Source§

type DbWeight = <TestDefaultConfig as DefaultConfig>::DbWeight

The weight of runtime database operations the runtime can invoke.
Source§

type RuntimeEvent = RuntimeEvent

The aggregated event type of the runtime.
Source§

type RuntimeOrigin = RuntimeOrigin

The RuntimeOrigin type used by dispatchable calls.
Source§

type RuntimeCall = RuntimeCall

The aggregated RuntimeCall type.
Source§

type PalletInfo = PalletInfo

Provides information about the pallet setup in the runtime. Read more
Source§

type RuntimeTask = RuntimeTask

The aggregated RuntimeTask type.
Source§

type BaseCallFilter = <TestDefaultConfig as DefaultConfig>::BaseCallFilter

The basic call filter to use in Origin. All origins are built with this filter as base, +except Root. Read more
Source§

type BlockHashCount = <TestDefaultConfig as DefaultConfig>::BlockHashCount

Maximum number of block number to block hash mappings to keep (oldest pruned first).
Source§

type OnSetCode = <TestDefaultConfig as DefaultConfig>::OnSetCode

What to do if the runtime wants to change the code to something new. Read more
Source§

type SingleBlockMigrations = <TestDefaultConfig as DefaultConfig>::SingleBlockMigrations

All migrations that should run in the next runtime upgrade. Read more
Source§

type MultiBlockMigrator = <TestDefaultConfig as DefaultConfig>::MultiBlockMigrator

The migrator that is used to run Multi-Block-Migrations. Read more
Source§

type PreInherents = <TestDefaultConfig as DefaultConfig>::PreInherents

A callback that executes in every block directly before all inherents were applied. Read more
Source§

type PostInherents = <TestDefaultConfig as DefaultConfig>::PostInherents

A callback that executes in every block directly after all inherents were applied. Read more
Source§

type PostTransactions = <TestDefaultConfig as DefaultConfig>::PostTransactions

A callback that executes in every block directly after all transactions were applied. Read more
Source§

impl Config for Runtime

Source§

type ExternalOrigin = EnsureSigned<<Runtime as Config>::AccountId>

Source§

impl Debug for Runtime

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl GetRuntimeBlockType for Runtime

Source§

type RuntimeBlock = <Runtime as Config>::Block

The RuntimeBlock type.
Source§

impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime

Source§

fn is_inherent(ext: &<<Runtime as Config>::Block as Block>::Extrinsic) -> bool

Whether this extrinsic is an inherent.
Source§

impl PartialEq for Runtime

Source§

fn eq(&self, other: &Runtime) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for Runtime

Source§

type Identity = Runtime

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl ValidateUnsigned for Runtime

Source§

type Call = RuntimeCall

The call to validate
Source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
Source§

fn validate_unsigned( + source: TransactionSource, + call: &Self::Call, +) -> TransactionValidity

Return the validity of the call Read more
Source§

impl Copy for Runtime

Source§

impl Eq for Runtime

Source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.RuntimeGenesisConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.RuntimeGenesisConfig.html new file mode 100644 index 00000000..b86cc7ba --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.RuntimeGenesisConfig.html @@ -0,0 +1,153 @@ +RuntimeGenesisConfig in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeGenesisConfig

Struct RuntimeGenesisConfig 

Source
pub struct RuntimeGenesisConfig {
+    pub system: SystemConfig,
+}

Fields§

§system: SystemConfig

Trait Implementations§

Source§

impl BuildGenesisConfig for RuntimeGenesisConfig

Source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
Source§

impl Default for RuntimeGenesisConfig

Source§

fn default() -> RuntimeGenesisConfig

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for RuntimeGenesisConfig

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AccountId for T
where + T: Serialize,

Source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> Hash for T

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> MaybeSerialize for T
where + T: Serialize,

§

impl<T> MaybeSerializeDeserialize for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.RuntimeOrigin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.RuntimeOrigin.html new file mode 100644 index 00000000..606183cb --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/struct.RuntimeOrigin.html @@ -0,0 +1,159 @@ +RuntimeOrigin in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

RuntimeOrigin

pub struct RuntimeOrigin {
+    pub caller: OriginCaller,
+    /* private fields */
+}
Expand description

The runtime origin type representing the origin of a call.

+

Origin is always created with the base filter configured in [frame_system::Config::BaseCallFilter].

+

Fields§

§caller: OriginCaller

Implementations§

Source§

impl RuntimeOrigin

Source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

+

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl AsTransactionAuthorizedOrigin for RuntimeOrigin

Source§

fn is_transaction_authorized(&self) -> bool

Whether the origin is authorized to include a transaction in a block. Read more
Source§

impl Clone for RuntimeOrigin

Source§

fn clone(&self) -> RuntimeOrigin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeOrigin

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

+
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
Source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

Source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
Source§

impl OriginTrait for RuntimeOrigin

Source§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
Source§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
Source§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
Source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
Source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
Source§

fn set_caller(&mut self, caller: OriginCaller)

Replace the caller with caller from the other origin
Source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
Source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered +out. Read more
Source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
Source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
Source§

fn try_with_caller<R>( + self, + f: impl FnOnce(Self::PalletsOrigin) -> Result<R, Self::PalletsOrigin>, +) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
Source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
Source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
Source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn set_caller_from_signed(&mut self, caller_account: Self::AccountId)

Replace the caller with caller from the other origin
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.
§

fn as_signer(&self) -> Option<&Self::AccountId>

Extract a reference to the signer, if that’s what the caller is.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.AllPalletsWithSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.AllPalletsWithSystem.html new file mode 100644 index 00000000..c2707bbc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.AllPalletsWithSystem.html @@ -0,0 +1,2 @@ +AllPalletsWithSystem in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

AllPalletsWithSystem

Type Alias AllPalletsWithSystem 

Source
pub type AllPalletsWithSystem = (System, PalletWithExternalOrigin);
Expand description

All pallets included in the runtime as a nested tuple of types.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.AllPalletsWithoutSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.AllPalletsWithoutSystem.html new file mode 100644 index 00000000..13fc17bb --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.AllPalletsWithoutSystem.html @@ -0,0 +1,3 @@ +AllPalletsWithoutSystem in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

AllPalletsWithoutSystem

Type Alias AllPalletsWithoutSystem 

Source
pub type AllPalletsWithoutSystem = (PalletWithExternalOrigin,);
Expand description

All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.PalletWithExternalOrigin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.PalletWithExternalOrigin.html new file mode 100644 index 00000000..150bd0c4 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.PalletWithExternalOrigin.html @@ -0,0 +1 @@ +PalletWithExternalOrigin in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

PalletWithExternalOrigin

Type Alias PalletWithExternalOrigin 

Source
pub type PalletWithExternalOrigin = Pallet<Runtime>;

Aliased Type§

pub struct PalletWithExternalOrigin(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.System.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.System.html new file mode 100644 index 00000000..54d80381 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.System.html @@ -0,0 +1 @@ +System in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

System

pub type System = Pallet<Runtime>;

Aliased Type§

pub struct System(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.SystemConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.SystemConfig.html new file mode 100644 index 00000000..c4d4f9c8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_external_origin/type.SystemConfig.html @@ -0,0 +1,3 @@ +SystemConfig in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin - Rust

SystemConfig

pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct SystemConfig {
+    pub _config: PhantomData<Runtime>,
+}

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.OriginCaller.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.OriginCaller.html new file mode 100644 index 00000000..e9d48f34 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.OriginCaller.html @@ -0,0 +1,204 @@ +OriginCaller in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

OriginCaller

pub enum OriginCaller {
+    system(Origin<Runtime>),
+    PalletWithCustomOrigin(Origin),
+    Void(Void),
+}

Variants§

§

system(Origin<Runtime>)

§

PalletWithCustomOrigin(Origin)

§

Void(Void)

Trait Implementations§

Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for OriginCaller

Source§

fn clone(&self) -> OriginCaller

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for OriginCaller

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for OriginCaller

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for OriginCaller

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Origin> for OriginCaller

Source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

Source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl MaxEncodedLen for OriginCaller

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for OriginCaller

Source§

fn eq(&self, other: &OriginCaller) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
Source§

impl TryFrom<OriginCaller> for Origin

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
Source§

impl TryFrom<OriginCaller> for Origin<Runtime>

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
Source§

impl TypeInfo for OriginCaller

Source§

type Identity = OriginCaller

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for OriginCaller

Source§

impl EncodeLike for OriginCaller

Source§

impl Eq for OriginCaller

Source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeCall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeCall.html new file mode 100644 index 00000000..ed5618bc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeCall.html @@ -0,0 +1,221 @@ +RuntimeCall in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeCall

pub enum RuntimeCall {
+    System(CallableCallFor<System, Runtime>),
+    PalletWithCustomOrigin(CallableCallFor<PalletWithCustomOrigin, Runtime>),
+}
Expand description

The aggregated runtime call type.

+

Variants§

§

System(CallableCallFor<System, Runtime>)

§

PalletWithCustomOrigin(CallableCallFor<PalletWithCustomOrigin, Runtime>)

Trait Implementations§

Source§

impl Authorize for RuntimeCall

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl CheckIfFeeless for RuntimeCall

Source§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl Clone for RuntimeCall

Source§

fn clone(&self) -> RuntimeCall

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeCall

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeCall

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Dispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was +generated from. In the case of a signed extrinsic (transaction), the origin contains an +identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
Source§

type Config = RuntimeCall

Source§

type Info = DispatchInfo

An opaque set of information attached to the transaction. This could be constructed anywhere +down the line in a runtime. The current Substrate runtime uses a struct with the same name +to represent the dispatch class and weight.
Source§

type PostInfo = PostDispatchInfo

Additional information that is returned by dispatch. Can be used to supply the caller +with information about a Dispatchable that is only known post dispatch.
Source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
Source§

impl Encode for RuntimeCall

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletWithCustomOrigin, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl GetCallMetadata for RuntimeCall

Source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
Source§

fn get_module_names() -> &'static [&'static str]

Return all module names.
Source§

fn get_call_names(module: &str) -> &'static [&'static str]

Return all function names for the given module.
Source§

impl GetDispatchInfo for RuntimeCall

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type( + &self, +) -> Option<&CallableCallFor<PalletWithCustomOrigin, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl PartialEq for RuntimeCall

Source§

fn eq(&self, other: &RuntimeCall) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeCall

Source§

type Identity = RuntimeCall

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl UnfilteredDispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl DecodeWithMemTracking for RuntimeCall

Source§

impl EncodeLike for RuntimeCall

Source§

impl Eq for RuntimeCall

Source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where + Call: Dispatchable,

§

fn dispatch( + call: Call, + origin: <Call as Dispatchable>::RuntimeOrigin, +) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>

§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeError.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeError.html new file mode 100644 index 00000000..98956dd7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeError.html @@ -0,0 +1,186 @@ +RuntimeError in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeError

pub enum RuntimeError {
+    System(Error<Runtime>),
+}

Variants§

§

System(Error<Runtime>)

Implementations§

Source§

impl RuntimeError

Source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

+

Returns Some if the error matches the DispatchError::Module variant, otherwise None.

+

Trait Implementations§

Source§

impl Debug for RuntimeError

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeError

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeError

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Error<Runtime>> for RuntimeError

Source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl TryInto<Error<Runtime>> for RuntimeError

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeError

Source§

type Identity = RuntimeError

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeError

Source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeEvent.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeEvent.html new file mode 100644 index 00000000..a05eb6b6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeEvent.html @@ -0,0 +1,201 @@ +RuntimeEvent in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeEvent

pub enum RuntimeEvent {
+    System(Event<Runtime>),
+}

Variants§

§

System(Event<Runtime>)

Trait Implementations§

Source§

impl Clone for RuntimeEvent

Source§

fn clone(&self) -> RuntimeEvent

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeEvent

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeEvent

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeEvent

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for RuntimeEvent

Source§

fn eq(&self, other: &RuntimeEvent) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeEvent

Source§

type Identity = RuntimeEvent

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeEvent

Source§

impl EncodeLike for RuntimeEvent

Source§

impl Eq for RuntimeEvent

Source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeFreezeReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeFreezeReason.html new file mode 100644 index 00000000..2c877062 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeFreezeReason.html @@ -0,0 +1,199 @@ +RuntimeFreezeReason in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeFreezeReason

Enum RuntimeFreezeReason 

Source
pub enum RuntimeFreezeReason {}
Expand description

A reason for placing a freeze on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeFreezeReason

Source§

fn clone(&self) -> RuntimeFreezeReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeFreezeReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeFreezeReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeFreezeReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeFreezeReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeFreezeReason

Source§

fn eq(&self, other: &RuntimeFreezeReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeFreezeReason

Source§

type Identity = RuntimeFreezeReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeFreezeReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeFreezeReason

Source§

impl DecodeWithMemTracking for RuntimeFreezeReason

Source§

impl EncodeLike for RuntimeFreezeReason

Source§

impl Eq for RuntimeFreezeReason

Source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeHoldReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeHoldReason.html new file mode 100644 index 00000000..2220a977 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeHoldReason.html @@ -0,0 +1,199 @@ +RuntimeHoldReason in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeHoldReason

Enum RuntimeHoldReason 

Source
pub enum RuntimeHoldReason {}
Expand description

A reason for placing a hold on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeHoldReason

Source§

fn clone(&self) -> RuntimeHoldReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeHoldReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeHoldReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeHoldReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeHoldReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeHoldReason

Source§

fn eq(&self, other: &RuntimeHoldReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeHoldReason

Source§

type Identity = RuntimeHoldReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeHoldReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeHoldReason

Source§

impl DecodeWithMemTracking for RuntimeHoldReason

Source§

impl EncodeLike for RuntimeHoldReason

Source§

impl Eq for RuntimeHoldReason

Source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeLockId.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeLockId.html new file mode 100644 index 00000000..0775a7bc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeLockId.html @@ -0,0 +1,199 @@ +RuntimeLockId in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeLockId

pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeLockId

Source§

fn clone(&self) -> RuntimeLockId

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeLockId

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeLockId

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeLockId

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeLockId

Source§

fn eq(&self, other: &RuntimeLockId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeLockId

Source§

type Identity = RuntimeLockId

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeLockId

Source§

impl DecodeWithMemTracking for RuntimeLockId

Source§

impl EncodeLike for RuntimeLockId

Source§

impl Eq for RuntimeLockId

Source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeSlashReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeSlashReason.html new file mode 100644 index 00000000..7d13853c --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeSlashReason.html @@ -0,0 +1,199 @@ +RuntimeSlashReason in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeSlashReason

Enum RuntimeSlashReason 

Source
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeSlashReason

Source§

fn clone(&self) -> RuntimeSlashReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeSlashReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeSlashReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeSlashReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeSlashReason

Source§

fn eq(&self, other: &RuntimeSlashReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeSlashReason

Source§

type Identity = RuntimeSlashReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeSlashReason

Source§

impl DecodeWithMemTracking for RuntimeSlashReason

Source§

impl EncodeLike for RuntimeSlashReason

Source§

impl Eq for RuntimeSlashReason

Source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeTask.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeTask.html new file mode 100644 index 00000000..f0a90266 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeTask.html @@ -0,0 +1,199 @@ +RuntimeTask in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeTask

pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

Source§

impl Clone for RuntimeTask

Source§

fn clone(&self) -> RuntimeTask

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeTask

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeTask

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeTask

Source§

fn eq(&self, other: &RuntimeTask) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl Task for RuntimeTask

Source§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
Source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
Source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
Source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
Source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
Source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
Source§

impl TypeInfo for RuntimeTask

Source§

type Identity = RuntimeTask

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeTask

Source§

impl EncodeLike for RuntimeTask

Source§

impl Eq for RuntimeTask

Source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeViewFunction.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeViewFunction.html new file mode 100644 index 00000000..6f95fcd2 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/enum.RuntimeViewFunction.html @@ -0,0 +1,202 @@ +RuntimeViewFunction in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeViewFunction

Enum RuntimeViewFunction 

Source
pub enum RuntimeViewFunction {}
Expand description

Runtime query type.

+

Trait Implementations§

Source§

impl Clone for RuntimeViewFunction

Source§

fn clone(&self) -> RuntimeViewFunction

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeViewFunction

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeViewFunction

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl DispatchViewFunction for RuntimeViewFunction

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl Encode for RuntimeViewFunction

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeViewFunction

Source§

fn eq(&self, other: &RuntimeViewFunction) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeViewFunction

Source§

type Identity = RuntimeViewFunction

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeViewFunction

Source§

impl EncodeLike for RuntimeViewFunction

Source§

impl Eq for RuntimeViewFunction

Source§

impl StructuralPartialEq for RuntimeViewFunction

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/index.html new file mode 100644 index 00000000..db0884a7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/index.html @@ -0,0 +1,3 @@ +pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

Module runtime_for_origin

Module runtime_for_origin 

Source

Structs§

PalletInfo
Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.
Runtime
RuntimeGenesisConfig
RuntimeOrigin
The runtime origin type representing the origin of a call.

Enums§

OriginCaller
RuntimeCall
The aggregated runtime call type.
RuntimeError
RuntimeEvent
RuntimeFreezeReason
A reason for placing a freeze on funds.
RuntimeHoldReason
A reason for placing a hold on funds.
RuntimeLockId
An identifier for each lock placed on funds.
RuntimeSlashReason
A reason for slashing funds.
RuntimeTask
An aggregation of all Task enums across all pallets included in the current runtime.
RuntimeViewFunction
Runtime query type.

Type Aliases§

AllPalletsWithSystem
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithoutSystem
All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.
PalletWithCustomOrigin
System
SystemConfig
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/sidebar-items.js new file mode 100644 index 00000000..cc180568 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["OriginCaller","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeHoldReason","RuntimeLockId","RuntimeSlashReason","RuntimeTask","RuntimeViewFunction"],"struct":["PalletInfo","Runtime","RuntimeGenesisConfig","RuntimeOrigin"],"type":["AllPalletsWithSystem","AllPalletsWithoutSystem","PalletWithCustomOrigin","System","SystemConfig"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.PalletInfo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.PalletInfo.html new file mode 100644 index 00000000..bfa5ca0b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.PalletInfo.html @@ -0,0 +1,146 @@ +PalletInfo in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

PalletInfo

pub struct PalletInfo;
Expand description

Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.

+

Trait Implementations§

Source§

impl PalletInfo for PalletInfo

Source§

fn index<P: 'static>() -> Option<usize>

Convert the given pallet P into its index as configured in the runtime.
Source§

fn name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its name as configured in the runtime.
Source§

fn name_hash<P: 'static>() -> Option<[u8; 16]>

The two128 hash of name.
Source§

fn module_name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its Rust module name as used in construct_runtime!.
Source§

fn crate_version<P: 'static>() -> Option<CrateVersion>

Convert the given pallet P into its containing crate version.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.Runtime.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.Runtime.html new file mode 100644 index 00000000..77fbb0bf --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.Runtime.html @@ -0,0 +1,169 @@ +Runtime in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

Runtime

pub struct Runtime;

Implementations§

Source§

impl Runtime

Source

pub fn execute_view_function( + id: ViewFunctionId, + input: Vec<u8>, +) -> Result<Vec<u8>, ViewFunctionDispatchError>

Convenience function for view functions dispatching and execution from the runtime API.

+
Source§

impl Runtime

Source

pub fn metadata() -> RuntimeMetadataPrefixed

Source

pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

Source

pub fn metadata_versions() -> Vec<u32>

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for Runtime

Source§

fn clone(&self) -> Runtime

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Config for Runtime

Source§

type Block = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<<Runtime as Config>::AccountId, <Runtime as Config>::RuntimeCall, (), ()>>

The Block type used by the runtime. This is used by construct_runtime to retrieve the +extrinsics or other block specific data as needed.
Source§

type Nonce = <TestDefaultConfig as DefaultConfig>::Nonce

This stores the number of previous transactions associated with a sender account.
Source§

type Hash = <TestDefaultConfig as DefaultConfig>::Hash

The output of the Hashing function.
Source§

type Hashing = <TestDefaultConfig as DefaultConfig>::Hashing

The hashing system (algorithm) being used in the runtime (e.g. Blake2).
Source§

type AccountId = <TestDefaultConfig as DefaultConfig>::AccountId

The user account identifier type for the runtime.
Source§

type Lookup = <TestDefaultConfig as DefaultConfig>::Lookup

Converting trait to take a source type and convert to AccountId. Read more
Source§

type MaxConsumers = <TestDefaultConfig as DefaultConfig>::MaxConsumers

The maximum number of consumers allowed on a single account.
Source§

type AccountData = <TestDefaultConfig as DefaultConfig>::AccountData

Data to be associated with an account (other than nonce/transaction counter, which this +pallet does regardless).
Source§

type OnNewAccount = <TestDefaultConfig as DefaultConfig>::OnNewAccount

Handler for when a new account has just been created.
Source§

type OnKilledAccount = <TestDefaultConfig as DefaultConfig>::OnKilledAccount

A function that is invoked when an account has been determined to be dead. Read more
Source§

type SystemWeightInfo = <TestDefaultConfig as DefaultConfig>::SystemWeightInfo

Weight information for the extrinsics of this pallet.
Source§

type ExtensionsWeightInfo = <TestDefaultConfig as DefaultConfig>::ExtensionsWeightInfo

Weight information for the transaction extensions of this pallet.
Source§

type SS58Prefix = <TestDefaultConfig as DefaultConfig>::SS58Prefix

The designated SS58 prefix of this chain. Read more
Source§

type Version = <TestDefaultConfig as DefaultConfig>::Version

Get the chain’s in-code version.
Source§

type BlockWeights = <TestDefaultConfig as DefaultConfig>::BlockWeights

Block & extrinsics weights: base values and limits.
Source§

type BlockLength = <TestDefaultConfig as DefaultConfig>::BlockLength

The maximum length of a block (in bytes).
Source§

type DbWeight = <TestDefaultConfig as DefaultConfig>::DbWeight

The weight of runtime database operations the runtime can invoke.
Source§

type RuntimeEvent = RuntimeEvent

The aggregated event type of the runtime.
Source§

type RuntimeOrigin = RuntimeOrigin

The RuntimeOrigin type used by dispatchable calls.
Source§

type RuntimeCall = RuntimeCall

The aggregated RuntimeCall type.
Source§

type PalletInfo = PalletInfo

Provides information about the pallet setup in the runtime. Read more
Source§

type RuntimeTask = RuntimeTask

The aggregated RuntimeTask type.
Source§

type BaseCallFilter = <TestDefaultConfig as DefaultConfig>::BaseCallFilter

The basic call filter to use in Origin. All origins are built with this filter as base, +except Root. Read more
Source§

type BlockHashCount = <TestDefaultConfig as DefaultConfig>::BlockHashCount

Maximum number of block number to block hash mappings to keep (oldest pruned first).
Source§

type OnSetCode = <TestDefaultConfig as DefaultConfig>::OnSetCode

What to do if the runtime wants to change the code to something new. Read more
Source§

type SingleBlockMigrations = <TestDefaultConfig as DefaultConfig>::SingleBlockMigrations

All migrations that should run in the next runtime upgrade. Read more
Source§

type MultiBlockMigrator = <TestDefaultConfig as DefaultConfig>::MultiBlockMigrator

The migrator that is used to run Multi-Block-Migrations. Read more
Source§

type PreInherents = <TestDefaultConfig as DefaultConfig>::PreInherents

A callback that executes in every block directly before all inherents were applied. Read more
Source§

type PostInherents = <TestDefaultConfig as DefaultConfig>::PostInherents

A callback that executes in every block directly after all inherents were applied. Read more
Source§

type PostTransactions = <TestDefaultConfig as DefaultConfig>::PostTransactions

A callback that executes in every block directly after all transactions were applied. Read more
Source§

impl Config for Runtime

Source§

impl Debug for Runtime

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl GetRuntimeBlockType for Runtime

Source§

type RuntimeBlock = <Runtime as Config>::Block

The RuntimeBlock type.
Source§

impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime

Source§

fn is_inherent(ext: &<<Runtime as Config>::Block as Block>::Extrinsic) -> bool

Whether this extrinsic is an inherent.
Source§

impl PartialEq for Runtime

Source§

fn eq(&self, other: &Runtime) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for Runtime

Source§

type Identity = Runtime

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl ValidateUnsigned for Runtime

Source§

type Call = RuntimeCall

The call to validate
Source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
Source§

fn validate_unsigned( + source: TransactionSource, + call: &Self::Call, +) -> TransactionValidity

Return the validity of the call Read more
Source§

impl Copy for Runtime

Source§

impl Eq for Runtime

Source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.RuntimeGenesisConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.RuntimeGenesisConfig.html new file mode 100644 index 00000000..0fdc1063 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.RuntimeGenesisConfig.html @@ -0,0 +1,153 @@ +RuntimeGenesisConfig in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeGenesisConfig

Struct RuntimeGenesisConfig 

Source
pub struct RuntimeGenesisConfig {
+    pub system: SystemConfig,
+}

Fields§

§system: SystemConfig

Trait Implementations§

Source§

impl BuildGenesisConfig for RuntimeGenesisConfig

Source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
Source§

impl Default for RuntimeGenesisConfig

Source§

fn default() -> RuntimeGenesisConfig

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for RuntimeGenesisConfig

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AccountId for T
where + T: Serialize,

Source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> Hash for T

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> MaybeSerialize for T
where + T: Serialize,

§

impl<T> MaybeSerializeDeserialize for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.RuntimeOrigin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.RuntimeOrigin.html new file mode 100644 index 00000000..9c9fe371 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/struct.RuntimeOrigin.html @@ -0,0 +1,161 @@ +RuntimeOrigin in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

RuntimeOrigin

pub struct RuntimeOrigin {
+    pub caller: OriginCaller,
+    /* private fields */
+}
Expand description

The runtime origin type representing the origin of a call.

+

Origin is always created with the base filter configured in [frame_system::Config::BaseCallFilter].

+

Fields§

§caller: OriginCaller

Implementations§

Source§

impl RuntimeOrigin

Source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

+

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl AsTransactionAuthorizedOrigin for RuntimeOrigin

Source§

fn is_transaction_authorized(&self) -> bool

Whether the origin is authorized to include a transaction in a block. Read more
Source§

impl Clone for RuntimeOrigin

Source§

fn clone(&self) -> RuntimeOrigin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeOrigin

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

+
Source§

impl From<Origin> for RuntimeOrigin

Source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_with_custom_origin::Config::BaseCallFilter].

+
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
Source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

Source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
Source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

Source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
Source§

impl OriginTrait for RuntimeOrigin

Source§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
Source§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
Source§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
Source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
Source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
Source§

fn set_caller(&mut self, caller: OriginCaller)

Replace the caller with caller from the other origin
Source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
Source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered +out. Read more
Source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
Source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
Source§

fn try_with_caller<R>( + self, + f: impl FnOnce(Self::PalletsOrigin) -> Result<R, Self::PalletsOrigin>, +) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
Source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
Source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
Source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn set_caller_from_signed(&mut self, caller_account: Self::AccountId)

Replace the caller with caller from the other origin
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.
§

fn as_signer(&self) -> Option<&Self::AccountId>

Extract a reference to the signer, if that’s what the caller is.
Source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.AllPalletsWithSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.AllPalletsWithSystem.html new file mode 100644 index 00000000..f8f407f5 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.AllPalletsWithSystem.html @@ -0,0 +1,2 @@ +AllPalletsWithSystem in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

AllPalletsWithSystem

Type Alias AllPalletsWithSystem 

Source
pub type AllPalletsWithSystem = (System, PalletWithCustomOrigin);
Expand description

All pallets included in the runtime as a nested tuple of types.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.AllPalletsWithoutSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.AllPalletsWithoutSystem.html new file mode 100644 index 00000000..6f547287 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.AllPalletsWithoutSystem.html @@ -0,0 +1,3 @@ +AllPalletsWithoutSystem in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

AllPalletsWithoutSystem

Type Alias AllPalletsWithoutSystem 

Source
pub type AllPalletsWithoutSystem = (PalletWithCustomOrigin,);
Expand description

All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.PalletWithCustomOrigin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.PalletWithCustomOrigin.html new file mode 100644 index 00000000..779e4f20 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.PalletWithCustomOrigin.html @@ -0,0 +1 @@ +PalletWithCustomOrigin in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

PalletWithCustomOrigin

Type Alias PalletWithCustomOrigin 

Source
pub type PalletWithCustomOrigin = Pallet<Runtime>;

Aliased Type§

pub struct PalletWithCustomOrigin(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.System.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.System.html new file mode 100644 index 00000000..398d4ce9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.System.html @@ -0,0 +1 @@ +System in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

System

pub type System = Pallet<Runtime>;

Aliased Type§

pub struct System(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.SystemConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.SystemConfig.html new file mode 100644 index 00000000..ae0806ca --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/runtime_for_origin/type.SystemConfig.html @@ -0,0 +1,3 @@ +SystemConfig in pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin - Rust

SystemConfig

Type Alias SystemConfig 

Source
pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct SystemConfig {
+    pub _config: PhantomData<Runtime>,
+}

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/sidebar-items.js new file mode 100644 index 00000000..234a3fee --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_origin/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["pallet_for_origin","pallet_with_custom_origin","pallet_with_external_origin","runtime_for_external_origin","runtime_for_origin"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/index.html new file mode 100644 index 00000000..1b334ec9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/index.html @@ -0,0 +1,199 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling - Rust

Module frame_pallet_coupling

Module frame_pallet_coupling 

Source
Expand description

Learn about the different ways through which multiple [frame] pallets can be combined to work +together.

+

§FRAME Pallet Coupling

+

This reference document explains how FRAME pallets can be combined to interact together.

+

It is suggested to re-read crate::pezkuwi_sdk::frame_runtime, notably the information +around [frame::pallet_macros::config]. Recall that:

+
+

Configuration trait of a pallet: It allows a pallet to receive types at a later +point from the runtime that wishes to contain it. It allows the pallet to be parameterized +over both types and values.

+
+

§Context, Background

+

FRAME pallets, as per described in crate::pezkuwi_sdk::frame_runtime are:

+
+

A pallet is a unit of encapsulated logic. It has a clearly defined responsibility and can be +linked to other pallets.

+
+

That is to say:

+
    +
  • encapsulated: Ideally, a FRAME pallet contains encapsulated logic which has clear +boundaries. It is generally a bad idea to build a single monolithic pallet that does multiple +things, such as handling currencies, identities and staking all at the same time.
  • +
  • linked to other pallets: But, adhering extensively to the above also hinders the ability to +write useful applications. Pallets often need to work with each other, communicate and use +each other’s functionalities.
  • +
+

The broad principle that allows pallets to be linked together is the same way through which a +pallet uses its Config trait to receive types and values from the runtime that contains it.

+

There are generally two ways to achieve this:

+
    +
  1. Tight coupling pallets.
  2. +
  3. Loose coupling pallets.
  4. +
+

To explain the difference between the two, consider two pallets, A and B. In both cases, A +wants to use some functionality exposed by B.

+

When tightly coupling pallets, A can only exist in a runtime if B is also present in the +same runtime. That is, A is expressing that can only work if B is present.

+

This translates to the following Rust code:

+ +
trait Pallet_B_Config {}
+trait Pallet_A_Config: Pallet_B_Config {}
+

Contrary, when pallets are loosely coupled, A expresses that some functionality, expressed via +a trait F, needs to be fulfilled. This trait is then implemented by B, and the two pallets +are linked together at the runtime level. This means that A only relies on the implementation +of F, which may be B, or another implementation of F.

+

This translates to the following Rust code:

+ +
trait F {}
+trait Pallet_A_Config {
+   type F: F;
+}
+// Pallet_B will implement and fulfill `F`.

§Example

+

Consider the following example, in which pallet-foo needs another pallet to provide the block +author to it, and pallet-author which has access to this information.

+ +
#[frame::pallet]
+pub mod pallet_foo {
+	use super::*;
+
+	#[pallet::config]
+	pub trait Config: frame_system::Config {}
+
+	#[pallet::pallet]
+	pub struct Pallet<T>(_);
+
+	impl<T: Config> Pallet<T> {
+		fn do_stuff_with_author() {
+			// needs block author here
+		}
+	}
+}
+
#[frame::pallet]
+pub mod pallet_author {
+	use super::*;
+
+	#[pallet::config]
+	pub trait Config: frame_system::Config {}
+
+	#[pallet::pallet]
+	pub struct Pallet<T>(_);
+
+	impl<T: Config> Pallet<T> {
+		pub fn author() -> T::AccountId {
+			todo!("somehow has access to the block author and can return it here")
+		}
+	}
+}

§Tight Coupling Pallets

+

To tightly couple pallet-foo and pallet-author, we use Rust’s supertrait system. When a +pallet makes its own trait Config be bounded by another pallet’s trait Config, it is +expressing two things:

+
    +
  1. That it can only exist in a runtime if the other pallet is also present.
  2. +
  3. That it can use the other pallet’s functionality.
  4. +
+

pallet-foo’s Config would then look like:

+ +
#[pallet::config]
+pub trait Config: frame_system::Config + pallet_author::Config {}
+

And pallet-foo can use the method exposed by pallet_author::Pallet directly:

+ +
impl<T: Config> Pallet<T> {
+	// anywhere in `pallet-foo`, we can call into `pallet-author` directly, namely because
+	// `T: pallet_author::Config`
+	fn do_stuff_with_author() {
+		let _ = pallet_author::Pallet::<T>::author();
+	}
+}

§Loosely Coupling Pallets

+

If pallet-foo wants to not rely on pallet-author directly, it can leverage its +Config’s associated types. First, we need a trait to express the functionality that +pallet-foo wants to obtain:

+ +
pub trait AuthorProvider<AccountId> {
+	fn author() -> AccountId;
+}
+
+

We sometimes refer to such traits that help two pallets interact as “glue traits”.

+
+

Next, pallet-foo states that it needs this trait to be provided to it, at the runtime level, +via an associated type:

+ +
#[pallet::config]
+pub trait Config: frame_system::Config {
+	/// This pallet relies on the existence of something that implements [`AuthorProvider`],
+	/// which may or may not be `pallet-author`.
+	type AuthorProvider: AuthorProvider<Self::AccountId>;
+}
+

Then, pallet-foo can use this trait to obtain the block author, without knowing where it comes +from:

+ +
impl<T: Config> Pallet<T> {
+	fn do_stuff_with_author() {
+		let _ = T::AuthorProvider::author();
+	}
+}
+

Then, if pallet-author implements this glue-trait:

+ +
impl<T: pallet_author::Config> AuthorProvider<T::AccountId> for pallet_author::Pallet<T> {
+	fn author() -> T::AccountId {
+		pallet_author::Pallet::<T>::author()
+	}
+}
+

And upon the creation of the runtime, the two pallets are linked together as such:

+ +
impl pallet_foo_loose::Config for Runtime {
+	type AuthorProvider = pallet_author::Pallet<Runtime>;
+	// which is also equivalent to
+	// type AuthorProvider = PalletAuthor;
+}
+

Crucially, when using loose coupling, we gain the flexibility of providing different +implementations of AuthorProvider, such that different users of a pallet-foo can use +different ones, without any code change being needed. For example, in the code snippets of this +module, you can find OtherAuthorProvider, which is an alternative implementation of +AuthorProvider.

+ +
impl<AccountId> AuthorProvider<AccountId> for OtherAuthorProvider {
+	fn author() -> AccountId {
+		todo!("somehow get the block author here")
+	}
+}
+

A common pattern in pezkuwi-sdk is to provide an implementation of such glu traits for the unit +type as a “default/test behavior”.

+ +
impl<AccountId> AuthorProvider<AccountId> for () {
+	fn author() -> AccountId {
+		todo!("somehow get the block author here")
+	}
+}

§Frame System

+

With the above information in context, we can conclude that frame_system is a special pallet +that is tightly coupled with every other pallet. This is because it provides the fundamental +system functionality that every pallet needs, such as some types like +[frame::prelude::frame_system::Config::AccountId], +[frame::prelude::frame_system::Config::Hash], and some functionality such as block number, +etc.

+

§Recap

+

To recap, consider the following rules of thumb:

+
    +
  • In all cases, try and break down big pallets apart with clear boundaries of responsibility. In +general, it is easier to argue about multiple pallet if they only communicate together via a +known trait, rather than having access to all of each others public items, such as storage and +dispatchables.
  • +
  • If a group of pallets is meant to work together, but is not foreseen to be generalized, or +used by others, consider tightly coupling pallets, if it simplifies the development.
  • +
  • If a pallet needs a functionality provided by another pallet, but multiple implementations can +be foreseen, consider loosely coupling pallets.
  • +
+

For example, all pallets in pezkuwi-sdk that needed to work with currencies could have been +tightly coupled with [pallet_balances]. But, pezkuwi-sdk also provides [pallet_assets] +(and more implementations by the community), therefore all pallets use traits to loosely couple +with balances or assets pallet. More on this in crate::reference_docs::frame_tokens.

+

§Further References

+ +

Modules§

pallet_author
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
pallet_foo
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
pallet_foo_loose
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
pallet_foo_tight
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
runtime

Structs§

OtherAuthorProvider

Traits§

AuthorProvider
Abstraction over “something that can provide the block author”.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/dispatchables/index.html new file mode 100644 index 00000000..5d11aab7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/dispatchables/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/enum.Call.html new file mode 100644 index 00000000..013a1444 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/enum.Call.html @@ -0,0 +1,214 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author - Rust

Call

pub enum Call<T: Config> {
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/index.html new file mode 100644 index 00000000..c697b7d9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author - Rust

Module pallet_author

Module pallet_author 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/sidebar-items.js new file mode 100644 index 00000000..3eb9a563 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/storage_types/index.html new file mode 100644 index 00000000..59a8b109 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/struct.Pallet.html new file mode 100644 index 00000000..1796d16d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/struct.Pallet.html @@ -0,0 +1,175 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn author() -> T::AccountId

Trait Implementations§

Source§

impl<T: Config> AuthorProvider<<T as Config>::AccountId> for Pallet<T>

Source§

fn author() -> T::AccountId

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/trait.Config.html new file mode 100644 index 00000000..0ca14219 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/trait.Config.html @@ -0,0 +1,6 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author - Rust

Config

pub trait Config: Config { }
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/type.Module.html new file mode 100644 index 00000000..02e05a66 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/dispatchables/index.html new file mode 100644 index 00000000..31bc1e7f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/dispatchables/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/enum.Call.html new file mode 100644 index 00000000..f4d6901d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/enum.Call.html @@ -0,0 +1,214 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo - Rust

Call

pub enum Call<T: Config> {
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/index.html new file mode 100644 index 00000000..13eca8dc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo - Rust

Module pallet_foo

Module pallet_foo 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/sidebar-items.js new file mode 100644 index 00000000..3eb9a563 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/storage_types/index.html new file mode 100644 index 00000000..9648a939 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/struct.Pallet.html new file mode 100644 index 00000000..6e7c2d30 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/struct.Pallet.html @@ -0,0 +1,175 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/trait.Config.html new file mode 100644 index 00000000..0e34d2a1 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/trait.Config.html @@ -0,0 +1,6 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo - Rust

Config

pub trait Config: Config { }
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/type.Module.html new file mode 100644 index 00000000..d0adcef0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/dispatchables/index.html new file mode 100644 index 00000000..fda33ccf --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/dispatchables/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/enum.Call.html new file mode 100644 index 00000000..028265f6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/enum.Call.html @@ -0,0 +1,214 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose - Rust

Call

pub enum Call<T: Config> {
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/index.html new file mode 100644 index 00000000..a36cf9e4 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose - Rust

Module pallet_foo_loose

Module pallet_foo_loose 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/sidebar-items.js new file mode 100644 index 00000000..3eb9a563 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/storage_types/index.html new file mode 100644 index 00000000..403eeee5 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/struct.Pallet.html new file mode 100644 index 00000000..531967c2 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/struct.Pallet.html @@ -0,0 +1,175 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/trait.Config.html new file mode 100644 index 00000000..fe406b54 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/trait.Config.html @@ -0,0 +1,10 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose - Rust

Config

pub trait Config: Config {
+    type AuthorProvider: AuthorProvider<Self::AccountId>;
+}
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Required Associated Types§

Source

type AuthorProvider: AuthorProvider<Self::AccountId>

This pallet relies on the existence of something that implements AuthorProvider, +which may or may not be pallet-author.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/type.Module.html new file mode 100644 index 00000000..39238f77 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/dispatchables/index.html new file mode 100644 index 00000000..c1c3cf48 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/dispatchables/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/enum.Call.html new file mode 100644 index 00000000..b4b52cc5 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/enum.Call.html @@ -0,0 +1,214 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight - Rust

Call

pub enum Call<T: Config> {
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/index.html new file mode 100644 index 00000000..2ef41d80 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight - Rust

Module pallet_foo_tight

Module pallet_foo_tight 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/sidebar-items.js new file mode 100644 index 00000000..3eb9a563 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/storage_types/index.html new file mode 100644 index 00000000..5ca4a344 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/struct.Pallet.html new file mode 100644 index 00000000..9110c230 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/struct.Pallet.html @@ -0,0 +1,175 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/trait.Config.html new file mode 100644 index 00000000..86d5ca4b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/trait.Config.html @@ -0,0 +1,7 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight - Rust

Config

pub trait Config: Config + Config { }
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait. +This pallet can only live in a runtime that has both frame_system and pallet_author.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/type.Module.html new file mode 100644 index 00000000..efe00ecd --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.OriginCaller.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.OriginCaller.html new file mode 100644 index 00000000..e426070a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.OriginCaller.html @@ -0,0 +1,203 @@ +OriginCaller in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

OriginCaller

pub enum OriginCaller {
+    system(Origin<Runtime>),
+    Void(Void),
+}

Variants§

§

system(Origin<Runtime>)

§

Void(Void)

Trait Implementations§

Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for OriginCaller

Source§

fn clone(&self) -> OriginCaller

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for OriginCaller

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for OriginCaller

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for OriginCaller

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

Source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl MaxEncodedLen for OriginCaller

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for OriginCaller

Source§

fn eq(&self, other: &OriginCaller) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryFrom<OriginCaller> for Origin<Runtime>

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
Source§

impl TypeInfo for OriginCaller

Source§

type Identity = OriginCaller

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for OriginCaller

Source§

impl EncodeLike for OriginCaller

Source§

impl Eq for OriginCaller

Source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeCall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeCall.html new file mode 100644 index 00000000..a5163c38 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeCall.html @@ -0,0 +1,218 @@ +RuntimeCall in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeCall

pub enum RuntimeCall {
+    System(CallableCallFor<System, Runtime>),
+}
Expand description

The aggregated runtime call type.

+

Variants§

§

System(CallableCallFor<System, Runtime>)

Trait Implementations§

Source§

impl Authorize for RuntimeCall

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl CheckIfFeeless for RuntimeCall

Source§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl Clone for RuntimeCall

Source§

fn clone(&self) -> RuntimeCall

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeCall

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeCall

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Dispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was +generated from. In the case of a signed extrinsic (transaction), the origin contains an +identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
Source§

type Config = RuntimeCall

Source§

type Info = DispatchInfo

An opaque set of information attached to the transaction. This could be constructed anywhere +down the line in a runtime. The current Substrate runtime uses a struct with the same name +to represent the dispatch class and weight.
Source§

type PostInfo = PostDispatchInfo

Additional information that is returned by dispatch. Can be used to supply the caller +with information about a Dispatchable that is only known post dispatch.
Source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
Source§

impl Encode for RuntimeCall

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl GetCallMetadata for RuntimeCall

Source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
Source§

fn get_module_names() -> &'static [&'static str]

Return all module names.
Source§

fn get_call_names(module: &str) -> &'static [&'static str]

Return all function names for the given module.
Source§

impl GetDispatchInfo for RuntimeCall

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl PartialEq for RuntimeCall

Source§

fn eq(&self, other: &RuntimeCall) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeCall

Source§

type Identity = RuntimeCall

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl UnfilteredDispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl DecodeWithMemTracking for RuntimeCall

Source§

impl EncodeLike for RuntimeCall

Source§

impl Eq for RuntimeCall

Source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where + Call: Dispatchable,

§

fn dispatch( + call: Call, + origin: <Call as Dispatchable>::RuntimeOrigin, +) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>

§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeError.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeError.html new file mode 100644 index 00000000..0ab44975 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeError.html @@ -0,0 +1,186 @@ +RuntimeError in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeError

pub enum RuntimeError {
+    System(Error<Runtime>),
+}

Variants§

§

System(Error<Runtime>)

Implementations§

Source§

impl RuntimeError

Source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

+

Returns Some if the error matches the DispatchError::Module variant, otherwise None.

+

Trait Implementations§

Source§

impl Debug for RuntimeError

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeError

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeError

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Error<Runtime>> for RuntimeError

Source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl TryInto<Error<Runtime>> for RuntimeError

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeError

Source§

type Identity = RuntimeError

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeError

Source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeEvent.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeEvent.html new file mode 100644 index 00000000..4eeae9c4 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeEvent.html @@ -0,0 +1,201 @@ +RuntimeEvent in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeEvent

pub enum RuntimeEvent {
+    System(Event<Runtime>),
+}

Variants§

§

System(Event<Runtime>)

Trait Implementations§

Source§

impl Clone for RuntimeEvent

Source§

fn clone(&self) -> RuntimeEvent

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeEvent

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeEvent

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeEvent

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for RuntimeEvent

Source§

fn eq(&self, other: &RuntimeEvent) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeEvent

Source§

type Identity = RuntimeEvent

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeEvent

Source§

impl EncodeLike for RuntimeEvent

Source§

impl Eq for RuntimeEvent

Source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeFreezeReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeFreezeReason.html new file mode 100644 index 00000000..03fe813a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeFreezeReason.html @@ -0,0 +1,199 @@ +RuntimeFreezeReason in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeFreezeReason

Enum RuntimeFreezeReason 

Source
pub enum RuntimeFreezeReason {}
Expand description

A reason for placing a freeze on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeFreezeReason

Source§

fn clone(&self) -> RuntimeFreezeReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeFreezeReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeFreezeReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeFreezeReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeFreezeReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeFreezeReason

Source§

fn eq(&self, other: &RuntimeFreezeReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeFreezeReason

Source§

type Identity = RuntimeFreezeReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeFreezeReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeFreezeReason

Source§

impl DecodeWithMemTracking for RuntimeFreezeReason

Source§

impl EncodeLike for RuntimeFreezeReason

Source§

impl Eq for RuntimeFreezeReason

Source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeHoldReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeHoldReason.html new file mode 100644 index 00000000..9756abdc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeHoldReason.html @@ -0,0 +1,199 @@ +RuntimeHoldReason in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeHoldReason

Enum RuntimeHoldReason 

Source
pub enum RuntimeHoldReason {}
Expand description

A reason for placing a hold on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeHoldReason

Source§

fn clone(&self) -> RuntimeHoldReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeHoldReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeHoldReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeHoldReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeHoldReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeHoldReason

Source§

fn eq(&self, other: &RuntimeHoldReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeHoldReason

Source§

type Identity = RuntimeHoldReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeHoldReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeHoldReason

Source§

impl DecodeWithMemTracking for RuntimeHoldReason

Source§

impl EncodeLike for RuntimeHoldReason

Source§

impl Eq for RuntimeHoldReason

Source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeLockId.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeLockId.html new file mode 100644 index 00000000..0a9cee98 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeLockId.html @@ -0,0 +1,199 @@ +RuntimeLockId in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeLockId

pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeLockId

Source§

fn clone(&self) -> RuntimeLockId

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeLockId

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeLockId

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeLockId

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeLockId

Source§

fn eq(&self, other: &RuntimeLockId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeLockId

Source§

type Identity = RuntimeLockId

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeLockId

Source§

impl DecodeWithMemTracking for RuntimeLockId

Source§

impl EncodeLike for RuntimeLockId

Source§

impl Eq for RuntimeLockId

Source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeSlashReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeSlashReason.html new file mode 100644 index 00000000..82042cda --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeSlashReason.html @@ -0,0 +1,199 @@ +RuntimeSlashReason in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeSlashReason

Enum RuntimeSlashReason 

Source
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeSlashReason

Source§

fn clone(&self) -> RuntimeSlashReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeSlashReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeSlashReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeSlashReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeSlashReason

Source§

fn eq(&self, other: &RuntimeSlashReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeSlashReason

Source§

type Identity = RuntimeSlashReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeSlashReason

Source§

impl DecodeWithMemTracking for RuntimeSlashReason

Source§

impl EncodeLike for RuntimeSlashReason

Source§

impl Eq for RuntimeSlashReason

Source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeTask.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeTask.html new file mode 100644 index 00000000..3d1287b3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeTask.html @@ -0,0 +1,199 @@ +RuntimeTask in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeTask

pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

Source§

impl Clone for RuntimeTask

Source§

fn clone(&self) -> RuntimeTask

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeTask

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeTask

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeTask

Source§

fn eq(&self, other: &RuntimeTask) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl Task for RuntimeTask

Source§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
Source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
Source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
Source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
Source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
Source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
Source§

impl TypeInfo for RuntimeTask

Source§

type Identity = RuntimeTask

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeTask

Source§

impl EncodeLike for RuntimeTask

Source§

impl Eq for RuntimeTask

Source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeViewFunction.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeViewFunction.html new file mode 100644 index 00000000..0472f794 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/enum.RuntimeViewFunction.html @@ -0,0 +1,202 @@ +RuntimeViewFunction in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeViewFunction

Enum RuntimeViewFunction 

Source
pub enum RuntimeViewFunction {}
Expand description

Runtime query type.

+

Trait Implementations§

Source§

impl Clone for RuntimeViewFunction

Source§

fn clone(&self) -> RuntimeViewFunction

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeViewFunction

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeViewFunction

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl DispatchViewFunction for RuntimeViewFunction

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl Encode for RuntimeViewFunction

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeViewFunction

Source§

fn eq(&self, other: &RuntimeViewFunction) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeViewFunction

Source§

type Identity = RuntimeViewFunction

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeViewFunction

Source§

impl EncodeLike for RuntimeViewFunction

Source§

impl Eq for RuntimeViewFunction

Source§

impl StructuralPartialEq for RuntimeViewFunction

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/index.html new file mode 100644 index 00000000..e7eb8c74 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/index.html @@ -0,0 +1,3 @@ +pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

Module runtime

Structs§

PalletInfo
Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.
Runtime
RuntimeGenesisConfig
RuntimeOrigin
The runtime origin type representing the origin of a call.

Enums§

OriginCaller
RuntimeCall
The aggregated runtime call type.
RuntimeError
RuntimeEvent
RuntimeFreezeReason
A reason for placing a freeze on funds.
RuntimeHoldReason
A reason for placing a hold on funds.
RuntimeLockId
An identifier for each lock placed on funds.
RuntimeSlashReason
A reason for slashing funds.
RuntimeTask
An aggregation of all Task enums across all pallets included in the current runtime.
RuntimeViewFunction
Runtime query type.

Type Aliases§

AllPalletsWithSystem
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithoutSystem
All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.
PalletAuthor
PalletFoo
System
SystemConfig
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/sidebar-items.js new file mode 100644 index 00000000..f73dbb31 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["OriginCaller","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeHoldReason","RuntimeLockId","RuntimeSlashReason","RuntimeTask","RuntimeViewFunction"],"struct":["PalletInfo","Runtime","RuntimeGenesisConfig","RuntimeOrigin"],"type":["AllPalletsWithSystem","AllPalletsWithoutSystem","PalletAuthor","PalletFoo","System","SystemConfig"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.PalletInfo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.PalletInfo.html new file mode 100644 index 00000000..80dfab9f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.PalletInfo.html @@ -0,0 +1,146 @@ +PalletInfo in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

PalletInfo

pub struct PalletInfo;
Expand description

Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.

+

Trait Implementations§

Source§

impl PalletInfo for PalletInfo

Source§

fn index<P: 'static>() -> Option<usize>

Convert the given pallet P into its index as configured in the runtime.
Source§

fn name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its name as configured in the runtime.
Source§

fn name_hash<P: 'static>() -> Option<[u8; 16]>

The two128 hash of name.
Source§

fn module_name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its Rust module name as used in construct_runtime!.
Source§

fn crate_version<P: 'static>() -> Option<CrateVersion>

Convert the given pallet P into its containing crate version.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.Runtime.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.Runtime.html new file mode 100644 index 00000000..f5e9c58c --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.Runtime.html @@ -0,0 +1,170 @@ +Runtime in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

Runtime

pub struct Runtime;

Implementations§

Source§

impl Runtime

Source

pub fn execute_view_function( + id: ViewFunctionId, + input: Vec<u8>, +) -> Result<Vec<u8>, ViewFunctionDispatchError>

Convenience function for view functions dispatching and execution from the runtime API.

+
Source§

impl Runtime

Source

pub fn metadata() -> RuntimeMetadataPrefixed

Source

pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

Source

pub fn metadata_versions() -> Vec<u32>

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for Runtime

Source§

fn clone(&self) -> Runtime

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Config for Runtime

Source§

type Block = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<<Runtime as Config>::AccountId, <Runtime as Config>::RuntimeCall, (), ()>>

The Block type used by the runtime. This is used by construct_runtime to retrieve the +extrinsics or other block specific data as needed.
Source§

type Nonce = <TestDefaultConfig as DefaultConfig>::Nonce

This stores the number of previous transactions associated with a sender account.
Source§

type Hash = <TestDefaultConfig as DefaultConfig>::Hash

The output of the Hashing function.
Source§

type Hashing = <TestDefaultConfig as DefaultConfig>::Hashing

The hashing system (algorithm) being used in the runtime (e.g. Blake2).
Source§

type AccountId = <TestDefaultConfig as DefaultConfig>::AccountId

The user account identifier type for the runtime.
Source§

type Lookup = <TestDefaultConfig as DefaultConfig>::Lookup

Converting trait to take a source type and convert to AccountId. Read more
Source§

type MaxConsumers = <TestDefaultConfig as DefaultConfig>::MaxConsumers

The maximum number of consumers allowed on a single account.
Source§

type AccountData = <TestDefaultConfig as DefaultConfig>::AccountData

Data to be associated with an account (other than nonce/transaction counter, which this +pallet does regardless).
Source§

type OnNewAccount = <TestDefaultConfig as DefaultConfig>::OnNewAccount

Handler for when a new account has just been created.
Source§

type OnKilledAccount = <TestDefaultConfig as DefaultConfig>::OnKilledAccount

A function that is invoked when an account has been determined to be dead. Read more
Source§

type SystemWeightInfo = <TestDefaultConfig as DefaultConfig>::SystemWeightInfo

Weight information for the extrinsics of this pallet.
Source§

type ExtensionsWeightInfo = <TestDefaultConfig as DefaultConfig>::ExtensionsWeightInfo

Weight information for the transaction extensions of this pallet.
Source§

type SS58Prefix = <TestDefaultConfig as DefaultConfig>::SS58Prefix

The designated SS58 prefix of this chain. Read more
Source§

type Version = <TestDefaultConfig as DefaultConfig>::Version

Get the chain’s in-code version.
Source§

type BlockWeights = <TestDefaultConfig as DefaultConfig>::BlockWeights

Block & extrinsics weights: base values and limits.
Source§

type BlockLength = <TestDefaultConfig as DefaultConfig>::BlockLength

The maximum length of a block (in bytes).
Source§

type DbWeight = <TestDefaultConfig as DefaultConfig>::DbWeight

The weight of runtime database operations the runtime can invoke.
Source§

type RuntimeEvent = RuntimeEvent

The aggregated event type of the runtime.
Source§

type RuntimeOrigin = RuntimeOrigin

The RuntimeOrigin type used by dispatchable calls.
Source§

type RuntimeCall = RuntimeCall

The aggregated RuntimeCall type.
Source§

type PalletInfo = PalletInfo

Provides information about the pallet setup in the runtime. Read more
Source§

type RuntimeTask = RuntimeTask

The aggregated RuntimeTask type.
Source§

type BaseCallFilter = <TestDefaultConfig as DefaultConfig>::BaseCallFilter

The basic call filter to use in Origin. All origins are built with this filter as base, +except Root. Read more
Source§

type BlockHashCount = <TestDefaultConfig as DefaultConfig>::BlockHashCount

Maximum number of block number to block hash mappings to keep (oldest pruned first).
Source§

type OnSetCode = <TestDefaultConfig as DefaultConfig>::OnSetCode

What to do if the runtime wants to change the code to something new. Read more
Source§

type SingleBlockMigrations = <TestDefaultConfig as DefaultConfig>::SingleBlockMigrations

All migrations that should run in the next runtime upgrade. Read more
Source§

type MultiBlockMigrator = <TestDefaultConfig as DefaultConfig>::MultiBlockMigrator

The migrator that is used to run Multi-Block-Migrations. Read more
Source§

type PreInherents = <TestDefaultConfig as DefaultConfig>::PreInherents

A callback that executes in every block directly before all inherents were applied. Read more
Source§

type PostInherents = <TestDefaultConfig as DefaultConfig>::PostInherents

A callback that executes in every block directly after all inherents were applied. Read more
Source§

type PostTransactions = <TestDefaultConfig as DefaultConfig>::PostTransactions

A callback that executes in every block directly after all transactions were applied. Read more
Source§

impl Config for Runtime

Source§

type AuthorProvider = Pallet<Runtime>

This pallet relies on the existence of something that implements AuthorProvider, +which may or may not be pallet-author.
Source§

impl Debug for Runtime

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl GetRuntimeBlockType for Runtime

Source§

type RuntimeBlock = <Runtime as Config>::Block

The RuntimeBlock type.
Source§

impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime

Source§

fn is_inherent(ext: &<<Runtime as Config>::Block as Block>::Extrinsic) -> bool

Whether this extrinsic is an inherent.
Source§

impl PartialEq for Runtime

Source§

fn eq(&self, other: &Runtime) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for Runtime

Source§

type Identity = Runtime

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl ValidateUnsigned for Runtime

Source§

type Call = RuntimeCall

The call to validate
Source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
Source§

fn validate_unsigned( + source: TransactionSource, + call: &Self::Call, +) -> TransactionValidity

Return the validity of the call Read more
Source§

impl Config for Runtime

Source§

impl Copy for Runtime

Source§

impl Eq for Runtime

Source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.RuntimeGenesisConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.RuntimeGenesisConfig.html new file mode 100644 index 00000000..78856ffc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.RuntimeGenesisConfig.html @@ -0,0 +1,153 @@ +RuntimeGenesisConfig in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeGenesisConfig

Struct RuntimeGenesisConfig 

Source
pub struct RuntimeGenesisConfig {
+    pub system: SystemConfig,
+}

Fields§

§system: SystemConfig

Trait Implementations§

Source§

impl BuildGenesisConfig for RuntimeGenesisConfig

Source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
Source§

impl Default for RuntimeGenesisConfig

Source§

fn default() -> RuntimeGenesisConfig

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for RuntimeGenesisConfig

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AccountId for T
where + T: Serialize,

Source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> Hash for T

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> MaybeSerialize for T
where + T: Serialize,

§

impl<T> MaybeSerializeDeserialize for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.RuntimeOrigin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.RuntimeOrigin.html new file mode 100644 index 00000000..41949f34 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/struct.RuntimeOrigin.html @@ -0,0 +1,159 @@ +RuntimeOrigin in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

RuntimeOrigin

Struct RuntimeOrigin 

Source
pub struct RuntimeOrigin {
+    pub caller: OriginCaller,
+    /* private fields */
+}
Expand description

The runtime origin type representing the origin of a call.

+

Origin is always created with the base filter configured in [frame_system::Config::BaseCallFilter].

+

Fields§

§caller: OriginCaller

Implementations§

Source§

impl RuntimeOrigin

Source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

+

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl AsTransactionAuthorizedOrigin for RuntimeOrigin

Source§

fn is_transaction_authorized(&self) -> bool

Whether the origin is authorized to include a transaction in a block. Read more
Source§

impl Clone for RuntimeOrigin

Source§

fn clone(&self) -> RuntimeOrigin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeOrigin

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

+
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
Source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

Source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
Source§

impl OriginTrait for RuntimeOrigin

Source§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
Source§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
Source§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
Source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
Source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
Source§

fn set_caller(&mut self, caller: OriginCaller)

Replace the caller with caller from the other origin
Source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
Source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered +out. Read more
Source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
Source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
Source§

fn try_with_caller<R>( + self, + f: impl FnOnce(Self::PalletsOrigin) -> Result<R, Self::PalletsOrigin>, +) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
Source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
Source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
Source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn set_caller_from_signed(&mut self, caller_account: Self::AccountId)

Replace the caller with caller from the other origin
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.
§

fn as_signer(&self) -> Option<&Self::AccountId>

Extract a reference to the signer, if that’s what the caller is.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.AllPalletsWithSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.AllPalletsWithSystem.html new file mode 100644 index 00000000..c88876c0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.AllPalletsWithSystem.html @@ -0,0 +1,2 @@ +AllPalletsWithSystem in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

AllPalletsWithSystem

Type Alias AllPalletsWithSystem 

Source
pub type AllPalletsWithSystem = (System, PalletFoo, PalletAuthor);
Expand description

All pallets included in the runtime as a nested tuple of types.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.AllPalletsWithoutSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.AllPalletsWithoutSystem.html new file mode 100644 index 00000000..5dffb6e9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.AllPalletsWithoutSystem.html @@ -0,0 +1,3 @@ +AllPalletsWithoutSystem in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

AllPalletsWithoutSystem

Type Alias AllPalletsWithoutSystem 

Source
pub type AllPalletsWithoutSystem = (PalletFoo, PalletAuthor);
Expand description

All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.PalletAuthor.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.PalletAuthor.html new file mode 100644 index 00000000..29c005a0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.PalletAuthor.html @@ -0,0 +1 @@ +PalletAuthor in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

PalletAuthor

Type Alias PalletAuthor 

Source
pub type PalletAuthor = Pallet<Runtime>;

Aliased Type§

pub struct PalletAuthor(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.PalletFoo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.PalletFoo.html new file mode 100644 index 00000000..fc54fd9d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.PalletFoo.html @@ -0,0 +1 @@ +PalletFoo in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

PalletFoo

Type Alias PalletFoo 

Source
pub type PalletFoo = Pallet<Runtime>;

Aliased Type§

pub struct PalletFoo(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.System.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.System.html new file mode 100644 index 00000000..ff0bf92a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.System.html @@ -0,0 +1 @@ +System in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

System

pub type System = Pallet<Runtime>;

Aliased Type§

pub struct System(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.SystemConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.SystemConfig.html new file mode 100644 index 00000000..d19adf71 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/runtime/type.SystemConfig.html @@ -0,0 +1,3 @@ +SystemConfig in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime - Rust

SystemConfig

Type Alias SystemConfig 

Source
pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct SystemConfig {
+    pub _config: PhantomData<Runtime>,
+}

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/sidebar-items.js new file mode 100644 index 00000000..8ff7f2d7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["pallet_author","pallet_foo","pallet_foo_loose","pallet_foo_tight","runtime"],"struct":["OtherAuthorProvider"],"trait":["AuthorProvider"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/struct.OtherAuthorProvider.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/struct.OtherAuthorProvider.html new file mode 100644 index 00000000..445fad5f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/struct.OtherAuthorProvider.html @@ -0,0 +1,144 @@ +OtherAuthorProvider in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling - Rust

OtherAuthorProvider

Struct OtherAuthorProvider 

Source
pub struct OtherAuthorProvider;

Trait Implementations§

Source§

impl<AccountId> AuthorProvider<AccountId> for OtherAuthorProvider

Source§

fn author() -> AccountId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/trait.AuthorProvider.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/trait.AuthorProvider.html new file mode 100644 index 00000000..713e0f40 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/trait.AuthorProvider.html @@ -0,0 +1,5 @@ +AuthorProvider in pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling - Rust

AuthorProvider

Trait AuthorProvider 

Source
pub trait AuthorProvider<AccountId> {
+    // Required method
+    fn author() -> AccountId;
+}
Expand description

Abstraction over “something that can provide the block author”.

+

Required Methods§

Source

fn author() -> AccountId

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<AccountId> AuthorProvider<AccountId> for ()

Source§

fn author() -> AccountId

Implementors§

Source§

impl<AccountId> AuthorProvider<AccountId> for OtherAuthorProvider

Source§

impl<T: Config> AuthorProvider<<T as Config>::AccountId> for Pallet<T>

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/index.html new file mode 100644 index 00000000..37c44b91 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/index.html @@ -0,0 +1,250 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types - Rust

Module frame_runtime_types

Module frame_runtime_types 

Source
Expand description

Learn about composite enums and other runtime level types, such as RuntimeEvent and +RuntimeCall.

+

§FRAME Runtime Types

+

This reference document briefly explores the idea around types generated at the runtime level by +the FRAME macros.

+
+

As of now, many of these important types are generated within the internals of +construct_runtime, and there is no easy way for you to visually know they exist. +#pezkuwi-sdk#1378 is meant to +significantly improve this. Exploring the rust-docs of a runtime, such as runtime which is +defined in this module is as of now the best way to learn about these types.

+
+

§Composite Enums

+

Many types within a FRAME runtime follow the following structure:

+
    +
  • Each individual pallet defines a type, for example Foo.
  • +
  • At the runtime level, these types are amalgamated into a single type, for example +RuntimeFoo.
  • +
+

As the names suggest, all composite enums in a FRAME runtime start their name with Runtime. +For example, RuntimeCall is a representation of the most high level Call-able type in the +runtime.

+

Composite enums are generally convertible to their individual parts as such:

+
+flowchart LR
+    RuntimeCall --"TryInto"--> PalletCall
+    PalletCall --"Into"--> RuntimeCall
+
+
+ +

In that one can always convert from the inner type into the outer type, but not vice versa. This +is usually expressed by implementing From, TryFrom, From<Result<_>> and similar traits.

+

§Example

+

We provide the following two pallets: pallet_foo and pallet_bar. Each define a +dispatchable, and Foo also defines a custom origin. Lastly, Bar defines an additional +GenesisConfig.

+ +
#[frame::pallet(dev_mode)]
+pub mod pallet_foo {
+	use super::*;
+
+	#[pallet::config]
+	pub trait Config: frame_system::Config {}
+
+	#[pallet::origin]
+	#[derive(
+		PartialEq,
+		Eq,
+		Clone,
+		RuntimeDebug,
+		Encode,
+		Decode,
+		DecodeWithMemTracking,
+		TypeInfo,
+		MaxEncodedLen,
+	)]
+	pub enum Origin {
+		A,
+		B,
+	}
+
+	#[pallet::pallet]
+	pub struct Pallet<T>(_);
+
+	#[pallet::call]
+	impl<T: Config> Pallet<T> {
+		pub fn foo(_origin: OriginFor<T>) -> DispatchResult {
+			todo!();
+		}
+
+		pub fn other(_origin: OriginFor<T>) -> DispatchResult {
+			todo!();
+		}
+	}
+}
+
#[frame::pallet(dev_mode)]
+pub mod pallet_bar {
+	use super::*;
+
+	#[pallet::config]
+	pub trait Config: frame_system::Config {}
+
+	#[pallet::pallet]
+	pub struct Pallet<T>(_);
+
+	#[pallet::genesis_config]
+	#[derive(DefaultNoBound)]
+	pub struct GenesisConfig<T: Config> {
+		pub initial_account: Option<T::AccountId>,
+	}
+
+	#[pallet::genesis_build]
+	impl<T: Config> BuildGenesisConfig for GenesisConfig<T> {
+		fn build(&self) {}
+	}
+
+	#[pallet::call]
+	impl<T: Config> Pallet<T> {
+		pub fn bar(_origin: OriginFor<T>) -> DispatchResult {
+			todo!();
+		}
+	}
+}
+

Let’s explore how each of these affect the RuntimeCall, RuntimeOrigin and +RuntimeGenesisConfig generated in runtime respectively.

+

As observed, RuntimeCall has 3 variants, one for each pallet and one for frame_system. If +you explore further, you will soon realize that each variant is merely a pointer to the Call +type in each pallet, for example pallet_foo::Call.

+

RuntimeOrigin’s OriginCaller has two variants, one for system, and one for pallet_foo +which utilized [frame::pallet_macros::origin].

+

Finally, RuntimeGenesisConfig is composed of frame_system and a variant for pallet_bar’s +pallet_bar::GenesisConfig.

+

You can find other composite enums by scanning runtime for other types who’s name starts +with Runtime. Some of the more noteworthy ones are:

+ +

§Adding Further Constraints to Runtime Composite Enums

+

This section explores a common scenario where a pallet has access to one of these runtime +composite enums, but it wishes to further specify it by adding more trait bounds to it.

+

Let’s take the example of RuntimeCall. This is an associated type in +[frame_system::Config::RuntimeCall], and all pallets have access to this type, because they +have access to [frame_system::Config]. Finally, this type is meant to be set to outer call of +the entire runtime.

+

But, let’s not forget that this is information that we know, and the Rust compiler does not. +All that the rust compiler knows about this type is ONLY what the trait bounds of +[frame_system::Config::RuntimeCall] are specifying:

+ +
#[pallet::no_default_bounds]
+type RuntimeCall: Parameter
+	+ Dispatchable<RuntimeOrigin = Self::RuntimeOrigin>
+	+ Debug
+	+ GetDispatchInfo
+	+ From<Call<Self>>
+	+ Authorize;
+

So, when at a given pallet, one accesses <T as frame_system::Config>::RuntimeCall, the type is +extremely opaque from the perspective of the Rust compiler.

+

How can a pallet access the RuntimeCall type with further constraints? For example, each +pallet has its own enum Call, and knows that its local Call is a part of RuntimeCall, +therefore there should be a impl From<Call<_>> for RuntimeCall.

+

The only way to express this using Rust’s associated types is for the pallet to define its own +associated type RuntimeCall, and further specify what it thinks RuntimeCall should be.

+

In this case, we will want to assert the existence of [frame::traits::IsSubType], which is +very similar to TryFrom.

+ +
#[pallet::config]
+pub trait Config: frame_system::Config {
+	type RuntimeCall: IsSubType<Call<Self>>;
+}
+

And indeed, at the runtime level, this associated type would be the same RuntimeCall that is +passed to frame_system.

+ +
impl pallet_with_specific_runtime_call::Config for Runtime {
+	// an implementation of `IsSubType` is provided by `construct_runtime`.
+	type RuntimeCall = RuntimeCall;
+}
+
+

In other words, the degree of specificity that [frame_system::Config::RuntimeCall] has is +not enough for the pallet to work with. Therefore, the pallet has to define its own associated +type representing RuntimeCall.

+
+

Another way to look at this is:

+

pallet_with_specific_runtime_call::Config::RuntimeCall and frame_system::Config::RuntimeCall +are two different representations of the same concrete type that is only known when the runtime +is being constructed.

+

Now, within this pallet, this new RuntimeCall can be used, and it can use its new trait +bounds, such as being [frame::traits::IsSubType]:

+ +
impl<T: Config> Pallet<T> {
+	fn _do_something_useful_with_runtime_call(call: <T as Config>::RuntimeCall) {
+		// check if the runtime call given is of this pallet's variant.
+		let _maybe_my_call: Option<&Call<T>> = call.is_sub_type();
+		todo!();
+	}
+}
+
+

Once Rust’s “Associated Type Bounds RFC” is usable, this syntax can be used to +simplify the above scenario. See this +issue for more information.

+
+

§Asserting Equality of Multiple Runtime Composite Enums

+

Recall that in the above example, <T as Config>::RuntimeCall and <T as frame_system::Config>::RuntimeCall are expected to be equal types, but at the compile-time we +have to represent them with two different associated types with different bounds. Would it not +be cool if we had a test to make sure they actually resolve to the same concrete type once the +runtime is constructed? The following snippet exactly does that:

+ +
#[pallet::hooks]
+impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {
+	fn integrity_test() {
+		use core::any::TypeId;
+		assert_eq!(
+			TypeId::of::<<T as Config>::RuntimeCall>(),
+			TypeId::of::<<T as frame_system::Config>::RuntimeCall>()
+		);
+	}
+}
+

We leave it to the reader to further explore what [frame::traits::Hooks::integrity_test] is, +and what core::any::TypeId is. Another way to assert this is using +[frame::traits::IsType].

+

§Type Aliases

+

A number of type aliases are generated by the construct_runtime which are also noteworthy:

+ +

§Further Details

+ +

Modules§

pallet_bar
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
pallet_foo
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
pallet_with_specific_runtime_call
The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.
runtime
runtime_with_specific_runtime_call
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/fn.bar.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/fn.bar.html new file mode 100644 index 00000000..c2e881b4 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/fn.bar.html @@ -0,0 +1,5 @@ +bar in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::dispatchables - Rust

bar

pub fn bar<T: Config>()
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::bar.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/index.html new file mode 100644 index 00000000..c6db8be6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

bar
Warning: Doc-Only
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/sidebar-items.js new file mode 100644 index 00000000..2bd49c4b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["bar"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/enum.Call.html new file mode 100644 index 00000000..b07b8d7b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/enum.Call.html @@ -0,0 +1,218 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar - Rust

Call

pub enum Call<T: Config> {
+    bar {},
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Variants§

§

bar

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_bar() -> Self

Create a call with the variant bar.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/index.html new file mode 100644 index 00000000..b556485a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/index.html @@ -0,0 +1,21 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar - Rust

Module pallet_bar

Module pallet_bar 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

GenesisConfig
Can be used to configure the +genesis state +of this pallet.
Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/sidebar-items.js new file mode 100644 index 00000000..8e65fbf7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["GenesisConfig","Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/storage_types/index.html new file mode 100644 index 00000000..918fe5e0 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.GenesisConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.GenesisConfig.html new file mode 100644 index 00000000..8bcefccb --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.GenesisConfig.html @@ -0,0 +1,160 @@ +GenesisConfig in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar - Rust

GenesisConfig

pub struct GenesisConfig<T: Config> {
+    pub initial_account: Option<T::AccountId>,
+}
Expand description

Can be used to configure the +genesis state +of this pallet.

+

Fields§

§initial_account: Option<T::AccountId>

Trait Implementations§

Source§

impl<T: Config> BuildGenesisConfig for GenesisConfig<T>

Source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
Source§

impl<T: Config> BuildStorage for GenesisConfig<T>

Source§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.
Source§

impl<T: Config> Default for GenesisConfig<T>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'de, T: Config> Deserialize<'de> for GenesisConfig<T>

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl<T: Config> Serialize for GenesisConfig<T>

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

§

impl<T> Freeze for GenesisConfig<T>
where + <T as Config>::AccountId: Freeze,

§

impl<T> RefUnwindSafe for GenesisConfig<T>
where + <T as Config>::AccountId: RefUnwindSafe,

§

impl<T> Send for GenesisConfig<T>

§

impl<T> Sync for GenesisConfig<T>

§

impl<T> Unpin for GenesisConfig<T>
where + <T as Config>::AccountId: Unpin,

§

impl<T> UnwindSafe for GenesisConfig<T>
where + <T as Config>::AccountId: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AccountId for T
where + T: Serialize,

Source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> Hash for T

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> MaybeSerialize for T
where + T: Serialize,

§

impl<T> MaybeSerializeDeserialize for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.Pallet.html new file mode 100644 index 00000000..5150cfb9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.Pallet.html @@ -0,0 +1,175 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn bar(_origin: OriginFor<T>) -> DispatchResult

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletBar, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<PalletBar, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/trait.Config.html new file mode 100644 index 00000000..0ec835f3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/trait.Config.html @@ -0,0 +1,6 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar - Rust

Config

pub trait Config: Config { }
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/type.Module.html new file mode 100644 index 00000000..5bb722e8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/fn.foo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/fn.foo.html new file mode 100644 index 00000000..f7a92b9f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/fn.foo.html @@ -0,0 +1,5 @@ +foo in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::dispatchables - Rust

foo

pub fn foo<T: Config>()
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::foo.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/fn.other.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/fn.other.html new file mode 100644 index 00000000..0b2627d3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/fn.other.html @@ -0,0 +1,5 @@ +other in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::dispatchables - Rust

other

pub fn other<T: Config>()
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::other.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/index.html new file mode 100644 index 00000000..d66ede8b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

foo
Warning: Doc-Only
other
Warning: Doc-Only
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/sidebar-items.js new file mode 100644 index 00000000..095d5817 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["foo","other"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/enum.Call.html new file mode 100644 index 00000000..e412b546 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/enum.Call.html @@ -0,0 +1,220 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo - Rust

Call

pub enum Call<T: Config> {
+    foo {},
+    other {},
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Variants§

§

foo

§

other

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_foo() -> Self

Create a call with the variant foo.

+
Source

pub fn new_call_variant_other() -> Self

Create a call with the variant other.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/enum.Origin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/enum.Origin.html new file mode 100644 index 00000000..7a8863e3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/enum.Origin.html @@ -0,0 +1,204 @@ +Origin in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo - Rust

Origin

pub enum Origin {
+    A,
+    B,
+}

Variants§

Trait Implementations§

Source§

impl Clone for Origin

Source§

fn clone(&self) -> Origin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Origin

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for Origin

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for Origin

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Origin> for OriginCaller

Source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
Source§

impl From<Origin> for RuntimeOrigin

Source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_foo::Config::BaseCallFilter].

+
Source§

impl MaxEncodedLen for Origin

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for Origin

Source§

fn eq(&self, other: &Origin) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.
Source§

impl TryFrom<OriginCaller> for Origin

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
Source§

impl TypeInfo for Origin

Source§

type Identity = Origin

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for Origin

Source§

impl EncodeLike for Origin

Source§

impl Eq for Origin

Source§

impl StructuralPartialEq for Origin

Auto Trait Implementations§

§

impl Freeze for Origin

§

impl RefUnwindSafe for Origin

§

impl Send for Origin

§

impl Sync for Origin

§

impl Unpin for Origin

§

impl UnwindSafe for Origin

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/index.html new file mode 100644 index 00000000..d1ef60ba --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo - Rust

Module pallet_foo

Module pallet_foo 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.
Origin

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/sidebar-items.js new file mode 100644 index 00000000..7fa41480 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call","Origin"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/storage_types/index.html new file mode 100644 index 00000000..a51a4539 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/struct.Pallet.html new file mode 100644 index 00000000..5057b7f8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/struct.Pallet.html @@ -0,0 +1,175 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn foo(_origin: OriginFor<T>) -> DispatchResult

Source

pub fn other(_origin: OriginFor<T>) -> DispatchResult

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletFoo, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<PalletFoo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/trait.Config.html new file mode 100644 index 00000000..56bff8e8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/trait.Config.html @@ -0,0 +1,6 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo - Rust

Config

pub trait Config: Config { }
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait.

+

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/type.Module.html new file mode 100644 index 00000000..4b544db7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/fn.foo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/fn.foo.html new file mode 100644 index 00000000..78906140 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/fn.foo.html @@ -0,0 +1,5 @@ +foo in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::dispatchables - Rust

foo

pub fn foo<T: Config>()
Expand description

§Warning: Doc-Only

+

This function is an automatically generated, and is doc-only, uncallable +stub. See the real version in +Pallet::foo.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/index.html new file mode 100644 index 00000000..55f476e8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/index.html @@ -0,0 +1,6 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::dispatchables - Rust

Module dispatchables

Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes. To see the real version of each dispatchable, look for them in Pallet or +Call.

+

Functions§

foo
Warning: Doc-Only
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/sidebar-items.js new file mode 100644 index 00000000..44be9cf1 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/dispatchables/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"fn":["foo"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/enum.Call.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/enum.Call.html new file mode 100644 index 00000000..8e6cce17 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/enum.Call.html @@ -0,0 +1,218 @@ +Call in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call - Rust

Call

pub enum Call<T: Config> {
+    foo {},
+    // some variants omitted
+}
Expand description

Contains a variant per dispatchable extrinsic that this pallet has.

+

Variants§

§

foo

Implementations§

Source§

impl<T: Config> Call<T>

Source

pub fn new_call_variant_foo() -> Self

Create a call with the variant foo.

+

Trait Implementations§

Source§

impl<T: Config> Authorize for Call<T>

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl<T: Config> CheckIfFeeless for Call<T>

Source§

type Origin = <T as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl<T: Config> Clone for Call<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Config> Debug for Call<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> Decode for Call<T>

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl<T: Config> Encode for Call<T>

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl<T: Config> GetCallIndex for Call<T>

Source§

fn get_call_index(&self) -> u8

Return the index of this Call.
Source§

fn get_call_indices() -> &'static [u8]

Return all call indices in the same order as [GetCallName].
Source§

impl<T: Config> GetCallName for Call<T>

Source§

fn get_call_name(&self) -> &'static str

Return the function name of the Call.
Source§

fn get_call_names() -> &'static [&'static str]

Return all function names in the same order as [GetCallIndex].
Source§

impl<T: Config> GetDispatchInfo for Call<T>

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl<T: Config> PartialEq for Call<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T> TypeInfo for Call<T>
where + PhantomData<(T,)>: TypeInfo + 'static, + T: Config + 'static,

Source§

type Identity = Call<T>

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl<T: Config> UnfilteredDispatchable for Call<T>

Source§

type RuntimeOrigin = <T as Config>::RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: Self::RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl<T: Config> DecodeWithMemTracking for Call<T>

Source§

impl<T: Config> EncodeLike for Call<T>

Source§

impl<T: Config> Eq for Call<T>

Auto Trait Implementations§

§

impl<T> Freeze for Call<T>

§

impl<T> RefUnwindSafe for Call<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Call<T>
where + T: Send,

§

impl<T> Sync for Call<T>
where + T: Sync,

§

impl<T> Unpin for Call<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Call<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/index.html new file mode 100644 index 00000000..d224847a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/index.html @@ -0,0 +1,19 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call - Rust

Module pallet_with_specific_runtime_call

Module pallet_with_specific_runtime_call 

Source
Expand description

The pallet module in each FRAME pallet hosts the most important items needed +to construct this pallet.

+

The main components of this pallet are:

+
    +
  • [Pallet], which implements all of the dispatchable extrinsics of the pallet, among +other public functions. +
      +
    • The subset of the functions that are dispatchable can be identified either in the +[dispatchables] module or in the [Call] enum.
    • +
    +
  • +
  • [storage_types], which contains the list of all types that are representing a +storage item. Otherwise, all storage items are listed among Type Definitions.
  • +
  • [Config], which contains the configuration trait of this pallet.
  • +
  • [Event] and [Error], which are listed among the Enums.
  • +
+

Modules§

dispatchables
Auto-generated docs-only module listing all defined dispatchables for this pallet.
storage_types
Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

Structs§

Pallet
The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

Enums§

Call
Contains a variant per dispatchable extrinsic that this pallet has.

Traits§

Config
Configuration trait of this pallet.

Type Aliases§

ModuleDeprecated
Type alias to Pallet, to be used by construct_runtime.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/sidebar-items.js new file mode 100644 index 00000000..3eb9a563 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["Call"],"mod":["dispatchables","storage_types"],"struct":["Pallet"],"trait":["Config"],"type":["Module"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/storage_types/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/storage_types/index.html new file mode 100644 index 00000000..57d757a2 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/storage_types/index.html @@ -0,0 +1,8 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::storage_types - Rust

Module storage_types

Expand description

Auto-generated docs-only module listing all (public and private) defined storage types +for this pallet.

+

§Warning: Doc-Only

+

Members of this module cannot be used directly and are only provided for documentation +purposes.

+

To see the actual storage type, find a struct with the same name at the root of the +pallet, in the list of Type Definitions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/storage_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/storage_types/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/storage_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/struct.Pallet.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/struct.Pallet.html new file mode 100644 index 00000000..794d54ef --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/struct.Pallet.html @@ -0,0 +1,177 @@ +Pallet in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call - Rust

Pallet

pub struct Pallet<T>(/* private fields */);
Expand description

The Pallet struct, the main type that implements traits and standalone +functions within the pallet.

+

Implementations§

Source§

impl<T: Config> Pallet<T>

Source

pub fn foo(_origin: OriginFor<T>) -> DispatchResult

Trait Implementations§

Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
Source§

impl<T: Config> Callable<T> for Pallet<T>

Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletWithSpecificRuntimeCall, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the +storage_version attribute, or +[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before +[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME +Executive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are +dispatched as separate threads, and entirely independent of the main blockchain execution. Read more
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type( + &self, +) -> Option<&CallableCallFor<PalletWithSpecificRuntimeCall, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that +should be whitelisted during benchmarking. This means that those keys +will be excluded from the benchmarking performance calculation.
Source§

impl<T> Eq for Pallet<T>

Auto Trait Implementations§

§

impl<T> Freeze for Pallet<T>

§

impl<T> RefUnwindSafe for Pallet<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Pallet<T>
where + T: Send,

§

impl<T> Sync for Pallet<T>
where + T: Sync,

§

impl<T> Unpin for Pallet<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Pallet<T>
where + T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/trait.Config.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/trait.Config.html new file mode 100644 index 00000000..b7a80fe7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/trait.Config.html @@ -0,0 +1,9 @@ +Config in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call - Rust

Config

pub trait Config: Config {
+    type RuntimeCall: IsSubType<Call<Self>>;
+}
Expand description

Configuration trait of this pallet.

+

The main purpose of this trait is to act as an interface between this pallet and the runtime in +which it is embedded in. A type, function, or constant in this trait is essentially left to be +configured by the runtime that includes this pallet.

+

Consequently, a runtime that wants to include this pallet must implement this trait. +A pallet that wants to further narrow down what RuntimeCall is.

+

Required Associated Types§

Source

type RuntimeCall: IsSubType<Call<Self>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/type.Module.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/type.Module.html new file mode 100644 index 00000000..f4488e1f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/type.Module.html @@ -0,0 +1,3 @@ +Module in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call - Rust

Module

pub type Module<T> = Pallet<T>;
👎Deprecated: use Pallet instead
Expand description

Type alias to Pallet, to be used by construct_runtime.

+

Generated by pallet attribute macro.

+

Aliased Type§

pub struct Module<T>(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.OriginCaller.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.OriginCaller.html new file mode 100644 index 00000000..8326934d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.OriginCaller.html @@ -0,0 +1,204 @@ +OriginCaller in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

OriginCaller

pub enum OriginCaller {
+    system(Origin<Runtime>),
+    PalletFoo(Origin),
+    Void(Void),
+}

Variants§

§

system(Origin<Runtime>)

§

PalletFoo(Origin)

§

Void(Void)

Trait Implementations§

Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for OriginCaller

Source§

fn clone(&self) -> OriginCaller

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for OriginCaller

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for OriginCaller

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for OriginCaller

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Origin> for OriginCaller

Source§

fn from(x: Origin) -> Self

Converts to this type from the input type.
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

Source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl MaxEncodedLen for OriginCaller

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for OriginCaller

Source§

fn eq(&self, other: &OriginCaller) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<'a> TryFrom<&'a OriginCaller> for &'a Origin

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a OriginCaller) -> Result<&'a Origin, ()>

Performs the conversion.
Source§

impl TryFrom<OriginCaller> for Origin

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin, OriginCaller>

Performs the conversion.
Source§

impl TryFrom<OriginCaller> for Origin<Runtime>

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
Source§

impl TypeInfo for OriginCaller

Source§

type Identity = OriginCaller

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for OriginCaller

Source§

impl EncodeLike for OriginCaller

Source§

impl Eq for OriginCaller

Source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeCall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeCall.html new file mode 100644 index 00000000..2ee7812b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeCall.html @@ -0,0 +1,220 @@ +RuntimeCall in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeCall

pub enum RuntimeCall {
+    System(CallableCallFor<System, Runtime>),
+    PalletFoo(CallableCallFor<PalletFoo, Runtime>),
+    PalletBar(CallableCallFor<PalletBar, Runtime>),
+}
Expand description

The aggregated runtime call type.

+

Variants§

§

System(CallableCallFor<System, Runtime>)

§

PalletFoo(CallableCallFor<PalletFoo, Runtime>)

§

PalletBar(CallableCallFor<PalletBar, Runtime>)

Trait Implementations§

Source§

impl Authorize for RuntimeCall

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl CheckIfFeeless for RuntimeCall

Source§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl Clone for RuntimeCall

Source§

fn clone(&self) -> RuntimeCall

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeCall

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeCall

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Dispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was +generated from. In the case of a signed extrinsic (transaction), the origin contains an +identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
Source§

type Config = RuntimeCall

Source§

type Info = DispatchInfo

An opaque set of information attached to the transaction. This could be constructed anywhere +down the line in a runtime. The current Substrate runtime uses a struct with the same name +to represent the dispatch class and weight.
Source§

type PostInfo = PostDispatchInfo

Additional information that is returned by dispatch. Can be used to supply the caller +with information about a Dispatchable that is only known post dispatch.
Source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
Source§

impl Encode for RuntimeCall

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletFoo, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletBar, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl GetCallMetadata for RuntimeCall

Source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
Source§

fn get_module_names() -> &'static [&'static str]

Return all module names.
Source§

fn get_call_names(module: &str) -> &'static [&'static str]

Return all function names for the given module.
Source§

impl GetDispatchInfo for RuntimeCall

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<PalletFoo, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<PalletBar, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl PartialEq for RuntimeCall

Source§

fn eq(&self, other: &RuntimeCall) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeCall

Source§

type Identity = RuntimeCall

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl UnfilteredDispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl DecodeWithMemTracking for RuntimeCall

Source§

impl EncodeLike for RuntimeCall

Source§

impl Eq for RuntimeCall

Source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where + Call: Dispatchable,

§

fn dispatch( + call: Call, + origin: <Call as Dispatchable>::RuntimeOrigin, +) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>

§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeError.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeError.html new file mode 100644 index 00000000..52e7fa40 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeError.html @@ -0,0 +1,186 @@ +RuntimeError in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeError

pub enum RuntimeError {
+    System(Error<Runtime>),
+}

Variants§

§

System(Error<Runtime>)

Implementations§

Source§

impl RuntimeError

Source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

+

Returns Some if the error matches the DispatchError::Module variant, otherwise None.

+

Trait Implementations§

Source§

impl Debug for RuntimeError

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeError

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeError

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Error<Runtime>> for RuntimeError

Source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl TryInto<Error<Runtime>> for RuntimeError

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeError

Source§

type Identity = RuntimeError

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeError

Source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeEvent.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeEvent.html new file mode 100644 index 00000000..2df55399 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeEvent.html @@ -0,0 +1,201 @@ +RuntimeEvent in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeEvent

pub enum RuntimeEvent {
+    System(Event<Runtime>),
+}

Variants§

§

System(Event<Runtime>)

Trait Implementations§

Source§

impl Clone for RuntimeEvent

Source§

fn clone(&self) -> RuntimeEvent

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeEvent

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeEvent

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeEvent

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for RuntimeEvent

Source§

fn eq(&self, other: &RuntimeEvent) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeEvent

Source§

type Identity = RuntimeEvent

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeEvent

Source§

impl EncodeLike for RuntimeEvent

Source§

impl Eq for RuntimeEvent

Source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeFreezeReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeFreezeReason.html new file mode 100644 index 00000000..7add47f9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeFreezeReason.html @@ -0,0 +1,199 @@ +RuntimeFreezeReason in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeFreezeReason

Enum RuntimeFreezeReason 

Source
pub enum RuntimeFreezeReason {}
Expand description

A reason for placing a freeze on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeFreezeReason

Source§

fn clone(&self) -> RuntimeFreezeReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeFreezeReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeFreezeReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeFreezeReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeFreezeReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeFreezeReason

Source§

fn eq(&self, other: &RuntimeFreezeReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeFreezeReason

Source§

type Identity = RuntimeFreezeReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeFreezeReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeFreezeReason

Source§

impl DecodeWithMemTracking for RuntimeFreezeReason

Source§

impl EncodeLike for RuntimeFreezeReason

Source§

impl Eq for RuntimeFreezeReason

Source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeHoldReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeHoldReason.html new file mode 100644 index 00000000..d197cc07 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeHoldReason.html @@ -0,0 +1,199 @@ +RuntimeHoldReason in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeHoldReason

Enum RuntimeHoldReason 

Source
pub enum RuntimeHoldReason {}
Expand description

A reason for placing a hold on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeHoldReason

Source§

fn clone(&self) -> RuntimeHoldReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeHoldReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeHoldReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeHoldReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeHoldReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeHoldReason

Source§

fn eq(&self, other: &RuntimeHoldReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeHoldReason

Source§

type Identity = RuntimeHoldReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeHoldReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeHoldReason

Source§

impl DecodeWithMemTracking for RuntimeHoldReason

Source§

impl EncodeLike for RuntimeHoldReason

Source§

impl Eq for RuntimeHoldReason

Source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeLockId.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeLockId.html new file mode 100644 index 00000000..a0c2f09a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeLockId.html @@ -0,0 +1,199 @@ +RuntimeLockId in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeLockId

pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeLockId

Source§

fn clone(&self) -> RuntimeLockId

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeLockId

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeLockId

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeLockId

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeLockId

Source§

fn eq(&self, other: &RuntimeLockId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeLockId

Source§

type Identity = RuntimeLockId

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeLockId

Source§

impl DecodeWithMemTracking for RuntimeLockId

Source§

impl EncodeLike for RuntimeLockId

Source§

impl Eq for RuntimeLockId

Source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeSlashReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeSlashReason.html new file mode 100644 index 00000000..7d5ce0eb --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeSlashReason.html @@ -0,0 +1,199 @@ +RuntimeSlashReason in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeSlashReason

Enum RuntimeSlashReason 

Source
pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeSlashReason

Source§

fn clone(&self) -> RuntimeSlashReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeSlashReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeSlashReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeSlashReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeSlashReason

Source§

fn eq(&self, other: &RuntimeSlashReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeSlashReason

Source§

type Identity = RuntimeSlashReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeSlashReason

Source§

impl DecodeWithMemTracking for RuntimeSlashReason

Source§

impl EncodeLike for RuntimeSlashReason

Source§

impl Eq for RuntimeSlashReason

Source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeTask.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeTask.html new file mode 100644 index 00000000..8a53abb8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeTask.html @@ -0,0 +1,199 @@ +RuntimeTask in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeTask

pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

Source§

impl Clone for RuntimeTask

Source§

fn clone(&self) -> RuntimeTask

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeTask

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeTask

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeTask

Source§

fn eq(&self, other: &RuntimeTask) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl Task for RuntimeTask

Source§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
Source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
Source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
Source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
Source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
Source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
Source§

impl TypeInfo for RuntimeTask

Source§

type Identity = RuntimeTask

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeTask

Source§

impl EncodeLike for RuntimeTask

Source§

impl Eq for RuntimeTask

Source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeViewFunction.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeViewFunction.html new file mode 100644 index 00000000..5ee8c1d9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/enum.RuntimeViewFunction.html @@ -0,0 +1,202 @@ +RuntimeViewFunction in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeViewFunction

Enum RuntimeViewFunction 

Source
pub enum RuntimeViewFunction {}
Expand description

Runtime query type.

+

Trait Implementations§

Source§

impl Clone for RuntimeViewFunction

Source§

fn clone(&self) -> RuntimeViewFunction

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeViewFunction

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeViewFunction

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl DispatchViewFunction for RuntimeViewFunction

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl Encode for RuntimeViewFunction

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeViewFunction

Source§

fn eq(&self, other: &RuntimeViewFunction) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeViewFunction

Source§

type Identity = RuntimeViewFunction

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeViewFunction

Source§

impl EncodeLike for RuntimeViewFunction

Source§

impl Eq for RuntimeViewFunction

Source§

impl StructuralPartialEq for RuntimeViewFunction

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/index.html new file mode 100644 index 00000000..8d82e37f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/index.html @@ -0,0 +1,3 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

Module runtime

Structs§

PalletInfo
Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.
Runtime
RuntimeGenesisConfig
RuntimeOrigin
The runtime origin type representing the origin of a call.

Enums§

OriginCaller
RuntimeCall
The aggregated runtime call type.
RuntimeError
RuntimeEvent
RuntimeFreezeReason
A reason for placing a freeze on funds.
RuntimeHoldReason
A reason for placing a hold on funds.
RuntimeLockId
An identifier for each lock placed on funds.
RuntimeSlashReason
A reason for slashing funds.
RuntimeTask
An aggregation of all Task enums across all pallets included in the current runtime.
RuntimeViewFunction
Runtime query type.

Type Aliases§

AllPalletsWithSystem
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithoutSystem
All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.
PalletBar
PalletBarConfig
PalletFoo
System
SystemConfig
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/sidebar-items.js new file mode 100644 index 00000000..c625d9a6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["OriginCaller","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeHoldReason","RuntimeLockId","RuntimeSlashReason","RuntimeTask","RuntimeViewFunction"],"struct":["PalletInfo","Runtime","RuntimeGenesisConfig","RuntimeOrigin"],"type":["AllPalletsWithSystem","AllPalletsWithoutSystem","PalletBar","PalletBarConfig","PalletFoo","System","SystemConfig"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.PalletInfo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.PalletInfo.html new file mode 100644 index 00000000..87a3ed86 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.PalletInfo.html @@ -0,0 +1,146 @@ +PalletInfo in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

PalletInfo

pub struct PalletInfo;
Expand description

Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.

+

Trait Implementations§

Source§

impl PalletInfo for PalletInfo

Source§

fn index<P: 'static>() -> Option<usize>

Convert the given pallet P into its index as configured in the runtime.
Source§

fn name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its name as configured in the runtime.
Source§

fn name_hash<P: 'static>() -> Option<[u8; 16]>

The two128 hash of name.
Source§

fn module_name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its Rust module name as used in construct_runtime!.
Source§

fn crate_version<P: 'static>() -> Option<CrateVersion>

Convert the given pallet P into its containing crate version.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.Runtime.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.Runtime.html new file mode 100644 index 00000000..fb30ef10 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.Runtime.html @@ -0,0 +1,169 @@ +Runtime in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

Runtime

pub struct Runtime;

Implementations§

Source§

impl Runtime

Source

pub fn execute_view_function( + id: ViewFunctionId, + input: Vec<u8>, +) -> Result<Vec<u8>, ViewFunctionDispatchError>

Convenience function for view functions dispatching and execution from the runtime API.

+
Source§

impl Runtime

Source

pub fn metadata() -> RuntimeMetadataPrefixed

Source

pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

Source

pub fn metadata_versions() -> Vec<u32>

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for Runtime

Source§

fn clone(&self) -> Runtime

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Config for Runtime

Source§

type Block = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<<Runtime as Config>::AccountId, <Runtime as Config>::RuntimeCall, (), ()>>

The Block type used by the runtime. This is used by construct_runtime to retrieve the +extrinsics or other block specific data as needed.
Source§

type Nonce = <TestDefaultConfig as DefaultConfig>::Nonce

This stores the number of previous transactions associated with a sender account.
Source§

type Hash = <TestDefaultConfig as DefaultConfig>::Hash

The output of the Hashing function.
Source§

type Hashing = <TestDefaultConfig as DefaultConfig>::Hashing

The hashing system (algorithm) being used in the runtime (e.g. Blake2).
Source§

type AccountId = <TestDefaultConfig as DefaultConfig>::AccountId

The user account identifier type for the runtime.
Source§

type Lookup = <TestDefaultConfig as DefaultConfig>::Lookup

Converting trait to take a source type and convert to AccountId. Read more
Source§

type MaxConsumers = <TestDefaultConfig as DefaultConfig>::MaxConsumers

The maximum number of consumers allowed on a single account.
Source§

type AccountData = <TestDefaultConfig as DefaultConfig>::AccountData

Data to be associated with an account (other than nonce/transaction counter, which this +pallet does regardless).
Source§

type OnNewAccount = <TestDefaultConfig as DefaultConfig>::OnNewAccount

Handler for when a new account has just been created.
Source§

type OnKilledAccount = <TestDefaultConfig as DefaultConfig>::OnKilledAccount

A function that is invoked when an account has been determined to be dead. Read more
Source§

type SystemWeightInfo = <TestDefaultConfig as DefaultConfig>::SystemWeightInfo

Weight information for the extrinsics of this pallet.
Source§

type ExtensionsWeightInfo = <TestDefaultConfig as DefaultConfig>::ExtensionsWeightInfo

Weight information for the transaction extensions of this pallet.
Source§

type SS58Prefix = <TestDefaultConfig as DefaultConfig>::SS58Prefix

The designated SS58 prefix of this chain. Read more
Source§

type Version = <TestDefaultConfig as DefaultConfig>::Version

Get the chain’s in-code version.
Source§

type BlockWeights = <TestDefaultConfig as DefaultConfig>::BlockWeights

Block & extrinsics weights: base values and limits.
Source§

type BlockLength = <TestDefaultConfig as DefaultConfig>::BlockLength

The maximum length of a block (in bytes).
Source§

type DbWeight = <TestDefaultConfig as DefaultConfig>::DbWeight

The weight of runtime database operations the runtime can invoke.
Source§

type RuntimeEvent = RuntimeEvent

The aggregated event type of the runtime.
Source§

type RuntimeOrigin = RuntimeOrigin

The RuntimeOrigin type used by dispatchable calls.
Source§

type RuntimeCall = RuntimeCall

The aggregated RuntimeCall type.
Source§

type PalletInfo = PalletInfo

Provides information about the pallet setup in the runtime. Read more
Source§

type RuntimeTask = RuntimeTask

The aggregated RuntimeTask type.
Source§

type BaseCallFilter = <TestDefaultConfig as DefaultConfig>::BaseCallFilter

The basic call filter to use in Origin. All origins are built with this filter as base, +except Root. Read more
Source§

type BlockHashCount = <TestDefaultConfig as DefaultConfig>::BlockHashCount

Maximum number of block number to block hash mappings to keep (oldest pruned first).
Source§

type OnSetCode = <TestDefaultConfig as DefaultConfig>::OnSetCode

What to do if the runtime wants to change the code to something new. Read more
Source§

type SingleBlockMigrations = <TestDefaultConfig as DefaultConfig>::SingleBlockMigrations

All migrations that should run in the next runtime upgrade. Read more
Source§

type MultiBlockMigrator = <TestDefaultConfig as DefaultConfig>::MultiBlockMigrator

The migrator that is used to run Multi-Block-Migrations. Read more
Source§

type PreInherents = <TestDefaultConfig as DefaultConfig>::PreInherents

A callback that executes in every block directly before all inherents were applied. Read more
Source§

type PostInherents = <TestDefaultConfig as DefaultConfig>::PostInherents

A callback that executes in every block directly after all inherents were applied. Read more
Source§

type PostTransactions = <TestDefaultConfig as DefaultConfig>::PostTransactions

A callback that executes in every block directly after all transactions were applied. Read more
Source§

impl Debug for Runtime

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl GetRuntimeBlockType for Runtime

Source§

type RuntimeBlock = <Runtime as Config>::Block

The RuntimeBlock type.
Source§

impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime

Source§

fn is_inherent(ext: &<<Runtime as Config>::Block as Block>::Extrinsic) -> bool

Whether this extrinsic is an inherent.
Source§

impl PartialEq for Runtime

Source§

fn eq(&self, other: &Runtime) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for Runtime

Source§

type Identity = Runtime

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl ValidateUnsigned for Runtime

Source§

type Call = RuntimeCall

The call to validate
Source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
Source§

fn validate_unsigned( + source: TransactionSource, + call: &Self::Call, +) -> TransactionValidity

Return the validity of the call Read more
Source§

impl Config for Runtime

Source§

impl Config for Runtime

Source§

impl Copy for Runtime

Source§

impl Eq for Runtime

Source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.RuntimeGenesisConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.RuntimeGenesisConfig.html new file mode 100644 index 00000000..622248ca --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.RuntimeGenesisConfig.html @@ -0,0 +1,154 @@ +RuntimeGenesisConfig in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeGenesisConfig

Struct RuntimeGenesisConfig 

Source
pub struct RuntimeGenesisConfig {
+    pub system: SystemConfig,
+    pub pallet_bar: PalletBarConfig,
+}

Fields§

§system: SystemConfig§pallet_bar: PalletBarConfig

Trait Implementations§

Source§

impl BuildGenesisConfig for RuntimeGenesisConfig

Source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
Source§

impl Default for RuntimeGenesisConfig

Source§

fn default() -> RuntimeGenesisConfig

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for RuntimeGenesisConfig

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AccountId for T
where + T: Serialize,

Source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> Hash for T

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> MaybeSerialize for T
where + T: Serialize,

§

impl<T> MaybeSerializeDeserialize for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.RuntimeOrigin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.RuntimeOrigin.html new file mode 100644 index 00000000..ede9784e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/struct.RuntimeOrigin.html @@ -0,0 +1,161 @@ +RuntimeOrigin in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

RuntimeOrigin

Struct RuntimeOrigin 

Source
pub struct RuntimeOrigin {
+    pub caller: OriginCaller,
+    /* private fields */
+}
Expand description

The runtime origin type representing the origin of a call.

+

Origin is always created with the base filter configured in [frame_system::Config::BaseCallFilter].

+

Fields§

§caller: OriginCaller

Implementations§

Source§

impl RuntimeOrigin

Source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

+

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl AsTransactionAuthorizedOrigin for RuntimeOrigin

Source§

fn is_transaction_authorized(&self) -> bool

Whether the origin is authorized to include a transaction in a block. Read more
Source§

impl Clone for RuntimeOrigin

Source§

fn clone(&self) -> RuntimeOrigin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeOrigin

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

+
Source§

impl From<Origin> for RuntimeOrigin

Source§

fn from(x: Origin) -> Self

Convert to runtime origin using [pallet_foo::Config::BaseCallFilter].

+
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
Source§

impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>

Source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
Source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

Source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
Source§

impl OriginTrait for RuntimeOrigin

Source§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
Source§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
Source§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
Source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
Source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
Source§

fn set_caller(&mut self, caller: OriginCaller)

Replace the caller with caller from the other origin
Source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
Source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered +out. Read more
Source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
Source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
Source§

fn try_with_caller<R>( + self, + f: impl FnOnce(Self::PalletsOrigin) -> Result<R, Self::PalletsOrigin>, +) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
Source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
Source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
Source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn set_caller_from_signed(&mut self, caller_account: Self::AccountId)

Replace the caller with caller from the other origin
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.
§

fn as_signer(&self) -> Option<&Self::AccountId>

Extract a reference to the signer, if that’s what the caller is.
Source§

impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a RuntimeOrigin) -> Result<&'a Origin, ()>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.AllPalletsWithSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.AllPalletsWithSystem.html new file mode 100644 index 00000000..eb84df26 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.AllPalletsWithSystem.html @@ -0,0 +1,2 @@ +AllPalletsWithSystem in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

AllPalletsWithSystem

Type Alias AllPalletsWithSystem 

Source
pub type AllPalletsWithSystem = (System, PalletFoo, PalletBar);
Expand description

All pallets included in the runtime as a nested tuple of types.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.AllPalletsWithoutSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.AllPalletsWithoutSystem.html new file mode 100644 index 00000000..8d69d383 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.AllPalletsWithoutSystem.html @@ -0,0 +1,3 @@ +AllPalletsWithoutSystem in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

AllPalletsWithoutSystem

Type Alias AllPalletsWithoutSystem 

Source
pub type AllPalletsWithoutSystem = (PalletFoo, PalletBar);
Expand description

All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletBar.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletBar.html new file mode 100644 index 00000000..c7efc478 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletBar.html @@ -0,0 +1 @@ +PalletBar in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

PalletBar

Type Alias PalletBar 

Source
pub type PalletBar = Pallet<Runtime>;

Aliased Type§

pub struct PalletBar(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletBarConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletBarConfig.html new file mode 100644 index 00000000..b2ffab7e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletBarConfig.html @@ -0,0 +1,3 @@ +PalletBarConfig in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

PalletBarConfig

Type Alias PalletBarConfig 

Source
pub type PalletBarConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct PalletBarConfig {
+    pub initial_account: Option<u64>,
+}

Fields§

§initial_account: Option<u64>
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletFoo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletFoo.html new file mode 100644 index 00000000..ec39c13e --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.PalletFoo.html @@ -0,0 +1 @@ +PalletFoo in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

PalletFoo

Type Alias PalletFoo 

Source
pub type PalletFoo = Pallet<Runtime>;

Aliased Type§

pub struct PalletFoo(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.System.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.System.html new file mode 100644 index 00000000..6351ecc7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.System.html @@ -0,0 +1 @@ +System in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

System

pub type System = Pallet<Runtime>;

Aliased Type§

pub struct System(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.SystemConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.SystemConfig.html new file mode 100644 index 00000000..da208bf8 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime/type.SystemConfig.html @@ -0,0 +1,3 @@ +SystemConfig in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime - Rust

SystemConfig

Type Alias SystemConfig 

Source
pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct SystemConfig {
+    pub _config: PhantomData<Runtime>,
+}

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.OriginCaller.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.OriginCaller.html new file mode 100644 index 00000000..177e11fc --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.OriginCaller.html @@ -0,0 +1,203 @@ +OriginCaller in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

OriginCaller

pub enum OriginCaller {
+    system(Origin<Runtime>),
+    Void(Void),
+}

Variants§

§

system(Origin<Runtime>)

§

Void(Void)

Trait Implementations§

Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for OriginCaller

Source§

fn clone(&self) -> OriginCaller

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for OriginCaller

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for OriginCaller

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for OriginCaller

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller

Source§

fn from(x: Origin<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl MaxEncodedLen for OriginCaller

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for OriginCaller

Source§

fn eq(&self, other: &OriginCaller) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryFrom<OriginCaller> for Origin<Runtime>

Source§

type Error = OriginCaller

The type returned in the event of a conversion error.
Source§

fn try_from(x: OriginCaller) -> Result<Origin<Runtime>, OriginCaller>

Performs the conversion.
Source§

impl TypeInfo for OriginCaller

Source§

type Identity = OriginCaller

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for OriginCaller

Source§

impl EncodeLike for OriginCaller

Source§

impl Eq for OriginCaller

Source§

impl StructuralPartialEq for OriginCaller

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeCall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeCall.html new file mode 100644 index 00000000..676f65c7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeCall.html @@ -0,0 +1,221 @@ +RuntimeCall in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeCall

pub enum RuntimeCall {
+    System(CallableCallFor<System, Runtime>),
+    PalletWithSpecificRuntimeCall(CallableCallFor<PalletWithSpecificRuntimeCall, Runtime>),
+}
Expand description

The aggregated runtime call type.

+

Variants§

§

System(CallableCallFor<System, Runtime>)

§

PalletWithSpecificRuntimeCall(CallableCallFor<PalletWithSpecificRuntimeCall, Runtime>)

Trait Implementations§

Source§

impl Authorize for RuntimeCall

Source§

fn authorize( + &self, + source: TransactionSource, +) -> Option<Result<(ValidTransaction, Weight), TransactionValidityError>>

The authorize function. Read more
Source§

fn weight_of_authorize(&self) -> Weight

The weight of the authorization function.
Source§

impl CheckIfFeeless for RuntimeCall

Source§

type Origin = <Runtime as Config>::RuntimeOrigin

The Origin type of the runtime.
Source§

fn is_feeless(&self, origin: &Self::Origin) -> bool

Checks if the dispatchable satisfies the feeless condition as defined by +#[pallet::feeless_if]
Source§

impl Clone for RuntimeCall

Source§

fn clone(&self) -> RuntimeCall

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeCall

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeCall

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Dispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

Every function call from your runtime has an origin, which specifies where the extrinsic was +generated from. In the case of a signed extrinsic (transaction), the origin contains an +identifier for the caller. The origin can be empty in the case of an inherent extrinsic.
Source§

type Config = RuntimeCall

Source§

type Info = DispatchInfo

An opaque set of information attached to the transaction. This could be constructed anywhere +down the line in a runtime. The current Substrate runtime uses a struct with the same name +to represent the dispatch class and weight.
Source§

type PostInfo = PostDispatchInfo

Additional information that is returned by dispatch. Can be used to supply the caller +with information about a Dispatchable that is only known post dispatch.
Source§

fn dispatch(self, origin: RuntimeOrigin) -> DispatchResultWithPostInfo

Actually dispatch this call and return the result of it.
Source§

impl Encode for RuntimeCall

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<System, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn from(call: CallableCallFor<PalletWithSpecificRuntimeCall, Runtime>) -> Self

Converts to this type from the input type.
Source§

impl GetCallMetadata for RuntimeCall

Source§

fn get_call_metadata(&self) -> CallMetadata

Return a [CallMetadata], containing function and pallet name of the Call.
Source§

fn get_module_names() -> &'static [&'static str]

Return all module names.
Source§

fn get_call_names(module: &str) -> &'static [&'static str]

Return all function names for the given module.
Source§

impl GetDispatchInfo for RuntimeCall

Source§

fn get_dispatch_info(&self) -> DispatchInfo

Return a DispatchInfo, containing relevant information of this dispatch. Read more
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type(&self) -> Option<&CallableCallFor<System, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall

Source§

fn is_sub_type( + &self, +) -> Option<&CallableCallFor<PalletWithSpecificRuntimeCall, Runtime>>

Returns Some(_) if self is an instance of sub type T.
Source§

impl PartialEq for RuntimeCall

Source§

fn eq(&self, other: &RuntimeCall) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeCall

Source§

type Identity = RuntimeCall

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl UnfilteredDispatchable for RuntimeCall

Source§

type RuntimeOrigin = RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).
Source§

fn dispatch_bypass_filter( + self, + origin: RuntimeOrigin, +) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.
Source§

impl DecodeWithMemTracking for RuntimeCall

Source§

impl EncodeLike for RuntimeCall

Source§

impl Eq for RuntimeCall

Source§

impl StructuralPartialEq for RuntimeCall

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Call> CallDispatcher<Call> for Call
where + Call: Dispatchable,

§

fn dispatch( + call: Call, + origin: <Call as Dispatchable>::RuntimeOrigin, +) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>

§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeError.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeError.html new file mode 100644 index 00000000..b07b1872 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeError.html @@ -0,0 +1,186 @@ +RuntimeError in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeError

pub enum RuntimeError {
+    System(Error<Runtime>),
+}

Variants§

§

System(Error<Runtime>)

Implementations§

Source§

impl RuntimeError

Source

pub fn from_dispatch_error(err: DispatchError) -> Option<Self>

Optionally convert the DispatchError into the RuntimeError.

+

Returns Some if the error matches the DispatchError::Module variant, otherwise None.

+

Trait Implementations§

Source§

impl Debug for RuntimeError

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeError

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeError

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Error<Runtime>> for RuntimeError

Source§

fn from(x: Error<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl TryInto<Error<Runtime>> for RuntimeError

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Error<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeError

Source§

type Identity = RuntimeError

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeError

Source§

impl EncodeLike for RuntimeError

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeEvent.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeEvent.html new file mode 100644 index 00000000..b9b77810 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeEvent.html @@ -0,0 +1,201 @@ +RuntimeEvent in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeEvent

pub enum RuntimeEvent {
+    System(Event<Runtime>),
+}

Variants§

§

System(Event<Runtime>)

Trait Implementations§

Source§

impl Clone for RuntimeEvent

Source§

fn clone(&self) -> RuntimeEvent

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeEvent

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeEvent

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeEvent

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl From<Event<Runtime>> for RuntimeEvent

Source§

fn from(x: Event<Runtime>) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for RuntimeEvent

Source§

fn eq(&self, other: &RuntimeEvent) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TryInto<Event<Runtime>> for RuntimeEvent

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<Event<Runtime>, Self::Error>

Performs the conversion.
Source§

impl TypeInfo for RuntimeEvent

Source§

type Identity = RuntimeEvent

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeEvent

Source§

impl EncodeLike for RuntimeEvent

Source§

impl Eq for RuntimeEvent

Source§

impl StructuralPartialEq for RuntimeEvent

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeFreezeReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeFreezeReason.html new file mode 100644 index 00000000..74502d30 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeFreezeReason.html @@ -0,0 +1,199 @@ +RuntimeFreezeReason in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeFreezeReason

pub enum RuntimeFreezeReason {}
Expand description

A reason for placing a freeze on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeFreezeReason

Source§

fn clone(&self) -> RuntimeFreezeReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeFreezeReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeFreezeReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeFreezeReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeFreezeReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeFreezeReason

Source§

fn eq(&self, other: &RuntimeFreezeReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeFreezeReason

Source§

type Identity = RuntimeFreezeReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeFreezeReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeFreezeReason

Source§

impl DecodeWithMemTracking for RuntimeFreezeReason

Source§

impl EncodeLike for RuntimeFreezeReason

Source§

impl Eq for RuntimeFreezeReason

Source§

impl StructuralPartialEq for RuntimeFreezeReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeHoldReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeHoldReason.html new file mode 100644 index 00000000..8b7b51b3 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeHoldReason.html @@ -0,0 +1,199 @@ +RuntimeHoldReason in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeHoldReason

pub enum RuntimeHoldReason {}
Expand description

A reason for placing a hold on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeHoldReason

Source§

fn clone(&self) -> RuntimeHoldReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeHoldReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeHoldReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeHoldReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeHoldReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeHoldReason

Source§

fn eq(&self, other: &RuntimeHoldReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeHoldReason

Source§

type Identity = RuntimeHoldReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl VariantCount for RuntimeHoldReason

Source§

const VARIANT_COUNT: u32 = 0u32

Get the number of variants.
Source§

impl Copy for RuntimeHoldReason

Source§

impl DecodeWithMemTracking for RuntimeHoldReason

Source§

impl EncodeLike for RuntimeHoldReason

Source§

impl Eq for RuntimeHoldReason

Source§

impl StructuralPartialEq for RuntimeHoldReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeLockId.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeLockId.html new file mode 100644 index 00000000..07c44d26 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeLockId.html @@ -0,0 +1,199 @@ +RuntimeLockId in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeLockId

pub enum RuntimeLockId {}
Expand description

An identifier for each lock placed on funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeLockId

Source§

fn clone(&self) -> RuntimeLockId

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeLockId

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeLockId

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeLockId

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeLockId

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeLockId

Source§

fn eq(&self, other: &RuntimeLockId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeLockId

Source§

type Identity = RuntimeLockId

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeLockId

Source§

impl DecodeWithMemTracking for RuntimeLockId

Source§

impl EncodeLike for RuntimeLockId

Source§

impl Eq for RuntimeLockId

Source§

impl StructuralPartialEq for RuntimeLockId

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeSlashReason.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeSlashReason.html new file mode 100644 index 00000000..19f26c15 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeSlashReason.html @@ -0,0 +1,199 @@ +RuntimeSlashReason in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeSlashReason

pub enum RuntimeSlashReason {}
Expand description

A reason for slashing funds.

+

Trait Implementations§

Source§

impl Clone for RuntimeSlashReason

Source§

fn clone(&self) -> RuntimeSlashReason

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeSlashReason

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeSlashReason

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeSlashReason

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl MaxEncodedLen for RuntimeSlashReason

Source§

fn max_encoded_len() -> usize

Upper bound, in bytes, of the maximum encoded size of this item.
Source§

impl PartialEq for RuntimeSlashReason

Source§

fn eq(&self, other: &RuntimeSlashReason) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeSlashReason

Source§

type Identity = RuntimeSlashReason

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl Copy for RuntimeSlashReason

Source§

impl DecodeWithMemTracking for RuntimeSlashReason

Source§

impl EncodeLike for RuntimeSlashReason

Source§

impl Eq for RuntimeSlashReason

Source§

impl StructuralPartialEq for RuntimeSlashReason

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AssetId for T
where + T: FullCodec + DecodeWithMemTracking + Clone + Eq + PartialEq + Debug + TypeInfo + MaxEncodedLen,

§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeTask.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeTask.html new file mode 100644 index 00000000..60e873ad --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeTask.html @@ -0,0 +1,199 @@ +RuntimeTask in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeTask

pub enum RuntimeTask {}
Expand description

An aggregation of all Task enums across all pallets included in the current runtime.

+

Trait Implementations§

Source§

impl Clone for RuntimeTask

Source§

fn clone(&self) -> RuntimeTask

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeTask

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeTask

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for RuntimeTask

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeTask

Source§

fn eq(&self, other: &RuntimeTask) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl Task for RuntimeTask

Source§

type Enumeration = IntoIter<RuntimeTask>

An Iterator over tasks of this type used as the return type for enumerate.
Source§

fn is_valid(&self) -> bool

Checks if a particular instance of this Task variant is a valid piece of work. Read more
Source§

fn run(&self) -> Result<(), DispatchError>

Performs the work for this particular Task variant.
Source§

fn weight(&self) -> Weight

Returns the weight of executing this Task.
Source§

fn task_index(&self) -> u32

A unique value representing this Task within the current pallet. Analogous to +call_index, but for tasks.’ Read more
Source§

fn iter() -> Self::Enumeration

Inspects the pallet’s state and enumerates tasks of this type.
Source§

impl TypeInfo for RuntimeTask

Source§

type Identity = RuntimeTask

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeTask

Source§

impl EncodeLike for RuntimeTask

Source§

impl Eq for RuntimeTask

Source§

impl StructuralPartialEq for RuntimeTask

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeViewFunction.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeViewFunction.html new file mode 100644 index 00000000..bd25ef86 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/enum.RuntimeViewFunction.html @@ -0,0 +1,202 @@ +RuntimeViewFunction in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeViewFunction

pub enum RuntimeViewFunction {}
Expand description

Runtime query type.

+

Trait Implementations§

Source§

impl Clone for RuntimeViewFunction

Source§

fn clone(&self) -> RuntimeViewFunction

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeViewFunction

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for RuntimeViewFunction

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl DispatchViewFunction for RuntimeViewFunction

Source§

fn dispatch_view_function<O: Output>( + id: &ViewFunctionId, + input: &mut &[u8], + output: &mut O, +) -> Result<(), ViewFunctionDispatchError>

Source§

impl Encode for RuntimeViewFunction

§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
§

fn encode_to<T>(&self, dest: &mut T)
where + T: Output + ?Sized,

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for RuntimeViewFunction

Source§

fn eq(&self, other: &RuntimeViewFunction) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for RuntimeViewFunction

Source§

type Identity = RuntimeViewFunction

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for RuntimeViewFunction

Source§

impl EncodeLike for RuntimeViewFunction

Source§

impl Eq for RuntimeViewFunction

Source§

impl StructuralPartialEq for RuntimeViewFunction

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/index.html new file mode 100644 index 00000000..f3f2c67f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/index.html @@ -0,0 +1,3 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

Module runtime_with_specific_runtime_call

Module runtime_with_specific_runtime_call 

Source

Structs§

PalletInfo
Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.
Runtime
RuntimeGenesisConfig
RuntimeOrigin
The runtime origin type representing the origin of a call.

Enums§

OriginCaller
RuntimeCall
The aggregated runtime call type.
RuntimeError
RuntimeEvent
RuntimeFreezeReason
A reason for placing a freeze on funds.
RuntimeHoldReason
A reason for placing a hold on funds.
RuntimeLockId
An identifier for each lock placed on funds.
RuntimeSlashReason
A reason for slashing funds.
RuntimeTask
An aggregation of all Task enums across all pallets included in the current runtime.
RuntimeViewFunction
Runtime query type.

Type Aliases§

AllPalletsWithSystem
All pallets included in the runtime as a nested tuple of types.
AllPalletsWithoutSystem
All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.
PalletWithSpecificRuntimeCall
System
SystemConfig
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/sidebar-items.js new file mode 100644 index 00000000..1ad2604a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"enum":["OriginCaller","RuntimeCall","RuntimeError","RuntimeEvent","RuntimeFreezeReason","RuntimeHoldReason","RuntimeLockId","RuntimeSlashReason","RuntimeTask","RuntimeViewFunction"],"struct":["PalletInfo","Runtime","RuntimeGenesisConfig","RuntimeOrigin"],"type":["AllPalletsWithSystem","AllPalletsWithoutSystem","PalletWithSpecificRuntimeCall","System","SystemConfig"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.PalletInfo.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.PalletInfo.html new file mode 100644 index 00000000..c4fde9ac --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.PalletInfo.html @@ -0,0 +1,146 @@ +PalletInfo in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

PalletInfo

pub struct PalletInfo;
Expand description

Provides an implementation of PalletInfo to provide information +about the pallet setup in the runtime.

+

Trait Implementations§

Source§

impl PalletInfo for PalletInfo

Source§

fn index<P: 'static>() -> Option<usize>

Convert the given pallet P into its index as configured in the runtime.
Source§

fn name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its name as configured in the runtime.
Source§

fn name_hash<P: 'static>() -> Option<[u8; 16]>

The two128 hash of name.
Source§

fn module_name<P: 'static>() -> Option<&'static str>

Convert the given pallet P into its Rust module name as used in construct_runtime!.
Source§

fn crate_version<P: 'static>() -> Option<CrateVersion>

Convert the given pallet P into its containing crate version.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.Runtime.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.Runtime.html new file mode 100644 index 00000000..0efa2325 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.Runtime.html @@ -0,0 +1,169 @@ +Runtime in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

Runtime

pub struct Runtime;

Implementations§

Source§

impl Runtime

Source

pub fn execute_view_function( + id: ViewFunctionId, + input: Vec<u8>, +) -> Result<Vec<u8>, ViewFunctionDispatchError>

Convenience function for view functions dispatching and execution from the runtime API.

+
Source§

impl Runtime

Source

pub fn metadata() -> RuntimeMetadataPrefixed

Source

pub fn metadata_at_version(version: u32) -> Option<OpaqueMetadata>

Source

pub fn metadata_versions() -> Vec<u32>

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller

Source§

fn into_system(self) -> Option<RawOrigin<<Runtime as Config>::AccountId>>

Extract the signer from the message if it is a Signed origin.
Source§

fn as_system_ref(&self) -> Option<&RawOrigin<<Runtime as Config>::AccountId>>

Extract a reference to the system-level RawOrigin if it is that.
§

fn as_signed(&self) -> Option<&AccountId>

Extract the signer from it if a system Signed origin, None otherwise.
§

fn is_root(&self) -> bool

Returns true if self is a system Root origin, None otherwise.
§

fn is_none(&self) -> bool

Returns true if self is a system None origin, None otherwise.
Source§

impl Clone for Runtime

Source§

fn clone(&self) -> Runtime

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Config for Runtime

Source§

type Block = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<<Runtime as Config>::AccountId, <Runtime as Config>::RuntimeCall, (), ()>>

The Block type used by the runtime. This is used by construct_runtime to retrieve the +extrinsics or other block specific data as needed.
Source§

type Nonce = <TestDefaultConfig as DefaultConfig>::Nonce

This stores the number of previous transactions associated with a sender account.
Source§

type Hash = <TestDefaultConfig as DefaultConfig>::Hash

The output of the Hashing function.
Source§

type Hashing = <TestDefaultConfig as DefaultConfig>::Hashing

The hashing system (algorithm) being used in the runtime (e.g. Blake2).
Source§

type AccountId = <TestDefaultConfig as DefaultConfig>::AccountId

The user account identifier type for the runtime.
Source§

type Lookup = <TestDefaultConfig as DefaultConfig>::Lookup

Converting trait to take a source type and convert to AccountId. Read more
Source§

type MaxConsumers = <TestDefaultConfig as DefaultConfig>::MaxConsumers

The maximum number of consumers allowed on a single account.
Source§

type AccountData = <TestDefaultConfig as DefaultConfig>::AccountData

Data to be associated with an account (other than nonce/transaction counter, which this +pallet does regardless).
Source§

type OnNewAccount = <TestDefaultConfig as DefaultConfig>::OnNewAccount

Handler for when a new account has just been created.
Source§

type OnKilledAccount = <TestDefaultConfig as DefaultConfig>::OnKilledAccount

A function that is invoked when an account has been determined to be dead. Read more
Source§

type SystemWeightInfo = <TestDefaultConfig as DefaultConfig>::SystemWeightInfo

Weight information for the extrinsics of this pallet.
Source§

type ExtensionsWeightInfo = <TestDefaultConfig as DefaultConfig>::ExtensionsWeightInfo

Weight information for the transaction extensions of this pallet.
Source§

type SS58Prefix = <TestDefaultConfig as DefaultConfig>::SS58Prefix

The designated SS58 prefix of this chain. Read more
Source§

type Version = <TestDefaultConfig as DefaultConfig>::Version

Get the chain’s in-code version.
Source§

type BlockWeights = <TestDefaultConfig as DefaultConfig>::BlockWeights

Block & extrinsics weights: base values and limits.
Source§

type BlockLength = <TestDefaultConfig as DefaultConfig>::BlockLength

The maximum length of a block (in bytes).
Source§

type DbWeight = <TestDefaultConfig as DefaultConfig>::DbWeight

The weight of runtime database operations the runtime can invoke.
Source§

type RuntimeEvent = RuntimeEvent

The aggregated event type of the runtime.
Source§

type RuntimeOrigin = RuntimeOrigin

The RuntimeOrigin type used by dispatchable calls.
Source§

type RuntimeCall = RuntimeCall

The aggregated RuntimeCall type.
Source§

type PalletInfo = PalletInfo

Provides information about the pallet setup in the runtime. Read more
Source§

type RuntimeTask = RuntimeTask

The aggregated RuntimeTask type.
Source§

type BaseCallFilter = <TestDefaultConfig as DefaultConfig>::BaseCallFilter

The basic call filter to use in Origin. All origins are built with this filter as base, +except Root. Read more
Source§

type BlockHashCount = <TestDefaultConfig as DefaultConfig>::BlockHashCount

Maximum number of block number to block hash mappings to keep (oldest pruned first).
Source§

type OnSetCode = <TestDefaultConfig as DefaultConfig>::OnSetCode

What to do if the runtime wants to change the code to something new. Read more
Source§

type SingleBlockMigrations = <TestDefaultConfig as DefaultConfig>::SingleBlockMigrations

All migrations that should run in the next runtime upgrade. Read more
Source§

type MultiBlockMigrator = <TestDefaultConfig as DefaultConfig>::MultiBlockMigrator

The migrator that is used to run Multi-Block-Migrations. Read more
Source§

type PreInherents = <TestDefaultConfig as DefaultConfig>::PreInherents

A callback that executes in every block directly before all inherents were applied. Read more
Source§

type PostInherents = <TestDefaultConfig as DefaultConfig>::PostInherents

A callback that executes in every block directly after all inherents were applied. Read more
Source§

type PostTransactions = <TestDefaultConfig as DefaultConfig>::PostTransactions

A callback that executes in every block directly after all transactions were applied. Read more
Source§

impl Config for Runtime

Source§

impl Debug for Runtime

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl GetRuntimeBlockType for Runtime

Source§

type RuntimeBlock = <Runtime as Config>::Block

The RuntimeBlock type.
Source§

impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime

Source§

fn is_inherent(ext: &<<Runtime as Config>::Block as Block>::Extrinsic) -> bool

Whether this extrinsic is an inherent.
Source§

impl PartialEq for Runtime

Source§

fn eq(&self, other: &Runtime) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl TypeInfo for Runtime

Source§

type Identity = Runtime

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl ValidateUnsigned for Runtime

Source§

type Call = RuntimeCall

The call to validate
Source§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
Source§

fn validate_unsigned( + source: TransactionSource, + call: &Self::Call, +) -> TransactionValidity

Return the validity of the call Read more
Source§

impl Copy for Runtime

Source§

impl Eq for Runtime

Source§

impl StructuralPartialEq for Runtime

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.RuntimeGenesisConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.RuntimeGenesisConfig.html new file mode 100644 index 00000000..2d04a15d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.RuntimeGenesisConfig.html @@ -0,0 +1,153 @@ +RuntimeGenesisConfig in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeGenesisConfig

pub struct RuntimeGenesisConfig {
+    pub system: SystemConfig,
+}

Fields§

§system: SystemConfig

Trait Implementations§

Source§

impl BuildGenesisConfig for RuntimeGenesisConfig

Source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
Source§

impl Default for RuntimeGenesisConfig

Source§

fn default() -> RuntimeGenesisConfig

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for RuntimeGenesisConfig

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for RuntimeGenesisConfig

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> AccountId for T
where + T: Serialize,

Source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> Hash for T

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> MaybeSerialize for T
where + T: Serialize,

§

impl<T> MaybeSerializeDeserialize for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.RuntimeOrigin.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.RuntimeOrigin.html new file mode 100644 index 00000000..12f42d5b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/struct.RuntimeOrigin.html @@ -0,0 +1,159 @@ +RuntimeOrigin in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

RuntimeOrigin

pub struct RuntimeOrigin {
+    pub caller: OriginCaller,
+    /* private fields */
+}
Expand description

The runtime origin type representing the origin of a call.

+

Origin is always created with the base filter configured in [frame_system::Config::BaseCallFilter].

+

Fields§

§caller: OriginCaller

Implementations§

Source§

impl RuntimeOrigin

Source

pub fn none() -> Self

Create with system none origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn root() -> Self

Create with system root origin and [frame_system::Config::BaseCallFilter].

+
Source

pub fn signed(by: <Runtime as Config>::AccountId) -> Self

Create with system signed origin and [frame_system::Config::BaseCallFilter].

+

Trait Implementations§

Source§

impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin

Source§

fn as_system_origin_signer(&self) -> Option<&<Runtime as Config>::AccountId>

Extract a reference of the inner value of the System Origin::Signed variant, if self has +that variant.
Source§

impl AsTransactionAuthorizedOrigin for RuntimeOrigin

Source§

fn is_transaction_authorized(&self) -> bool

Whether the origin is authorized to include a transaction in a block. Read more
Source§

impl Clone for RuntimeOrigin

Source§

fn clone(&self) -> RuntimeOrigin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RuntimeOrigin

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Option<<Runtime as Config>::AccountId>) -> Self

Convert to runtime origin with caller being system signed or none and use filter [frame_system::Config::BaseCallFilter].

+
Source§

impl From<OriginCaller> for RuntimeOrigin

Source§

fn from(x: OriginCaller) -> Self

Converts to this type from the input type.
Source§

impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin

Source§

fn from(x: Origin<Runtime>) -> Self

Convert to runtime origin, using as filter: [frame_system::Config::BaseCallFilter].

+
Source§

impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>

Source§

fn from(val: RuntimeOrigin) -> Self

NOTE: converting to pallet origin loses the origin filter information.

+
Source§

impl OriginTrait for RuntimeOrigin

Source§

type Call = <Runtime as Config>::RuntimeCall

Runtime call type, as in frame_system::Config::Call
Source§

type PalletsOrigin = OriginCaller

The caller origin, overarching type of all pallets origins.
Source§

type AccountId = <Runtime as Config>::AccountId

The AccountId used across the system.
Source§

fn add_filter(&mut self, filter: impl Fn(&Self::Call) -> bool + 'static)

Add a filter to the origin.
Source§

fn reset_filter(&mut self)

Reset origin filters to default one, i.e frame_system::1fig::BaseCallFilter.
Source§

fn set_caller(&mut self, caller: OriginCaller)

Replace the caller with caller from the other origin
Source§

fn set_caller_from(&mut self, other: impl Into<Self>)

Replace the caller with caller from the other origin
Source§

fn filter_call(&self, call: &Self::Call) -> bool

Filter the call if caller is not root, if false is returned then the call must be filtered +out. Read more
Source§

fn caller(&self) -> &Self::PalletsOrigin

Get a reference to the caller (CallerTrait impl).
Source§

fn into_caller(self) -> Self::PalletsOrigin

Consume self and return the caller.
Source§

fn try_with_caller<R>( + self, + f: impl FnOnce(Self::PalletsOrigin) -> Result<R, Self::PalletsOrigin>, +) -> Result<R, Self>

Do something with the caller, consuming self but returning it if the caller was unused.
Source§

fn none() -> Self

Create with system none origin and frame_system::Config::BaseCallFilter.
Source§

fn root() -> Self

Create with system root origin and frame_system::Config::BaseCallFilter.
Source§

fn signed(by: Self::AccountId) -> Self

Create with system signed origin and frame_system::Config::BaseCallFilter.
§

fn set_caller_from_signed(&mut self, caller_account: Self::AccountId)

Replace the caller with caller from the other origin
§

fn as_signed(self) -> Option<Self::AccountId>

👎Deprecated: Use into_signer instead
Extract the signer from the message if it is a Signed origin.
§

fn into_signer(self) -> Option<Self::AccountId>

Extract the signer from the message if it is a Signed origin.
§

fn as_system_ref(&self) -> Option<&RawOrigin<Self::AccountId>>

Extract a reference to the system origin, if that’s what the caller is.
§

fn as_signer(&self) -> Option<&Self::AccountId>

Extract a reference to the signer, if that’s what the caller is.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeSendSync for T

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.AllPalletsWithSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.AllPalletsWithSystem.html new file mode 100644 index 00000000..47107464 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.AllPalletsWithSystem.html @@ -0,0 +1,2 @@ +AllPalletsWithSystem in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

AllPalletsWithSystem

pub type AllPalletsWithSystem = (System, PalletWithSpecificRuntimeCall);
Expand description

All pallets included in the runtime as a nested tuple of types.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.AllPalletsWithoutSystem.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.AllPalletsWithoutSystem.html new file mode 100644 index 00000000..a27d1090 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.AllPalletsWithoutSystem.html @@ -0,0 +1,3 @@ +AllPalletsWithoutSystem in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

AllPalletsWithoutSystem

pub type AllPalletsWithoutSystem = (PalletWithSpecificRuntimeCall,);
Expand description

All pallets included in the runtime as a nested tuple of types. +Excludes the System pallet.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.PalletWithSpecificRuntimeCall.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.PalletWithSpecificRuntimeCall.html new file mode 100644 index 00000000..d296f9fa --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.PalletWithSpecificRuntimeCall.html @@ -0,0 +1 @@ +PalletWithSpecificRuntimeCall in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

PalletWithSpecificRuntimeCall

Type Alias PalletWithSpecificRuntimeCall 

Source
pub type PalletWithSpecificRuntimeCall = Pallet<Runtime>;

Aliased Type§

pub struct PalletWithSpecificRuntimeCall(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.System.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.System.html new file mode 100644 index 00000000..7479dc89 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.System.html @@ -0,0 +1 @@ +System in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

System

pub type System = Pallet<Runtime>;

Aliased Type§

pub struct System(/* private fields */);
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.SystemConfig.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.SystemConfig.html new file mode 100644 index 00000000..b0029553 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/runtime_with_specific_runtime_call/type.SystemConfig.html @@ -0,0 +1,3 @@ +SystemConfig in pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call - Rust

SystemConfig

pub type SystemConfig = GenesisConfig<Runtime>;

Aliased Type§

pub struct SystemConfig {
+    pub _config: PhantomData<Runtime>,
+}

Fields§

§_config: PhantomData<Runtime>
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/sidebar-items.js new file mode 100644 index 00000000..31c6be3c --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["pallet_bar","pallet_foo","pallet_with_specific_runtime_call","runtime","runtime_with_specific_runtime_call"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations/index.html new file mode 100644 index 00000000..8daa4338 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations/index.html @@ -0,0 +1,99 @@ +pezkuwi_sdk_docs::reference_docs::frame_runtime_upgrades_and_migrations - Rust

Module frame_runtime_upgrades_and_migrations

Module frame_runtime_upgrades_and_migrations 

Source
Expand description

Learn about Runtime Upgrades and best practices for writing Migrations.

+

§Runtime Upgrades

+

At their core, blockchain logic consists of

+
    +
  1. on-chain state,
  2. +
  3. a state transition function.
  4. +
+

In Substrate-based blockchains, state transition functions are referred to as +runtimes.

+

Traditionally, before Substrate, upgrading state transition functions required node +operators to download new software and restart their nodes in a process called +forking.

+

Substrate-based blockchains do not require forking, and instead upgrade runtimes +in a process called “Runtime Upgrades”.

+

Forkless runtime upgrades are a defining feature of the Substrate framework. Updating the +runtime logic without forking the code base enables your blockchain to seamlessly evolve +over time in a deterministic, rules-based manner. It also removes ambiguity for node operators +and other participants in the network about what is the canonical runtime.

+

This capability is possible due to the runtime of a blockchain existing in on-chain storage.

+

§Performing a Runtime Upgrade

+

To upgrade a runtime, an Origin with the necessary permissions +(usually via governance) changes the :code storage. Usually, this is performed via a call to +set_code (or set_code_without_checks) with the desired new runtime blob, scheduled +using [pallet_scheduler].

+

Prior to building the new runtime, don’t forget to update the +RuntimeVersion.

+

§Migrations

+

It is often desirable to define logic to execute immediately after runtime upgrades (see +this diagram).

+

Self-contained pieces of logic that execute after a runtime upgrade are called “Migrations”.

+

The typical use case of a migration is to ‘migrate’ pallet storage from one layout to another, +for example when the encoding of a storage item is changed. However, they can also execute +arbitrary logic such as:

+
    +
  • Calling arbitrary pallet methods.
  • +
  • Mutating arbitrary on-chain state.
  • +
  • Cleaning up some old storage items that are no longer needed.
  • +
+

§Single Block Migrations

+
    +
  • Execute immediately and entirely at the beginning of the block following +a runtime upgrade.
  • +
  • Are suitable for migrations which are guaranteed to not exceed the block weight.
  • +
  • Are simply implementations of OnRuntimeUpgrade.
  • +
+

To learn best practices for writing single block pallet storage migrations, see the +Single Block Migration Example Pallet.

+

§Scheduling the Single Block Migrations to Run Next Runtime Upgrade

+

Schedule migrations to run next runtime upgrade passing them as a parameter to your +Config pallet:

+ +
/// Tuple of migrations (structs that implement `OnRuntimeUpgrade`)
+type Migrations = (
+	pallet_example_storage_migration::migrations::v1::versioned::MigrateV0ToV1,
+	MyCustomMigration,
+	// ...more migrations here
+);
+impl frame_system::Config for Runtime {
+	type SingleBlockMigrations = Migrations;
+}

§Ensuring Single Block Migration Safety

+

“My migration unit tests pass, so it should be safe to deploy right?”

+

No! Unit tests execute the migration in a very simple test environment, and cannot account +for the complexities of a real runtime or real on-chain state.

+

Prior to deploying migrations, it is critical to perform additional checks to ensure that when +run in our real runtime they will not brick the chain due to:

+
    +
  • Panicking.
  • +
  • Touching too many storage keys and resulting in an excessively large PoV.
  • +
  • Taking too long to execute.
  • +
+

try-runtime-cli has a sub-command +on-runtime-upgrade +which is designed to help with exactly this.

+

Developers MUST run this command before deploying migrations to ensure they will not +inadvertently result in a bricked chain.

+

It is recommended to run as part of your CI pipeline. See the +pezkuwi-sdk check-runtime-migration job +for an example of how to configure this.

+

§Note on the Manipulability of PoV Size and Execution Time

+

While try-runtime-cli can help ensure with +very high certainty that a migration will succeed given existing on-chain state, it cannot +prevent a malicious actor from manipulating state in a way that will cause the migration to take +longer or produce a PoV much larger than previously measured.

+

Therefore, it is important to write migrations in such a way that the execution time or PoV size +it adds to the block cannot be easily manipulated. e.g., do not iterate over storage that can +quickly or cheaply be bloated.

+

If writing your migration in such a way is not possible, a multi block migration should be used +instead.

+

§Other useful tools

+

Chopsticks is another tool in the Substrate +ecosystem which developers may find useful to use in addition to try-runtime-cli when testing +their single block migrations.

+

§Multi Block Migrations

+

Safely and easily execute long-running migrations across multiple blocks.

+

Suitable for migrations which could use arbitrary amounts of block weight.

+

See the +multi-block-migrations example +for reference.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_storage_derives/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_storage_derives/index.html new file mode 100644 index 00000000..240854ee --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_storage_derives/index.html @@ -0,0 +1,146 @@ +pezkuwi_sdk_docs::reference_docs::frame_storage_derives - Rust

Module frame_storage_derives

Module frame_storage_derives 

Source
Expand description

Learn about the details of what derives are needed for a type to be store-able in frame +storage.

+

§Frame storage derives

+
+

Note:

+

In all examples, a few lines of boilerplate have been hidden from each snippet for +conciseness.

+
+

Let’s begin by starting to store a NewType in a storage item:

+ +
#[frame::pallet]
+pub mod pallet {
+	pub struct NewType(u32);
+	#[pallet::storage]
+	pub type Something<T> = StorageValue<_, NewType>;
+}
+

This raises a number of compiler errors, like:

+
the trait `MaxEncodedLen` is not implemented for `NewType`, which is required by
+`frame::prelude::StorageValue<_GeneratedPrefixForStorageSomething<T>, NewType>:
+StorageInfoTrait`
+

This implies the following set of traits that need to be derived for a type to be stored in +frame storage:

+ +
#[frame::pallet]
+pub mod pallet {
+	#[derive(codec::Encode, codec::Decode, codec::MaxEncodedLen, scale_info::TypeInfo)]
+	pub struct NewType(u32);
+
+	#[pallet::storage]
+	pub type Something<T> = StorageValue<_, NewType>;
+}
+

Next, let’s look at how this will differ if we are to store a type that is derived from T in +storage, such as [frame::prelude::BlockNumberFor]:

+ +
#[frame::pallet]
+pub mod pallet {
+	#[derive(codec::Encode, codec::Decode, codec::MaxEncodedLen, scale_info::TypeInfo)]
+	pub struct NewType<T: Config>(BlockNumberFor<T>);
+
+	#[pallet::storage]
+	pub type Something<T: Config> = StorageValue<_, NewType<T>>;
+}
+

Surprisingly, this will also raise a number of errors, like:

+
the trait `TypeInfo` is not implemented for `T`, which is required
+by`frame_support::pallet_prelude::StorageValue<pallet_2::_GeneratedPrefixForStorageSomething<T>,
+pallet_2::NewType<T>>:StorageEntryMetadataBuilder
+

Why is that? The underlying reason is that the TypeInfo derive macro will only work for +NewType if all of NewType’s generics also implement TypeInfo. This is not the case for T +in the example above.

+

If you expand an instance of the derive, you will find something along the lines of: +impl<T> TypeInfo for NewType<T> where T: TypeInfo { ... }. This is the reason why the +TypeInfo trait is required for T.

+

To fix this, we need to add a #[scale_info(skip_type_params(T))] +attribute to NewType. This additional macro will instruct the derive to skip the bound on +T.

+ +
#[frame::pallet]
+pub mod pallet {
+	#[derive(codec::Encode, codec::Decode, codec::MaxEncodedLen, scale_info::TypeInfo)]
+	#[scale_info(skip_type_params(T))]
+	pub struct NewType<T: Config>(BlockNumberFor<T>);
+
+	#[pallet::storage]
+	pub type Something<T: Config> = StorageValue<_, NewType<T>>;
+}
+

Next, let’s say we wish to store NewType as [frame::prelude::ValueQuery], which means it +must also implement Default. This should be as simple as adding derive(Default) to it, +right?

+ +
#[frame::pallet]
+pub mod pallet {
+	#[derive(codec::Encode, codec::Decode, codec::MaxEncodedLen, scale_info::TypeInfo, Default)]
+	#[scale_info(skip_type_params(T))]
+	pub struct NewType<T: Config>(BlockNumberFor<T>);
+
+	#[pallet::storage]
+	pub type Something<T: Config> = StorageValue<_, NewType<T>, ValueQuery>;
+}
+

Under the hood, the expansion of the derive(Default) will suffer from the same restriction as +before: it will only work if T: Default, and T is not Default. Note that this is an +expected issue: T is merely a wrapper of many other types, such as BlockNumberFor<T>. +BlockNumberFor<T> should indeed implement Default, but T implementing Default is rather +meaningless.

+

To fix this, frame provides a set of macros that are analogous to normal rust derive macros, but +work nicely on top of structs that are generic over T: Config. These macros are:

+
    +
  • [frame::prelude::DefaultNoBound]
  • +
  • [frame::prelude::DebugNoBound]
  • +
  • [frame::prelude::PartialEqNoBound]
  • +
  • [frame::prelude::EqNoBound]
  • +
  • [frame::prelude::CloneNoBound]
  • +
  • [frame::prelude::PartialOrdNoBound]
  • +
  • [frame::prelude::OrdNoBound]
  • +
+

The above traits are almost certainly needed for your tests - to print your type, assert equality +or clone it.

+

We can fix the following example by using [frame::prelude::DefaultNoBound].

+ +
#[frame::pallet]
+pub mod pallet {
+	#[derive(
+		codec::Encode,
+		codec::Decode,
+		codec::MaxEncodedLen,
+		scale_info::TypeInfo,
+		DefaultNoBound
+	)]
+	#[scale_info(skip_type_params(T))]
+	pub struct NewType<T:Config>(BlockNumberFor<T>);
+
+	#[pallet::storage]
+	pub type Something<T: Config> = StorageValue<_, NewType<T>, ValueQuery>;
+}
+

Finally, if a custom type that is provided through Config is to be stored in the storage, it +is subject to the same trait requirements. The following does not work:

+ +
#[frame::pallet]
+pub mod pallet {
+	use frame::prelude::*;
+	#[pallet::config]
+	pub trait Config: frame_system::Config {
+		type CustomType;
+	}
+	#[pallet::pallet]
+	pub struct Pallet<T>(_);
+	#[pallet::storage]
+	pub type Something<T: Config> = StorageValue<_, T::CustomType>;
+}
+

But adding the right trait bounds will fix it.

+ +
#[frame::pallet]
+pub mod pallet {
+	use frame::prelude::*;
+	#[pallet::config]
+	pub trait Config: frame_system::Config {
+		type CustomType: codec::FullCodec
+			+ codec::MaxEncodedLen
+			+ scale_info::TypeInfo
+			+ Debug
+			+ Default;
+	}
+	#[pallet::pallet]
+	pub struct Pallet<T>(_);
+	#[pallet::storage]
+	pub type Something<T: Config> = StorageValue<_, T::CustomType>;
+}
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_storage_derives/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_storage_derives/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_storage_derives/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_system_accounts/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_system_accounts/index.html new file mode 100644 index 00000000..2eeeb8c1 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_system_accounts/index.html @@ -0,0 +1,5 @@ +pezkuwi_sdk_docs::reference_docs::frame_system_accounts - Rust

Module frame_system_accounts

Module frame_system_accounts 

Source
Expand description

Learn about how frame-system handles account-ids, nonces, consumers and providers.

+

§FRAME Accounts

+

🚧 Work In Progress 🚧

+

How frame_system handles accountIds. Nonce. Consumers and Providers, reference counting.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_system_accounts/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_system_accounts/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_system_accounts/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_tokens/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_tokens/index.html new file mode 100644 index 00000000..faee4dde --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_tokens/index.html @@ -0,0 +1,89 @@ +pezkuwi_sdk_docs::reference_docs::frame_tokens - Rust

Module frame_tokens

Module frame_tokens 

Source
Expand description

Learn about the token-related logic in FRAME and how to apply it to your use case.

+

§FRAME Tokens

+

This reference doc serves as a high-level overview of the token-related logic in FRAME, and +how to properly apply it to your use case.

+

On completion of reading this doc, you should have a good understanding of:

+
    +
  • The distinction between token traits and trait implementations in FRAME, and why this +distinction is helpful.
  • +
  • Token-related traits available in FRAME.
  • +
  • Token-related trait implementations in FRAME.
  • +
  • How to choose the right trait or trait implementation for your use case.
  • +
  • Where to go next.
  • +
+

§Getting Started

+

The most ubiquitous way to add a token to a FRAME runtime is [pallet_balances]. Read +more about pallets here.

+

You may then write custom pallets that interact with [pallet_balances]. The fastest way to +get started with that is by +tightly coupling your +custom pallet to [pallet_balances].

+

However, to keep pallets flexible and modular, it is often preferred to +loosely couple.

+

To achieve loose coupling, +we separate token logic into traits and trait implementations.

+

§Traits and Trait Implementations

+

Broadly speaking, token logic in FRAME can be divided into two categories: traits and +trait implementations.

+

Traits define common interfaces that types of tokens should implement. For example, the +fungible::Inspect trait specifies an interface +for inspecting token state such as the total issuance of the token, the balance of individual +accounts, etc.

+

Trait implementations are concrete implementations of these traits. For example, one of the +many traits [pallet_balances] implements is +fungible::Inspect1. It provides the concrete +way of inspecting the total issuance, balance of accounts, etc. There can be many +implementations of the same traits.

+

The distinction between traits and trait implementations is helpful because it allows pallets +and other logic to be generic over their dependencies, avoiding tight coupling.

+

To illustrate this with an example let’s consider [pallet_preimage]. This pallet takes a +deposit in exchange for storing a preimage for later use. A naive implementation of the +pallet may use [pallet_balances] in a tightly coupled manner, directly calling methods +on the pallet to reserve and unreserve deposits. This approach works well, +until someone has a use case requiring that an asset from a different pallet such as +[pallet_assets] is used for the deposit. Rather than tightly coupling [pallet_preimage] to +[pallet_balances], [pallet_assets], and every other token-handling pallet, a user +could possibly specify that [pallet_preimage] does not specify a concrete pallet as a +dependency, but instead accepts any dependency which implements the +currency::ReservableCurrency +trait, namely via its Config::Currency +associated type. This allows [pallet_preimage] to support any arbitrary pallet implementing +this trait, without needing any knowledge of what those pallets may be or requiring changes to +support new pallets which may be written in the future.

+

Read more about coupling, and the benefits of loose coupling +here.

+

§Fungible Token Traits in FRAME

+

The fungible crate contains the latest set of FRAME +fungible token traits, and is recommended to use for all new logic requiring a fungible token. +See the crate documentation for more info about these fungible traits.

+

fungibles provides very similar functionality to +fungible, except it supports managing multiple tokens.

+

You may notice the trait Currency with similar +functionality is also used in the codebase, however this trait is deprecated and existing logic +is in the process of being migrated to fungible (tracking issue).

+

§Fungible Token Trait Implementations in FRAME

+

[pallet_balances] implements fungible, and is the most +commonly used fungible implementation in FRAME. Most of the time, it’s used for managing the +native token of the blockchain network it’s used in.

+

[pallet_assets] implements fungibles, and is another +popular fungible token implementation. It supports the creation and management of multiple +assets in a single crate, making it a good choice when a network requires more assets in +addition to its native token.

+

§Non-Fungible Tokens in FRAME

+

[pallet_nfts] is recommended to use for all NFT use cases in FRAME. +See the crate documentation for more info about this pallet.

+

[pallet_uniques] is deprecated and should not be used.

+

§What Next?

+
    +
  • If you are interested in implementing a single fungible token, continue reading the +fungible and [pallet_balances] docs.
  • +
  • If you are interested in implementing a set of fungible tokens, continue reading the +fungibles trait and [pallet_assets] docs.
  • +
  • If you are interested in implementing an NFT, continue reading the [pallet_nfts] docs.
  • +
+

  1. Rust Advanced Tip: The knowledge that [pallet_balances] implements +fungible::Inspect is not some arcane knowledge +that you have to know by heart or memorize. One can simply look at the list of the implementors +of any trait in the Rust Doc to find all implementors (e.g. +Mutate trait implementors), +or use the rust-analyzer’s Implementations action. 

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_tokens/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_tokens/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/frame_tokens/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/glossary/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/glossary/index.html new file mode 100644 index 00000000..643c73f9 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/glossary/index.html @@ -0,0 +1,82 @@ +pezkuwi_sdk_docs::reference_docs::glossary - Rust

Module glossary

Module glossary 

Source
Expand description

The glossary.

+

§Glossary

§State
+

The data around which the blockchain network wishes to come to consensus. Also +referred to as “onchain data”, “onchain storage” or sometimes just “storage”. In UTXO based +blockchains, is referred to as “ledger”.

+

Synonyms: Onchain data, Onchain storage, Storage, Ledger

+
§State Transition Function
+

The WASM Blob that dictates how the blockchain should transition its state upon encountering new +blocks.

+
§Host
+

The environment that hosts and executes the state transition function’s WASM +blob.

+
§Node
+

The full software artifact that contains the host, but importantly also all the other +modules needed to be part of a blockchain network, such as peer-to-peer networking, database and +such.

+

Synonyms: Client

+
§Light Node
+

Same as node, but when capable of following the network only through listening to +block headers. Usually capable of running in more constrained environments, such as an embedded +device, phone, or a web browser.

+

Synonyms: Light Client

+
§Offchain
+

Refers to operations conducted outside the blockchain’s consensus mechanism. They are essential +for enhancing scalability and efficiency, enabling activities like data fetching and computation +without bloating the blockchain state.

+
§Host Functions:
+

Host functions are the node’s API, these are functions provided by the runtime environment (the +host) to the Wasm runtime. These functions allow the Wasm code to interact with and +perform operations on the node, like accessing the blockchain state.

+
§Runtime API:
+

This is the API of the runtime, it acts as a communication bridge between the runtime and the +node, serving as the exposed interface that facilitates their interactions.

+
§Dispatchable:
+

Dispatchables are function objects that act as +the entry points in FRAME pallets. They can be called by internal or external entities +to interact with the blockchain’s state. They are a core aspect of the runtime logic, handling +transactions and other state-changing operations.

+

Synonyms: Callable

+
§Extrinsic
+

An extrinsic is a general term for a piece of data that is originated outside of the runtime, +included into a block and leads to some action. This includes user-initiated transactions as +well as inherents which are placed into the block by the block-builder.

+
§Pallet
+

Similar to software modules in traditional programming, FRAME pallets in Substrate are +modular components that encapsulate distinct functionalities or business logic. Just as +libraries or modules are used to build and extend the capabilities of a software application, +pallets are the foundational building blocks for constructing a blockchain’s runtime with frame. +They enable the creation of customizable and upgradeable networks, offering a composable +framework for a Substrate-based blockchain. Each pallet can be thought of as a plug-and-play +module, enhancing the blockchain’s functionality in a cohesive and integrated manner.

+
§Full Node
+

It is a node that prunes historical states, keeping only recent finalized block states to reduce +storage needs. Full nodes provide current chain state access and allow direct submission and +validation of extrinsics, maintaining network decentralization.

+
§Archive Node
+

An archive node is a specialized node that maintains a complete history of all block states and +transactions. Unlike a full node, it does not prune historical data, ensuring full access to the +entire blockchain history. This makes it essential for detailed blockchain analysis and +historical queries, but requires significantly more storage capacity.

+
§Validator
+

A validator is a node that participates in the consensus mechanism of the network. +Its role includes block production, transaction validation, network integrity and security +maintenance.

+
§Collator
+

A collator is a node that is responsible for producing candidate blocks for the validators. +Collators are similar to validators on any other blockchain but, they do not need to provide +security guarantees as the Relay Chain handles this.

+
§Teyrchain
+

Short for “parallelized chain” a teyrchain is a specialized blockchain that runs in parallel to +the Relay Chain (Pezkuwi, Kusama, etc.), benefiting from the shared security and +interoperability features of it.

+

Synonyms: AppChain

+
§PVF
+

The Teyrchain Validation Function (PVF) is the current runtime Wasm for a teyrchain that is +stored on the Relay chain. It is an essential component in the Pezkuwi ecosystem, encapsulating +the validation logic for each teyrchain. The PVF is executed by validators to verify the +correctness of teyrchain blocks. This is critical for ensuring that each block follows the logic +set by its respective teyrchain, thus maintaining the integrity and security of the entire +network.

+

Synonyms: Teyrchain Validation Function

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/glossary/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/glossary/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/glossary/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/index.html new file mode 100644 index 00000000..a63bd4f4 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/index.html @@ -0,0 +1,38 @@ +pezkuwi_sdk_docs::reference_docs - Rust

Module reference_docs

Module reference_docs 

Source
Expand description

Reference documents covering in-depth topics across the Pezkuwi SDK. It is suggested to read +these on-demand, while you are going through the guides or other content.

+

§Pezkuwi SDK Reference Docs.

+

This is the entry point for all reference documents that enhance one’s learning experience in +the Pezkuwi SDK.

+

Note that this module also contains the glossary.

+

§What is a “reference document”?

+

First, see why we use rust-docs for everything and our +documentation principles. We acknowledge that as much of +the crucial information should be embedded in the low level rust-docs. Then, high level +scenarios should be covered in crate::guides. Finally, we acknowledge that there is a +category of information that is:

+
    +
  1. Crucial to know.
  2. +
  3. Is too high level to be in the rust-doc of any one type, trait or fn.
  4. +
  5. Is too low level to be encompassed in a crate::guides.
  6. +
+

We call this class of documents “reference documents”. Our goal should be to minimize the number +of “reference” docs, as they incur maintenance burden.

+

Modules§

blockchain_state_machines
Learn about the way Substrate and FRAME view their blockchains as state machines.
chain_spec_genesis
Learn about chain specification file and the genesis state of the blockchain.
cli
Learn about Substrate’s CLI, and how it can be extended.
custom_host_functions
Learn about how to add custom host functions to the node.
custom_runtime_api_rpc
Learn about how to create custom RPC endpoints and runtime APIs.
defensive_programming
Learn about how to write safe and defensive code in your FRAME runtime. +Defensive programming is a design paradigm that enables a program to continue +running despite unexpected behavior, input, or events that may arise in runtime. +Usually, unforeseen circumstances may cause the program to stop or, in the Rust context, +panic!. Defensive practices allow for these circumstances to be accounted for ahead of time +and for them to be handled gracefully, which is in line with the intended fault-tolerant and +deterministic nature of blockchains.
development_environment_advice
Advice for configuring your development environment for Substrate development.
extrinsic_encoding
Learn about how extrinsics are encoded to be transmitted to a node and stored in blocks.
fee_less_runtime
Learn about how to make a pallet/runtime that is fee-less and instead uses another mechanism to +control usage and sybil attacks.
frame_benchmarking_weight
Learn about benchmarking and weight.
frame_logging
Learn about how to do logging in FRAME-based runtimes.
frame_offchain_workers
Learn about the offchain workers, how they function, and how to use them, as provided by the +[frame] APIs.
frame_origin
Learn about Origins, a topic in FRAME that enables complex account abstractions to be built.
frame_pallet_coupling
Learn about the different ways through which multiple [frame] pallets can be combined to work +together.
frame_runtime_types
Learn about composite enums and other runtime level types, such as RuntimeEvent and +RuntimeCall.
frame_runtime_upgrades_and_migrations
Learn about Runtime Upgrades and best practices for writing Migrations.
frame_storage_derives
Learn about the details of what derives are needed for a type to be store-able in frame +storage.
frame_system_accounts
Learn about how frame-system handles account-ids, nonces, consumers and providers.
frame_tokens
Learn about the token-related logic in FRAME and how to apply it to your use case.
glossary
The glossary.
metadata
Learn about metadata, the main means through which an upgradeable runtime communicates its +properties to the outside world.
omni_node
The pezkuwi-omni-node and its related binaries.
runtime_vs_smart_contract
Learn about the differences between smart contracts and a FRAME-based runtime. They are both +“code stored onchain”, but how do they differ?
signed_extensions
Deprecated in favor of transaction extensions. +SignedExtensions are deprecated in favor of +TransactionExtensions.
state
Learn about the state in Substrate.
trait_based_programming
Learn how Substrate and FRAME use traits and associated types to make modules generic in a +type-safe manner.
transaction_extensions
Learn about the transaction extensions that form a part of extrinsics. +Transaction extensions are, briefly, a means for different chains to extend the “basic” +extrinsic format with custom data that can be checked by the runtime.
umbrella_crate
Learn about the Pezkuwi Umbrella crate that re-exports all other crates.
wasm_meta_protocol
Learn about the WASM meta-protocol of all Substrate-based chains.
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/metadata/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/metadata/index.html new file mode 100644 index 00000000..1fe44df1 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/metadata/index.html @@ -0,0 +1,23 @@ +pezkuwi_sdk_docs::reference_docs::metadata - Rust

Module metadata

Module metadata 

Source
Expand description

Learn about metadata, the main means through which an upgradeable runtime communicates its +properties to the outside world.

+

§Metadata

+

The existence of metadata in pezkuwi-sdk goes back to the (forkless) upgrade-ability of all +Substrate-based blockchains, which is achieved through +crate::reference_docs::wasm_meta_protocol. You can learn more about the details of how to +deal with these upgrades in crate::reference_docs::frame_runtime_upgrades_and_migrations.

+

Another consequence of upgrade-ability is that as a UI, wallet, or generally an offchain entity, +it is hard to know the types internal to the runtime, specifically in light of the fact that +they can change at any point in time.

+

This is why all Substrate-based runtimes must expose a [sp_api::Metadata] api, which mandates +the runtime to return a description of itself. The return type of this api is Vec<u8>, meaning +that it is up to the runtime developer to decide on the format of this.

+

All crate::pezkuwi_sdk::frame_runtime based runtimes expose a specific metadata language, +maintained in https://github.com/paritytech/frame-metadata which is adopted in the Pezkuwi +ecosystem.

+

§Metadata Explorers:

+

A few noteworthy tools that inspect the (FRAME-based) metadata of a chain:

+ +
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/metadata/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/metadata/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/metadata/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/omni_node/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/omni_node/index.html new file mode 100644 index 00000000..3511f4f6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/omni_node/index.html @@ -0,0 +1,186 @@ +pezkuwi_sdk_docs::reference_docs::omni_node - Rust

Module omni_node

Module omni_node 

Source
Expand description

The pezkuwi-omni-node and its related binaries.

+

§(Omni) Node

+

This reference doc elaborates on what a Pezkuwi-SDK/Substrate node software is, and what +various ways exist to run one.

+

The node software, as denoted in crate::reference_docs::wasm_meta_protocol, is everything in +a blockchain other than the WASM runtime. It contains common components such as the database, +networking, RPC server and consensus. Substrate-based nodes are native binaries that are +compiled down from the Rust source code. The node folder in any of the templates are +examples of this source.

+
+

Note: A typical node also contains a lot of other tools (exposed as subcommands) that are +useful for operating a blockchain, such as the ones noted in +[pezkuwi_omni_node_lib::cli::Cli::subcommand].

+
+

§Node <> Runtime Interdependence

+

While in principle the node can be mostly independent of the runtime, for various reasons, such +as the native runtime, the node and +runtime were historically tightly linked together. Another reason is that the node and the +runtime need to be in agreement about which consensus algorithm they use, as described +below.

+

Specifically, the node relied on the existence of a linked runtime, and could only reliably run +that runtime. This is why if you look at any of the templates, they are all composed of a +node, and a runtime.

+

Moreover, the code and API of each of these nodes was historically very advanced, and tailored +towards those who wish to customize many of the node components at depth.

+
+

The notorious service.rs in any node template is a good example of this.

+
+

A trend has already been undergoing in +order to de-couple the node and the runtime for a long time. The north star of this effort is +twofold :

+
    +
  1. develop what can be described as an “omni-node”: A node that can run most runtimes.
  2. +
  3. provide a cleaner abstraction for creating a custom node.
  4. +
+

While a single omni-node running all possible runtimes is not feasible, the +pezkuwi-omni-node is an attempt at creating the former, and the [pezkuwi_omni_node_lib] +is the latter.

+
+

Note: The OmniNodes are mainly focused on the development needs of Pezkuwi +teyrchains ONLY, not (Substrate) solo-chains. For the time being, solo-chains are not +supported by the OmniNodes. This might change in the future.

+
+

§Types of Nodes

+

With the emergence of the OmniNodes, let’s look at the various Node options available to a +builder.

+

§pezkuwi-omni-node

+

pezkuwi-omni-node is a white-labeled binary, released as a part of Pezkuwi SDK that is +capable of meeting the needs of most Pezkuwi teyrchains.

+

It can act as the collator of a teyrchain in production, with all the related auxillary +functionalities that a normal collator node has: RPC server, archiving state, etc. Moreover, it +can also run the wasm blob of the teyrchain locally for testing and development.

+

§[pezkuwi_omni_node_lib]

+

[pezkuwi_omni_node_lib] is the library version of the above, which can be used to create a +fresh teyrchain node, with a some limited configuration options using a lean API.

+

§Old School Nodes

+

The existing node architecture, as seen in the templates, is still available for those who +want to have full control over the node software.

+

§Summary

+

We can summarize the choices for the node software of any given user of Pezkuwi-SDK, wishing to +deploy a teyrchain into 3 categories:

+
    +
  1. Use the pezkuwi-omni-node: This is the easiest way to get started, and is the most +likely to be the best choice for most users. + +
  2. +
  3. Use the [pezkuwi_omni_node_lib]: This is the best choice for those who want to have +slightly more control over the node software, such as embedding a custom chain-spec.
  4. +
  5. Use the old school nodes: This is the best choice for those who want to have full control +over the node software, such as changing the consensus engine, altering the transaction pool, +and so on.
  6. +
+

§OmniTools: User Journey

+

All in all, the user journey of a team/builder, in the OmniNode world is as follows:

+ +

§Appendix

+

This section describes how the interdependence between the node and the runtime is related to +the consensus engine. This information is useful for those who want to understand the +historical context of the node and the runtime.

+

§Consensus Engine

+

In any given substrate-based chain, both the node and the runtime will have their own +opinion/information about what consensus engine is going to be used.

+

In practice, the majority of the implementation of any consensus engine is in the node side, but +the runtime also typically needs to expose a custom runtime-api to enable the particular +consensus engine to work, and that particular runtime-api is implemented by a pallet +corresponding to that consensus engine.

+

For example, taking a snippet from [solochain_template_runtime], the runtime has to provide +this additional runtime-api (compared to [minimal_template_runtime]), if the node software is +configured to use the Aura consensus engine:

+
impl sp_consensus_aura::AuraApi<Block, AuraId> for Runtime {
+    fn slot_duration() -> sp_consensus_aura::SlotDuration {
+        ...
+    }
+    fn authorities() -> Vec<AuraId> {
+        ...
+    }
+}
+

For simplicity, we can break down “consensus” into two main parts:

+
    +
  • Block Authoring: Deciding who gets to produce the next block.
  • +
  • Finality: Deciding when a block is considered final.
  • +
+

For block authoring, there are a number of options:

+
    +
  • [sc_consensus_manual_seal]: Useful for testing, where any node can produce a block at any +time. This is often combined with a fixed interval at which a block is produced.
  • +
  • [sc_consensus_aura]/[pallet_aura]: A simple round-robin block authoring mechanism.
  • +
  • [sc_consensus_babe]/[pallet_babe]: A more advanced block authoring mechanism, capable of +anonymizing the next block author.
  • +
  • [sc_consensus_pow]: Proof of Work block authoring.
  • +
+

For finality, there is one main option shipped with pezkuwi-sdk:

+
    +
  • [sc_consensus_grandpa]/[pallet_grandpa]: A finality gadget that uses a voting mechanism to +decide when a block
  • +
+

The most important lesson here is that the node and the runtime must have matching consensus +components.

+

§Consequences for OmniNode

+

The consequence of the above is that anyone using the OmniNode must also be aware of the +consensus system used in the runtime, and be aware if it is matching that of the OmniNode or +not. For the time being, pezkuwi-omni-node only supports:

+
    +
  • Teyrchain-based Aura consensus, with 6s async-backing block-time, and before full elastic +scaling). [pezkuwi_omni_node_lib::cli::Cli::experimental_use_slot_based] for fixed factor +scaling (a step
  • +
  • Ability to run any runtime with --dev-block-time flag. This uses +[sc_consensus_manual_seal] under the hood, and has no restrictions on the runtime’s +consensus.
  • +
+

This future improvement to OmniNode +aims to make such checks automatic.

+

§Runtime conventions

+

The Omni Node needs to make some assumptions about the runtime. During startup, the node fetches +the runtime metadata and asserts that the runtime represents a compatible teyrchain. +The checks are best effort and will generate warning level logs in the Omni Node log file on +failure.

+

The list of checks may evolve in the future and for now only few rules are implemented:

+
    +
  • runtimes must define a type for cumulus-pallet-teyrchain-system, which is recommended to +be named as TeyrchainSystem.
  • +
  • runtimes must define a type for frame-system pallet, which is recommended to be named as +System. The configured block number here will be used by Omni Node to configure AURA +accordingly.
  • +
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/omni_node/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/omni_node/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/omni_node/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract/index.html new file mode 100644 index 00000000..c05a546c --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract/index.html @@ -0,0 +1,206 @@ +pezkuwi_sdk_docs::reference_docs::runtime_vs_smart_contract - Rust

Module runtime_vs_smart_contract

Module runtime_vs_smart_contract 

Source
Expand description

Learn about the differences between smart contracts and a FRAME-based runtime. They are both +“code stored onchain”, but how do they differ?

+

§Runtime vs. Smart Contracts

+

TL;DR: If you need to create a Blockchain, then write a runtime. If you need to create a +DApp, then write a Smart Contract.

+

This is a comparative analysis of Substrate-based Runtimes and Smart Contracts, highlighting +their main differences. Our aim is to equip you with a clear understanding of how these two +methods of deploying on-chain logic diverge in their design, usage, and implications.

+

Both Runtimes and Smart Contracts serve distinct purposes. Runtimes offer deep customization for +blockchain development, while Smart Contracts provide a more accessible approach for +decentralized applications. Understanding their differences is crucial in choosing the right +approach for a specific solution.

+

§Substrate

+

Substrate is a modular framework that enables the creation of purpose-specific blockchains. In +the Pezkuwi ecosystem you can find two distinct approaches for on-chain code execution: +Runtime Development and Smart Contracts.

+
§Smart Contracts in Substrate
+

Smart Contracts are autonomous, programmable constructs deployed on the blockchain. +In FRAME, Smart Contracts infrastructure is implemented by the +[pallet_contracts] for WASM-based contracts or the +pallet_evm for EVM-compatible contracts. These pallets +enable Smart Contract developers to build applications and systems on top of a Substrate-based +blockchain.

+
§Runtime in Substrate
+

The Runtime is the state transition function of a Substrate-based blockchain. It defines the +rules for processing transactions and blocks, essentially governing the behavior and +capabilities of a blockchain.

+

§Comparative Table

+ + + + + + +
AspectRuntimeSmart Contracts
Design PhilosophyCore logic of a blockchain, allowing broad and deep customization.Designed for DApps deployed on the blockchain runtime.
Development ComplexityRequires in-depth knowledge of Rust and Substrate. Suitable for complex blockchain architectures.Easier to develop with knowledge of Smart Contract languages like Solidity or ink!.
Upgradeability and FlexibilityOffers comprehensive upgradeability with migration logic and on-chain governance, allowing modifications to the entire blockchain logic without hard forks.Less flexible in upgrade migrations but offers more straightforward deployment and iteration.
Performance and EfficiencyMore efficient, optimized for specific needs of the blockchain.Can be less efficient due to its generic nature (e.g. the overhead of a virtual machine).
Security ConsiderationsSecurity flaws can affect the entire blockchain.Security risks usually localized to the individual contract.
Weighing and MeteringOperations can be weighed, allowing for precise benchmarking.Execution is metered, allowing for measurement of resource consumption.
+
+

We will now explore these differences in more detail.

+

§Design Philosophy

+

Runtimes and Smart Contracts are designed for different purposes. Runtimes are the core logic +of a blockchain, while Smart Contracts are designed for DApps on top of the blockchain. +Runtimes can be more complex, but also more flexible and efficient, while Smart Contracts are +easier to develop and deploy.

+
§Runtime Design Philosophy
+
    +
  • Core Blockchain Logic: Runtimes are essentially the backbone of a blockchain. They define +the fundamental rules, operations, and state transitions of the blockchain network.
  • +
  • Broad and Deep Customization: Runtimes allow for extensive customization and flexibility. +Developers can tailor the most fundamental aspects of the blockchain, like introducing an +efficient transaction fee model to eliminating transaction fees completely. This level of +control is essential for creating specialized or application-specific blockchains.
  • +
+
§Smart Contract Design Philosophy
+
    +
  • DApps Development: Smart contracts are designed primarily for developing DApps. They +operate on top of the blockchain’s infrastructure.
  • +
  • Modularity and Isolation: Smart contracts offer a more modular approach. Each contract is +an isolated piece of code, executing predefined operations when triggered. This isolation +simplifies development and enhances security, as flaws in one contract do not directly +compromise the entire network.
  • +
+

§Development Complexity

+

Runtimes and Smart Contracts differ in their development complexity, largely due to their +differing purposes and technical requirements.

+
§Runtime Development Complexity
+
    +
  • In-depth Knowledge Requirements: Developing a Runtime in Substrate requires a +comprehensive understanding of Rust, Substrate’s framework, and blockchain principles.
  • +
  • Complex Blockchain Architectures: Runtime development is suitable for creating complex +blockchain architectures. Developers must consider aspects like security, scalability, and +network efficiency.
  • +
+
§Smart Contract Development Complexity
+
    +
  • Accessibility: Smart Contract development is generally more accessible, especially for +those already familiar with programming concepts. Knowledge of smart contract-specific +languages like Solidity or ink! is required.
  • +
  • Focused on Application Logic: The development here is focused on the application logic +only. This includes writing functions that execute when certain conditions are met, managing +state within the contract, and ensuring security against common Smart Contract +vulnerabilities.
  • +
+

§Upgradeability and Flexibility

+

Runtimes and Smart Contracts differ significantly in how they handle upgrades and flexibility, +each with its own advantages and constraints. Runtimes are more flexible, allowing for writing +migration logic for upgrades, while Smart Contracts are less flexible but offer easier +deployment and iteration.

+
§Runtime Upgradeability and Flexibility
+
    +
  • Migration Logic: One of the key strengths of runtime development is the ability to define +migration logic. This allows developers to implement changes in the state or structure of the +blockchain during an upgrade. Such migrations can adapt the existing state to fit new +requirements or features seamlessly.
  • +
  • On-Chain Governance: Upgrades in a Runtime environment are typically governed on-chain, +involving validators or a governance mechanism. This allows for a democratic and transparent +process for making substantial changes to the blockchain.
  • +
  • Broad Impact of Changes: Changes made in Runtime affect the entire blockchain. This gives +developers the power to introduce significant improvements or changes but also necessitates a +high level of responsibility and scrutiny, we will talk further about it in the Security +Considerations section.
  • +
+
§Smart Contract Upgradeability and Flexibility
+
    +
  • Deployment and Iteration: Smart Contracts, by nature, are designed for more +straightforward deployment and iteration. Developers can quickly deploy contracts.
  • +
  • Contract Code Updates: Once deployed, although typically immutable, Smart Contracts can be +upgraded, but lack of migration logic. The [pallet_contracts] +allows for contracts to be upgraded by exposing the set_code dispatchable. More details on this +can be found in Ink! documentation on upgradeable contracts.
  • +
  • Isolated Impact: Upgrades or changes to a smart contract generally impact only that +contract and its users, unlike Runtime upgrades that have a network-wide effect.
  • +
  • Simplicity and Rapid Development: The development cycle for Smart Contracts is usually +faster and less complex than Runtime development, allowing for rapid prototyping and +deployment.
  • +
+

§Performance and Efficiency

+

Runtimes and Smart Contracts have distinct characteristics in terms of performance and +efficiency due to their inherent design and operational contexts. Runtimes are more efficient +and optimized for specific needs, while Smart Contracts are more generic and less efficient.

+
§Runtime Performance and Efficiency
+
    +
  • Optimized for Specific Needs: Runtime modules in Substrate are tailored to meet the +specific needs of the blockchain. They are integrated directly into the blockchain’s core, +allowing them to operate with high efficiency and minimal overhead.
  • +
  • Direct Access to Blockchain State: Runtime has direct access to the blockchain’s state. +This direct access enables more efficient data processing and transaction handling, as there +is no additional layer between the runtime logic and the blockchain’s core.
  • +
  • Resource Management: Resource management is integral to runtime development to ensure that +the blockchain operates smoothly and efficiently.
  • +
+
§Smart Contract Performance and Efficiency
+
    +
  • Generic Nature and Overhead: Smart Contracts, particularly those running in virtual +machine environments, can be less efficient due to the generic nature of their execution +environment. The overhead of the virtual machine can lead to increased computational and +resource costs.
  • +
  • Isolation and Security Constraints: Smart Contracts operate in an isolated environment to +ensure security and prevent unwanted interactions with the blockchain’s state. This isolation, +while crucial for security, can introduce additional computational overhead.
  • +
  • Gas Mechanism and Metering: The gas mechanism in Smart Contracts, used for metering +computational resources, ensures that contracts don’t consume excessive resources. However, +this metering itself requires computational power, adding to the overall cost of contract +execution.
  • +
+

§Security Considerations

+

These two methodologies, while serving different purposes, come with their own unique security +considerations.

+
§Runtime Security Aspects
+

Runtimes, being at the core of blockchain functionality, have profound implications for the +security of the entire network:

+
    +
  • Broad Impact: Security flaws in the runtime can compromise the entire blockchain, +affecting all network participants.
  • +
  • Governance and Upgradeability: Runtime upgrades, while powerful, need rigorous governance +and testing to ensure security. Improperly executed upgrades can introduce vulnerabilities or +disrupt network operations.
  • +
  • Complexity and Expertise: Developing and maintaining runtime requires a higher level of +expertise in blockchain architecture and security, as mistakes can be far-reaching.
  • +
+
§Smart Contract Security Aspects
+

Smart contracts, while more isolated, bring their own set of security challenges:

+
    +
  • Isolated Impact: Security issues in a smart contract typically affect the contract itself +and its users, rather than the whole network.
  • +
  • Contract-specific Risks: Common issues like reentrancy +attacks, improper handling of external calls, and gas limit vulnerabilities are specific to +smart contract development.
  • +
  • Permissionless Deployment: Since anyone can deploy a smart contract, +the ecosystem is more open to potentially malicious or vulnerable code.
  • +
+

§Weighing and Metering

+

Weighing and metering are mechanisms designed to limit the resources used by external actors. +However, there are fundamental differences in how these resources are handled in FRAME-based +Runtimes and how they are handled in Smart Contracts, while Runtime operations are weighed, +Smart Contract executions must be metered.

+
§Weighing
+

In FRAME-based Runtimes, operations are weighed. This means that each operation in the Runtime +has a fixed upper cost, known in advance, determined through +benchmarking. Weighing is practical here +because:

+
    +
  • Predictability: Runtime operations are part of the blockchain’s core logic, which is static +until an upgrade occurs. This predictability allows for precise +benchmarking.
  • +
  • Prevention of Abuse: By having a fixed upper cost that corresponds to the worst-case +complexity scenario of its execution (and a mechanism to refund unused weight), it becomes +infeasible for an attacker to create transactions that could unpredictably consume excessive +resources.
  • +
+
§Metering
+

For Smart Contracts resource consumption is metered. This is essential due to:

+
    +
  • Untrusted Nature: Unlike Runtime operations, Smart Contracts can be deployed by any user, +and their behavior isn’t known in advance. Metering dynamically measures resource consumption +as the contract executes.
  • +
  • Safety Against Infinite Loops: Metering protects the blockchain from poorly designed +contracts that might run into infinite loops, consuming an indefinite amount of resources.
  • +
+
§Implications for Developers and Users
+
    +
  • For Runtime Developers: Understanding the cost of each operation is essential. Misjudging +the weight of operations can lead to network congestion or vulnerability exploitation.
  • +
  • For Smart Contract Developers: Being mindful of the gas cost associated with contract +execution is crucial. Efficiently written contracts save costs and are less likely to hit gas +limits, ensuring smoother execution on the blockchain.
  • +
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/sidebar-items.js new file mode 100644 index 00000000..852909a6 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["blockchain_state_machines","chain_spec_genesis","cli","custom_host_functions","custom_runtime_api_rpc","defensive_programming","development_environment_advice","extrinsic_encoding","fee_less_runtime","frame_benchmarking_weight","frame_logging","frame_offchain_workers","frame_origin","frame_pallet_coupling","frame_runtime_types","frame_runtime_upgrades_and_migrations","frame_storage_derives","frame_system_accounts","frame_tokens","glossary","metadata","omni_node","runtime_vs_smart_contract","signed_extensions","state","trait_based_programming","transaction_extensions","umbrella_crate","wasm_meta_protocol"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/signed_extensions/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/signed_extensions/index.html new file mode 100644 index 00000000..b20ffd7f --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/signed_extensions/index.html @@ -0,0 +1,4 @@ +pezkuwi_sdk_docs::reference_docs::signed_extensions - Rust

Module signed_extensions

Module signed_extensions 

Source
Expand description

Deprecated in favor of transaction extensions. +SignedExtensions are deprecated in favor of +TransactionExtensions.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/signed_extensions/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/signed_extensions/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/signed_extensions/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/state/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/state/index.html new file mode 100644 index 00000000..e77587b1 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/state/index.html @@ -0,0 +1,11 @@ +pezkuwi_sdk_docs::reference_docs::state - Rust

Module state

Module state 

Source
Expand description

Learn about the state in Substrate.

+

§State

+

The state is abstracted as a key-value like database. Every item that +needs to be persisted by the State Transition +Function is written to the state.

+

§Special keys

+

The key-value pairs in the state are represented as byte sequences. The node +doesn’t know how to interpret most the key-value pairs. However, there exist some +special keys and its values that are known to the node, the so-called +well-known-keys.

+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/state/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/state/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/state/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/trait_based_programming/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/trait_based_programming/index.html new file mode 100644 index 00000000..5469897b --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/trait_based_programming/index.html @@ -0,0 +1,198 @@ +pezkuwi_sdk_docs::reference_docs::trait_based_programming - Rust

Module trait_based_programming

Module trait_based_programming 

Source
Expand description

Learn how Substrate and FRAME use traits and associated types to make modules generic in a +type-safe manner.

+

§Trait-based Programming

+

This document walks you over a peculiar way of using Rust’s trait items. This pattern is +abundantly used within [frame] and is therefore paramount important for a smooth transition +into it.

+

The rest of this document assumes familiarity with the +Rust book’s Advanced Traits +section. +Moreover, we use the [frame::traits::Get].

+

First, imagine we are writing a FRAME pallet. We represent this pallet with a struct Pallet, +and this pallet wants to implement the functionalities of that pallet, for example a simple +transfer function. For the sake of education, we are interested in having a MinTransfer +amount, expressed as a [frame::traits::Get], which will dictate what is the minimum amount +that can be transferred.

+

We can foremost write this as simple as the following snippet:

+ +
mod basic {
+	struct Pallet;
+
+	type AccountId = frame::deps::sp_runtime::AccountId32;
+	type Balance = u128;
+	type MinTransfer = frame::traits::ConstU128<10>;
+
+	impl Pallet {
+		fn transfer(_from: AccountId, _to: AccountId, _amount: Balance) {
+			todo!()
+		}
+	}
+}
+

In this example, we use arbitrary choices for AccountId, Balance and the MinTransfer type. +This works great for one team’s purposes but we have to remember that Substrate and FRAME +are written as generic frameworks, intended to be highly configurable.

+

In a broad sense, there are two avenues in exposing configurability:

+
    +
  1. For values that need to be generic, for example MinTransfer, we attach them to the +Pallet struct as fields:
  2. +
+ +
struct Pallet {
+	min_transfer: u128,
+}
+
    +
  1. For types that need to be generic, we would have to use generic or associated types, such +as:
  2. +
+ +
struct Pallet<AccountId> {
+	min_transfer: u128,
+    _marker: std::marker::PhantomData<AccountId>,
+}
+

Substrate and FRAME, for various reasons (performance, correctness, type safety) has opted to +use types to declare both values and types as generic. This is the essence of why the +Get trait exists.

+

This would bring us to the second iteration of the pallet, which would look like:

+ +
mod generic {
+	use super::*;
+
+	struct Pallet<AccountId, Balance, MinTransfer> {
+		_marker: std::marker::PhantomData<(AccountId, Balance, MinTransfer)>,
+	}
+
+	impl<AccountId, Balance, MinTransfer> Pallet<AccountId, Balance, MinTransfer>
+	where
+		Balance: frame::traits::AtLeast32BitUnsigned,
+		MinTransfer: frame::traits::Get<Balance>,
+		AccountId: From<[u8; 32]>,
+	{
+		fn transfer(_from: AccountId, _to: AccountId, amount: Balance) {
+			assert!(amount >= MinTransfer::get());
+			unimplemented!();
+		}
+	}
+}
+

In this example, we managed to make all 3 of our types generic. Taking the example of the +AccountId, one should read the above as following:

+
+

The Pallet does not know what type AccountId concretely is, but it knows that it is +something that adheres to being From<[u8; 32]>.

+
+

This method would work, but it suffers from two downsides:

+
    +
  1. It is verbose, each impl block would have to reiterate all of the trait bounds.
  2. +
  3. It cannot easily share/inherit generic types. Imagine multiple pallets wanting to be generic +over a single AccountId. There is no easy way to express that in this model.
  4. +
+

Finally, this brings us to using traits and associated types on traits to express the above. +Trait associated types have the benefit of:

+
    +
  1. Being less verbose, as in effect they can group multiple types together.
  2. +
  3. Can inherit from one another by declaring +supertraits.
  4. +
+
+

Interestingly, one downside of associated types is that declaring defaults on them is not +stable yet. In the meantime, we have built our own custom mechanics around declaring defaults +for associated types, see [pallet_default_config_example].

+
+

The last iteration of our code would look like this:

+ +
mod trait_based {
+	use super::*;
+
+	trait Config {
+		type AccountId: From<[u8; 32]>;
+		type Balance: frame::traits::AtLeast32BitUnsigned;
+		type MinTransfer: frame::traits::Get<Self::Balance>;
+	}
+
+	struct Pallet<T: Config>(std::marker::PhantomData<T>);
+	impl<T: Config> Pallet<T> {
+		fn transfer(_from: T::AccountId, _to: T::AccountId, amount: T::Balance) {
+			assert!(amount >= T::MinTransfer::get());
+			unimplemented!();
+		}
+	}
+}
+

Notice how instead of having multiple generics, everything is generic over a single <T: Config>, and all types are fetched through T, for example T::AccountId, T::MinTransfer.

+

Finally, imagine all pallets wanting to be generic over AccountId. This can be achieved by +having individual trait Configs declare a shared trait SystemConfig as their +supertrait.

+ +
mod with_system {
+	use super::*;
+
+	pub trait SystemConfig {
+		type AccountId: From<[u8; 32]>;
+	}
+
+	pub trait Config: SystemConfig {
+		type Balance: frame::traits::AtLeast32BitUnsigned;
+		type MinTransfer: frame::traits::Get<Self::Balance>;
+	}
+
+	pub struct Pallet<T: Config>(std::marker::PhantomData<T>);
+	impl<T: Config> Pallet<T> {
+		fn transfer(_from: T::AccountId, _to: T::AccountId, amount: T::Balance) {
+			assert!(amount >= T::MinTransfer::get());
+			unimplemented!();
+		}
+	}
+}
+

In FRAME, this shared supertrait is [frame::prelude::frame_system].

+

Notice how this made no difference in the syntax of the rest of the code. T::AccountId is +still a valid type, since T implements Config and Config implies SystemConfig, which +has a type AccountId.

+

Note, in some instances one would need to use what is known as the fully-qualified-syntax to +access a type to help the Rust compiler disambiguate.

+ +
mod fully_qualified {
+	use super::with_system::*;
+
+	// Example of using fully qualified syntax.
+	type AccountIdOf<T> = <T as SystemConfig>::AccountId;
+}
+

This syntax can sometimes become more complicated when you are dealing with nested traits. +Consider the following example, in which we fetch the type Balance from another trait +CurrencyTrait.

+ +
mod fully_qualified_complicated {
+	use super::with_system::*;
+
+	trait CurrencyTrait {
+		type Balance: frame::traits::AtLeast32BitUnsigned;
+		fn more_stuff() {}
+	}
+
+	trait Config: SystemConfig {
+		type Currency: CurrencyTrait;
+	}
+
+	struct Pallet<T: Config>(std::marker::PhantomData<T>);
+	impl<T: Config> Pallet<T> {
+		fn transfer(
+			_from: T::AccountId,
+			_to: T::AccountId,
+			_amount: <<T as Config>::Currency as CurrencyTrait>::Balance,
+		) {
+			unimplemented!();
+		}
+	}
+
+	/// A common pattern in FRAME.
+	type BalanceOf<T> = <<T as Config>::Currency as CurrencyTrait>::Balance;
+}
+

Notice the final type BalanceOf and how it is defined. Using such aliases to shorten the +length of fully qualified syntax is a common pattern in FRAME.

+

The above example is almost identical to the well-known (and somewhat notorious) type BalanceOf that is often used in the context of [frame::traits::fungible].

+ +
pub type BalanceOf<T> =
+	<<T as Config>::Currency as Currency<<T as frame_system::Config>::AccountId>>::Balance;

§Additional Resources

+ +
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/trait_based_programming/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/trait_based_programming/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/trait_based_programming/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/index.html new file mode 100644 index 00000000..e54731e7 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/index.html @@ -0,0 +1,115 @@ +pezkuwi_sdk_docs::reference_docs::transaction_extensions - Rust

Module transaction_extensions

Module transaction_extensions 

Source
Expand description

Learn about the transaction extensions that form a part of extrinsics. +Transaction extensions are, briefly, a means for different chains to extend the “basic” +extrinsic format with custom data that can be checked by the runtime.

+

§FRAME provided transaction extensions

+

FRAME by default already provides the following transaction extensions:

+
    +
  • +

    CheckGenesis: Ensures that a transaction was sent for the same +network. Determined based on genesis.

    +
  • +
  • +

    CheckMortality: Extends a transaction with a configurable +mortality.

    +
  • +
  • +

    CheckNonZeroSender: Ensures that the sender of a +transaction is not the all zero account (all bytes of the accountid are zero).

    +
  • +
  • +

    CheckNonce: Extends a transaction with a nonce to prevent replay +of transactions and to provide ordering of transactions.

    +
  • +
  • +

    CheckSpecVersion: Ensures that a transaction was built for +the currently active runtime.

    +
  • +
  • +

    CheckTxVersion: Ensures that the transaction signer used the +correct encoding of the call.

    +
  • +
  • +

    CheckWeight: Ensures that the transaction fits into the block +before dispatching it.

    +
  • +
  • +

    ChargeTransactionPayment: Charges +transaction fees from the signer based on the weight of the call using the native token.

    +
  • +
  • +

    ChargeAssetTxPayment: Charges transaction +fees from the signer based on the weight of the call using any supported asset (including the +native token).

    +
  • +
  • +

    ChargeAssetTxPayment(using +conversion): Charges transaction +fees from the signer based on the weight of the call using any supported asset (including the +native token). The asset is converted to the native token using a pool.

    +
  • +
  • +

    SkipCheckIfFeeless: Allows transactions +to be processed without paying any fee. This requires that the call that should be +dispatched is augmented with the feeless_if +attribute.

    +
  • +
  • +

    CheckMetadataHash: Extends transactions +to include the so-called metadata hash. This is required by chains to support the generic +Ledger application and other similar offline wallets.

    +
  • +
  • +

    WeightReclaim: A transaction extension for the relay chain +that reclaims unused weight after executing a transaction.

    +
  • +
  • +

    StorageWeightReclaim: A transaction +extension for teyrchains that reclaims unused storage weight after executing a transaction.

    +
  • +
+

For more information about these extensions, follow the link to the type documentation.

+

§Building a custom transaction extension

+

Defining a couple of very simple transaction extensions looks like the following:

+ +
pub mod transaction_extensions_example {
+	use codec::{Decode, DecodeWithMemTracking, Encode};
+	use scale_info::TypeInfo;
+	use sp_runtime::{
+		impl_tx_ext_default,
+		traits::{Dispatchable, TransactionExtension},
+		transaction_validity::TransactionValidityError,
+	};
+
+	// This doesn't actually check anything, but simply allows
+	// some arbitrary `u32` to be added to the extrinsic payload
+	#[derive(Debug, Encode, Decode, DecodeWithMemTracking, Clone, Eq, PartialEq, TypeInfo)]
+	pub struct AddToPayload(pub u32);
+
+	impl<Call: Dispatchable> TransactionExtension<Call> for AddToPayload {
+		const IDENTIFIER: &'static str = "AddToPayload";
+		type Implicit = ();
+		type Pre = ();
+		type Val = ();
+
+		impl_tx_ext_default!(Call; weight validate prepare);
+	}
+
+	// This is the opposite; nothing will be added to the extrinsic payload,
+	// but the Implicit type (`1234u32`) will be added to the
+	// payload to be signed.
+	#[derive(Debug, Encode, Decode, DecodeWithMemTracking, Clone, Eq, PartialEq, TypeInfo)]
+	pub struct AddToSignaturePayload;
+
+	impl<Call: Dispatchable> TransactionExtension<Call> for AddToSignaturePayload {
+		const IDENTIFIER: &'static str = "AddToSignaturePayload";
+		type Implicit = u32;
+
+		fn implicit(&self) -> Result<Self::Implicit, TransactionValidityError> {
+			Ok(1234)
+		}
+		type Pre = ();
+		type Val = ();
+
+		impl_tx_ext_default!(Call; weight validate prepare);
+	}
+}

Modules§

transaction_extensions_example
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/sidebar-items.js new file mode 100644 index 00000000..4f99a00a --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["transaction_extensions_example"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/index.html new file mode 100644 index 00000000..e6673617 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/index.html @@ -0,0 +1 @@ +pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example - Rust

Module transaction_extensions_example

Module transaction_extensions_example 

Source

Structs§

AddToPayload
AddToSignaturePayload
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/sidebar-items.js new file mode 100644 index 00000000..7ca02de1 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"struct":["AddToPayload","AddToSignaturePayload"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/struct.AddToPayload.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/struct.AddToPayload.html new file mode 100644 index 00000000..7878c41d --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/struct.AddToPayload.html @@ -0,0 +1,284 @@ +AddToPayload in pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example - Rust

AddToPayload

pub struct AddToPayload(pub u32);

Tuple Fields§

§0: u32

Trait Implementations§

Source§

impl Clone for AddToPayload

Source§

fn clone(&self) -> AddToPayload

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for AddToPayload

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for AddToPayload

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for AddToPayload

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
Source§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
Source§

fn using_encoded<__CodecOutputReturn, __CodecUsingEncodedCallback: FnOnce(&[u8]) -> __CodecOutputReturn>( + &self, + f: __CodecUsingEncodedCallback, +) -> __CodecOutputReturn

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for AddToPayload

Source§

fn eq(&self, other: &AddToPayload) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<Call: Dispatchable> TransactionExtension<Call> for AddToPayload

Source§

const IDENTIFIER: &'static str = "AddToPayload"

Unique identifier of this signed extension. Read more
Source§

type Implicit = ()

Any additional data which was known at the time of transaction construction and can be +useful in authenticating the transaction. This is determined dynamically in part from the +on-chain environment using the implicit function and not directly contained in the +transaction itself and therefore is considered “implicit”.
Source§

type Pre = ()

The type that encodes information that can be passed from prepare to post_dispatch.
Source§

type Val = ()

The type that encodes information that can be passed from validate to prepare.
Source§

fn weight(&self, _call: &Call) -> Weight

The weight consumed by executing this extension instance fully during transaction dispatch.
Source§

fn validate( + &self, + origin: DispatchOriginOf<Call>, + _call: &Call, + _info: &DispatchInfoOf<Call>, + _len: usize, + _self_implicit: Self::Implicit, + _inherited_implication: &impl Encode, + _source: TransactionSource, +) -> ValidateResult<Self::Val, Call>

Validate a transaction for the transaction queue. Read more
Source§

fn prepare( + self, + _val: Self::Val, + _origin: &DispatchOriginOf<Call>, + _call: &Call, + _info: &DispatchInfoOf<Call>, + _len: usize, +) -> Result<Self::Pre, TransactionValidityError>

Do any pre-flight stuff for a transaction after validation. Read more
§

fn implicit(&self) -> Result<Self::Implicit, TransactionValidityError>

Determine any additional data which was known at the time of transaction construction and +can be useful in authenticating the transaction. The expected usage of this is to include in +any data which is signed and verified as part of transaction validation. Also perform any +pre-signature-verification checks and return an error if needed.
§

fn metadata() -> Vec<TransactionExtensionMetadata>

Returns the metadata for this extension. Read more
§

fn post_dispatch_details( + _pre: Self::Pre, + _info: &<Call as Dispatchable>::Info, + _post_info: &<Call as Dispatchable>::PostInfo, + _len: usize, + _result: &Result<(), DispatchError>, +) -> Result<Weight, TransactionValidityError>

Do any post-flight stuff for an extrinsic. Read more
§

fn post_dispatch( + pre: Self::Pre, + info: &<Call as Dispatchable>::Info, + post_info: &mut <Call as Dispatchable>::PostInfo, + len: usize, + result: &Result<(), DispatchError>, +) -> Result<(), TransactionValidityError>

A wrapper for post_dispatch_details that +refunds the unspent weight consumed by this extension into the post dispatch information. Read more
§

fn bare_validate( + _call: &Call, + _info: &<Call as Dispatchable>::Info, + _len: usize, +) -> Result<ValidTransaction, TransactionValidityError>

Validation logic for bare extrinsics. Read more
§

fn bare_validate_and_prepare( + _call: &Call, + _info: &<Call as Dispatchable>::Info, + _len: usize, +) -> Result<(), TransactionValidityError>

All pre-flight logic run before dispatching bare extrinsics. Read more
§

fn bare_post_dispatch( + _info: &<Call as Dispatchable>::Info, + _post_info: &mut <Call as Dispatchable>::PostInfo, + _len: usize, + _result: &Result<(), DispatchError>, +) -> Result<(), TransactionValidityError>

Post dispatch logic run after dispatching bare extrinsics. Read more
Source§

impl TypeInfo for AddToPayload

Source§

type Identity = AddToPayload

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for AddToPayload

Source§

impl EncodeLike for AddToPayload

Source§

impl Eq for AddToPayload

Source§

impl StructuralPartialEq for AddToPayload

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T, Call> DispatchTransaction<Call> for T
where + T: TransactionExtension<Call>, + Call: Dispatchable + Encode, + <Call as Dispatchable>::RuntimeOrigin: AsTransactionAuthorizedOrigin,

§

type Origin = <Call as Dispatchable>::RuntimeOrigin

The origin type of the transaction.
§

type Info = <Call as Dispatchable>::Info

The info type.
§

type Result = Result<Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>, TransactionValidityError>

The resultant type.
§

type Val = <T as TransactionExtension<Call>>::Val

The Val of the extension.
§

type Pre = <T as TransactionExtension<Call>>::Pre

The Pre of the extension.
§

fn validate_only( + &self, + origin: <T as DispatchTransaction<Call>>::Origin, + call: &Call, + info: &<Call as Dispatchable>::Info, + len: usize, + source: TransactionSource, + extension_version: u8, +) -> Result<(ValidTransaction, <T as TransactionExtension<Call>>::Val, <T as DispatchTransaction<Call>>::Origin), TransactionValidityError>

Just validate a transaction. Read more
§

fn validate_and_prepare( + self, + origin: <T as DispatchTransaction<Call>>::Origin, + call: &Call, + info: &<Call as Dispatchable>::Info, + len: usize, + extension_version: u8, +) -> Result<(<T as TransactionExtension<Call>>::Pre, <T as DispatchTransaction<Call>>::Origin), TransactionValidityError>

Validate and prepare a transaction, ready for dispatch.
§

fn dispatch_transaction( + self, + origin: <Call as Dispatchable>::RuntimeOrigin, + call: Call, + info: &<Call as Dispatchable>::Info, + len: usize, + extension_version: u8, +) -> <T as DispatchTransaction<Call>>::Result

Dispatch a transaction with the given base origin and call.
§

fn test_run( + self, + origin: <T as DispatchTransaction<Call>>::Origin, + call: &Call, + info: &<T as DispatchTransaction<Call>>::Info, + len: usize, + extension_version: u8, + substitute: impl FnOnce(<T as DispatchTransaction<Call>>::Origin) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>, +) -> <T as DispatchTransaction<Call>>::Result

Do everything which would be done in a dispatch_transaction, +but instead of executing the call, execute substitute instead. Since this doesn’t actually +dispatch the call, it doesn’t need to consume it and so call can be passed as a reference.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/struct.AddToSignaturePayload.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/struct.AddToSignaturePayload.html new file mode 100644 index 00000000..600c7aaf --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/transaction_extensions/transaction_extensions_example/struct.AddToSignaturePayload.html @@ -0,0 +1,282 @@ +AddToSignaturePayload in pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example - Rust

AddToSignaturePayload

pub struct AddToSignaturePayload;

Trait Implementations§

Source§

impl Clone for AddToSignaturePayload

Source§

fn clone(&self) -> AddToSignaturePayload

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for AddToSignaturePayload

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Decode for AddToSignaturePayload

Source§

fn decode<__CodecInputEdqy: Input>( + __codec_input_edqy: &mut __CodecInputEdqy, +) -> Result<Self, Error>

Attempt to deserialise the value from input.
§

fn decode_into<I>( + input: &mut I, + dst: &mut MaybeUninit<Self>, +) -> Result<DecodeFinished, Error>
where + I: Input,

Attempt to deserialize the value from input into a pre-allocated piece of memory. Read more
§

fn skip<I>(input: &mut I) -> Result<(), Error>
where + I: Input,

Attempt to skip the encoded value from input. Read more
§

fn encoded_fixed_size() -> Option<usize>

Returns the fixed encoded size of the type. Read more
Source§

impl Encode for AddToSignaturePayload

Source§

fn size_hint(&self) -> usize

If possible give a hint of expected size of the encoding. Read more
Source§

fn encode_to<__CodecOutputEdqy: Output + ?Sized>( + &self, + __codec_dest_edqy: &mut __CodecOutputEdqy, +)

Convert self to a slice and append it to the destination.
§

fn encode(&self) -> Vec<u8>

Convert self to an owned vector.
§

fn using_encoded<R, F>(&self, f: F) -> R
where + F: FnOnce(&[u8]) -> R,

Convert self to a slice and then invoke the given closure with it.
§

fn encoded_size(&self) -> usize

Calculates the encoded size. Read more
Source§

impl PartialEq for AddToSignaturePayload

Source§

fn eq(&self, other: &AddToSignaturePayload) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
Source§

impl<Call: Dispatchable> TransactionExtension<Call> for AddToSignaturePayload

Source§

const IDENTIFIER: &'static str = "AddToSignaturePayload"

Unique identifier of this signed extension. Read more
Source§

type Implicit = u32

Any additional data which was known at the time of transaction construction and can be +useful in authenticating the transaction. This is determined dynamically in part from the +on-chain environment using the implicit function and not directly contained in the +transaction itself and therefore is considered “implicit”.
Source§

type Pre = ()

The type that encodes information that can be passed from prepare to post_dispatch.
Source§

type Val = ()

The type that encodes information that can be passed from validate to prepare.
Source§

fn implicit(&self) -> Result<Self::Implicit, TransactionValidityError>

Determine any additional data which was known at the time of transaction construction and +can be useful in authenticating the transaction. The expected usage of this is to include in +any data which is signed and verified as part of transaction validation. Also perform any +pre-signature-verification checks and return an error if needed.
Source§

fn weight(&self, _call: &Call) -> Weight

The weight consumed by executing this extension instance fully during transaction dispatch.
Source§

fn validate( + &self, + origin: DispatchOriginOf<Call>, + _call: &Call, + _info: &DispatchInfoOf<Call>, + _len: usize, + _self_implicit: Self::Implicit, + _inherited_implication: &impl Encode, + _source: TransactionSource, +) -> ValidateResult<Self::Val, Call>

Validate a transaction for the transaction queue. Read more
Source§

fn prepare( + self, + _val: Self::Val, + _origin: &DispatchOriginOf<Call>, + _call: &Call, + _info: &DispatchInfoOf<Call>, + _len: usize, +) -> Result<Self::Pre, TransactionValidityError>

Do any pre-flight stuff for a transaction after validation. Read more
§

fn metadata() -> Vec<TransactionExtensionMetadata>

Returns the metadata for this extension. Read more
§

fn post_dispatch_details( + _pre: Self::Pre, + _info: &<Call as Dispatchable>::Info, + _post_info: &<Call as Dispatchable>::PostInfo, + _len: usize, + _result: &Result<(), DispatchError>, +) -> Result<Weight, TransactionValidityError>

Do any post-flight stuff for an extrinsic. Read more
§

fn post_dispatch( + pre: Self::Pre, + info: &<Call as Dispatchable>::Info, + post_info: &mut <Call as Dispatchable>::PostInfo, + len: usize, + result: &Result<(), DispatchError>, +) -> Result<(), TransactionValidityError>

A wrapper for post_dispatch_details that +refunds the unspent weight consumed by this extension into the post dispatch information. Read more
§

fn bare_validate( + _call: &Call, + _info: &<Call as Dispatchable>::Info, + _len: usize, +) -> Result<ValidTransaction, TransactionValidityError>

Validation logic for bare extrinsics. Read more
§

fn bare_validate_and_prepare( + _call: &Call, + _info: &<Call as Dispatchable>::Info, + _len: usize, +) -> Result<(), TransactionValidityError>

All pre-flight logic run before dispatching bare extrinsics. Read more
§

fn bare_post_dispatch( + _info: &<Call as Dispatchable>::Info, + _post_info: &mut <Call as Dispatchable>::PostInfo, + _len: usize, + _result: &Result<(), DispatchError>, +) -> Result<(), TransactionValidityError>

Post dispatch logic run after dispatching bare extrinsics. Read more
Source§

impl TypeInfo for AddToSignaturePayload

Source§

type Identity = AddToSignaturePayload

The type identifying for which type info is provided. Read more
Source§

fn type_info() -> Type

Returns the static type identifier for Self.
Source§

impl DecodeWithMemTracking for AddToSignaturePayload

Source§

impl EncodeLike for AddToSignaturePayload

Source§

impl Eq for AddToSignaturePayload

Source§

impl StructuralPartialEq for AddToSignaturePayload

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where + T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Any for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

§

fn type_name(&self) -> &'static str

§

impl<T> AnySync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where + T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where + T: 'a,

§

fn implicit( + self, + class: Class, + constructed: bool, + tag: u32, +) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where + T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CheckedConversion for T

§

fn checked_from<T>(t: T) -> Option<Self>
where + Self: TryFrom<T>,

Convert from a value of T into an equivalent instance of Option<Self>. Read more
§

fn checked_into<T>(self) -> Option<T>
where + Self: TryInto<T>,

Consume self to return Some equivalent value of Option<T>. Read more
Source§

impl<T> CloneToUninit for T
where + T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit #126799)
Performs copy-assignment from self to dest. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where + Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<T> DecodeAll for T
where + T: Decode,

§

fn decode_all(input: &mut &[u8]) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

impl<T> DecodeLimit for T
where + T: Decode,

§

fn decode_all_with_depth_limit( + limit: u32, + input: &mut &[u8], +) -> Result<T, Error>

Decode Self and consume all of the given input data. Read more
§

fn decode_with_depth_limit<I>(limit: u32, input: &mut I) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum recursion depth and advance input by the number of +bytes consumed. Read more
§

impl<T> DecodeWithMemLimit for T
where + T: DecodeWithMemTracking,

§

fn decode_with_mem_limit<I>(input: &mut I, mem_limit: usize) -> Result<T, Error>
where + I: Input,

Decode Self with the given maximum memory limit and advance input by the number of +bytes consumed. Read more
§

impl<T, U> DefensiveTruncateInto<U> for T
where + U: DefensiveTruncateFrom<T>,

§

fn defensive_truncate_into(self) -> U

Defensively truncate a value and convert it into its bounded form.
§

impl<T, Call> DispatchTransaction<Call> for T
where + T: TransactionExtension<Call>, + Call: Dispatchable + Encode, + <Call as Dispatchable>::RuntimeOrigin: AsTransactionAuthorizedOrigin,

§

type Origin = <Call as Dispatchable>::RuntimeOrigin

The origin type of the transaction.
§

type Info = <Call as Dispatchable>::Info

The info type.
§

type Result = Result<Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>, TransactionValidityError>

The resultant type.
§

type Val = <T as TransactionExtension<Call>>::Val

The Val of the extension.
§

type Pre = <T as TransactionExtension<Call>>::Pre

The Pre of the extension.
§

fn validate_only( + &self, + origin: <T as DispatchTransaction<Call>>::Origin, + call: &Call, + info: &<Call as Dispatchable>::Info, + len: usize, + source: TransactionSource, + extension_version: u8, +) -> Result<(ValidTransaction, <T as TransactionExtension<Call>>::Val, <T as DispatchTransaction<Call>>::Origin), TransactionValidityError>

Just validate a transaction. Read more
§

fn validate_and_prepare( + self, + origin: <T as DispatchTransaction<Call>>::Origin, + call: &Call, + info: &<Call as Dispatchable>::Info, + len: usize, + extension_version: u8, +) -> Result<(<T as TransactionExtension<Call>>::Pre, <T as DispatchTransaction<Call>>::Origin), TransactionValidityError>

Validate and prepare a transaction, ready for dispatch.
§

fn dispatch_transaction( + self, + origin: <Call as Dispatchable>::RuntimeOrigin, + call: Call, + info: &<Call as Dispatchable>::Info, + len: usize, + extension_version: u8, +) -> <T as DispatchTransaction<Call>>::Result

Dispatch a transaction with the given base origin and call.
§

fn test_run( + self, + origin: <T as DispatchTransaction<Call>>::Origin, + call: &Call, + info: &<T as DispatchTransaction<Call>>::Info, + len: usize, + extension_version: u8, + substitute: impl FnOnce(<T as DispatchTransaction<Call>>::Origin) -> Result<<Call as Dispatchable>::PostInfo, DispatchErrorWithPostInfo<<Call as Dispatchable>::PostInfo>>, +) -> <T as DispatchTransaction<Call>>::Result

Do everything which would be done in a dispatch_transaction, +but instead of executing the call, execute substitute instead. Since this doesn’t actually +dispatch the call, it doesn’t need to consume it and so call can be passed as a reference.
§

impl<T> Downcast for T
where + T: Any,

§

fn into_any(self: Box<T>) -> Box<dyn Any>

Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can +then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.
§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be +further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
§

fn as_any(&self) -> &(dyn Any + 'static)

Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &Any’s vtable from &Trait’s.
§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot +generate &mut Any’s vtable from &mut Trait’s.
§

impl<T> DowncastSync for T
where + T: Any + Send + Sync,

§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Convert Arc<Trait> (where Trait: Downcast) to Arc<Any>. Arc<Any> can then be +further downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DynClone for T
where + T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> EncodeAs<T> for T
where + T: Encode,

§

fn encode_as(&self) -> Vec<u8>

Convert Self into T, then encode T. Read more
§

impl<T> EncodeInto for T
where + T: Encode,

§

fn encode_into<T, H>(&self) -> T
where + T: AsMut<[u8]> + Default, + H: Hasher,

§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where + Q: Eq + ?Sized, + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where + Self: Display,

Causes self to use its Display implementation when +Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where + Self: LowerExp,

Causes self to use its LowerExp implementation when +Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where + Self: LowerHex,

Causes self to use its LowerHex implementation when +Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where + Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where + Self: Pointer,

Causes self to use its Pointer implementation when +Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where + Self: UpperExp,

Causes self to use its UpperExp implementation when +Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where + Self: UpperHex,

Causes self to use its UpperHex implementation when +Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where + &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

+
§

impl<T> FullLeaf for T
where + T: Encode + Decode + Clone + PartialEq + Debug,

§

fn using_encoded<R, F>(&self, f: F, _compact: bool) -> R
where + F: FnOnce(&[u8]) -> R,

Encode the leaf either in its full or compact form. Read more
§

impl<T> Hashable for T
where + T: Codec,

§

fn blake2_128(&self) -> [u8; 16]

§

fn blake2_256(&self) -> [u8; 32]

§

fn blake2_128_concat(&self) -> Vec<u8>

§

fn twox_128(&self) -> [u8; 16]

§

fn twox_256(&self) -> [u8; 32]

§

fn twox_64_concat(&self) -> Vec<u8>

§

fn identity(&self) -> Vec<u8>

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an +Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where + U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> +if into_left is true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where + F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> +if into_left(&self) returns true. +Converts self into a Right variant of Either<Self, Self> +otherwise. Read more
§

impl<T, U> IntoKey<U> for T
where + U: FromKey<T>,

§

fn into_key(self) -> U

§

impl<Src, Dest> IntoTuple<Dest> for Src
where + Dest: FromTuple<Src>,

§

fn into_tuple(self) -> Dest

§

impl<T> IsType<T> for T

§

fn from_ref(t: &T) -> &T

Cast reference.
§

fn into_ref(&self) -> &T

Cast reference.
§

fn from_mut(t: &mut T) -> &mut T

Cast mutable reference.
§

fn into_mut(&mut self) -> &mut T

Cast mutable reference.
§

impl<T, Outer> IsWrappedBy<Outer> for T
where + Outer: AsRef<T> + AsMut<T> + From<T>, + T: From<Outer>,

§

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

+
§

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

+
§

impl<T> KeyedVec for T
where + T: Codec,

§

fn to_keyed_vec(&self, prepend_key: &[u8]) -> Vec<u8>

Return an encoding of Self prepended by given slice.
§

impl<T> Pipe for T
where + T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where + Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where + R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where + R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where + Self: Borrow<B>, + B: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( + &'a mut self, + func: impl FnOnce(&'a mut B) -> R, +) -> R
where + Self: BorrowMut<B>, + B: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe +function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where + Self: AsRef<U>, + U: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where + Self: AsMut<U>, + U: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe +function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where + Self: Deref<Target = T>, + T: 'a + ?Sized, + R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( + &'a mut self, + func: impl FnOnce(&'a mut T) -> R, +) -> R
where + Self: DerefMut<Target = T> + Deref, + T: 'a + ?Sized, + R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe +function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> SaturatedConversion for T

§

fn saturated_from<T>(t: T) -> Self
where + Self: UniqueSaturatedFrom<T>,

Convert from a value of T into an equivalent instance of Self. Read more
§

fn saturated_into<T>(self) -> T
where + Self: UniqueSaturatedInto<T>,

Consume self to return an equivalent value of T. Read more
§

impl<SS, SP> SupersetOf<SS> for SP
where + SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its +superset. Read more
§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where + Self: Borrow<B>, + B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release +builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where + Self: BorrowMut<B>, + B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release +builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where + Self: AsRef<R>, + R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release +builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where + Self: AsMut<R>, + R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release +builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where + Self: Deref<Target = T>, + T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release +builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where + Self: DerefMut<Target = T> + Deref, + T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release +builds.
Source§

impl<T> ToOwned for T
where + T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where + Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T, U> TryIntoKey<U> for T
where + U: TryFromKey<T>,

§

type Error = <U as TryFromKey<T>>::Error

§

fn try_into_key(self) -> Result<U, <U as TryFromKey<T>>::Error>

§

impl<S, T> UncheckedInto<T> for S
where + T: UncheckedFrom<S>,

§

fn unchecked_into(self) -> T

The counterpart to unchecked_from.
§

impl<T, S> UniqueSaturatedInto<T> for S
where + T: Bounded, + S: TryInto<T>,

§

fn unique_saturated_into(self) -> T

Consume self to return an equivalent value of T.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
§

impl<S> Codec for S
where + S: Decode + Encode,

§

impl<T> EncodeLike<&&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&T> for T
where + T: Encode,

§

impl<T> EncodeLike<&mut T> for T
where + T: Encode,

§

impl<T> EncodeLike<Arc<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Box<T>> for T
where + T: Encode,

§

impl<T> EncodeLike<Cow<'_, T>> for T
where + T: ToOwned + Encode,

§

impl<T> EncodeLike<Rc<T>> for T
where + T: Encode,

§

impl<T> ErasedDestructor for T
where + T: 'static,

§

impl<S> FullCodec for S
where + S: Decode + FullEncode,

§

impl<S> FullEncode for S
where + S: Encode + EncodeLike,

§

impl<T> JsonSchemaMaybe for T

§

impl<T> MaybeDebug for T
where + T: Debug,

§

impl<T> MaybeRefUnwindSafe for T
where + T: RefUnwindSafe,

§

impl<T> MaybeSend for T
where + T: Send,

§

impl<T> MaybeSendSync for T

§

impl<T> Member for T
where + T: Send + Sync + Debug + Eq + PartialEq + Clone + 'static,

§

impl<T> Parameter for T
where + T: Codec + DecodeWithMemTracking + EncodeLike + Clone + Eq + Debug + TypeInfo,

§

impl<T> Parameter for T
where + T: Codec + EncodeLike + Clone + Eq + Debug + TypeInfo,

Source§

impl<T> Scalar for T
where + T: 'static + Clone + PartialEq + Debug,

§

impl<T> StaticTypeInfo for T
where + T: TypeInfo + 'static,

\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/umbrella_crate/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/umbrella_crate/index.html new file mode 100644 index 00000000..a13c23f4 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/umbrella_crate/index.html @@ -0,0 +1,72 @@ +pezkuwi_sdk_docs::reference_docs::umbrella_crate - Rust

Module umbrella_crate

Module umbrella_crate 

Source
Expand description

Learn about the Pezkuwi Umbrella crate that re-exports all other crates.

+

§Umbrella Crate

+

The Pezkuwi-SDK “umbrella” is a crate that re-exports all other published crates. This makes it +possible to have a very small Cargo.toml file that only has one dependency, the umbrella +crate. This helps with selecting the right combination of crate versions, since otherwise 3rd +party tools are needed to select a compatible set of versions.

+

§Features

+

The umbrella crate supports no-std builds and can therefore be used in the runtime and node. +There are two main features: runtime and node. The runtime feature enables all no-std +crates, while the node feature enables all std crates. It should be used like any other +crate in the repo, with default-features = false.

+

For more fine-grained control, additionally, each crate can be enabled selectively. The umbrella +exposes one feature per dependency. For example, if you only want to use the frame-support +crate, you can enable the frame-support feature.

+

The umbrella exposes a few more general features:

+
    +
  • tuples-96: Needs to be enabled for runtimes that have more than 64 pallets.
  • +
  • serde: Specifically enable serde en/decoding support.
  • +
  • experimental: Experimental enable experimental features - should not yet used in production.
  • +
  • with-tracing: Enable tracing support.
  • +
  • try-runtime, runtime-benchmarks and std: These follow the standard conventions.
  • +
  • runtime: As described above, enable all no-std crates.
  • +
  • node: As described above, enable all std crates.
  • +
  • There does not exist a dedicated docs feature. To generate docs, enable the runtime and +node feature. For docs.rs the manifest contains specific configuration to make it show up +all re-exports.
  • +
+

There is a specific zepter check in place to ensure that +the features of the umbrella are correctly configured. This check is run in CI and locally when +running zepter.

+

§Generation

+

The umbrella crate needs to be updated every time when a new crate is added or removed from the +workspace. It is checked in CI by calling its generation script. The generation script is +located in ./scripts/generate-umbrella.py and needs dependency cargo_workspace.

+

Example: python3 scripts/generate-umbrella.py --sdk . --version 1.9.0

+

§Usage

+
+

Note: You can see a live example in the staging-node-cli and kitchensink-runtime crates.

+
+

The umbrella crate can be added to your runtime crate like this:

+

pezkuwi-sdk = { path = "../../../../umbrella", features = ["runtime"], default-features = false }

+

or for a node:

+

pezkuwi-sdk = { path = "../../../../umbrella", features = ["node"], default-features = false }

+

In the code, it is then possible to bring all dependencies into scope via:

+

use pezkuwi_sdk::*;

+

§Known Issues

+

The only known issue so far is the fact that the use statement brings the dependencies only +into the outer module scope - not the global crate scope. For example, the following code would +need to be adjusted:

+ +
use pezkuwi_sdk::*;
+
+mod foo {
+   // This does sadly not compile:
+   frame_support::parameter_types! { }
+
+   // Instead, we need to do this (or add an equivalent `use` statement):
+   pezkuwi_sdk::frame_support::parameter_types! { }
+}
+

Apart from this, no issues are known. There could be some bugs with how macros locate their own +re-exports. Please report issues that arise from using this crate.

+

§Dependencies

+

The umbrella crate re-exports all published crates, with a few exceptions:

+
    +
  • Runtime crates like pezkuwichain-runtime etc are not exported. This otherwise leads to very +weird compile errors and should not be needed anyway.
  • +
  • Example and fuzzing crates are not exported. This is currently detected by checking the name +of the crate for these magic words. In the future, it will utilize custom metadata, as it is +done in the pezkuwichain-runtime crate.
  • +
  • The umbrella crate itself. Should be obvious :)
  • +
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/umbrella_crate/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/umbrella_crate/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/umbrella_crate/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol/index.html b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol/index.html new file mode 100644 index 00000000..2065c423 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol/index.html @@ -0,0 +1,313 @@ +pezkuwi_sdk_docs::reference_docs::wasm_meta_protocol - Rust

Module wasm_meta_protocol

Module wasm_meta_protocol 

Source
Expand description

Learn about the WASM meta-protocol of all Substrate-based chains.

+

§WASM Meta Protocol

+

All Substrate based chains adhere to a unique architectural design novel to the Pezkuwi +ecosystem. We refer to this design as the “WASM Meta Protocol”.

+

Consider the fact that a traditional blockchain software is usually a monolithic artifact. +Upgrading any part of the system implies upgrading the entire system. This has historically +led to cumbersome forkful upgrades to be the status quo in blockchain ecosystems. In other +words, the entire node software is the specification of the blockchain’s state transition function.

+

Moreover, the idea of “storing code in the state” is explored in the context of smart contracts +platforms, but has not been expanded further.

+

Substrate mixes these two ideas together, and takes the novel approach of storing the +blockchain’s main “state transition function” in the main blockchain state, in the same fashion +that a smart contract platform stores the code of individual contracts in its state. As noted in +crate::reference_docs::blockchain_state_machines, this state transition function is called +the Runtime, and WASM is chosen as the bytecode. The Runtime is stored under a special key +in the state (see [sp_core::storage::well_known_keys]) and can be updated as a part of the +state transition function’s execution, just like a user’s account balance can be updated.

+
+

Note that while we drew an analogy between smart contracts and runtimes in the above, there +are fundamental differences between the two, explained in +crate::reference_docs::runtime_vs_smart_contract.

+
+

The rest of the system that is NOT the state transition function is called the +Node, and is a normal binary that is compiled from +Rust to different hardware targets.

+

This design enables all Substrate-based chains to be fork-less-ly upgradeable, because the +Runtime can be updated on the fly, within the execution of a block, and the node is (for the +most part) oblivious to the change that is happening.

+

Therefore, the high-level architecture of a any Substrate-based chain can be demonstrated as +follows:

+
+graph TB
+subgraph Substrate
+	direction LR
+	subgraph Node
+	end
+	subgraph Runtime
+	end
+end
+
+
+ +

The node and the runtime need to communicate. This is done through two concepts:

+
    +
  1. Host functions: a way for the (WASM) runtime to talk to the node. All host functions are +defined in [sp_io]. For example, [sp_io::storage] are the set of host functions that +allow the runtime to read and write data to the on-chain state.
  2. +
  3. Runtime APIs: a way for the node to talk to the WASM runtime. Runtime APIs are defined +using macros and utilities in [sp_api]. For example, [sp_api::Core] is the most +fundamental runtime API that any blockchain must implement in order to be able to (re) +execute blocks.
  4. +
+
+graph TB
+subgraph Substrate
+	direction LR
+	subgraph Node
+	end
+
+	subgraph Runtime
+	end
+
+	Node --runtime-api--> Runtime
+	Runtime --host-functions--> Node
+end
+
+
+ +

A runtime must have a set of runtime APIs in order to have any meaningful blockchain +functionality, but it can also expose more APIs. See +crate::reference_docs::custom_runtime_api_rpc as an example of how to add custom runtime +APIs to your FRAME-based runtime.

+

Similarly, for a runtime to be “compatible” with a node, the node must implement the full set of +host functions that the runtime at any point in time requires. Given the fact that a runtime can +evolve in time, and a blockchain node (typically) wishes to be capable of re-executing all the +previous blocks, this means that a node must always maintain support for the old host functions. +This implies that adding a new host function is a big commitment and should be done with +care. This is why, for example, adding a new host function to Pezkuwi always requires an RFC. +Learn how to add a new host function to your runtime in +crate::reference_docs::custom_host_functions.

+

§Node vs. Runtime

+

A common question is: which components of the system end up being part of the node, and which +ones of the runtime?

+

Recall from crate::reference_docs::blockchain_state_machines that the runtime is the state +transition function. Anything that needs to influence how your blockchain’s state is updated, +should be a part of the runtime. For example, the logic around currency, governance, identity or +any other application-specific logic that has to do with the state is part of the runtime.

+

Anything that does not have to do with the state-transition function and will only +facilitate/enable it is part of the node. For example, the database, networking, and even +consensus algorithm are all node-side components.

+
+

The consensus is to your runtime what HTTP is to a web-application. It is the underlying +engine that enables trustless execution of the runtime in a distributed manner whilst +maintaining a canonical outcome of that execution.

+
+
+graph TB
+subgraph Substrate
+	direction LR
+	subgraph Node
+		Database
+		Networking
+		Consensus
+	end
+	subgraph Runtime
+		subgraph FRAME
+			direction LR
+			Governance
+			Currency
+			Staking
+			Identity
+		end
+	end
+	Node --runtime-api--> Runtime
+	Runtime --host-functions--> Node
+end
+
+
+ +

§State

+

From the previous sections, we know that the database component is part of the node, not the +runtime. We also hinted that a set of host functions ([sp_io::storage]) are how the runtime +issues commands to the node to read/write to the state. Let’s dive deeper into this.

+

The state of the blockchain, what we seek to come to consensus about, is indeed kept in the +node side. Nonetheless, the runtime is the only component that:

+
    +
  1. Can update the state.
  2. +
  3. Can fully interpret the state.
  4. +
+

In fact, [sp_core::storage::well_known_keys] are the only state keys that the node side is +aware of. The rest of the state, including what logic the runtime has, what balance each user +has and such, are all only comprehensible to the runtime.

+
+flowchart TB
+    subgraph Node[Node's View Of The State 🙈]
+        direction LR
+        0x1234 --> 0x2345
+        0x3456 --> 0x4567
+        0x5678 --> 0x6789
+        :code --> code[wasm code]
+    end
+
+    subgraph Runtime[Runtime's View Of The State 🙉]
+        direction LR
+        ab[alice's balance] --> abv[known value]
+        bb[bob's balance] --> bbv[known value]
+        cb[charlie's balance] --> cbv[known value]
+        c2[:code] --> c22[wasm code]
+    end
+
+
+ +

In the above diagram, all of the state keys and values are opaque bytes to the node. The node +does not know what they mean, and it does not know what is the type of the corresponding value +(e.g. if it is a number of a vector). Contrary, the runtime knows both the meaning of their +keys, and the type of the values.

+

This opaque-ness is the fundamental reason why Substrate-based chains can fork-less-ly upgrade: +because the node side code is kept oblivious to all of the details of the state transition +function. Therefore, the state transition function can freely upgrade without the node needing +to know.

+

§Native Runtime

+

Historically, the node software also kept a native copy of the runtime at the time of +compilation within it. This used to be called the “Native Runtime”. The main purpose of the +native runtime used to be leveraging the faster execution time and better debugging +infrastructure of native code. However, neither of the two arguments strongly hold and the +native runtime is being fully removed from the node-sdk.

+

See: https://github.com/pezkuwichain/pezkuwi-sdk/issues/97

+
+

Also, note that the flags [sc_cli::ExecutionStrategy::Native] is already a noop and all +chains built with Substrate only use WASM execution.

+
+

§Runtime Versions

+

An important detail of the native execution worth learning about is that the node software, +obviously, only uses the native runtime if it is the same code as with the wasm blob stored +onchain. Else, nodes who run the native runtime will come to a different state transition. How +do nodes determine if two runtimes are the same? Through the very important +[sp_version::RuntimeVersion]. All runtimes expose their version via a runtime api +([sp_api::Core::version]) that returns this struct. The node software, or other applications, +inspect this struct to examine the identity of a runtime, and to determine if two runtimes are +the same. Namely, [sp_version::RuntimeVersion::spec_version] is the main key that implies two +runtimes are the same.

+

Therefore, it is utmost important to make sure before any runtime upgrade, the spec version is +updated.

+

§Example: Block Execution.

+

As a final example to recap, let’s look at how Substrate-based nodes execute blocks. Blocks are +received in the node side software as opaque blobs and in the networking layer.

+

At some point, based on the consensus algorithm’s rules, the node decides to import (aka. +validate) a block.

+
    +
  • First, the node will fetch the state of the parent hash of the block that wishes to be +imported.
  • +
  • The runtime is fetched from this state, and placed into a WASM execution environment.
  • +
  • The [sp_api::Core::execute_block] runtime API is called and the block is passed in as an +argument.
  • +
  • The runtime will then execute the block, and update the state accordingly. Any state update is +issued via the [sp_io::storage] host functions.
  • +
  • Both the runtime and node will check the state-root of the state after the block execution to +match the one claimed in the block header.
  • +
+
+

Example taken from this +lecture +of the Pezkuwi Blockchain Academy.

+
+
\ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol/sidebar-items.js new file mode 100644 index 00000000..5244ce01 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/web/public/sdk_docs/pezkuwi_sdk_docs/sidebar-items.js b/web/public/sdk_docs/pezkuwi_sdk_docs/sidebar-items.js new file mode 100644 index 00000000..2161a754 --- /dev/null +++ b/web/public/sdk_docs/pezkuwi_sdk_docs/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["external_resources","guides","meta_contributing","pezkuwi_sdk","reference_docs"]}; \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/001f9d4515f5.js b/web/public/sdk_docs/search.index/001f9d4515f5.js new file mode 100644 index 00000000..8ba7d61c --- /dev/null +++ b/web/public/sdk_docs/search.index/001f9d4515f5.js @@ -0,0 +1 @@ +rn_("YU4BAOJv42/kb+Vv5m/nb+hvAQcAOzAAAAEBAFsAAQCEb1sAAQkAOzAAAAEBAF4AAQDFcF4A84MCZG0BDQA7MAAAAQEAXgABAPhxXgDzAgF3OzAAAAEAABQEAQAD9BQE8wICYXc7MAAAAQAAFAQBAGdPFAQBAwA7MAAAAQEAOgYBACJeOgYxQgEAr3CwcLFwdnLzAgJlaTswAAABAQCRAAIAxW6QAMVxAAAxTgEAWnJbcnBydHIBAgGgIAABZF1mOzAAAAEBAFsABAAVE1cAWnIBAHByAAB0cgAA1wYAh6BgAAFujqAwAAFuj0FNCDswAQACAAAAAAEAFATOBAEAk0QUBA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/00cc8eaa8fb8.js b/web/public/sdk_docs/search.index/00cc8eaa8fb8.js new file mode 100644 index 00000000..3ba5d259 --- /dev/null +++ b/web/public/sdk_docs/search.index/00cc8eaa8fb8.js @@ -0,0 +1 @@ +rn_("BQBHAQAGbXJltHArAqDAAAFuhWl0AQcAOzAAAAEBAPsEAQBpZPsEAQMAOzAAAAEAAPsEAQAH7/sEAQIAOzAAAAEBAPsEAQDIE/sE8wCEAgEkOzAAAAEAAJUFAgDbKJkA4jD7BA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/0181431312c0.js b/web/public/sdk_docs/search.index/0181431312c0.js new file mode 100644 index 00000000..e13eb12b --- /dev/null +++ b/web/public/sdk_docs/search.index/0181431312c0.js @@ -0,0 +1 @@ +rn_("AQUAOzABAAMAAOcHAQBPCgEAGPjnBwEAAABPCgEBADswAAABAABXAAEAijBXAKFAAACHU4hTiVOKU4tTjFONU45Tj1OQU5FT8wEBcwG1bgEA+wNkbHY=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/02fb50bb2b3a.js b/web/public/sdk_docs/search.index/02fb50bb2b3a.js new file mode 100644 index 00000000..53968c15 --- /dev/null +++ b/web/public/sdk_docs/search.index/02fb50bb2b3a.js @@ -0,0 +1 @@ +rn_("hQBDAQAL6HF37k63brhuuW66brtuvG69bulxAQMAOzAAAAEBADoGAQAiXjoGMUIBAK9wsHCxcHZy8wMCZWk7MAAAAQEAkQACAMVukADFcQAA+wJjcg==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/03feaadc55d1.js b/web/public/sdk_docs/search.index/03feaadc55d1.js new file mode 100644 index 00000000..c99f73bd --- /dev/null +++ b/web/public/sdk_docs/search.index/03feaadc55d1.js @@ -0,0 +1 @@ +rn_("AQQAOzAAAAEBABUAAQCCcBUAsUIBALsTvBO9E74TvxPAE8ETwhPDE8QTxRPGE6UARQEABsVxY11sXmxfbGBsYWxibGNsZGxlbGZsZ2xBQAEAdW52bndueG5yckFAAQBxbnJuc250bnFy8wAEMjNicjswAQADAABDAAEALwABAPWhQwADACVsLADzcQEAb3IAAAEEADswAAABAQDxAAEAixDxAPsCZXL7AmVp") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/05811da757a5.js b/web/public/sdk_docs/search.index/05811da757a5.js new file mode 100644 index 00000000..2cac8b01 --- /dev/null +++ b/web/public/sdk_docs/search.index/05811da757a5.js @@ -0,0 +1 @@ +rn_("BQFMAQAAcXIAcnIyM29yGwKg4AABcnNpbwUBwAEADG5yA7NwbnQHBoaIoCAAAW99oKAAAXJroTAAAXJ2sCFvfgABoJAAAXJZsHFx8wABOlAG") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/0596780364b1.js b/web/public/sdk_docs/search.index/0596780364b1.js new file mode 100644 index 00000000..105c59d7 --- /dev/null +++ b/web/public/sdk_docs/search.index/0596780364b1.js @@ -0,0 +1 @@ +rn_("oUcBAONO5E7lTuZO507oTulO6k7rTuxO7U4BAAA7MAAAAQAApAABALA9pAABAAGgEAABcclrAe23AADDAISgMAABV6GgEAABV5MIQAM7MAEAAwAAowQBAMAAAwA6z0AEttlMAATaFQAIALoTAACZLwAA7kOkAMFsAABRbhUAfXAAAOhxAAD3cQAAAQUAOzAAAAEBAKQAAQDQLqQAAQAAOzABAAMAAPEAAQBpAAIAmj6kAIBWTAAEAKMwTADvTgoAXmQKAHNvBgD7Amdu+wNpb3Q=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/06935c7d5cdd.js b/web/public/sdk_docs/search.index/06935c7d5cdd.js new file mode 100644 index 00000000..f7da18e3 --- /dev/null +++ b/web/public/sdk_docs/search.index/06935c7d5cdd.js @@ -0,0 +1 @@ +rn_("AQAAOzAAAAEAACsAAQD4XisA8wIBczswAQABAAAKAAEAAAABAO9VCgCkbgEFADswAAABAQAVAAEAZWkVAPsCY24=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/06ad8378494d.js b/web/public/sdk_docs/search.index/06ad8378494d.js new file mode 100644 index 00000000..1c80a4a2 --- /dev/null +++ b/web/public/sdk_docs/search.index/06ad8378494d.js @@ -0,0 +1 @@ +rn_("oUEBAPAw8TDyMPMw9DD1MPYw9zD4MPkw+jDzAgFlOzAAAAEBACEAAgC3ayAAbnIAAGFHAQB9bn5uf26AboFugm6DbgEDADswAAABAQAVAAEAZlcVAKMAhLCRb4AAAaBQAAFXowFACTswAAABAAAVAAEA1rcVAGFHAQBobmluam5rbmxubW5ubmFIAQC+br9uwG7BbsJuw27EbpMABKAwAAFvfKBwAAFwvWFocHY7MAEAAwAAYgABAAoAAgCLnFcAI7kKAAQAFBMAAJYvAACgVwEASm4GAPsDYWVv") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/08b8e45c076e.js b/web/public/sdk_docs/search.index/08b8e45c076e.js new file mode 100644 index 00000000..b1d0caf7 --- /dev/null +++ b/web/public/sdk_docs/search.index/08b8e45c076e.js @@ -0,0 +1 @@ +rn_("8UMBAFxyXXJecl9yYHJhcmJyY3JkcmVyZnJncmhyaXJqcnVyAQYAOzAAAAEBAPIAAgCXLwAAGFDxAAEEADswAAABAQCQAAEA7G+QAPMAAmR2OzABAAMAAAoAAQAKAAEA6cgKAAEAF14KAPsCZWk=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/0baeb31088e7.js b/web/public/sdk_docs/search.index/0baeb31088e7.js new file mode 100644 index 00000000..b806e020 --- /dev/null +++ b/web/public/sdk_docs/search.index/0baeb31088e7.js @@ -0,0 +1 @@ +rn_("oUQAAOnI6sjryOzI7cjuyO/I8MjxyPLI88gBCAA7MAAAAQEAkAABAMVukADzAQF1OzABAAMAADoGAQB1DAEA/8g6BgIAihk6Bg49Ogb7AmV0") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/0d05a483908b.js b/web/public/sdk_docs/search.index/0d05a483908b.js new file mode 100644 index 00000000..865a56f8 --- /dev/null +++ b/web/public/sdk_docs/search.index/0d05a483908b.js @@ -0,0 +1 @@ +rn_("AQAAOzAAAAEBAKUAAgAaU6QAtm4AAAEDADswAAABAAA6BgEAe9M6BgECADswAAABAABABAEAOs9ABAEAADswAAABAAA7BgIA3EEAAL1YOgb7AmRu8wADaW5zOzABAAIAAAAAAQCZAIALAQAiLZkAAQgAOzAAAAEBABUAAQCCcBUA+wJhZQ==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/0e7eda2c448a.js b/web/public/sdk_docs/search.index/0e7eda2c448a.js new file mode 100644 index 00000000..eecc9bb1 --- /dev/null +++ b/web/public/sdk_docs/search.index/0e7eda2c448a.js @@ -0,0 +1 @@ +rn_("sUIBALsTvBO9E74TvxPAE8ETwhPDE8QTxRPGE6UARQEABsVxY11sXmxfbGBsYWxibGNsZGxlbGZsZ2xBQAEAdW52bndueG5yckFAAQBxbnJuc250bnFy8wIEMjNicjswAQADAABDAAEALwABAPWhQwADACVsLADzcQEAb3IAAAUARwEABMhxZbRuBQBJAQAGbXJltHBhSQEA7HHtce5x73HwcfFx8nGzBQSgUAABbephZXN288JsAQC4AgEA+wJhZg==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/0f86ec434adf.js b/web/public/sdk_docs/search.index/0f86ec434adf.js new file mode 100644 index 00000000..5cecad64 --- /dev/null +++ b/web/public/sdk_docs/search.index/0f86ec434adf.js @@ -0,0 +1 @@ +rn_("BQHBAQAGjm4+WnJbcnBydHJnaQELADswAAABAQAVAAEAmHAVAAUBwwEAA31wB/dxaXDzBQF3AZRXAQABAwGgEAABV5NvOzAAAAEBABcAAwCZLwAAwWwAAFFuFQCFAEQBAAvocXfuTrduuG65brpuu268br1u6XEBCwA7MAAAAQEAFQABAIJwFQABAAA7MAAAAQEApAABAApRpADzAwFz9povAQDfPgEAAQABAPcD9woDyKBwAAFswLChb3oAAcBEkAo7MAEAAwAArwABAEwAAQBQX68AAQBJQ0wA+wJhZQ==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1004a31e0972.js b/web/public/sdk_docs/search.index/1004a31e0972.js new file mode 100644 index 00000000..962a0702 --- /dev/null +++ b/web/public/sdk_docs/search.index/1004a31e0972.js @@ -0,0 +1 @@ +rn_("IVIBAFpyW3JwciFNAQDGccdxV3IxSwEAfnB/cIBw9XHzgwNjZXOhQQAAgMaBxoLGg8aExoXGhsaHxojGicaKxgUBxAEAaLZwt3C4cLlwunC7cLxwZWxvbW9ub29vcG9xb3Jvb3MBAwGgMAABV6FkOzAAAAEAAEwAAQC22UwAoUQBANZt123Ybdlt2m3bbdxt3W3ebd9t4G2hRAEAy23Mbc1tzm3PbdBt0W3SbdNt1G3VbfMAAmx0OzABAAMAACsAAQAVAAEABLgrAAEAQxIVABOBAqBgAAFub29yoUMBAAkTChMLEwwTDRMOEw8TEBMRExITExOhRQEAXmRfZGBkYWRiZGNkZGRlZGZkZ2RoZPMBAWM7MAEAAwAAFQABABUAAQDutxUAAQAtEhUA8wACYWM7MAAAAQAACgABACZWCgABBAA7MAAAAQEAFQACAOgvCgAPUwoAoUMBAP4S/xIAEwETAhMDEwQTBRMGEwcTCBPzAAJjdTswAAABAAAKAAEAG1YKALcPAMigcAABb+nASQAZOzABAAMAAMUAAQALAAIAAECkAJJTIAACAONDCgCEbgAAAQMAOzAAAAEBAEwAAQDYa0wA8wABZjswAQADAACZAAEAMwEBAM1OmQAEAGQSTAA7LEwAmy9MAGhsTAD7AnJ0") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/100d490ce230.js b/web/public/sdk_docs/search.index/100d490ce230.js new file mode 100644 index 00000000..77eb8360 --- /dev/null +++ b/web/public/sdk_docs/search.index/100d490ce230.js @@ -0,0 +1 @@ +rn_("sUMBAKRXpVemV6dXqFepV6pXq1esV61Xrle1cPMAAWU7MAAAAQAACgABAHY+CgDzAAFtOzAAAAEBAAoAAQAiEgoA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/100f45255a80.js b/web/public/sdk_docs/search.index/100f45255a80.js new file mode 100644 index 00000000..6b4733db --- /dev/null +++ b/web/public/sdk_docs/search.index/100f45255a80.js @@ -0,0 +1 @@ +rn_("AQsAOzAAAAEBAJAAAQAkcZAAI4ECoKAAAW/gcHQVAEIBAAZtcmVwbrRw+wJvdvMAAWk7MAAAAQEACgABACcxCgA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/12045e4e25a1.js b/web/public/sdk_docs/search.index/12045e4e25a1.js new file mode 100644 index 00000000..713c518b --- /dev/null +++ b/web/public/sdk_docs/search.index/12045e4e25a1.js @@ -0,0 +1 @@ +rn_("YUABAGhuaW5qbmtubG5tbm5u8wIBczswAAABAQAYAQYAly8AABhQ8QCiVwAAvm4GALVxDgDKcQ4A8wABaTswAAABAQALAAIA404KALJwAAA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1259e0ba96bc.js b/web/public/sdk_docs/search.index/1259e0ba96bc.js new file mode 100644 index 00000000..1ac0c948 --- /dev/null +++ b/web/public/sdk_docs/search.index/1259e0ba96bc.js @@ -0,0 +1 @@ +rn_("AQYAOzAAAAEBAL0AAgDFcF4A+HFeAAEAADswAQABAAAVAAEAAQABAIZYFQCAb4FvsUUBAKRXpVemV6dXqFepV6pXq1esV61Xrle1cPsCYWUrA6CwAAFv6aBAAAFvgmxyeZuEoIAAAW6PoJAAAW/gAUAF") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/12cf95cdf596.js b/web/public/sdk_docs/search.index/12cf95cdf596.js new file mode 100644 index 00000000..61d6636e --- /dev/null +++ b/web/public/sdk_docs/search.index/12cf95cdf596.js @@ -0,0 +1 @@ +rn_("AQMAOzAAAAEBAEwAAQA9GUwA8wIBYzswAQADAABMAAEAYgABABraTAACAJZDTACCcBUAAQAAOzAAAAEAAFcAAQCKMFcAawOgkAABbo1hZHQ=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/13740d750079.js b/web/public/sdk_docs/search.index/13740d750079.js new file mode 100644 index 00000000..08f1247e --- /dev/null +++ b/web/public/sdk_docs/search.index/13740d750079.js @@ -0,0 +1 @@ +rn_("AQUAOzAAAAEBACIAAgC8LSEAWXIAAAUBTAEAAHFyAHJyMjNvchMAAqDgAAFyc2lvAetvAQAFAEIBAKBSbFNsVGxVbFZsV2xYbFlsWmxbbFxsc/ZxGwKgYAABbmdhaQEDADswAAABAQA6BgEAUAo6BisCoCAAAXCzaHUBBQA7MAAAAQEATAABAIgsTAABAgA7MAAAAQAAOgYBAAOWOgYBAQA7MAAAAQAAOgYBAMiPOgYrAqAwAAETFGR1AQIAOzABAAMAADoGAQA6BgEAjYk6BgEAqEg6BgEFADswAAABAQBMAAEAOyxMAAEBADswAAABAQB1DAEAxR91DAECADswAAABAQDbCwEAMjHbC/MCAmFyOzAAAAEAAHUMAQAXfXUM9w4AiKDAAAFybgU0BzswAQADAAAtEgEAXAcEAH8LAABhIToGtqj1Bgfv+wQDACJeOgbsb5AAJHGQAAEBADswAAABAAAUBAEA93gUBAUCwAEAoFkSWhJbElwSXRJeEl8SYBJhEmISYxJqrW6ubq9usG6xbrJus24N9nEyaXPlAEYBAA11cnOSbpNulG6VbpZul26Ybplumm6bbpxunW6ebp9uoG4BAgA7MAAAAQEATAABAG0TTAAbAqAwAAFutmF5YUoBAIZuh26Iboluim6LboxuAQUAOzAAAAEBAFcAAQBHT1cABQHAAQAOvXDoXHJdcl5yX3JgcmFyYnJjcmRyZXJmcmdyaHJpcmpyZWkBBQA7MAAAAQEATAABAPpOTABhSQEA4m3jbeRt5W3mbedt6G1hTAEAc290b3Vvdm93b3hveW9hSgEApm6nbqhuqW6qbqturG4FAcEBAA1YcgWhbmVv+wJvcgEDADswAAABAQBiAAEAQDBiAAEDADswAAABAQBMAAEA8y9MAPsCcnYBAwA7MAAAAQEAWwAEABUTVwBacgEAcHIAAHRyAAABAc6gUAABcIFBtOMTyFVS50orTfpgpo7qV8gW+PDyd2xCXwRvaOY8Y36xotEE3EbV9mhanUZi5RMUN97Dah0UDSyzayFV87BL35IC4Lex+EuhYAABcnRAPRYfOzABAAMAAG0AAQAWAAIAMlZMAJxYIAADALpRCgDObAoAo24AAPkCABJtdAEIADswAAABAQCvAAEAR1mvABuEoPAAAXJsoAAAAFiFoSAAAXJ2QCAhBQHBAQAEpG4AfW9scgUBwAEABYVuBGxyY2S1ugCMAAGgoAABcmsCsCFvfgABBKCQAAFyWRgkJrBxcfMAASg7UQ87MAEAAwAA9goBABYLBQBZMBcA3jWkAN5BTADkxgQCGPjnBwUAAABPCtUsTABAMGIAZWkVAIVuAAA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1522ae0d34f4.js b/web/public/sdk_docs/search.index/1522ae0d34f4.js new file mode 100644 index 00000000..9dde631b --- /dev/null +++ b/web/public/sdk_docs/search.index/1522ae0d34f4.js @@ -0,0 +1 @@ +rn_("oUMBAAkTChMLEwwTDRMOEw8TEBMRExITExOhRQEAXmRfZGBkYWRiZGNkZGRlZGZkZ2RoZPMAAWM7MAEAAwAAFQABABYAAQDutxUAAgAtEhUAfW8AACsDoEAAAW6koNAAAXHEbHJz8wACYWM7MAAAAQAACgABACZWCgA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/15c880ec3ce8.js b/web/public/sdk_docs/search.index/15c880ec3ce8.js new file mode 100644 index 00000000..1105f3eb --- /dev/null +++ b/web/public/sdk_docs/search.index/15c880ec3ce8.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEAABQEAQD3eBQEBQHAAQAFhW4EbHJjZJMAhKBgAAFupKEAAAFybBMBADswAQADAAD/BwEA/woCAFkwFwAY+OcHAwAAAE8K1SxMAEAwYgA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1923b2c068c9.js b/web/public/sdk_docs/search.index/1923b2c068c9.js new file mode 100644 index 00000000..b3e96a76 --- /dev/null +++ b/web/public/sdk_docs/search.index/1923b2c068c9.js @@ -0,0 +1 @@ +rn_("4VIBANlx2nHbcdxx3XHecd9x4HHhceJx43HkceVx5nHncQEAADswAAABAAAEAgEA5MYEAgEAADswAAABAQAhAAIA+zAgAGtyAAABAQGgEAABV5NvOzAAAAEBABgABACZLwAAwWwAAFFuFQB9cAAA64SgEAABcepwAAT7Am50") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/194bd9d6b396.js b/web/public/sdk_docs/search.index/194bd9d6b396.js new file mode 100644 index 00000000..24f23b4b --- /dev/null +++ b/web/public/sdk_docs/search.index/194bd9d6b396.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEBAKQAAQBqUqQAAQYAOzAAAAEBABUAAQBlaRUA84ICYWnzAAFpOzABAAMAADsGAQD7BAIAJhs6Bg8qAAABAGlk+wQBDwA7MAAAAQEAkAABAOxvkAChQgAAdcZ2xnfGeMZ5xnrGe8Z8xn3GfsZ/xgEFADswAAABAQCkAAEAalKkAPMBAWk7MAAAAQEA+wQBAGlk+wT7AmlvAQEAOzAAAAEAAKQAAQAwV6QA8wABbAGvVwEA+wRkbnF0") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/19800034e456.js b/web/public/sdk_docs/search.index/19800034e456.js new file mode 100644 index 00000000..67189227 --- /dev/null +++ b/web/public/sdk_docs/search.index/19800034e456.js @@ -0,0 +1 @@ +rn_("AQAAOzAAAAEBAEwAAQB+bUwA8wMBczswAAABAQDxAAEA3i3xAPMCAW47MAAAAQAApAABAEE/pAAFAEIBAKbDbMRsxWzGbMdsyGzJbMpsy2zMbM1sZZFuAQcAOzAAAAEBAFsAAQCEb1sAAQkAOzAAAAEBAF4AAQDFcF4A84MCZG0BAQA7MAAAAQAABAIBAH7DBALhTQEAtXG2cbdxuHG5cbpxu3G8cb1xvnG/ccBxwXHCccNxAQIAOzAAAAEBAJYBAQB7aZYBIwACoLAAAW/hZWw7MAAAAQEApgMBAL9TpgMBAAA7MAAAAQAAFAQBAGm/FAQBDQA7MAAAAQEAXgABAPhxXgDzAQF3OzAAAAEAABQEAQAD9BQE+wJsc/MAhQkAFjswAQADAAArBAEACgADAD8/AABnTx8EdcYKAAEAtWwKAOuEoCAAAVehEQEI") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/19b08104f557.js b/web/public/sdk_docs/search.index/19b08104f557.js new file mode 100644 index 00000000..36c7d432 --- /dev/null +++ b/web/public/sdk_docs/search.index/19b08104f557.js @@ -0,0 +1 @@ +rn_("BQLAAQCgWRJaElsSXBJdEl4SXxJgEmESYhJjEmqtbq5ur26wbrFusm6zbg32cTJpc+UARgEADXVyc5Juk26UbpVulm6XbphumW6abptunG6dbp5un26gbgECADswAAABAQBMAAEAbRNMABsCoDAAAW62YXlhSgEAhm6HbohuiW6KbotujG4BBQA7MAAAAQEAVwABAEdPVwAFAcABAA69cOhccl1yXnJfcmByYXJicmNyZHJlcmZyZ3JocmlyanJlaQEFADswAAABAQBMAAEA+k5MAGFJAQDibeNt5G3lbeZt523obWFMAQBzb3RvdW92b3dveG95b2FKAQCmbqduqG6pbqpuq26sbgUBwQEADVhyBaFuZW/7Am9yAQMAOzAAAAEBAGIAAQBAMGIAAQMAOzAAAAEBAEwAAQDzL0wA+wJydgEDADswAAABAQBbAAQAFRNXAFpyAQBwcgAAdHIAAAECzqBQAAFwgUG04xPIVVLnSitN+mCmjupXyBb48PJ3bEJfBG9o5jxjfrGi0QTcRtX2aFqdRmLlExQ33sNqHRQNLLNrIVXzsEvfkgLgt7H4S6FgAAFydEA9Fh87MAEAAwAAbQABABYAAgAyVkwAnFggAAMAulEKAM5sCgCjbgAAEwACoAAAAW/raXM7MAEAAwAA8QABABYAAgDeNaQA3kFMAAIAZWkVAIVuAAA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1a0c62a0863d.js b/web/public/sdk_docs/search.index/1a0c62a0863d.js new file mode 100644 index 00000000..46d978a4 --- /dev/null +++ b/web/public/sdk_docs/search.index/1a0c62a0863d.js @@ -0,0 +1 @@ +rn_("AQEAOzABAAMAAPsEAQCQAAEAB+/7BAEAJHGQAAEBADswAQADAABABAEApQABADrPQAQCALoTAADuQ6QA+wJmdAEKADswAAABAQAVAAEAVm8VAAEDADswAAABAAAVAAEABNoVAFMCA6BAAAETx2ltbzswAQADAABjAAEACwACAN1BAACMVWIAAgCALwoA63EAAAEAADswAAABAAA7BgIA3EEAAL1YOgb7A2Rnbg==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1b26032647bc.js b/web/public/sdk_docs/search.index/1b26032647bc.js new file mode 100644 index 00000000..73584ad4 --- /dev/null +++ b/web/public/sdk_docs/search.index/1b26032647bc.js @@ -0,0 +1 @@ +rn_("AQUBoAAAAXCyczswAAABAQCkAAEAEmukAAUBwAEACupx68pxy3HMcc1xznHPcdBx0XHScdNx1HHVcdZx13HYcWFvKwKgkAABbo5wdGsDoEAAAXHJZnN3") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1b792a25fca0.js b/web/public/sdk_docs/search.index/1b792a25fca0.js new file mode 100644 index 00000000..15a84578 --- /dev/null +++ b/web/public/sdk_docs/search.index/1b792a25fca0.js @@ -0,0 +1 @@ +rn_("BQBHAQAEyHFltG4BAAKgYAABcm2gQAABbeplbzswAAABAQAZAAYAaG4GAHBuAACDbwAAtHAAAFxyDgB1cgAABQBJAQAGbXJltHBhSQEA7HHtce5x73HwcfFx8nFXAwDGoMAAAXHpoBAAAVevQEYACTswAQACAAAAAAEAYAHmPwwAHBkgAJcvAAAYUPEAolcAAMJsAACtbgYAvm4GAHpvAQDibwYAmHAVALVxDgDKcQ4A") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1bcaadf0a7c9.js b/web/public/sdk_docs/search.index/1bcaadf0a7c9.js new file mode 100644 index 00000000..d473e429 --- /dev/null +++ b/web/public/sdk_docs/search.index/1bcaadf0a7c9.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEAADoGAQDM6DoG8wABbTswAAABAAA6BgEAkkg6BgEAAaCwAAFx6Hc7MAEAAwAADQABAFYAAQBLMA0ABQDzL0wA7k4AALduBgDIcQAA6XEAAPsCcncBAgA7MAAAAQAAKwABACRfKwCxQAEAuxO8E70TvhO/E8ATwRPCE8MTxBPFE8YT+wJkbmsDoBAAADCJYWVv") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1c3aaa65e872.js b/web/public/sdk_docs/search.index/1c3aaa65e872.js new file mode 100644 index 00000000..558b2157 --- /dev/null +++ b/web/public/sdk_docs/search.index/1c3aaa65e872.js @@ -0,0 +1 @@ +rn_("sUABAPdZ+Fn5WfpZ+1n8Wf1Z/ln/WQBaAVrhbQEBADswAAABAQBMAAEA+k5MACsDoRAAAXHqoIAAAVeSY2luAQQAOzAAAAEBAEwAAQA7LEwAu4SgEAABbqIBRAI=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1dcc9be9156c.js b/web/public/sdk_docs/search.index/1dcc9be9156c.js new file mode 100644 index 00000000..d27ce1ea --- /dev/null +++ b/web/public/sdk_docs/search.index/1dcc9be9156c.js @@ -0,0 +1 @@ +rn_("AQMAOzAAAAEBAKUAAgAaU6QAtm4AACFSAQBacltycHIhTQEAxnHHcVdyMUsBAH5wf3CAcPVx84MDY2VzoUEAAIDGgcaCxoPGhMaFxobGh8aIxonGisYBCAA7MAAAAQEAkAABAMVukAClAEIBAAbFcWNdbF5sX2xgbGFsYmxjbGRsZWxmbGdsBQHEAQBotnC3cLhwuXC6cLtwvHBlbG9tb25vb29wb3Fvcm9vcwEJADswAAABAQCQAAEAJHGQAEFAAQB1bnZud254bnJyQUABAHFucm5zbnRucXLzBQIyMzswAAABAQAtAAIAJWwsAG9yAAD7AmF1AQUAOzAAAAEBAPsEAQBpZPsEoUMBACcxKDEpMSoxKzEsMS0xLjEvMTAxMTHzAAJrdTswAAABAAAEAgEAfsMEAgEKADswAAABAQBMAAEAfm1MAAEDAaAwAAFXoWQ7MAAAAQAATAABALbZTAABAwA7MAAAAQEAIQACAPswIABrcgAAoUQBANZt123Ybdlt2m3bbdxt3W3ebd9t4G2hRAEAy23Mbc1tzm3PbdBt0W3SbdNt1G3VbfMAAmx0OzABAAMAACsAAQAVAAEABLgrAAEAQxIVABsCoGAAAW5vb3IBBAA7MAAAAQEATAABAJZDTAD7AmlvwUEBAMcTpFelV6ZXp1eoV6lXqlerV6xXrVeuV7VwAQsAOzAAAAEBABUAAQBRbhUAAQAAOzAAAAEBAPEAAQBVWPEA8wMBczswAAABAQCkAAEAxVGkAGFHAQBKbktuTG5Nbk5uT25QbgEDADswAAABAQCkAAEA2WykAAEBADswAAABAQCkAAEAsFekAPOCAmVpAQMAOzAAAAEBAEwAAQDYa0wA8wEBZjswAAABAQBMAAEAZBJMAPOChBAxABsCoGAAAW/pYW+hQwEACRMKEwsTDBMNEw4TDxMQExETEhMTE6FFAQBeZF9kYGRhZGJkY2RkZGVkZmRnZGhk8wEBYzswAQADAAAVAAEAFQABAO63FQABAC0SFQDzAAJhYzswAAABAAAKAAEAJlYKAAEEADswAAABAQAVAAIA6C8KAA9TCgABAQA7MAAAAQEATAABAG0TTABhRwEAaG5pbmpua25sbm1ubm5hSAEAvm6/bsBuwW7CbsNuxG6TAwSgMAABb3ygcAABcL1haHB2OzABAAMAAFcAAQAIAAEAi5xXAAMAli8AAKBXAABKbgYABQHAAQCi/hL/EgATARMCEwMTBBMFEwYTBxMIEwpnbmFvtwEAhaBwAAFuogyACjswAAABAAAKAAEAG1YKAPMA0cBvlF87MAEAAwAAAAcBAIwMAwAAQKQAklMgAP/IOgYFAIoZOgbwMAoADj06BuNDCgCEbgAA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1e6ff19647a6.js b/web/public/sdk_docs/search.index/1e6ff19647a6.js new file mode 100644 index 00000000..2270efd4 --- /dev/null +++ b/web/public/sdk_docs/search.index/1e6ff19647a6.js @@ -0,0 +1 @@ +rn_("AQsAOzAAAAEBABUAAQCYcBUABQHDAQADfXAH93FpcPMFAXcBlFcBAAEDAaAQAAFXk287MAAAAQEAFwADAJkvAADBbAAAUW4VAIUARAEAC+hxd+5Ot264brluum67brxuvW7pcQELADswAAABAQAVAAEAgnAVAAEAADswAAABAQCkAAEAClGkAPMDAXP2mi8BAN8+AQABAAEA9wP3CgDIoHAAAWzAsKFvegABwESQCjswAQADAACvAAEATAABAFBfrwABAElDTAA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1edb2f79f018.js b/web/public/sdk_docs/search.index/1edb2f79f018.js new file mode 100644 index 00000000..eadf035f --- /dev/null +++ b/web/public/sdk_docs/search.index/1edb2f79f018.js @@ -0,0 +1 @@ +rn_("BQBCAQCmw2zEbMVsxmzHbMhsyWzKbMtszGzNbGWRbgEHADswAAABAQBbAAEAhG9bAAEJADswAAABAQBeAAEAxXBeAPODAmRtAQEAOzAAAAEAAAQCAQB+wwQC4U0BALVxtnG3cbhxuXG6cbtxvHG9cb5xv3HAccFxwnHDcQECADswAAABAQCWAQEAe2mWASMAAqCwAAFv4WVsOzAAAAEBAKYDAQC/U6YDAQAAOzAAAAEAABQEAQBpvxQEAQ0AOzAAAAEBAF4AAQD4cV4A8wEBdzswAAABAAAUBAEAA/QUBPsCbHPzAIUJABY7MAAAAQAAIAQCAD8/AABnTx8E+wJlaQ==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1f6dccb18831.js b/web/public/sdk_docs/search.index/1f6dccb18831.js new file mode 100644 index 00000000..ee500ad1 --- /dev/null +++ b/web/public/sdk_docs/search.index/1f6dccb18831.js @@ -0,0 +1 @@ +rn_("AQcAOzAAAAEBAFsAAQCEb1sAAQkAOzAAAAEBAF4AAQDFcF4AM4IDoSAAAXJ0ZG1zAQcCoMAAAXHpoBAAAVevZGk7MAAAAQEAIwADAK1uBgDibwYAmHAVAGsDIk/W0yz+Y2Zp") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/1f89e2e12b2b.js b/web/public/sdk_docs/search.index/1f89e2e12b2b.js new file mode 100644 index 00000000..3bf14e36 --- /dev/null +++ b/web/public/sdk_docs/search.index/1f89e2e12b2b.js @@ -0,0 +1 @@ +rn_("4UABANlx2nHbcdxx3XHecd9x4HHhceJx43HkceVx5nHncQEEADswAAABAQAUBAEAk0QUBFMAA6CgAAFxyWVyczswAQADAAA6BgEAOwYBAI2JOgYCAKhIOgbpbQAA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/21798464eb5a.js b/web/public/sdk_docs/search.index/21798464eb5a.js new file mode 100644 index 00000000..f00dbc80 --- /dev/null +++ b/web/public/sdk_docs/search.index/21798464eb5a.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEBABQEAQCTRBQEBQBJAQDg2XHacdtx3HHdcd5x33HgceFx4nHjceRx5XHmcedxc+ltoUIBAPdZ+Fn5WfpZ+1n8Wf1Z/ln/WQBaAVoBAgA7MAAAAQEAlgEBAHtplgFBQwEAeW56bntufG5zcvMFAWE7MAAAAQEATAABAElDTAABAgA7MAAAAQEAywYCACJeOgbsb5AA+wJuczUAQQEABnBuZa9wsHCxcHZySwOgoAABb+GgQAABb+ptcnj3BgDHoKAAAXHEAEQyCTswAQADAACWBQEAUwQDAHIwAABYVJkA+Zz7BAcAuxMLAL9TpgN9bgYAxW6QAL1wAADFcQAA7HEGAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/224fd6d32cfe.js b/web/public/sdk_docs/search.index/224fd6d32cfe.js new file mode 100644 index 00000000..db7fd425 --- /dev/null +++ b/web/public/sdk_docs/search.index/224fd6d32cfe.js @@ -0,0 +1 @@ +rn_("BQFMAQAAcXIAcnIyM29yGwKg4AABcnNpbwUBwAEADG5yA7NwbnQHBoqIoCAAAW99oKAAAXJroTAAAXJ2sCFvfgABoJAAAXJZsHFx8wABOlAG") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/228feaf48e6b.js b/web/public/sdk_docs/search.index/228feaf48e6b.js new file mode 100644 index 00000000..fe63e6a3 --- /dev/null +++ b/web/public/sdk_docs/search.index/228feaf48e6b.js @@ -0,0 +1 @@ +rn_("BQLAAQCgWRJaElsSXBJdEl4SXxJgEmESYhJjEmqtbq5ur26wbrFusm6zbg32cTJpc+UARgEADXVyc5Juk26UbpVulm6XbphumW6abptunG6dbp5un26gbgECADswAAABAQBMAAEAbRNMABsCoDAAAW62YXlhSgEAhm6HbohuiW6KbotujG4BBQA7MAAAAQEAVwABAEdPVwAFAcABAA69cOhccl1yXnJfcmByYXJicmNyZHJlcmZyZ3JocmlyanJlaQEFADswAAABAQBMAAEA+k5MAGFJAQDibeNt5G3lbeZt523obWFMAQBzb3RvdW92b3dveG95b2FKAQCmbqduqG6pbqpuq26sbgUBwQEADVhyBaFuZW/7Am9yAQMAOzAAAAEBAGIAAQBAMGIAAQMAOzAAAAEBAEwAAQDzL0wA+wJydgEDADswAAABAQBbAAQAFRNXAFpyAQBwcgAAdHIAAAEAzqBQAAFwgUG04xPIVVLnSitN+mCmjupXyBb48PJ3bEJfBG9o5jxjfrGi0QTcRtX2aFqdRmLlExQ33sNqHRQNLLNrIVXzsEvfkgLgt7H4S6FgAAFydEA9Fh87MAEAAwAAbQABABYAAgAyVkwAnFggAAMAulEKAM5sCgCjbgAA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/229733536f38.js b/web/public/sdk_docs/search.index/229733536f38.js new file mode 100644 index 00000000..7e0b4000 --- /dev/null +++ b/web/public/sdk_docs/search.index/229733536f38.js @@ -0,0 +1 @@ +rn_("AQwAOzAAAAEBAJAAAQDsb5AAsUgBAKRXpVemV6dXqFepV6pXq1esV61Xrle1cGMAA6BwAAFXoG1wczswAAABAAAVAAEAczAVAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/234fcc14932b.js b/web/public/sdk_docs/search.index/234fcc14932b.js new file mode 100644 index 00000000..d828d265 --- /dev/null +++ b/web/public/sdk_docs/search.index/234fcc14932b.js @@ -0,0 +1 @@ +rn_("YUUBALZwt3C4cLlwunC7cLxwAQcAOzAAAAEBABYAAgB8VxUApW4AAGFAAQDsce1x7nHvcfBx8XHycfMCAWQ7MAEAAwAA8QABABUAAQAxuPEAAQBWbxUA8wICaXA7MAEAAwAAKwABABUAAQBmSCsAAgDoLwoAD1MKAGFMAQDib+Nv5G/lb+Zv52/obzcBAIWgIAABbmewID/+AAGQgQI7MAAAAQAAZSUIAHAKAABxMAAA/j8BAABgdQzIjzoGLrk6BmfaOgbM6DoG") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/2685d9af800a.js b/web/public/sdk_docs/search.index/2685d9af800a.js new file mode 100644 index 00000000..b652a24a --- /dev/null +++ b/web/public/sdk_docs/search.index/2685d9af800a.js @@ -0,0 +1 @@ +rn_("AQQAOzAAAAEBABQEAQCTRBQE8wABZTswAQADAAA6BgEAOgYBAI2JOgYBAKhIOgahQQEAJzEoMSkxKjErMSwxLTEuMS8xMDExMfsCbnk=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/2740cbf4e1f5.js b/web/public/sdk_docs/search.index/2740cbf4e1f5.js new file mode 100644 index 00000000..9f73e6eb --- /dev/null +++ b/web/public/sdk_docs/search.index/2740cbf4e1f5.js @@ -0,0 +1 @@ +rn_("oUABAFJsU2xUbFVsVmxXbFhsWWxabFtsXGwFAEcBAATIcWW0bgUAQAEABOptb4NvBQBJAQAGbXJltHBhSQEA7HHtce5x73HwcfFx8nFXAwLGoMAAAXHpoBAAAVevQEYACTswAAABAQAmAAUAwmwAAK1uBgB6bwEA4m8GAJhwFQDzAAJpcwH2cQEA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/278719615539.js b/web/public/sdk_docs/search.index/278719615539.js new file mode 100644 index 00000000..1aa1ed96 --- /dev/null +++ b/web/public/sdk_docs/search.index/278719615539.js @@ -0,0 +1 @@ +rn_("YUcBAKZup26obqluqm6rbqxuAQMAOzAAAAEBAGIAAQBAMGIAAQMAOzAAAAEBAEwAAQDzL0wAoUYBAM5sz2zQbNFs0mzTbNRs1WzWbNds2GzzAgFyOzAAAAEBAPEAAQCLEPEAKwKgsAABcK5hZfsEbHJ2eg==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/28ea711a8d63.js b/web/public/sdk_docs/search.index/28ea711a8d63.js new file mode 100644 index 00000000..f39860c0 --- /dev/null +++ b/web/public/sdk_docs/search.index/28ea711a8d63.js @@ -0,0 +1 @@ +rn_("BQLAAQCjtWy2bLdsuGy5bLpsu2y8bL1svmy/bAWEbgajbm5wcmFAAQBobmluam5rbmxubW5ubvMCAXM7MAAAAQEAGAEGAJcvAAAYUPEAolcAAL5uBgC1cQ4AynEOAKFBAQDwMPEw8jDzMPQw9TD2MPcw+DD5MPow8wADZWl0OzAAAAEBAC0ABADjTgoAt2sgALJwAABucgAA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/2a29fff55304.js b/web/public/sdk_docs/search.index/2a29fff55304.js new file mode 100644 index 00000000..ae23f3b3 --- /dev/null +++ b/web/public/sdk_docs/search.index/2a29fff55304.js @@ -0,0 +1 @@ +rn_("AQcAOzAAAAEBABQEAQACWhQEAQIAOzAAAAEAABQEAQDBsxQEAQIAOzAAAAEAABQEAQCsrxQE+wMxMjYBAgGgAAABcLJzOzAAAAEBAKQAAQASa6QAKwKgMAAAuDBpa/sCcng=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/2a75b993fce3.js b/web/public/sdk_docs/search.index/2a75b993fce3.js new file mode 100644 index 00000000..f7acad26 --- /dev/null +++ b/web/public/sdk_docs/search.index/2a75b993fce3.js @@ -0,0 +1 @@ +rn_("BQBFAQAHkW5l4W8FAsMBADuvcLBwsXB2cuWVV5ZXl1eYV5lXmlebV5xXnVeeV59XxnHHcVdyWHIIkG5sb3IVAEUBAAZtcmVwbrRw+wJucvMAAmVy9K9wAQABAAEAxQE=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/2db07773db7d.js b/web/public/sdk_docs/search.index/2db07773db7d.js new file mode 100644 index 00000000..3ad8adb2 --- /dev/null +++ b/web/public/sdk_docs/search.index/2db07773db7d.js @@ -0,0 +1 @@ +rn_("oUUBAIAvgS+CL4MvhC+FL4Yvhy+IL4kvii9hRAEAbG9tb25vb29wb3Fvcm8xUQEAWnJbcnBydHL7AnB5YUgBALZwt3C4cLlwunC7cLxwAQcAOzAAAAEBAFsAAQCEb1sAIU0BAMZxx3FXcgEJADswAAABAQC9AAIAxXBeAPhxXgAxSgEAfnB/cIBw9XEBBAA7MAAAAQEATAABAGhsTAD7AmF1fxuJoDAAAXB9sHFx6AAPHNES") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/2fe5617fce24.js b/web/public/sdk_docs/search.index/2fe5617fce24.js new file mode 100644 index 00000000..33326773 --- /dev/null +++ b/web/public/sdk_docs/search.index/2fe5617fce24.js @@ -0,0 +1 @@ +rn_("AQMAOzAAAAEBADoGAQAOPToGGwKg4AABbqRiZgUBwAEACupx68pxy3HMcc1xznHPcdBx0XHScdNx1HHVcdZx13HYcWFvAQsAOzAAAAEBAJAAAQAkcZAAI4ECoKAAAW/gcHQVAEIBAAZtcmVwbrRwBQHCAQBgfW5+bn9ugG6BboJug25gvnC/cMBwwXDCcMNwxHBkcgUAQAEAB5FuZeFv+wRjZ292sUIBALsTvBO9E74TvxPAE8ETwhPDE8QTxRPGE6UARQEABsVxY11sXmxfbGBsYWxibGNsZGxlbGZsZ2xBQAEAdW52bndueG5yckFAAQBxbnJuc250bnFy8wIEMjNicjswAQADAABDAAEALwABAPWhQwADACVsLADzcQEAb3IAAAEBADswAAABAQAiAAIAvC0hAFlyAAAFAEcBAATIcWW0bgUASQEABm1yZbRwYUkBAOxx7XHuce9x8HHxcfJxswQEoFAAAW3qYWVzdvPCbAEAuAIBAPsCY2bXDACIoGAAAXJtoEAAAW3qoJAAAW6OMcEMOzAAAAEBACQABwAnMQoAaG4GAHBuAACDbwAAtHAAAFxyDgB1cgAA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/30fe6791a6ea.js b/web/public/sdk_docs/search.index/30fe6791a6ea.js new file mode 100644 index 00000000..0d7591d2 --- /dev/null +++ b/web/public/sdk_docs/search.index/30fe6791a6ea.js @@ -0,0 +1 @@ +rn_("AQMAOzAAAAEAAAQCAQDkxgQCAQAAOzABAAIAAAAAAQAGAHIwAQDscQYAMwEDsADaA1WVZGhyOzABAAMAAEoBAQC3AQMAmT4AADG48QCMxlcABADEGFcA0C6kAGpSpABWbxUA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/31aa9f5ed4e4.js b/web/public/sdk_docs/search.index/31aa9f5ed4e4.js new file mode 100644 index 00000000..ae67c4df --- /dev/null +++ b/web/public/sdk_docs/search.index/31aa9f5ed4e4.js @@ -0,0 +1 @@ +rn_("oUUBAIAvgS+CL4MvhC+FL4Yvhy+IL4kvii9hRAEAbG9tb25vb29wb3Fvcm8xUQEAWnJbcnBydHL7AnB5YUcBALZwt3C4cLlwunC7cLxwAQcAOzAAAAEBABYAAgB8VxUApW4AAGFAAQDsce1x7nHvcfBx8XHycfMCAWQ7MAEAAwAA8QABABUAAQAxuPEAAQBWbxUA8wACaXA7MAEAAwAAKwABABUAAQBmSCsAAgDoLwoAD1MKAKFEAQDjTuRO5U7mTudO6E7pTupO607sTu1O+wNscnUBBwA7MAAAAQEAWwABAIRvWwABBAA7MAAAAQEAvQACAMVwXgD4cV4AAQAAOzAAAAEBACEAAgD7MCAAa3IAACOBAqAQAAFwfWZnIUwBAMZxx3FXcqFDAQAiEiMSJBIlEiYSJxIoEikSKhIrEiwSIwADoNAAAW6loNAAAXC1YXB2OzABAAEAACAAAQAAAAEAVT4gALNw+wJyeAEJADswAAABAQC9AAIAxXBeAPhxXgAxSgEAfnB/cIBw9XEBBAA7MAAAAQEATAABAGhsTAD7AmF1/zeKsHFx6AAPHNkS") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/31d4ff7e2db9.js b/web/public/sdk_docs/search.index/31d4ff7e2db9.js new file mode 100644 index 00000000..9f8d2494 --- /dev/null +++ b/web/public/sdk_docs/search.index/31d4ff7e2db9.js @@ -0,0 +1 @@ +rn_("AQoAOzAAAAEBABUAAQBWbxUAAQMAOzAAAAEAABUAAQAE2hUAUwCEoEAAARPHsJFvegABAFEBOzABAAMAAGMAAQAWAAIA3UEAAIxVYgADAIAvCgDWbQoA63EAAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/324d7a692acb.js b/web/public/sdk_docs/search.index/324d7a692acb.js new file mode 100644 index 00000000..c7f00693 --- /dev/null +++ b/web/public/sdk_docs/search.index/324d7a692acb.js @@ -0,0 +1 @@ +rn_("YUABAL5wv3DAcMFwwnDDcMRwAQABoJAAAW5wZTswAQADAACZAAEABgABAFhUmQABAH1uBgD7AmRyKwKgsAABb4JhZQ==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/342db3064f16.js b/web/public/sdk_docs/search.index/342db3064f16.js new file mode 100644 index 00000000..ba7bed56 --- /dev/null +++ b/web/public/sdk_docs/search.index/342db3064f16.js @@ -0,0 +1 @@ +rn_("YUABAOxx7XHuce9x8HHxcfJx8wEBZDswAQADAADxAAEAFQABADG48QABAFZvFQAJAqAgAABWMaAQAAFv6mFlAQUAOzAAAAEBAK8AAQBHWa8ABQBCAQAHkW5l4W8rAqAAAABAp2dzYUUBAL5wv3DAcMFwwnDDcMRwAQUAOzAAAAEBAEwAAQCbL0wAkwKEoCAAALftoBAAAWzAJEACOzABAAMAABcAAQB3AAIA5z8WADC4AAAJABwxCgBHT1cAlVcKAG9uAAChbgAAfnACAMZxAQD1cQAAV3IBAAUBTAEAAHFyAHJyMjNvchsCoOAAAXJzaW8FAcABAAxucgOzcG50BwaBiKAgAAFvfaCgAAFya6EwAAFydrAhb34AAaCQAAFyWbBxcfMAATpQBgEDAbAA2gNVlXI7MAEAAwAAVwABAFcAAQCMxlcAAQDEGFcA+wJsbt8Hx6BQAAFuZ8AQCIo=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/358f99fec880.js b/web/public/sdk_docs/search.index/358f99fec880.js new file mode 100644 index 00000000..394df3b9 --- /dev/null +++ b/web/public/sdk_docs/search.index/358f99fec880.js @@ -0,0 +1 @@ +rn_("YUoBAKZup26obqluqm6rbqxu4VMBAFxyXXJecl9yYHJhcmJyY3JkcmVyZnJncmhyaXJqchsCoMAAAXJYYXgTgQKgUAABbqFlbwECADswAAABAAA6BgEALrk6BgEBAaAQAAFwvWU7MAAAAQAApAABALNTpAChQwEA91n4WflZ+ln7WfxZ/Vn+Wf9ZAFoBWvMEAWQBi8YAAAELADswAAABAQCQAAEAJHGQACOEAqCgAAFv4HB0+wJucgEDADswAAABAABXAAEA2FZXAPMAhhFRATswAQADAADrGAEATAADAIM2OgZ2bHUMA5Y6BgEAy09MAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/3760fa4d5f21.js b/web/public/sdk_docs/search.index/3760fa4d5f21.js new file mode 100644 index 00000000..8e63fc43 --- /dev/null +++ b/web/public/sdk_docs/search.index/3760fa4d5f21.js @@ -0,0 +1 @@ +rn_("sUIBALsTvBO9E74TvxPAE8ETwhPDE8QTxRPGE6FDAQD3WfhZ+Vn6WftZ/Fn9Wf5Z/1kAWgFa8wMBZAGLxgAApQBFAQAGxXFjXWxebF9sYGxhbGJsY2xkbGVsZmxnbEFAAQB1bnZud254bnJyQUABAHFucm5zbnRucXLzAMWGBIAAOzABAAMAAEMAAQAvAAEA9aFDAAMAJWwsAPNxAQBvcgAA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/37edb2524a2b.js b/web/public/sdk_docs/search.index/37edb2524a2b.js new file mode 100644 index 00000000..3d29fab3 --- /dev/null +++ b/web/public/sdk_docs/search.index/37edb2524a2b.js @@ -0,0 +1 @@ +rn_("BQFMAQAAcXIAcnIyM29yGwKg4AABcnNpbwUBwAEADG5yA7NwbnQHBoSIoCAAAW99oKAAAXJroTAAAXJ2sCFvfgABoJAAAXJZsHFx8wABOlAG") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/383ecfc0718c.js b/web/public/sdk_docs/search.index/383ecfc0718c.js new file mode 100644 index 00000000..b24f0209 --- /dev/null +++ b/web/public/sdk_docs/search.index/383ecfc0718c.js @@ -0,0 +1 @@ +rn_("AQEAOzAAAAEBABQAAwDibQYAhm4GAKZuBgDzAAFvOzAAAAEAABQEAQBpvxQEAQ0AOzAAAAEBAF4AAQD4cV4A4VABAFxyXXJecl9yYHJhcmJyY3JkcmVyZnJncmhyaXJqcvMBAnJ3OzAAAAEAABQEAQAD9BQEm4SwgW+AAAGgQAABcIEAqAI=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/38d248eff07c.js b/web/public/sdk_docs/search.index/38d248eff07c.js new file mode 100644 index 00000000..f07743d8 --- /dev/null +++ b/web/public/sdk_docs/search.index/38d248eff07c.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEBAEwAAQDYa0wABQLDAQCjtWy2bLdsuGy5bLpsu2y8bL1svmy/bAWEbgajbm5wclsDoBAAAVeSaW9y") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/3a5bdb4304f6.js b/web/public/sdk_docs/search.index/3a5bdb4304f6.js new file mode 100644 index 00000000..2463024f --- /dev/null +++ b/web/public/sdk_docs/search.index/3a5bdb4304f6.js @@ -0,0 +1 @@ +rn_("AQYAOzAAAAEBAK8AAQBHWa8A8UQBAFxyXXJecl9yYHJhcmJyY3JkcmVyZnJncmhyaXJqcnVy5QBBAQANdXJzkm6TbpRulW6WbpdumG6Zbppum26cbp1unm6fbqBuWwOwQW/gAeRkbXT7AmFp") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/3a606d550a35.js b/web/public/sdk_docs/search.index/3a606d550a35.js new file mode 100644 index 00000000..4fd5b013 --- /dev/null +++ b/web/public/sdk_docs/search.index/3a606d550a35.js @@ -0,0 +1 @@ +rn_("YUcBAGhuaW5qbmtubG5tbm5uYUgBAL5uv27AbsFuwm7DbsRukwIEoDAAAW98oHAAAXC9YWhwdjswAQADAABXAAEACAABAIucVwADAJYvAACgVwAASm4GABsCoDAAAXJsYXY=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/3ab6b626f7b0.js b/web/public/sdk_docs/search.index/3ab6b626f7b0.js new file mode 100644 index 00000000..6c42e286 --- /dev/null +++ b/web/public/sdk_docs/search.index/3ab6b626f7b0.js @@ -0,0 +1 @@ +rn_("oUEBAPAw8TDyMPMw9DD1MPYw9zD4MPkw+jDzAAFlOzAAAAEBACEAAgC3ayAAbnIAAAEBADswAAABAAA6BgEAA5Y6BgEGADswAAABAQAeAAMAolcAALVxDgDKcQ4AAQQAOzAAAAEBAKQAAQAaU6QABQBCAQDg2XHacdtx3HHdcd5x33HgceFx4nHjceRx5XHmcedxc+ltAQMAOzAAAAEBAKUAAgC6EwAA7kOkAOcBAsWgYAABb+oAQgEKAn9WAACNbgEA+wNhZXM=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/3b5fde379e72.js b/web/public/sdk_docs/search.index/3b5fde379e72.js new file mode 100644 index 00000000..e7e0f764 --- /dev/null +++ b/web/public/sdk_docs/search.index/3b5fde379e72.js @@ -0,0 +1 @@ +rn_("IUwBAMZxx3FXcoUAQgEAC+hxd+5Ot264brluum67brxuvW7pcaFDAQAiEiMSJBIlEiYSJxIoEikSKhIrEiwSAQIAOzAAAAEBAEwAAQDVLEwA5wAAxaDQAAFupaDQAAFwtUAEoAg7MAEAAQAAIAABAAAAAQBVPiAAs3ChRwEA40PkQ+VD5kPnQ+hD6UPqQ+tD7EPtQwEDADswAAABAQA6BgEAIl46BjFCAQCvcLBwsXB2cvMDAmVpOzAAAAEBAJEAAgDFbpAAxXEAAPuEBAgh") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/3b67295a88c2.js b/web/public/sdk_docs/search.index/3b67295a88c2.js new file mode 100644 index 00000000..f292018b --- /dev/null +++ b/web/public/sdk_docs/search.index/3b67295a88c2.js @@ -0,0 +1 @@ +rn_("AQAAOzAAAAEAACsAAQAkXysAAQMDoMAAAXHpoBAAAVevoAAAAW+DZGlzOzAAAAEBACMAAwCtbgYA4m8GAJhwFQAFAEIBAKbDbMRsxWzGbMdsyGzJbMpsy2zMbM1sZZFuAQEAOzAAAAEAAAQCAQB+wwQC4U0BALVxtnG3cbhxuXG6cbtxvHG9cb5xv3HAccFxwnHDcQECADswAAABAQCWAQEAe2mWASMAAqCwAAFv4WVsOzAAAAEBAKYDAQC/U6YDAQEAOzAAAAEAABQEAQBpvxQE8wCECQAGOzAAAAEAAAsAAgA/PwAAfFMKAPOBAmVpAQMAOzAAAAEBADoGAQAiXjoG8wQBaTswAAABAQCQAAEAxW6QAOFQAQDKcctxzHHNcc5xz3HQcdFx0nHTcdRx1XHWcddx2HE7A6DAAAFx62FlbQEAADswAAABAAArAAEA+F4rAKFDAQD3WfhZ+Vn6WftZ/Fn9Wf5Z/1kAWgFa8wACZHM7MAEAAwAADAABACwAAwBAPwAA71UKAIvGAAACAJ9PKwCkbgAAAQQAOzAAAAEBAJAAAQAkcZAA8wABZTswAAABAQBzBAIAAloUBOttXgABAwA7MAAAAQEATAABAJsvTAD7Amx03weHoLAAAW61k0BE") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/3c0b42d55a27.js b/web/public/sdk_docs/search.index/3c0b42d55a27.js new file mode 100644 index 00000000..38c493dc --- /dev/null +++ b/web/public/sdk_docs/search.index/3c0b42d55a27.js @@ -0,0 +1 @@ +rn_("AQsAOzAAAAEBAJAAAQAkcZAASwOgoAABb+CgAAABb+pwc3QBAwA7MAEAAwAA5wcBAE8KAQAY+OcHAQAAAE8KGwKgEAAAVjFsdPsCYWU=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/3c5c38460826.js b/web/public/sdk_docs/search.index/3c5c38460826.js new file mode 100644 index 00000000..ec4de1a5 --- /dev/null +++ b/web/public/sdk_docs/search.index/3c5c38460826.js @@ -0,0 +1 @@ +rn_("BQFMAQAAcXIAcnIyM29yGwKg4AABcnNpbwUBwAEADG5yA7NwbnQHBoGIoCAAAW99oKAAAXJroTAAAXJ2sCFvfgABoJAAAXJZsHFx8wABOlAGAQIBsADaA1WVcjswAQADAABXAAEA/AABAIzGVwACAMQYVwBqUqQAAQYAOzAAAAEBABUAAQBlaRUA+wJhafsCbG4=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/40aab260fda5.js b/web/public/sdk_docs/search.index/40aab260fda5.js new file mode 100644 index 00000000..8294fe73 --- /dev/null +++ b/web/public/sdk_docs/search.index/40aab260fda5.js @@ -0,0 +1 @@ +rn_("AQMAOzAAAAEBAJkAAQAiLZkAoUQAAOnI6sjryOzI7cjuyO/I8MjxyPLI88gBCAA7MAAAAQEAkAABAMVukADzAQF1OzABAAMAADoGAQB1DAEA/8g6BgIAihk6Bg49Ogb7AmV0+wJzdA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/40b13a0db359.js b/web/public/sdk_docs/search.index/40b13a0db359.js new file mode 100644 index 00000000..6cde1a6f --- /dev/null +++ b/web/public/sdk_docs/search.index/40b13a0db359.js @@ -0,0 +1 @@ +rn_("AQAAOzABAAMAACsAAQClAAEA+F4rAAIA2WykAJBuAAChQwEA91n4WflZ+ln7WfxZ/Vn+Wf9ZAFoBWlMAA6BgAAFukWRuczswAQADAAANAAEALgAEAIE+AABAPwAA71UKAIvGAAAEAJ9PKwDqbQAApG4AAGxyAAA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/414ca654272a.js b/web/public/sdk_docs/search.index/414ca654272a.js new file mode 100644 index 00000000..ed1cc5d3 --- /dev/null +++ b/web/public/sdk_docs/search.index/414ca654272a.js @@ -0,0 +1 @@ +rn_("BQFMAQAAcXIAcnIyM29yGwKg4AABcnNpbwUCwAEABBQTDG5yA7NwbW50DwaIoCAAAW99oKAAAXJroTAAAXJ2sCFvfgABoJAAAXJZsHFx8wABOlAG") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/42301daeea02.js b/web/public/sdk_docs/search.index/42301daeea02.js new file mode 100644 index 00000000..3b6ec0a1 --- /dev/null +++ b/web/public/sdk_docs/search.index/42301daeea02.js @@ -0,0 +1 @@ +rn_("AQAAOzAAAAEBAEwAAQD6TkwAGwKgYAABbrVkbgEDADswAAABAQA6BgEAIl46BjFCAQCvcLBwsXB2cjMBA6CQAAFt6WVpczswAAABAQCRAAIAxW6QAMVxAABrhKEQAAFx6qCAAAFXkhQhAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/4703dabba3cc.js b/web/public/sdk_docs/search.index/4703dabba3cc.js new file mode 100644 index 00000000..b39ccbb7 --- /dev/null +++ b/web/public/sdk_docs/search.index/4703dabba3cc.js @@ -0,0 +1 @@ +rn_("YUQBALZwt3C4cLlwunC7cLxwBQHDAQBotnC3cLhwuXC6cLtwvHBlbG9tb25vb29wb3Fvcm9vcwUBTAEAAHFyAHJyMjNvctMAhKDgAAFycwBBUDswAQADAAAKAAEACwABAI0+CgACAFJsCgDrbwAA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/478240024211.js b/web/public/sdk_docs/search.index/478240024211.js new file mode 100644 index 00000000..97d77a2f --- /dev/null +++ b/web/public/sdk_docs/search.index/478240024211.js @@ -0,0 +1 @@ +rn_("oUMAAAx9DX0OfQ99EH0RfRJ9E30UfRV9Fn1BQAEAdW52bndueG5yckFAAQBxbnJuc250bnFy8wcCMjM7MAAAAQEALQACACVsLABvcgAA8wABdDswAQADAAAgAAEACwABAPpVIAACAMNsCgBtcgAAoUMAAPTI9cj2yPfI+Mj5yPrI+8j8yP3I/sj7A2FlaQ==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/47d0c42218e1.js b/web/public/sdk_docs/search.index/47d0c42218e1.js new file mode 100644 index 00000000..ebce1628 --- /dev/null +++ b/web/public/sdk_docs/search.index/47d0c42218e1.js @@ -0,0 +1 @@ +rn_("oUEBAPAw8TDyMPMw9DD1MPYw9zD4MPkw+jDzAgFlOzAAAAEBACEAAgC3ayAAbnIAAGFHAQB9bn5uf26AboFugm6DbgEDADswAAABAQAVAAEAZlcVAKMAhLCRb4AAAaBQAAFXowFACTswAAABAAAVAAEA1rcVAPsCZW8=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/48803efd851b.js b/web/public/sdk_docs/search.index/48803efd851b.js new file mode 100644 index 00000000..2a22a04b --- /dev/null +++ b/web/public/sdk_docs/search.index/48803efd851b.js @@ -0,0 +1 @@ +rn_("AQUAOzAAAAEBAF4AAQDrbV4A8wABYzswAAABAAApCAIArK8UBKLgFAQBAQA7MAAAAQAAKQgCAMGzFAS35BQEAQIAOzAAAAEAABQEAQC35BQE8QIBA2M7MAAAAQAAFAQBAKLgFATzAAQxMjU4OzABAAMAAAsAAQAPAAIAvwoAAIDGCgADAFkSCgBxbgMAcXIAAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/48c4449c5fd9.js b/web/public/sdk_docs/search.index/48c4449c5fd9.js new file mode 100644 index 00000000..4812f20a --- /dev/null +++ b/web/public/sdk_docs/search.index/48c4449c5fd9.js @@ -0,0 +1 @@ +rn_("AQAAOzABAAIAAAAAAQA6Bpg+AQBQCjoGGwKgIAABb+llaeUARAEADXVyc5Juk26UbpVulm6XbphumW6abptunG6dbp5un26gbvsCZ2w=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/49d3f7bfb38f.js b/web/public/sdk_docs/search.index/49d3f7bfb38f.js new file mode 100644 index 00000000..97f61ede --- /dev/null +++ b/web/public/sdk_docs/search.index/49d3f7bfb38f.js @@ -0,0 +1 @@ +rn_("YUYBAL5uv27AbsFuwm7DbsRuAQcAOzAAAAEBAJAAAQDsb5AAE4ECoHAAAW+CYWWhQQEA8DDxMPIw8zD0MPUw9jD3MPgw+TD6MPMCAWU7MAAAAQEAIQACALdrIABucgAA8UABAFxyXXJecl9yYHJhcmJyY3JkcmVyZnJncmhyaXJqcnVy8wIBczswAAABAQAgAAEAHBkgAAEGADswAAABAQDyAAIAly8AABhQ8QBhRwEAfW5+bn9ugG6BboJug24BAAGgUAABbo10OzAAAAEAAAoAAQD0yAoAAQMAOzAAAAEBABUAAQBmVxUAAQMAOzAAAAEBAJAAAQAkcZAAAQQAOzAAAAEBAJAAAQDsb5AAZx0AybCRb4AAAaBwAAFx6qBQAAFXo0BClA07MAEAAwAALAABAAoABACCPgoAMVYAANa3FQDpyAoAAQAXXgoAAQsAOzAAAAEBABUAAQCYcBUABQHDAQADfXAH93FpcPMFAXcBlFcBAAEDAaAQAAFXk287MAAAAQEAFwADAJkvAADBbAAAUW4VAIUARAEAC+hxd+5Ot264brluum67brxuvW7pcQELADswAAABAQAVAAEAgnAVAAEAADswAAABAQCkAAEAClGkAPMDAXP2mi8BAN8+AQABAAEA9wP3CgHIoHAAAWzAsKFvegABwESQCjswAQADAACvAAEATAABAFBfrwABAElDTABhRwEAaG5pbmpua25sbm1ubm5hSAEAvm6/bsBuwW7CbsNuxG6TAASgMAABb3ygcAABcL1haHB2OzABAAMAAGIAAQAKAAIAi5xXACO5CgAEABQTAACWLwAAoFcBAEpuBgD3DQDIoCAAALfsQEUQDjswAAABAQBzBAIAAloUBOttXgA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/4a9795925bf5.js b/web/public/sdk_docs/search.index/4a9795925bf5.js new file mode 100644 index 00000000..f1dd3868 --- /dev/null +++ b/web/public/sdk_docs/search.index/4a9795925bf5.js @@ -0,0 +1 @@ +rn_("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fRV9Fn1lafMAhgwwgjswAAABAAAKAAEA8AQKAEFAAQB1bnZud254bnJyQUABAHFucm5zbnRucXLzBgIyMzswAAABAQAtAAIAJWwsAG9yAAC1HwDJHB+gcAABb+kjJwBEKCnASYAZOzABAAMAAMUAAQALAAIAAECkAJJTIAACAONDCgCEbgAAoUYBAM5sz2zQbNFs0mzTbNRs1WzWbNds2GzzAAFyOzAAAAEBAPEAAQCLEPEA8wABczswAAABAQCkAAEAClGkAAEAADswAQADAADnBwEATwoBABj45wcBAAAATwoBAAA7MAAAAQEATAABAH5tTADzAgFzOzAAAAEBAPEAAQDeLfEA8wACYXQ7MAAAAQEAlgEBAHtplgGFDgCIoGAAAWRdoNAAAXCuoLAAAW98AKCQAAFujyEEBxSwBzswAQADAABrAQEATAYEAJg+AABBP6QA+lUgADBXpAAGAFAKOgaaLwAAw2wKAHluAwBtcgAAc3IAAGFFAQDibeNt5G3lbeZt523obaFCAQDjTuRO5U7mTudO6E7pTupO607sTu1OoUIAACO5JLkluSa5J7kouSm5KrkruSy5LbnzAANhZXI7MAAAAQAAVwABAIowVwABAgGgUAABbo10OzAAAAEAAAoAAQD0yAoABQHAAQBmhm6HbohuiW6KbotujG4JrnBodAEAADswAAABAAArAAEA+F4rAPMCAXM7MAEAAQAACgABAAAAAQDvVQoApG4BAgA7MAAAAQAAFAQBALfkFAQBBQA7MAAAAQEAXgABAOttXgDzAgFjOzAAAAEAABQEAQCi4BQE84ICMTKhQwEAF14YXhleGl4bXhxeHV4eXh9eIF4hXgEEADswAAABAQAVAAEAZWkVAPsCY3KvB4egkAABZF2gEAABbo8GJQYBANBGo1NvdvsL8TTALRYzS40Jx/OgIAABZF10WS2MoUgIjllxM+AQX5SxLyt6a+8SY2cTMf00pzEWvV7W3+QUglAh43VKp7wlnwcWi5zDMK4FgR2nV6VinXy66+c0A/mOoyNATr5eOzABAAMAAG4FAQC/AAQAywqzAM4LAADVV6QAA/QUBAcA/hIVABUTVwA9GUwAom4AAFpyAQBwcgAAdHIAAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/4aaa45df6a40.js b/web/public/sdk_docs/search.index/4aaa45df6a40.js new file mode 100644 index 00000000..e5aee784 --- /dev/null +++ b/web/public/sdk_docs/search.index/4aaa45df6a40.js @@ -0,0 +1 @@ +rn_("hQBAAQAGbXJlaG5pbmpua25sbm1ubm5wbrRw8wEBczswAAABAQAYAQYAly8AABhQ8QCiVwAAvm4GALVxDgDKcQ4A") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/4cd9674b8c1f.js b/web/public/sdk_docs/search.index/4cd9674b8c1f.js new file mode 100644 index 00000000..5892d406 --- /dev/null +++ b/web/public/sdk_docs/search.index/4cd9674b8c1f.js @@ -0,0 +1 @@ +rn_("AQkAOzAAAAEBAEwAAQBobEwAAQIAOzAAAAEBADoGAQCoSDoG8wMBazswAAABAAD1BgEAtqj1BgEDADswAAABAAB8BgEAOaJ8BvMAA2ZpdzswAAABAAAKAAEA7HgKAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/4da5acef2e9f.js b/web/public/sdk_docs/search.index/4da5acef2e9f.js new file mode 100644 index 00000000..deba585a --- /dev/null +++ b/web/public/sdk_docs/search.index/4da5acef2e9f.js @@ -0,0 +1 @@ +rn_("YUUBAL5wv3DAcMFwwnDDcMRwoUABAK9RsFGxUbJRs1G0UbVRtlG3UbhRuVEBBQA7MAAAAQEATAABAJsvTABXAQGFoCAAALftoBAAAWzAZEACOzABAAMAABcAAQB3AAIA5z8WADC4AAAJABwxCgBHT1cAlVcKAG9uAAChbgAAfnACAMZxAQD1cQAAV3IBAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/4e4526259022.js b/web/public/sdk_docs/search.index/4e4526259022.js new file mode 100644 index 00000000..07e213c1 --- /dev/null +++ b/web/public/sdk_docs/search.index/4e4526259022.js @@ -0,0 +1 @@ +rn_("YUcBALZwt3C4cLlwunC7cLxwAQcAOzAAAAEBABYAAgB8VxUApW4AAGFAAQDsce1x7nHvcfBx8XHycfMBAWQ7MAEAAwAA8QABABUAAQAxuPEAAQBWbxUAKwKgQAABbMBnevMAAmlwOzABAAMAACsAAQAVAAEAZkgrAAIA6C8KAA9TCgAFAcEBAKLjTuRO5U7mTudO6E7pTupO607sTu1OZeJt423kbeVt5m3nbehtZXK7hKCgAAFvgwAICw==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/512eef532484.js b/web/public/sdk_docs/search.index/512eef532484.js new file mode 100644 index 00000000..75c88fcd --- /dev/null +++ b/web/public/sdk_docs/search.index/512eef532484.js @@ -0,0 +1 @@ +rn_("AQYAOzABAAMAAOcHAQBPCgEAGPjnBwEAAABPCgEMADswAAABAQCQAAEA7G+QACsCoHAAAVegbXP7AmVp8wABdTswAAABAACNBAEAGwCNBA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/51ed822e9cb9.js b/web/public/sdk_docs/search.index/51ed822e9cb9.js new file mode 100644 index 00000000..eb5d3580 --- /dev/null +++ b/web/public/sdk_docs/search.index/51ed822e9cb9.js @@ -0,0 +1 @@ +rn_("AQYAOzAAAAEBAB4AAwCiVwAAtXEOAMpxDgABBAA7MAAAAQEApAABABpTpAAFAEIBAODZcdpx23Hccd1x3nHfceBx4XHiceNx5HHlceZx53Fz6W0BAwA7MAAAAQEApQACALoTAADuQ6QA5wEAxaBgAAFv6gBCAQoCf1YAAI1uAQA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/520213a727ed.js b/web/public/sdk_docs/search.index/520213a727ed.js new file mode 100644 index 00000000..1b6ee67a --- /dev/null +++ b/web/public/sdk_docs/search.index/520213a727ed.js @@ -0,0 +1 @@ +rn_("AQoAOzAAAAEBAJAAAQDsb5AAoUEAAOx47XjueO948HjxePJ483j0ePV49ngBAgA7MAAAAQAAOgYBAGfaOgbzAAFtOzAAAAEAADoGAQArQjoGKwKgoAABcnVkeQEBADswAAABAQAiAAIAvC0hAFlyAAAFAEcBAATIcWW0bgUASQEABm1yZbRwYUkBAOxx7XHuce9x8HHxcfJxswQEoFAAAW3qYWVzdvPCbAEAuAIBAPuFJCAF") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/52637dea3b6e.js b/web/public/sdk_docs/search.index/52637dea3b6e.js new file mode 100644 index 00000000..815b80c7 --- /dev/null +++ b/web/public/sdk_docs/search.index/52637dea3b6e.js @@ -0,0 +1 @@ +rn_("AQoAOzAAAAEBABUAAQBWbxUAAQMAOzAAAAEAABUAAQAE2hUAUwEDoEAAARPHaW1vOzABAAMAAGMAAQAWAAIA3UEAAIxVYgADAIAvCgDWbQoA63EAAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/52ef20c3d7fa.js b/web/public/sdk_docs/search.index/52ef20c3d7fa.js new file mode 100644 index 00000000..1b288bcb --- /dev/null +++ b/web/public/sdk_docs/search.index/52ef20c3d7fa.js @@ -0,0 +1 @@ +rn_("pQBCAQAD4W1kdS92L3cveC95L3ovey98L30vfi9/L/MDAXM7MAAAAQAACgABAHpYCgABAQA7MAAAAQAAOgYBABAqOgZhRAEApm6nbqhuqW6qbqturG7zAAFl8gPaAACVVQEDADswAAABAAAEAgEA5MYEAgEAADswAQACAAAAAAEABgByMAEA7HEGAPMAA2RocjswAQADAABKAQEAtwEDAJk+AAAxuPEAjMZXAAQAxBhXANAupABqUqQAVm8VAPsDZWlr") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/5311fbc20fca.js b/web/public/sdk_docs/search.index/5311fbc20fca.js new file mode 100644 index 00000000..7cf5e36d --- /dev/null +++ b/web/public/sdk_docs/search.index/5311fbc20fca.js @@ -0,0 +1 @@ +rn_("oUEAAM1WzlbPVtBW0VbSVtNW1FbVVtZW11YFAcMBAAN9cAf3cWlw8wABdzswAQABAABZAAEAAQACAKVAAQDYVlcAlFejVwEAADswAAABAQBMAAEAfm1MAPMDAXM7MAAAAQEA8QABAN4t8QDzAAFuOzAAAAEAAKQAAQBBP6QA+wNldHU=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/54031a2dd2a2.js b/web/public/sdk_docs/search.index/54031a2dd2a2.js new file mode 100644 index 00000000..8702a64c --- /dev/null +++ b/web/public/sdk_docs/search.index/54031a2dd2a2.js @@ -0,0 +1 @@ +rn_("AQQAOzAAAAEBAEwAAQCILEwAAQgAOzAAAAEBAJAAAQDFbpAA8wQBdTswAAABAAA6BgEA/8g6BgUCwAEAC8FsCINvE+hx93FkZmmhQwAA7HjteO5473jwePF48njzePR49Xj2eAEHADswAAABAQAhAAIA+zAgAGtyAAChQAEAy23Mbc1tzm3PbdBt0W3SbdNt1G3VbdcHAIeg4AABb4IQQU47MAAAAQAApAABALA9pAA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/54bfb1c8629a.js b/web/public/sdk_docs/search.index/54bfb1c8629a.js new file mode 100644 index 00000000..859d4bcc --- /dev/null +++ b/web/public/sdk_docs/search.index/54bfb1c8629a.js @@ -0,0 +1 @@ +rn_("oUQBANZt123Ybdlt2m3bbdxt3W3ebd9t4G2hRAEAy23Mbc1tzm3PbdBt0W3SbdNt1G3VbfMAAmx0OzABAAMAACsAAQAXAAEABLgrAAIAQxIVAH5vAQAbAqBgAAFub29yAQQAOzAAAAEBAEwAAQCWQ0wAOwOgcAABb4Npb3U=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/550c0d529a97.js b/web/public/sdk_docs/search.index/550c0d529a97.js new file mode 100644 index 00000000..8a3f9937 --- /dev/null +++ b/web/public/sdk_docs/search.index/550c0d529a97.js @@ -0,0 +1 @@ +rn_("BQFMAQAAcXIAcnIyM29yGwKg4AABcnNpbwUBwAEADG5yA7NwbnQHBoOIoCAAAW99oKAAAXJroTAAAXJ2sCFvfgABoJAAAXJZsHFx8wABOlAG") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/552db0baebe5.js b/web/public/sdk_docs/search.index/552db0baebe5.js new file mode 100644 index 00000000..211e9495 --- /dev/null +++ b/web/public/sdk_docs/search.index/552db0baebe5.js @@ -0,0 +1 @@ +rn_("AQAAOzAAAAEBAEwAAQDVLEwAoUMBAPdZ+Fn5WfpZ+1n8Wf1Z/ln/WQBaAVrzAQFkAYvGAAD7AmN0AQIAOzAAAAEAADoGAQAuuToG8wABbTswAAABAAA6BgEAgzY6BmFDAQCmbqduqG6pbqpuq26sbnuEoDAAAVejISAC") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/55aabfd685d9.js b/web/public/sdk_docs/search.index/55aabfd685d9.js new file mode 100644 index 00000000..efdc9a52 --- /dev/null +++ b/web/public/sdk_docs/search.index/55aabfd685d9.js @@ -0,0 +1 @@ +rn_("oUUBAMNsxGzFbMZsx2zIbMlsymzLbMxszWwBAwA7MAAAAQEApAABAH0RpAABBAA7MAAAAQEApgMBAL9TpgP7AmNl+wJueBMAhKBAAAFutaDQAAFxyaBQAAFx61AAFDswAQACAAAAAAEAMgCnQAkA+zAgAK9RCgBnbgAAkW4AAOBvAADpbwAArnAAAMRxAABrcgAA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/55da31c847a2.js b/web/public/sdk_docs/search.index/55da31c847a2.js new file mode 100644 index 00000000..2a9db52c --- /dev/null +++ b/web/public/sdk_docs/search.index/55da31c847a2.js @@ -0,0 +1 @@ +rn_("BQBFAQCgUmxTbFRsVWxWbFdsWGxZbFpsW2xcbHP2cRsCoFAAAW/pbnUBCwA7MAAAAQEAFQABAJhwFQAFAcMBAAN9cAf3cWlw8wUBdwGUVwEAAQMBoBAAAVeTbzswAAABAQAXAAMAmS8AAMFsAABRbhUAhQBEAQAL6HF37k63brhuuW66brtuvG69bulxAQsAOzAAAAEBABUAAQCCcBUAAQAAOzAAAAEBAKQAAQAKUaQA8wMBc/aaLwEA3z4BAAEAAQD3A/cKAMigcAABbMCwoW96AAHARJAKOzABAAMAAK8AAQBMAAEAUF+vAAEASUNMAAEAADswAAABAQDxAAEAVVjxAPMDAXM7MAAAAQEApAABAMVRpABhRwEASm5LbkxuTW5Obk9uUG4BAwA7MAAAAQEApAABANlspAABAQA7MAAAAQEApAABALBXpADzggJlaQEDADswAAABAQBMAAEA2GtMAPMBAWY7MAAAAQEATAABAGQSTADzgoQQMQD7A2Fobw==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/561efdda6e67.js b/web/public/sdk_docs/search.index/561efdda6e67.js new file mode 100644 index 00000000..e9d4b843 --- /dev/null +++ b/web/public/sdk_docs/search.index/561efdda6e67.js @@ -0,0 +1 @@ +rn_("oUIAAAx9DX0OfQ99EH0RfRJ9E30UfRV9Fn0bAqAQAAFv6WNuQUABAHVudm53bnhucnJBQAEAcW5ybnNudG5xcvMHAjIzOzAAAAEBAC0AAgAlbCwAb3IAAPMAAXQ7MAEAAwAAIQABAEYGAgCYPgAA+lUgAAMAUAo6BsNsCgBtcgAAoUMAAPTI9cj2yPfI+Mj5yPrI+8j8yP3I/sj7A2FlaQ==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/5a4caa349684.js b/web/public/sdk_docs/search.index/5a4caa349684.js new file mode 100644 index 00000000..b3958401 --- /dev/null +++ b/web/public/sdk_docs/search.index/5a4caa349684.js @@ -0,0 +1 @@ +rn_("AQEBsADaA1WVcjswAQADAABXAAEAoQEBAIzGVwADAMQYVwDQLqQAalKkAAEGADswAAABAQArAAEAn08rAAUAQgEABMhxZbRuoUEBAPAw8TDyMPMw9DD1MPYw9zD4MPkw+jDzAgFlOzAAAAEBACEAAgC3ayAAbnIAAGFHAQB9bn5uf26AboFugm6DbgEDADswAAABAQAVAAEAZlcVAKMAhLCRb4AAAaBQAAFXowFACTswAAABAAAVAAEA1rcVAPOBAmVvMwADoKAAAWzCYWl0OzAAAAEAAEwAAQA+nEwA24SgEAABcK4IIII=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/5a91c6697f60.js b/web/public/sdk_docs/search.index/5a91c6697f60.js new file mode 100644 index 00000000..929fe2b9 --- /dev/null +++ b/web/public/sdk_docs/search.index/5a91c6697f60.js @@ -0,0 +1 @@ +rn_("YUcBAGhuaW5qbmtubG5tbm5uYUgBAL5uv27AbsFuwm7DbsRukwIEoDAAAW98oHAAAXC9YWhwdjswAQADAABXAAEACAABAIucVwADAJYvAACgVwAASm4GAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/5b0c2810d451.js b/web/public/sdk_docs/search.index/5b0c2810d451.js new file mode 100644 index 00000000..eaeaf438 --- /dev/null +++ b/web/public/sdk_docs/search.index/5b0c2810d451.js @@ -0,0 +1 @@ +rn_("AQAAOzAAAAEBAEwAAQDVLEwAAQAAOzAAAAEAACsAAQAkXysAoUMBAPdZ+Fn5WfpZ+1n8Wf1Z/ln/WQBaAVrzAAFkAYvGAAD7AmV5+wJjdA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/62557071d6bd.js b/web/public/sdk_docs/search.index/62557071d6bd.js new file mode 100644 index 00000000..a296f7ae --- /dev/null +++ b/web/public/sdk_docs/search.index/62557071d6bd.js @@ -0,0 +1 @@ +rn_("oUMBAMttzG3Nbc5tz23QbdFt0m3TbdRt1W0BAAA7MAAAAQAApAABANVXpAAFAcABAKLjTuRO5U7mTudO6E7pTupO607sTu1OZeJt423kbeVt5m3nbehtZXLzAANkbG8CzgsAAKJuAQA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/642ec7519568.js b/web/public/sdk_docs/search.index/642ec7519568.js new file mode 100644 index 00000000..048aba12 --- /dev/null +++ b/web/public/sdk_docs/search.index/642ec7519568.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEBAEwAAQDLT0wAYUsBAL5wv3DAcMFwwnDDcMRw84QCb3IBBAA7MAAAAQEAmQABACItmQABAwA7MAAAAQEAKwABAJ9PKwD7AmFioUYBAM5sz2zQbNFs0mzTbNRs1WzWbNds2GwBBQA7MAAAAQEAFQABAIJwFQChQgAA7HjteO5473jwePF48njzePR49Xj2eDcHAIeg0AABbo2gsAABcfYhEUk7MAAAAQEA8QABAIsQ8QA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/65ab96f10331.js b/web/public/sdk_docs/search.index/65ab96f10331.js new file mode 100644 index 00000000..b0908d4e --- /dev/null +++ b/web/public/sdk_docs/search.index/65ab96f10331.js @@ -0,0 +1 @@ +rn_("BQHDAQADfXAH93FpcPMCAXcEpUAAAKZAAACUVwEAo1cBAKFAAACNPo4+jz6QPpE+kj6TPpQ+lT6WPpc+AQIAOzAAAAEAABUAAQDjnBUABQFEAQAG6m/mtXG2cbdxuHG5cbpxu3G8cb1xvnG/ccBxwXHCccNxZHaNbgEGADswAAABAQAgAAEAHBkgAPMAhABBAzswAQADAAAgAAEArwABAM8LIAABAEdZrwChRgEAzmzPbNBs0WzSbNNs1GzVbNZs12zYbPMAAXI7MAAAAQEA8QABAIsQ8QBhSQEAhm6HbohuiW6KbotujG4BBQA7MAAAAQEAEQACAO9OCgBzbwYA8wEBYzswAAABAQClAAIAfRGkAI5uAAABBgA7MAAAAQEATAABAJZDTAABBgGgAAABL5hyOzAAAAEBAFcAAQDEGFcA+wJydAEKADswAAABAQCQAAEA7G+QACsCoLAAAXJ1bnT3DgCJoFAAAW6QoMAAAW/rEUlOOzABAAMAAEEAAQAxAwMAh1MKAPheKwD0yAoACAAKUaQAGlOkAFVY8QDZbPEAkG4AALZuAADqbwAA6nEAAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/65d3814c33ac.js b/web/public/sdk_docs/search.index/65d3814c33ac.js new file mode 100644 index 00000000..8acece59 --- /dev/null +++ b/web/public/sdk_docs/search.index/65d3814c33ac.js @@ -0,0 +1 @@ +rn_("AQEAOzAAAAEBAHUMAQDFH3UMAQIAOzAAAAEAADoGAQBn2joGAQIAOzAAAAEBANsLAQAyMdsL8wADYW1yOzAAAAEAALESAwC1BAAAK0I6Bhd9dQw=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/661831813e82.js b/web/public/sdk_docs/search.index/661831813e82.js new file mode 100644 index 00000000..9b30054d --- /dev/null +++ b/web/public/sdk_docs/search.index/661831813e82.js @@ -0,0 +1 @@ +rn_("AQcAOzAAAAEBABQEAQACWhQEAQIAOzAAAAEAABQEAQDBsxQEAQIAOzAAAAEAABQEAQCsrxQE8wADMTI2OzABAAIAAAAAAQD7BMIEAQDIE/sE") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/666f86db4728.js b/web/public/sdk_docs/search.index/666f86db4728.js new file mode 100644 index 00000000..39e21876 --- /dev/null +++ b/web/public/sdk_docs/search.index/666f86db4728.js @@ -0,0 +1 @@ +rn_("AQABoAAAAW/rczswAQADAADxAAEAFgACAN41pADeQUwAAgBlaRUAhW4AAAEDADswAAABAQD7BAEAaWT7BPsCaXQ=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/67947822835d.js b/web/public/sdk_docs/search.index/67947822835d.js new file mode 100644 index 00000000..1af7d367 --- /dev/null +++ b/web/public/sdk_docs/search.index/67947822835d.js @@ -0,0 +1 @@ +rn_("BQLCAQA7r3CwcLFwdnLllVeWV5dXmFeZV5pXm1ecV51XnlefV8Zxx3FXclhyCJBubG9yAQIAOzAAAAEBAEwAAQA9GUwAGwKgUAABccVhaFMAA6BAAAFXo2NlbjswAQADAACbAAEAegAEAJwnTACFWAAA7LcAABraTAAGAMcTAACWQ0wApFcKAF1sCgCCcBUAtXAAAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/697c5b2c012f.js b/web/public/sdk_docs/search.index/697c5b2c012f.js new file mode 100644 index 00000000..2ea0de38 --- /dev/null +++ b/web/public/sdk_docs/search.index/697c5b2c012f.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEBAEwAAQDLT0wAYUsBAL5wv3DAcMFwwnDDcMRwAQUAOzAAAAEBAEwAAQCjMEwA4wKEoHAAAW/rBUABOzABAAMAAM0BAQBaAAIAqEAzAfJUmQADAIgsTABsbwYAtnAGAPMAAXQ7MAAAAQEADgABANlxDgA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/6b6dc236921d.js b/web/public/sdk_docs/search.index/6b6dc236921d.js new file mode 100644 index 00000000..f0a3fb94 --- /dev/null +++ b/web/public/sdk_docs/search.index/6b6dc236921d.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEBAEwAAQDLT0wAoUUAAPTI9cj2yPfI+Mj5yPrI+8j8yP3I/sgFAcABAAjhb2q+cL9wwHDBcMJww3DEcGVyAQQAOzAAAAEBAFsAAQCEb1sA4UgBAFxyXXJecl9yYHJhcmJyY3JkcmVyZnJncmhyaXJqcgUBRgEAA3xvB71waHCgVwEFADswAAABAQBMAAEAozBMAAUBwQEABetvBOpxY2jzAIgVyQE7MAEAAwAAzQEBAFoAAgCoQDMB8lSZAAMAiCxMAGxvBgC2cAYA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/6cf2ce24fd7a.js b/web/public/sdk_docs/search.index/6cf2ce24fd7a.js new file mode 100644 index 00000000..3b3df57b --- /dev/null +++ b/web/public/sdk_docs/search.index/6cf2ce24fd7a.js @@ -0,0 +1 @@ +rn_("oUABAFJsU2xUbFVsVmxXbFhsWWxabFtsXGwFAEcBAATIcWW0bgUASQEABm1yZbRwYUkBAOxx7XHuce9x8HHxcfJxswIEoFAAAW3qYWVzdvPCbAEAuAIBAPMAAmlzAfZxAQChQwEAF14YXhleGl4bXhxeHV4eXh9eIF4hXgUBwAEAC+ltB7VuZWkBBAGgAAABb+tzOzAAAAEBABYAAgBlaRUAhW4AAKFCAQD+Ev8SABMBEwITAxMEEwUTBhMHEwgTvwaHoEAAAXHqoKAAAW5nhUQF") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/6dd0735e4978.js b/web/public/sdk_docs/search.index/6dd0735e4978.js new file mode 100644 index 00000000..ef8a83e1 --- /dev/null +++ b/web/public/sdk_docs/search.index/6dd0735e4978.js @@ -0,0 +1 @@ +rn_("BQHAAQCxpFelV6ZXp1eoV6lXqlerV6xXrVeuV7VwpCcxKDEpMSoxKzEsMS0xLjEvMTAxMTFlbwUBwAEADOpvDOtvdHkBBgKgQAABbrahQAABcnV0dTswAAABAQAKAAEAulEKAAUBwAEADbJwpBwxHTEeMR8xIDEhMSIxIzEkMSUxJjFmcqFGAQCvUbBRsVGyUbNRtFG1UbZRt1G4UblRbweHoRAAAXHroNAAAW/pAsgHEwACsDFv4AHkZW07MAAAAQAACgABAHY+CgA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/72ba5425c745.js b/web/public/sdk_docs/search.index/72ba5425c745.js new file mode 100644 index 00000000..8c5f065e --- /dev/null +++ b/web/public/sdk_docs/search.index/72ba5425c745.js @@ -0,0 +1 @@ +rn_("pQBCAQAD4W1kdS92L3cveC95L3ovey98L30vfi9/L/MCAXM7MAAAAQAACgABAHpYCgAFAcABAAS1bgXrcWd3AQIAOzAAAAEBAEwAAQCxEkwA+wJkZwEAADswAAABAQBMAAEA+k5MAPsCZG7hQAEA2XHacdtx3HHdcd5x33HgceFx4nHjceRx5XHmcedxAQQAOzAAAAEBABQEAQCTRBQE8wACZXM7MAEAAwAAOgYBADsGAQCNiToGAgCoSDoG6W0AAAEAAaAAAAFwsnM7MAAAAQEApAABABJrpAChQQEAJzEoMSkxKjErMSwxLTEuMS8xMDExMQEDADswAAABAQA6BgEAIl46BjFCAQCvcLBwsXB2cjMAA6CQAAFt6WVpczswAAABAQCRAAIAxW6QAMVxAAABAgA7MAAAAQAAFAQBALfkFAQBBQA7MAAAAQEAXgABAOttXgDzAgFjOzAAAAEAABQEAQCi4BQE+wIxMvvFAgKIQMcEAIehEAABceqgMAABbeGggAABV5KgAAABcckcIQo7MAAAAQEAVwACAG0TTAB1LwoA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/7359ea8c9fc8.js b/web/public/sdk_docs/search.index/7359ea8c9fc8.js new file mode 100644 index 00000000..c4fc8d29 --- /dev/null +++ b/web/public/sdk_docs/search.index/7359ea8c9fc8.js @@ -0,0 +1 @@ +rn_("AQUAOzAAAAEBADoGAQCKGToGAQIAOzAAAAEAAHUMAQB2bHUMAQIAOzAAAAEAAHUMAQAAYHUMYUwBALduuG65brpuu268br1u8wCECBADOzABAAMAAHcPAQBMAAIAKxL6CDmifAYBANhrTAA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/74b239259dc7.js b/web/public/sdk_docs/search.index/74b239259dc7.js new file mode 100644 index 00000000..1d0bee50 --- /dev/null +++ b/web/public/sdk_docs/search.index/74b239259dc7.js @@ -0,0 +1 @@ +rn_("pQBCAQAD4W1kdS92L3cveC95L3ovey98L30vfi9/L/MDAXM7MAAAAQAACgABAHpYCgBhRgEApm6nbqhuqW6qbqturG77AmVr") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/7677e309a663.js b/web/public/sdk_docs/search.index/7677e309a663.js new file mode 100644 index 00000000..25587026 --- /dev/null +++ b/web/public/sdk_docs/search.index/7677e309a663.js @@ -0,0 +1 @@ +rn_("8UYBAFxyXXJecl9yYHJhcmJyY3JkcmVyZnJncmhyaXJqcnVyYUABAL5wv3DAcMFwwnDDcMRwAQABoJAAAW5wZTswAQADAACZAAEABgABAFhUmQABAH1uBgD7AmRyKwKgsAABb4JhZWFFAQC+cL9wwHDBcMJww3DEcAEFADswAAABAQBMAAEAmy9MAJMBhKAgAAC37aAQAAFswCRAAjswAQADAAAXAAEAdwACAOc/FgAwuAAACQAcMQoAR09XAJVXCgBvbgAAoW4AAH5wAgDGcQEA9XEAAFdyAQABCgA7MAAAAQEAFQABAFZvFQABAwA7MAAAAQAAFQABAATaFQBTAQOgQAABE8dpbW87MAEAAwAAYwABABYAAgDdQQAAjFViAAMAgC8KANZtCgDrcQAA8wCEgCEBOzABAAMAAPEAAQBpAAIAmj6kAIBWTAAEAKMwTADvTgoAXmQKAHNvBgA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/76d886bd2988.js b/web/public/sdk_docs/search.index/76d886bd2988.js new file mode 100644 index 00000000..bda8ad2e --- /dev/null +++ b/web/public/sdk_docs/search.index/76d886bd2988.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEBAEwAAQDLT0wAYUsBAL5wv3DAcMFwwnDDcMRwAQUAOzAAAAEBAEwAAQCjMEwA4wCEoHAAAW/rBUABOzABAAMAAM0BAQBaAAIAqEAzAfJUmQADAIgsTABsbwYAtnAGAOFLAQDZcdpx23Hccd1x3nHfceBx4XHiceNx5HHlceZx53E7A6CAAAFuhWRtbg==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/771ee3cfc1c7.js b/web/public/sdk_docs/search.index/771ee3cfc1c7.js new file mode 100644 index 00000000..01a4183f --- /dev/null +++ b/web/public/sdk_docs/search.index/771ee3cfc1c7.js @@ -0,0 +1 @@ +rn_("oUUBAMNsxGzFbMZsx2zIbMlsymzLbMxszWwBBQA7MAAAAQEApgMBAL9TpgP7Am54EwCEoEAAAW61oNAAAXHJoFAAAXHrUAAUOzABAAIAAAAAAQAyAKdACQD7MCAAr1EKAGduAACRbgAA4G8AAOlvAACucAAAxHEAAGtyAAA=") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/77207c8ee290.js b/web/public/sdk_docs/search.index/77207c8ee290.js new file mode 100644 index 00000000..dd64406b --- /dev/null +++ b/web/public/sdk_docs/search.index/77207c8ee290.js @@ -0,0 +1 @@ +rn_("AQEAOzAAAAEBAHUMAQDFH3UMAQIAOzAAAAEBANsLAQAyMdsL8wECYXI7MAAAAQAAdQwBABd9dQyxQAEAiy+ML40vji+PL5AvkS+SL5MvlC+VL4Jv+wJkbg==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/77d319309b34.js b/web/public/sdk_docs/search.index/77d319309b34.js new file mode 100644 index 00000000..1977d0e4 --- /dev/null +++ b/web/public/sdk_docs/search.index/77d319309b34.js @@ -0,0 +1 @@ +rn_("oUQBAK9RsFGxUbJRs1G0UbVRtlG3UbhRuVEBAwA7MAAAAQEATAABAPpOTAA7A6FQAAFybGNncAUBwAEApRdeGF4ZXhpeG14cXh1eHl4fXiBeIV6l40PkQ+VD5kPnQ+hD6UPqQ+tD7EPtQ2Fw4U8BANlx2nHbcdxx3XHecd9x4HHhceJx43HkceVx5nHncaFGAQDObM9s0GzRbNJs02zUbNVs1mzXbNhs8wIBcjswAAABAQDxAAEAixDxAO8BhaCwAAFwrhFJAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/7a1e8060bdb6.js b/web/public/sdk_docs/search.index/7a1e8060bdb6.js new file mode 100644 index 00000000..8add88ae --- /dev/null +++ b/web/public/sdk_docs/search.index/7a1e8060bdb6.js @@ -0,0 +1 @@ +rn_("AQEAOzAAAAEAABQEAQD3eBQEBQBHAQAEyHFltG4BAAGgQAABbepvOzAAAAEBABAAAwCDbwAAXHIOAHVyAAAFAEkBAAZtcmW0cGFJAQDsce1x7nHvcfBx8XHycVcDAcagwAABcemgEAABV69ARgAJOzABAAIAAAAAAQBHAOY/BgAcGSAAwmwAAK1uBgB6bwEA4m8GAJhwFQABAQGgMAABV6FkOzABAAEAAGIAAQABAAIAttlMAATaFQDocfdxAQQAOzAAAAEBACAAAQAcGSAAOwOgAAABbmdhZmcFAsABAKBZEloSWxJcEl0SXhJfEmASYRJiEmMSaq1urm6vbrBusW6ybrNuDfZxMmlz5QBGAQANdXJzkm6TbpRulW6WbpdumG6Zbppum26cbp1unm6fbqBuAQIAOzAAAAEBAEwAAQBtE0wAGwKgMAABbrZheWFKAQCGboduiG6Jbopui26MbgEFADswAAABAQBXAAEAR09XAAUBwAEADr1w6FxyXXJecl9yYHJhcmJyY3JkcmVyZnJncmhyaXJqcmVpAQUAOzAAAAEBAEwAAQD6TkwAYUkBAOJt423kbeVt5m3nbehtYUwBAHNvdG91b3Zvd294b3lvYUoBAKZup26obqluqm6rbqxuBQHBAQANWHIFoW5lb/sCb3IBAwA7MAAAAQEAYgABAEAwYgABAwA7MAAAAQEATAABAPMvTAD7AnJ2AQMAOzAAAAEBAFsABAAVE1cAWnIBAHByAAB0cgAAAQHOoFAAAXCBQbTjE8hVUudKK036YKaO6lfIFvjw8ndsQl8Eb2jmPGN+saLRBNxG1fZoWp1GYuUTFDfew2odFA0ss2shVfOwS9+SAuC3sfhLoWAAAXJ0QD0WHzswAQADAABtAAEAFgACADJWTACcWCAAAwC6UQoAzmwKAKNuAAChQgEA1m3Xbdht2W3abdtt3G3dbd5t323gbQECADswAAABAQCkAAEAalKkAAEGADswAAABAQAVAAEAZWkVAPOBAmFp3QeHAKBwAAFwrgMEFhkeRXAE") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/7b02a14e3955.js b/web/public/sdk_docs/search.index/7b02a14e3955.js new file mode 100644 index 00000000..68c1bd7a --- /dev/null +++ b/web/public/sdk_docs/search.index/7b02a14e3955.js @@ -0,0 +1 @@ +rn_("BQHAAQCxpFelV6ZXp1eoV6lXqlerV6xXrVeuV7VwpCcxKDEpMSoxKzEsMS0xLjEvMTAxMTFlbwEAAqDAAAFv6qDAAAFv63R5OzAAAAEBAD4BAgBVWPEAfm1MAAEGAqBAAAFutqFAAAFydXR1OzAAAAEBAAoAAQC6UQoABQHAAQANsnCkHDEdMR4xHzEgMSExIjEjMSQxJTEmMWZyoUYBAK9RsFGxUbJRs1G0UbVRtlG3UbhRuVEBAwA7MAAAAQAA8QABAIPF8QDnDgCIoRAAAXHroNAAAW/pgsgHOzABAAMAACwHAQCWAQIA6SfxAHvTOgYCAN4t8QDFUaQA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/7b456e47f34f.js b/web/public/sdk_docs/search.index/7b456e47f34f.js new file mode 100644 index 00000000..5aeca55d --- /dev/null +++ b/web/public/sdk_docs/search.index/7b456e47f34f.js @@ -0,0 +1 @@ +rn_("4UUBAJVXlleXV5hXmVeaV5tXnFedV55Xn1fGccdxV3JYcjFLAQCvcLBwsXB2cgECADswAAABAQCkAAEA0C6kAHuEoIAAAW6QAEkB") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/7b9c4bf46727.js b/web/public/sdk_docs/search.index/7b9c4bf46727.js new file mode 100644 index 00000000..45d8bd35 --- /dev/null +++ b/web/public/sdk_docs/search.index/7b9c4bf46727.js @@ -0,0 +1 @@ +rn_("AQQAOzAAAAEAACsAAQAkXysABQLEAQCjtWy2bLdsuGy5bLpsu2y8bL1svmy/bAWEbgajbm5wcgUAQQEAAJBuc+ptAQcAOzAAAAEBAJAAAQDsb5AAvwGFoHAAAW+CNQAB") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/7bbfe70c54d7.js b/web/public/sdk_docs/search.index/7bbfe70c54d7.js new file mode 100644 index 00000000..3d21d15a --- /dev/null +++ b/web/public/sdk_docs/search.index/7bbfe70c54d7.js @@ -0,0 +1 @@ +rn_("AQMAOzAAAAEAAPsEAQD5nPsEoUMBANZt123Ybdlt2m3bbdxt3W3ebd9t4G3zAAFpOzAAAAEAAJkAAQB1KZkAoUEBAMttzG3Nbc5tz23QbdFt0m3TbdRt1W2hQwEAy23Mbc1tzm3PbdBt0W3SbdNt1G3VbfMAAW8BzgsAAOcBAIWgAAABV5MgCBY7MAEAAwAAeAABABcAAwDDBAoALgpBAAS4KwACAEMSFQB+bwEA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/7c75623b43dc.js b/web/public/sdk_docs/search.index/7c75623b43dc.js new file mode 100644 index 00000000..18717acb --- /dev/null +++ b/web/public/sdk_docs/search.index/7c75623b43dc.js @@ -0,0 +1 @@ +rn_("AQIAOzAAAAEBAKQAAQDZbKQAGwKgoAABceljcwEBADswAQADAADxAAEA8QABAL488QACALESTACwV6QAPwCFoRAAAXHJoJAAAXJ1sGFvgAABEJkA") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/7d7450d14d6b.js b/web/public/sdk_docs/search.index/7d7450d14d6b.js new file mode 100644 index 00000000..740939a0 --- /dev/null +++ b/web/public/sdk_docs/search.index/7d7450d14d6b.js @@ -0,0 +1 @@ +rn_("MUoBAFpyW3JwcnRyoUAAAAx9DX0OfQ99EH0RfRJ9E30UfRV9Fn0rAqCQAAFupGV0AQAAOzAAAAEBAKQAAQDZbKQAIwACoGAAAW6RbnMCgT4AAGxyAQBzAISgYAABcK4QAQMB4W8BAA==") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/alias/a762150c532c.js b/web/public/sdk_docs/search.index/alias/a762150c532c.js new file mode 100644 index 00000000..f829e463 --- /dev/null +++ b/web/public/sdk_docs/search.index/alias/a762150c532c.js @@ -0,0 +1 @@ +rd_("") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/crateNames/30452c92b858.js b/web/public/sdk_docs/search.index/crateNames/30452c92b858.js new file mode 100644 index 00000000..c6b0a54e --- /dev/null +++ b/web/public/sdk_docs/search.index/crateNames/30452c92b858.js @@ -0,0 +1 @@ +rd_("A`pezkuwi_sdk_docs") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/desc/fdd2c22c90d3.js b/web/public/sdk_docs/search.index/desc/fdd2c22c90d3.js new file mode 100644 index 00000000..67f0b46b --- /dev/null +++ b/web/public/sdk_docs/search.index/desc/fdd2c22c90d3.js @@ -0,0 +1 @@ +rd_("AaWarning: Doc-Only0000000000CjLearn about Substrate\xe2\x80\x99s CLI, and how it can be extended.00000000001111111111111111111111ChLearn about XCM, the de-facto communication language \xe2\x80\xa60000000000CkContains a variant per dispatchable extrinsic that this \xe2\x80\xa600DdAll dispatchable call functions (aka. transactions) are \xe2\x80\xa611111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111AoReturns the argument unchanged.0000000000CmConvert to runtime origin with caller being system signed \xe2\x80\xa61BoConvert to runtime origin, using as filter: \xe2\x80\xa62222222222222221202222222222222222222222222220BdConvert to runtime origin using [\xe2\x80\xa6233333333333333333213333333333333210333333333333333333333331233333333333333333123333333333333333333333333333333231333333333333333231333333333333333333333333333102333333333333333332133333333333332103333333333333333333333312333333333333333331233333333333333333333333333333332313333333333333332313333333333333333333333333331023333333333333333321333333333333321033333333333333333333333123333333333333333312333333333333333333333333333333323133333333333333323133333333333333333333333333310233333333333333333213333333333333210333333333333333333333331233333333333333333123333333333333333333333333333333231333333333333333231333333333333333333333333333102333333333333333332133333333333332103333333333333333333333312333333333333333331233333333333333333333333333333332313333333333333332313333333333333333333333333331023333333333333333321333333333333321033333333333333333333333123333333333333333312333333333333333333333333333333323133333333333333323133333333333333333333333333310233333333333333333213333333333333210333333333333333333333331233333333333333333123333333333333333333333333333333231333333333333333231333333333333333333333333333102333333333333333332133333333333332103333333333333333333333312333333333333333331233333333333333333333333333333332313333333333333332313333333333333333333333333331023333333333333333321333333333333321033333333333333333333333123333333333333333312333333333333333333333333333333323133333333333333323133333333333333333333333333310233333333333333333213333333333333210333333333333333333333331233333333333333333123333333333333333333333333333333231333333333333333231333333333333333333333333333102333333333333333332133333333333332103333333333333333333333312333333333333333331233333333333333333333BaCalls U::from(self).0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000BfCreate with system none origin and \xe2\x80\xa60000000000000000000000000000000000000000000000000000000000000000000000000000BfCreate with system root origin and \xe2\x80\xa60000000000000000000000000000000000000000000000000000000000000000000000000000BkThe Error enum of this pallet.0000000000BjThe Event enum of this palletBeThe events that this pallet can emit.10101010101010101010CjA storage item that this pallet contains. This will be \xe2\x80\xa6000000000000000000000???????????BcLearn about the state in Substrate.0000000000BcConfiguration trait of this pallet.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E`Type alias to Pallet, to be used by construct_runtime.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000AfA dummy custom origin.0000000000DhThe Pallet struct, the main type that implements traits \xe2\x80\xa600CmA mandatory struct in each pallet. All functions callable \xe2\x80\xa611111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111111011111111111CkIn-depth guides about the most common components of the \xe2\x80\xa60000000000DfThe pallet module in each FRAME pallet hosts the most \xe2\x80\xa600000000000000000000000000000000BhCreate with system signed origin and \xe2\x80\xa60000000000000000000000000000000000000000000000000000000000000000000000000000CfLearn about Cumulus, the framework that transforms \xe2\x80\xa60000000000BbLearn about Pezkuwi as a platform.0000000000CgA simple runtime that contains the above pallet and \xe2\x80\xa60000000000D`A mapping from T::AccountId to BalanceEeStorage type is StorageMap with key type T :: AccountId \xe2\x80\xa6110AaWarning: Doc-Only22102210221022102210221022102210221020CdGet a mutable reference to the inner from the outer.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000BlGet a reference to the inner from the outer.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mThe glossary.0000000000CiLearn about metadata, the main means through which an \xe2\x80\xa60000000000DkTransfer amount from origin to dest.0050005000500050005000500050005000500050005ClThe pezkuwi-omni-node and its related binaries.0000000000===========CmLearn about Substrate, the main blockchain framework used \xe2\x80\xa60000000000CmIndex of all the templates that can act as first scaffold \xe2\x80\xa60000000000DdProvides an implementation of PalletInfo to provide \xe2\x80\xa60000000000000000000000000000000000000000000000000000000000000000000000000000DfThe pallet module in each FRAME pallet hosts the most \xe2\x80\xa600000000000000000000000000000000BaThe aggregated runtime call type.0000000000000000000000000000000000000000000000000000000000000000000000000000DdAn aggregation of all Task enums across all pallets \xe2\x80\xa60000000000000000000000000000000000000000000000000000000000000000000000000000AeA transfer succeeded.0000000000ClAn unsafe mint that can be called by anyone. Not a great \xe2\x80\xa600000000000000000000000000000000CkAn introduction to the Pezkuwi SDK. Read this module to \xe2\x80\xa60000000000BjThe overarching event type of the runtime.CkA type that is not known now, but the runtime that will \xe2\x80\xa610101010101010101010BhIf all validators have agreed upon this.0000000000AaWarning: Doc-Only0000000000DgLearn about Origins, a topic in FRAME that enables complex \xe2\x80\xa60000000000CkLearn about the token-related logic in FRAME and how to \xe2\x80\xa60000000000;;;;;;;;;;;CiIf all holders of a particular NFT have agreed upon this.0000000000CjCan be used to configure the genesis state of this pallet.0000000000BlAn identifier for each lock placed on funds.0000000000000000000000000000000000000000000000000000000000000000000000000000CjThe runtime origin type representing the origin of a call.0000000000000000000000000000000000000000000000000000000000000000000000000000CbSingle storage item, of type Balance.DoStorage type is StorageValue with value type Balance.110811081108110811081108110811081108110818CgAuto-generated docs-only module listing all defined \xe2\x80\xa600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000CfLearn about how to do logging in FRAME-based runtimes.0000000000ClLearn about FRAME, the framework used to build Substrate \xe2\x80\xa60000000000DfThe pallet module in each FRAME pallet hosts the most \xe2\x80\xa60000000000CkAuto-generated docs-only module listing all (public and \xe2\x80\xa600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000CiThis pallet relies on the existence of something that \xe2\x80\xa6ClAbstraction over \xe2\x80\x9csomething that can provide the block \xe2\x80\xa610101010101010101010CkA parameterize-able value that we receive later via the \xe2\x80\xa60000000000CkReference documents covering in-depth topics across the \xe2\x80\xa60000000000CnLearn about the Pezkuwi Umbrella crate that re-exports all \xe2\x80\xa60000000000AaWarning: Doc-Only000000000000000000000ClLearn about different ways through which smart contracts \xe2\x80\xa60000000000CfRunning the given runtime with a node. No specific \xe2\x80\xa60000000000CmLearn about how to make a pallet/runtime that is fee-less \xe2\x80\xa60000000000::::::::::::::::::::::A`Pezkuwi SDK DocsBeA reason for placing a hold on funds.000000ClMeta information about this crate, how it is built, what \xe2\x80\xa6=CbDeprecated in favor of transaction extensions. \xe2\x80\xa677CmThis will be callable by external users, and has two u32s \xe2\x80\xa600CjWrite your first simple pallet, learning the most most \xe2\x80\xa6AgAccount does not exist.AlA reason for slashing funds.000000CnLearn about chain specification file and the genesis state \xe2\x80\xa6CaHow to enhance a given runtime and node to be \xe2\x80\xa6ClA list of external resources and learning material about \xe2\x80\xa6ClLearn about how extrinsics are encoded to be transmitted \xe2\x80\xa6CmLearn about the WASM meta-protocol of all Substrate-based \xe2\x80\xa6CdWrite your first real runtime, compiling it to WASM.BeAccount does not have enough balance.BgA reason for placing a freeze on funds.000000AcRuntime query type.000000CjHow to enable Async Backing on teyrchain projects that \xe2\x80\xa6CnLearn about composite enums and other runtime level types, \xe2\x80\xa6EeOptionally convert the DispatchError into the RuntimeError.000000ClAll pallets included in the runtime as a nested tuple of \xe2\x80\xa6000000ChHow to enable metadata hash verification in the runtime.C`Create a call with the variant bar.C`Create a call with the variant foo.0CiLearn about how to add custom host functions to the node.ClLearn about how to write safe and defensive code in your \xe2\x80\xa6CkConvenience function for view functions dispatching and \xe2\x80\xa6000000DkLearn about the different ways through which multiple frame\xe2\x80\xa6ClLearn about the details of what derives are needed for a \xe2\x80\xa6DjLearn about how frame-system handles account-ids, nonces, \xe2\x80\xa6CnLearn about how to create custom RPC endpoints and runtime \xe2\x80\xa6BmHow to enable elastic scaling on a teyrchain.AaWarning: Doc-OnlyClLearn about the offchain workers, how they function, and \xe2\x80\xa6CbCreate a call with the variant other.CnLearn about the transaction extensions that form a part of \xe2\x80\xa6EfSimilar to Config::ValueParameter, but using const. Both \xe2\x80\xa6ClAll pallets included in the runtime as a nested tuple of \xe2\x80\xa6000000CkLearn how Substrate and FRAME use traits and associated \xe2\x80\xa6DkTransfer amount from origin to dest.CnHow to parameterize teyrchain forking in relation to relay \xe2\x80\xa6CfLearn about the way Substrate and FRAME view their \xe2\x80\xa6BdLearn about benchmarking and weight.CeCreate a call with the variant transfer.0DfThe pallet module in each FRAME pallet hosts the most \xe2\x80\xa6CmLearn about the differences between smart contracts and a \xe2\x80\xa61ChCreate a call with the variant mint_unsafe.CiCreate a call with the variant do_something.CkAdvice for configuring your development environment for \xe2\x80\xa6ClCreate a call with the variant only_validators.ClCreate a call with the variant simple_transfer.6CnCreate a call with the variant simple_transfer_2.CnCreate a call with the variant simple_transfer_3.CnCreate a call with the variant some_dispatchable.CgLearn about Runtime Upgrades and best practices for \xe2\x80\xa6DcCreate a call with the variant externally_checked_ext.") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/2ab4032e168e.js b/web/public/sdk_docs/search.index/entry/2ab4032e168e.js new file mode 100644 index 00000000..43ec823d --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/2ab4032e168e.js @@ -0,0 +1 @@ +rd_("An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]000Am[93665,13,82926,82926,2928,0]000An[93665,13,21425,21425,16536,0]000Am[93665,13,21425,21425,2929,0]000An[93665,13,50827,50827,16537,0]000An[93665,13,50827,50827,12400,0]000Am[93665,13,50827,50827,2930,0]000An[93665,13,70244,70244,93831,0]000An[93665,13,70244,70244,85825,0]000An[93665,13,70244,70244,93667,0]000An[93665,13,70244,70244,93863,0]000An[93665,13,70244,70244,93870,0]000An[93665,13,70244,70244,70580,0]000An[93665,13,70244,70244,70503,0]000An[93665,13,70244,70244,77794,0]000An[93665,13,70244,70244,77981,0]000An[93665,13,70244,70244,22137,0]000An[93665,13,22715,22715,93832,0]000An[93665,13,22715,22715,85826,0]000An[93665,13,22715,22715,93668,0]000An[93665,13,22715,22715,93864,0]000An[93665,13,22715,22715,93871,0]000An[93665,13,22715,22715,70581,0]000An[93665,13,22715,22715,70504,0]000An[93665,13,22715,22715,77795,0]000An[93665,13,22715,22715,77982,0]000An[93665,13,22715,22715,22138,0]000An[93665,13,21426,21426,16538,0]000An[93665,13,21426,21426,12401,0]000Am[93665,13,21426,21426,2931,0]000An[93665,13,94830,94830,94083,0]000An[93665,13,94830,94830,77718,0]000An[93665,13,93808,93808,16539,0]000Am[93665,13,93808,93808,2933,0]000An[93665,13,94710,94710,16540,0]000Am[93665,13,94710,94710,2934,0]000An[93665,13,94710,94710,16381,0]000An[93665,13,93858,93858,93833,0]000An[93665,13,93858,93858,85827,0]000An[93665,13,93858,93858,93669,0]000An[93665,13,93858,93858,93865,0]000An[93665,13,93858,93858,93872,0]000An[93665,13,93858,93858,70582,0]000An[93665,13,93858,93858,70505,0]000An[93665,13,93858,93858,77796,0]000An[93665,13,93858,93858,77983,0]000An[93665,13,93858,93858,22139,0]000An[93665,13,94808,94808,16541,0]000Am[93665,13,94808,94808,2935,0]000An[93665,13,94809,94809,93834,0]000An[93665,13,94809,94809,85828,0]000An[93665,13,94809,94809,93670,0]000An[93665,13,94809,94809,93866,0]000An[93665,13,94809,94809,93873,0]000An[93665,13,94809,94809,70583,0]000An[93665,13,94809,94809,70506,0]000An[93665,13,94809,94809,77797,0]000An[93665,13,94809,94809,77984,0]000An[93665,13,94809,94809,22140,0]000An[93665,13,22716,22716,93835,0]000An[93665,13,22716,22716,85829,0]000An[93665,13,22716,22716,93671,0]000An[93665,13,22716,22716,93867,0]000An[93665,13,22716,22716,93874,0]000An[93665,13,22716,22716,70584,0]000An[93665,13,22716,22716,70507,0]000An[93665,13,22716,22716,77798,0]000An[93665,13,22716,22716,77985,0]000An[93665,13,22716,22716,22141,0]000An[93665,13,70232,70232,16542,0]000Am[93665,13,70232,70232,2936,0]000An[93665,13,70232,70232,16382,0]000An[93665,13,70211,70211,16543,0]000Am[93665,13,70211,70211,2937,0]000An[93665,13,94833,94833,16544,0]000Am[93665,13,94833,94833,2938,0]000An[93665,13,94837,94837,93836,0]000An[93665,13,94837,94837,85830,0]000An[93665,13,94837,94837,93672,0]000An[93665,13,94837,94837,93868,0]000An[93665,13,94837,94837,93875,0]000An[93665,13,94837,94837,70585,0]000An[93665,13,94837,94837,70508,0]000An[93665,13,94837,94837,77799,0]000An[93665,13,94837,94837,77986,0]000An[93665,13,94837,94837,22142,0]000An[93665,13,21427,21427,16545,0]000Am[93665,13,21427,21427,2939,0]000An[93665,13,22717,22717,93837,0]000An[93665,13,22717,22717,85831,0]000An[93665,13,22717,22717,93673,0]000An[93665,13,22717,22717,93869,0]000An[93665,13,22717,22717,93876,0]000An[93665,13,22717,22717,70586,0]000An[93665,13,22717,22717,70509,0]000An[93665,13,22717,22717,77800,0]000An[93665,13,22717,22717,77987,0]000An[93665,13,22717,22717,22143,0]000An[93665,13,70233,70233,16546,0]000Am[93665,13,70233,70233,2940,0]000An[93665,13,86810,86810,16547,0]000Am[93665,13,86810,86810,2941,0]000An[93665,13,93665,93665,16548,0]000Am[93665,13,93665,93665,2942,0]000An[93665,13,93654,93654,16549,0]000Am[93665,13,93654,93654,2943,0]000An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/39bd494cc8db.js b/web/public/sdk_docs/search.index/entry/39bd494cc8db.js new file mode 100644 index 00000000..0363ffa2 --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/39bd494cc8db.js @@ -0,0 +1 @@ +rd_("Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0Ae[93665,2,88578,0,0,0]0000000000Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,94830,94830,94083,0]0000000000An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,70244,70244,70580,0]An[93665,13,22715,22715,70581,0]An[93665,13,93858,93858,70582,0]An[93665,13,94809,94809,70583,0]An[93665,13,22716,22716,70584,0]An[93665,13,94837,94837,70585,0]An[93665,13,22717,22717,70586,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,22138,0]Ae[93665,2,88578,0,0,0]An[93665,13,93858,93858,22139,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,22141,0]An[93665,13,94837,94837,22142,0]An[93665,13,22717,22717,22143,0]76543210765432107654321076543210765432107654321076543210765432107654321076543210An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]10101010101010101010An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/3a959af42a41.js b/web/public/sdk_docs/search.index/entry/3a959af42a41.js new file mode 100644 index 00000000..35b77d77 --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/3a959af42a41.js @@ -0,0 +1 @@ +rd_("An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Ai[93665,14,2766,0,93818,0]0000000000Ae[93665,2,93879,0,0,0]An[93665,14,22716,22716,94072,0]010101010101010101011Ae[93665,2,94186,0,0,0]20202020202020202020Ae[93665,2,16024,0,0,0]0000000000An[93665,13,70244,70244,85913,0]An[93665,13,22715,22715,85914,0]An[93665,13,93858,93858,85915,0]An[93665,13,94809,94809,85916,0]An[93665,13,22716,22716,85917,0]An[93665,13,94837,94837,85918,0]An[93665,13,22717,22717,85919,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,13,70244,70244,70580,0]An[93665,13,22715,22715,70581,0]An[93665,13,93858,93858,70582,0]An[93665,13,94809,94809,70583,0]An[93665,13,22716,22716,70584,0]An[93665,13,94837,94837,70585,0]An[93665,13,22717,22717,70586,0]6543210654321065432106543210654321065432106543210654321065432106543210Ae[93665,6,47406,0,0,0]000000000000000000000An[93665,17,94833,94833,16186,0]Ae[93665,6,70244,0,0,0]Ae[93665,6,22715,0,0,0]Ae[93665,6,93858,0,0,0]Ae[93665,6,94809,0,0,0]Ae[93665,6,22716,0,0,0]5Ae[93665,6,94837,0,0,0]Ae[93665,6,22717,0,0,0]654327106543271065432710654327106543271065432710654327106543271065432710654321065432106543210654321065432106543210654321065432106543210654321065432106543210An[93665,15,50827,50827,12400,0]0000000000An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,70244,70244,94068,0]An[93665,13,22715,22715,94069,0]An[93665,13,93858,93858,94070,0]An[93665,13,94809,94809,94071,0]An[93665,13,22716,22716,94072,0]An[93665,13,70211,70211,85754,0]An[93665,13,94837,94837,94073,0]An[93665,13,22717,22717,94074,0]76543210765432107654321076543210765432107654321076543210765432107654321076543210Ai[93665,14,2767,0,93222,0]Ai[93665,14,2767,0,93810,0]Ai[93665,14,2767,0,93814,0]210210210210210210210210210210An[93665,13,70244,70244,85913,0]An[93665,13,22715,22715,85914,0]An[93665,13,93858,93858,85915,0]An[93665,13,94809,94809,85916,0]An[93665,13,22716,22716,85917,0]An[93665,13,94837,94837,85918,0]An[93665,13,22717,22717,85919,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,70244,70244,85913,0]An[93665,13,22715,22715,85914,0]An[93665,13,93858,93858,85915,0]An[93665,13,94809,94809,85916,0]An[93665,13,22716,22716,85917,0]An[93665,13,94837,94837,85918,0]An[93665,13,22717,22717,85919,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,77795,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,77798,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,77800,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,22138,0]An[93665,13,93858,93858,22139,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,22141,0]An[93665,13,94837,94837,22142,0]An[93665,13,22717,22717,22143,0]6543210654321065432106543210654321065432106543210654321065432106543210Hd[93665,13,70244,70244,70503,0,\"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0Hd[93665,13,22715,22715,70504,0,\"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0Hd[93665,13,93858,93858,70505,0,\"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0Hd[93665,13,94809,94809,70506,0,\"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0Hd[93665,13,22716,22716,70507,0,\"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00Hd[93665,13,94837,94837,70508,0,\"impl-IsSubType%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22717,22717,70509,0]66554433222110665544332221106655443322211066554433222110665544332221106655443322211066554433222110665544332221106655443322211066554433222110An[93665,13,21425,21425,16536,0]Am[93665,15,21425,21425,2929,0]Ae[93665,7,86438,0,0,0]210210210210210210210210210210An[93665,13,82926,82926,16535,0]3An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:Ae[93665,2,93666,0,0,0]0000000000An[93665,13,50827,50827,12377,0]0000000000Ae[93665,5,94830,0,0,0]0000000000Ae[93665,6,70244,0,0,0]Ae[93665,6,22715,0,0,0]Ae[93665,6,93858,0,0,0]Ae[93665,6,94809,0,0,0]Ae[93665,6,22716,0,0,0]Ae[93665,6,94837,0,0,0]Ae[93665,6,22717,0,0,0]6543210654321065432106543210654321065432106543210654321065432106543210Ae[93665,8,22717,0,0,0]000000000076543217654321765432176543217654321765432176543217654321765432176543217654321An[93665,17,50827,50827,16179,0]An[93665,17,21426,21426,16180,0]1980765431980765431980765431980765431980765431980765431980765431980765431980765431980765439876543Ae[93665,8,70244,0,0,0]Ae[93665,8,22715,0,0,0]Ae[93665,8,93858,0,0,0]Ae[93665,8,94809,0,0,0]Ae[93665,8,22716,0,0,0]Ae[93665,8,94837,0,0,0]85432108543210854321085432108543210854321085432108543210854321085432108An[93665,15,94710,94710,16381,0]0000000000An[93665,13,93808,93808,16539,0]Am[93665,15,93808,93808,2933,0]Ae[93665,7,86441,0,0,0]210210210210210210210210210210Ae[93665,2,88578,0,0,0]000000000000000000000An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/4a6bbe23044f.js b/web/public/sdk_docs/search.index/entry/4a6bbe23044f.js new file mode 100644 index 00000000..711b8d5e --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/4a6bbe23044f.js @@ -0,0 +1 @@ +rd_("An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,22138,0]An[93665,13,93858,93858,22139,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,22141,0]An[93665,13,94837,94837,22142,0]>543210>543210>543210>543210>543210>543210>543210>543210>543210>543210>An[93665,13,70244,70244,85913,0]An[93665,13,22715,22715,85914,0]An[93665,13,93858,93858,85915,0]An[93665,13,94809,94809,85916,0]An[93665,13,22716,22716,85917,0]An[93665,13,94837,94837,85918,0]An[93665,13,22717,22717,85919,0]6543210654321065432106543210654321065432106543210654321065432106543210Ae[93665,2,93829,0,0,0]0000000000An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,15,94710,94710,16381,0]0000000000Ae[93665,5,70211,0,0,0]0000000000Ae[93665,6,70244,0,0,0]Ae[93665,6,22715,0,0,0]Ae[93665,6,93858,0,0,0]Ae[93665,6,94809,0,0,0]Ae[93665,6,22716,0,0,0]Ae[93665,6,94837,0,0,0]Ae[93665,6,22717,0,0,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,17,94710,94710,16182,0]Ae[93665,5,70244,0,0,0]Ae[93665,5,22715,0,0,0]2Ae[93665,5,93858,0,0,0]Ae[93665,5,94809,0,0,0]Ae[93665,5,22716,0,0,0]Ae[93665,5,94837,0,0,0]Ae[93665,5,22717,0,0,0]6574321065743210657432106574321065743210657432106574321065743210657432106543210Ae[93665,8,21425,0,0,0]Ae[93665,8,50827,0,0,0]1Ae[93665,5,86973,0,0,0]1Ae[93665,5,86974,0,0,0]31203120312031203120312031203120312010An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,77795,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,77798,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,77800,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]Ae[93665,2,82926,0,0,0]Ae[93665,2,21425,0,0,0]Ae[93665,2,50827,0,0,0]Ae[93665,2,21426,0,0,0]Ae[93665,2,93808,0,0,0]Ae[93665,2,94710,0,0,0]Ae[93665,2,94808,0,0,0]Ae[93665,2,70232,0,0,0]Ae[93665,2,70211,0,0,0]Ae[93665,2,94833,0,0,0]Ae[93665,2,21427,0,0,0]Ae[93665,2,70233,0,0,0]Ae[93665,2,86810,0,0,0]Ae[93665,2,93665,0,0,0]Ae[93665,2,93654,0,0,0]>3210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210=<;:987654Ae[93665,2,88578,0,0,0]0000000000Ae[93665,2,77696,0,0,0]0000000000Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]Am[93665,13,94808,94808,2935,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]Am[93665,13,21427,21427,2939,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Ae[93665,2,94186,0,0,0]0000000000Ae[93665,2,82926,0,0,0]Ae[93665,2,21425,0,0,0]Ae[93665,2,50827,0,0,0]Ae[93665,2,21426,0,0,0]Ae[93665,2,93808,0,0,0]Ae[93665,2,94710,0,0,0]Ae[93665,2,94808,0,0,0]Ae[93665,2,70232,0,0,0]Ae[93665,2,70211,0,0,0]Ae[93665,2,94833,0,0,0]Ae[93665,2,21427,0,0,0]Ae[93665,2,70233,0,0,0]Ae[93665,2,86810,0,0,0]Ae[93665,2,93665,0,0,0]Ae[93665,2,93654,0,0,0]>:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210=<;Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]0Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]10101010101010101010An[93665,17,93654,93654,16191,0]Af[93665,10,94186,0,0,0]10101010101010101010An[93665,17,94808,94808,16183,0]0000000000An[93665,17,21426,21426,16180,0]0000000000Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]Am[93665,13,94808,94808,2935,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]Am[93665,13,21427,21427,2939,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=======<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210Ae[93665,2,93666,0,0,0]0000000000Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Ae[93665,2,88578,0,0,0]0000000000An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Ae[93665,8,22716,0,0,0]0000000000An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/72c4aba81f42.js b/web/public/sdk_docs/search.index/entry/72c4aba81f42.js new file mode 100644 index 00000000..57a1f048 --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/72c4aba81f42.js @@ -0,0 +1 @@ +rd_("An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,21425,21425,16536,0]Am[93665,15,21425,21425,2929,0]Ae[93665,7,86438,0,0,0]An[93665,13,50827,50827,16537,0]Am[93665,15,50827,50827,2930,0]Ae[93665,7,86439,0,0,0]543210543210543210543210543210543210543210543210543210543210An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]7Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]7An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]Ea[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]Dj[93665,13,94710,94710,16381,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,94710,94710,16381,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Dj[93665,13,70232,70232,16382,0,\"impl-TryFrom%3COriginCaller%3E-for-Origin\"]E`[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26OriginCaller%3E-for-%26Origin\"]Ea[93665,13,70232,70232,16382,0,\"impl-TryFrom%3C%26RuntimeOrigin%3E-for-%26Origin\"]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]Ef[93665,13,70244,70244,77882,0,\"impl-TryInto%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77882,0]Ef[93665,13,70244,70244,77981,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,70244,70244,77981,0]1An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]0Ef[93665,13,22715,22715,77982,0,\"impl-TryInto%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]An[93665,13,22715,22715,77982,0]1An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]10101010101010101010Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]0101010101010101010110An[93665,15,22716,22716,77798,0]Ae[93665,8,22717,0,0,0]2103210321032103210321032103210321032103Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Ae[93665,2,93842,0,0,0]0000000000An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/9362d5eba78f.js b/web/public/sdk_docs/search.index/entry/9362d5eba78f.js new file mode 100644 index 00000000..586c4b99 --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/9362d5eba78f.js @@ -0,0 +1 @@ +rd_("An[93665,15,70232,70232,16382,0]000000000000000000000An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Aj[93665,14,12378,0,70588,0]0000000000An[93665,15,47406,47406,70420,0]0000000000An[93665,15,47406,47406,70409,0]0000000000An[93665,13,70211,70211,16543,0]Am[93665,15,70211,70211,2937,0]Ae[93665,7,86445,0,0,0]210210210210210210210210210210Ae[93665,2,88578,0,0,0]0000000000An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,70232,70232,16542,0]Am[93665,15,70232,70232,2936,0]Ae[93665,7,86444,0,0,0]An[93665,13,94833,94833,16544,0]Am[93665,15,94833,94833,2938,0]Ae[93665,7,86446,0,0,0]543210543210543210543210543210543210543210543210543210543210An[93665,13,70244,70244,70580,0]An[93665,13,22715,22715,70581,0]An[93665,13,93858,93858,70582,0]An[93665,13,94809,94809,70583,0]An[93665,13,22716,22716,70584,0]An[93665,13,94837,94837,70585,0]An[93665,13,22717,22717,70586,0]6543210654321065432106543210654321065432106543210654321065432106543210Ae[93665,2,77696,0,0,0]0000000000Ae[93665,6,82926,0,0,0]Ae[93665,6,21425,0,0,0]Ae[93665,6,50827,0,0,0]Ae[93665,6,21426,0,0,0]Ae[93665,6,47406,0,0,0]Ae[93665,6,93808,0,0,0]Ae[93665,6,94710,0,0,0]Ae[93665,6,94808,0,0,0]Ae[93665,6,70232,0,0,0]Ae[93665,6,70211,0,0,0]Ae[93665,6,94833,0,0,0]Ae[93665,6,21427,0,0,0]Ae[93665,6,70233,0,0,0]Ae[93665,6,86810,0,0,0]Ae[93665,6,93665,0,0,0]Ae[93665,6,93654,0,0,0]?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210?>=<;:9876543210An[93665,15,70244,70244,77794,0]An[93665,15,22715,22715,77795,0]An[93665,15,93858,93858,77796,0]An[93665,15,94809,94809,77797,0]An[93665,15,22716,22716,77798,0]An[93665,15,94837,94837,77799,0]An[93665,15,22717,22717,77800,0]6543210654321065432106543210654321065432106543210654321065432106543210Ai[93665,14,2764,0,77245,0]Ai[93665,14,2764,0,41462,0]Ai[93665,14,2765,0,41463,0]210210210210210210210210210210An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]Aj[93665,14,12378,0,70588,0]An[93665,13,70244,70244,55805,0]G`[93665,13,70244,70244,85913,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,70244,70244,85913,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,85913,0]Gc[93665,13,70244,70244,85913,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]Go[93665,13,70244,70244,70503,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]Ec[93665,13,70244,70244,77882,0,\"impl-From%3CError%3CRuntime%3E%3E-for-RuntimeError\"]0An[93665,13,70244,70244,77981,0]Ec[93665,13,70244,70244,77981,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]G`[93665,13,22715,22715,85914,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22715,22715,85914,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,85914,0]Gc[93665,13,22715,22715,85914,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]Go[93665,13,22715,22715,70504,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0Ec[93665,13,22715,22715,77982,0,\"impl-From%3CEvent%3CRuntime%3E%3E-for-RuntimeEvent\"]0An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]Gc[93665,13,93858,93858,85915,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,93858,93858,85915,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]G`[93665,13,93858,93858,85915,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,93858,93858,85915,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]Go[93665,13,93858,93858,70505,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]0An[93665,13,93858,93858,77796,0]Dg[93665,13,93858,93858,77796,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]Gb[93665,13,93858,93858,77796,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]Dn[93665,13,94809,94809,85916,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94809,94809,85916,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,94809,94809,85916,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]Go[93665,13,94809,94809,70506,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94809,94809,70506,0]1An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]G`[93665,13,22716,22716,85917,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Gc[93665,13,22716,22716,85917,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dh[93665,13,22716,22716,85917,0,\"impl-From%3COrigin%3E-for-RuntimeOrigin\"]Dn[93665,13,22716,22716,85917,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]Go[93665,13,22716,22716,70507,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]00An[93665,13,22716,22716,77798,0]Gb[93665,13,22716,22716,77798,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-OriginCaller\"]Dg[93665,13,22716,22716,77798,0,\"impl-From%3COrigin%3E-for-OriginCaller\"]An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]Gc[93665,13,94837,94837,85918,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,94837,94837,85918,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,94837,94837,85918,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]Go[93665,13,94837,94837,70508,0,\"impl-From%3C%3CPallet%3CRuntime%3E+as+Callable%3CRuntime%3E%3E::RuntimeCall%3E-for-RuntimeCall\"]An[93665,13,94837,94837,70508,0]1An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]Gc[93665,13,22717,22717,85919,0,\"impl-From%3CRawOrigin%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]Dn[93665,13,22717,22717,85919,0,\"impl-From%3COriginCaller%3E-for-RuntimeOrigin\"]G`[93665,13,22717,22717,85919,0,\"impl-From%3COption%3C%3CRuntime+as+Config%3E::AccountId%3E%3E-for-RuntimeOrigin\"]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/ac9fbe890b29.js b/web/public/sdk_docs/search.index/entry/ac9fbe890b29.js new file mode 100644 index 00000000..dc63a26d --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/ac9fbe890b29.js @@ -0,0 +1 @@ +rd_("An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,14,22716,22716,91241,0]An[93665,14,70211,70211,85754,0]10101010101010101010An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,77794,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,77795,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,77796,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,77797,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,77798,0]An[93665,13,70232,70232,16382,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,77799,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,77800,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:98765432109Am[93665,15,94710,94710,2934,0]Ae[93665,7,86442,0,0,0];10;10;10;10;10;10;10;10;10;10An[93665,13,70244,70244,85913,0]An[93665,13,22715,22715,85914,0]An[93665,13,93858,93858,85915,0]An[93665,13,94809,94809,85916,0]An[93665,13,22716,22716,85917,0]An[93665,13,94837,94837,85918,0]An[93665,13,22717,22717,85919,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,12,21427,21427,55834,0]>Am[93665,15,21427,21427,2939,0]Ae[93665,7,86447,0,0,0]2An[93665,13,21427,21427,16545,0]21302130213021302130213021302130213021Ae[93665,2,77696,0,0,0]0000000000An[93665,13,21425,21425,16536,0]0000000000<;:9876<;:9876<;:9876<;:9876<;:9876<;:9876<;:9876<;:9876<;:9876<;:9876<;:9876Ae[93665,2,21394,0,0,0]0000000000Ae[93665,2,93842,0,0,0]0000000000Ae[93665,2,88578,0,0,0]0000000000Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]Am[93665,13,94808,94808,2935,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]Am[93665,13,21427,21427,2939,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]An[93665,13,93858,93858,70505,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]An[93665,13,94837,94837,70508,0]An[93665,13,22717,22717,70509,0]6543210654321065432106543210654321065432106543210654321065432106543210Ae[93665,2,94186,0,0,0]000000000000000000000Aa[93665,3,0,0,0,0]Ae[93665,6,70244,0,0,0]Ae[93665,6,22715,0,0,0]Ae[93665,6,93858,0,0,0]Ae[93665,6,94809,0,0,0]Ae[93665,6,22716,0,0,0]Ae[93665,6,94837,0,0,0]Ae[93665,6,22717,0,0,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]An[93665,13,93858,93858,70505,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]An[93665,13,94837,94837,70508,0]=Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]87Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]9Am[93665,13,94808,94808,2935,0]98Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]:Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Ae[93665,2,93666,0,0,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,22138,0]An[93665,13,93858,93858,22139,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,22141,0]An[93665,13,94837,94837,22142,0]An[93665,13,22717,22717,22143,0]Ae[93665,2,78119,0,0,0]Ae[93665,2,88578,0,0,0]An[93665,13,21427,21427,16545,0]Am[93665,15,21427,21427,2939,0]Ae[93665,7,86447,0,0,0]210An[93665,13,21426,21426,16538,0]Am[93665,15,21426,21426,2931,0]Ae[93665,7,86440,0,0,0]>=<;:98Ae[93665,2,21394,0,0,0]An[93665,15,50827,50827,12377,0]Ae[93665,6,70244,0,0,0]Ae[93665,6,22715,0,0,0]Ae[93665,6,93858,0,0,0]Ae[93665,6,94809,0,0,0]Ae[93665,6,22716,0,0,0]Ae[93665,6,94837,0,0,0]Ae[93665,6,22717,0,0,0]An[93665,13,70211,70211,85754,0]Ae[93665,2,88578,0,0,0]:Ae[93665,2,93666,0,0,0]1An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]Ae[93665,2,78119,0,0,0]Ae[93665,2,88578,0,0,0]Ae[93665,2,21394,0,0,0]An[93665,15,50827,50827,12377,0]Ae[93665,5,94186,0,0,0]Ae[93665,6,70244,0,0,0]Ae[93665,6,22715,0,0,0]Ae[93665,6,93858,0,0,0]Ae[93665,6,94809,0,0,0]Ae[93665,6,22716,0,0,0]Ae[93665,6,94837,0,0,0]Ae[93665,6,22717,0,0,0]65432109:An[93665,13,70244,70244,77882,0]An[93665,13,22715,22715,77883,0]An[93665,13,93858,93858,77884,0]An[93665,13,94809,94809,77885,0]An[93665,13,22716,22716,77886,0]An[93665,13,94837,94837,77887,0]An[93665,13,22717,22717,77888,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,22138,0]An[93665,13,93858,93858,22139,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,22141,0]An[93665,13,94837,94837,22142,0]An[93665,13,22717,22717,22143,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Ae[93665,8,70244,0,0,0]Ae[93665,8,22715,0,0,0]Ae[93665,8,93858,0,0,0]Ae[93665,8,94809,0,0,0]Ae[93665,8,22716,0,0,0]Ae[93665,8,94837,0,0,0]Ae[93665,8,22717,0,0,0]Ae[93665,5,70244,0,0,0]Ae[93665,5,22715,0,0,0]Ae[93665,5,93858,0,0,0]Ae[93665,5,94809,0,0,0]Ae[93665,5,22716,0,0,0]Ae[93665,5,94837,0,0,0]Ae[93665,5,22717,0,0,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Ae[93665,2,21394,0,0,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,94833,94833,2938,0]54Ae[93665,5,94830,0,0,0]Ae[93665,2,88578,0,0,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Ae[93665,2,88578,0,0,0]Ae[93665,7,93390,0,0,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,22138,0]An[93665,13,93858,93858,22139,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,22141,0]An[93665,13,94837,94837,22142,0]An[93665,13,22717,22717,22143,0]888An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77796,0]Ae[93665,8,93858,0,0,0]Ae[93665,2,88578,0,0,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,22715,22715,70504,0]Am[93665,13,21426,21426,2931,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,93858,93858,70505,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,22716,22716,70507,0]Am[93665,13,70232,70232,2936,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,93870,0]An[93665,13,22715,22715,93871,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,93872,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,93873,0]An[93665,13,22716,22716,93874,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,93875,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,93876,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]Ae[93665,2,21394,0,0,0]=Am[93665,15,94808,94808,2935,0]Ae[93665,7,86443,0,0,0]Ae[93665,2,88578,0,0,0]Am[93665,13,70232,70232,2936,0]1An[93665,19,21426,21426,16180,0]Ae[93665,8,70244,0,0,0]Ae[93665,8,22715,0,0,0]Ae[93665,8,93858,0,0,0]Ae[93665,8,94809,0,0,0]Ae[93665,8,22716,0,0,0]Ae[93665,8,94837,0,0,0]Ae[93665,8,22717,0,0,0]An[93665,13,70244,70244,85913,0]An[93665,13,22715,22715,85914,0]An[93665,13,93858,93858,85915,0]An[93665,13,94809,94809,85916,0]An[93665,13,22716,22716,85917,0]An[93665,13,94837,94837,85918,0]An[93665,13,22717,22717,85919,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]?Ae[93665,2,88578,0,0,0]=An[93665,15,94809,94809,70506,0]Ae[93665,8,94809,0,0,0]Ae[93665,2,21394,0,0,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]>=<;:9876543210Ae[93665,2,88578,0,0,0]0An[93665,13,70244,70244,85913,0]An[93665,13,22715,22715,85914,0]An[93665,13,93858,93858,85915,0]An[93665,13,94809,94809,85916,0]An[93665,13,22716,22716,85917,0]An[93665,13,94837,94837,85918,0]An[93665,13,22717,22717,85919,0]Am[93665,13,21425,21425,2929,0]Am[93665,13,50827,50827,2930,0]Ae[93665,2,78119,0,0,0]:Am[93665,13,82926,82926,2928,0]3An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]4An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Ae[93665,2,78119,0,0,0]0Am[93665,13,21425,21425,2929,0]An[93665,15,94837,94837,70508,0]Ae[93665,8,94837,0,0,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93808,93808,2933,0]Ae[93665,2,88578,0,0,0]Ae[93665,2,94389,0,0,0]Am[93665,13,94710,94710,2934,0]Am[93665,13,21427,21427,2939,0]Ae[93665,2,93879,0,0,0]11Am[93665,13,21426,21426,2931,0]15Am[93665,13,94808,94808,2935,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/c5ce67d60b4e.js b/web/public/sdk_docs/search.index/entry/c5ce67d60b4e.js new file mode 100644 index 00000000..276f422c --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/c5ce67d60b4e.js @@ -0,0 +1 @@ +rd_("An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,12,94186,94186,87954,0]An[93665,13,94186,94186,93862,0]Cc[93665,13,86810,86810,16547,0,\"impl-Pallet%3CT%3E\"]Fh[93665,13,86810,86810,16547,0,\"impl-AuthorProvider%3C%3CT+as+Config%3E::AccountId%3E-for-Pallet%3CT%3E\"]3210321032103210321032103210321032103210An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,70244,70244,85913,0]An[93665,14,70244,70244,85913,0]An[93665,13,22715,22715,85914,0]An[93665,14,22715,22715,85914,0]An[93665,13,93858,93858,85915,0]An[93665,14,93858,93858,85915,0]An[93665,13,94809,94809,85916,0]An[93665,14,94809,94809,85916,0]An[93665,13,22716,22716,85917,0]An[93665,14,22716,22716,85917,0]An[93665,13,94837,94837,85918,0]An[93665,14,94837,94837,85918,0]An[93665,13,22717,22717,85919,0]An[93665,14,22717,22717,85919,0]=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,94830,94830,77718,0]0000000000Ae[93665,2,93666,0,0,0]0000000000Ae[93665,2,93829,0,0,0]Ae[93665,2,86469,0,0,0]Ae[93665,2,94700,0,0,0]210210210210210210210210210210An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Dc[93665,13,70244,70244,85913,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,70244,70244,85913,0,\"impl-RuntimeOrigin\"]Dc[93665,13,22715,22715,85914,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,22715,22715,85914,0,\"impl-RuntimeOrigin\"]Cc[93665,13,93858,93858,85915,0,\"impl-RuntimeOrigin\"]Dc[93665,13,93858,93858,85915,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,94809,94809,85916,0,\"impl-RuntimeOrigin\"]Dc[93665,13,94809,94809,85916,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,22716,22716,85917,0,\"impl-RuntimeOrigin\"]Dc[93665,13,22716,22716,85917,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Dc[93665,13,94837,94837,85918,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,94837,94837,85918,0,\"impl-RuntimeOrigin\"]Dc[93665,13,22717,22717,85919,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,22717,22717,85919,0,\"impl-RuntimeOrigin\"]=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210An[93665,14,70244,70244,94068,0]An[93665,15,70244,70244,77794,0]An[93665,14,22715,22715,94069,0]An[93665,15,22715,22715,77795,0]An[93665,14,93858,93858,94070,0]An[93665,15,93858,93858,77796,0]An[93665,14,94809,94809,94071,0]An[93665,15,94809,94809,77797,0]An[93665,14,22716,22716,94072,0]An[93665,15,22716,22716,77798,0]An[93665,14,94837,94837,94073,0]An[93665,15,94837,94837,77799,0]An[93665,14,22717,22717,94074,0]An[93665,15,22717,22717,77800,0]=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210An[93665,13,70244,70244,70580,0]An[93665,13,22715,22715,70581,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93858,93858,70582,0]An[93665,13,94809,94809,70583,0]An[93665,13,22716,22716,70584,0]An[93665,13,94837,94837,70585,0]An[93665,13,22717,22717,70586,0]876543210876543210876543210876543210876543210876543210876543210876543210876543210876543210Ae[93665,8,21425,0,0,0]0000000000Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77982,0]102102102102102102102102102102Am[93665,15,47406,47406,2932,0]000000000000000000000Ae[93665,5,70244,0,0,0]Ae[93665,5,22715,0,0,0]Ae[93665,5,93858,0,0,0]Ae[93665,5,94809,0,0,0]Ae[93665,5,22716,0,0,0]Ae[93665,5,94837,0,0,0]Ae[93665,5,22717,0,0,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,14,70244,70244,78058,0]An[93665,14,22715,22715,78059,0]An[93665,14,93858,93858,78060,0]An[93665,14,94809,94809,78061,0]An[93665,14,22716,22716,78062,0]An[93665,14,94837,94837,78063,0]An[93665,14,22717,22717,78064,0]6543210654321065432106543210654321065432106543210654321065432106543210Ae[93665,2,77696,0,0,0]0000000000An[93665,13,70244,70244,94068,0]An[93665,13,22715,22715,94069,0]An[93665,13,93858,93858,94070,0]An[93665,13,94809,94809,94071,0]An[93665,13,22716,22716,94072,0]An[93665,13,70211,70211,85754,0]An[93665,13,94837,94837,94073,0]An[93665,13,22717,22717,94074,0]76543210765432107654321076543210765432107654321076543210765432107654321076543210An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Ae[93665,2,77696,0,0,0]0000000000An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]10101010101010101010Ae[93665,2,86469,0,0,0]Ae[93665,2,93879,0,0,0]Ae[93665,2,94186,0,0,0]210210210210210210210210210210An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Ae[93665,8,21425,0,0,0]Ae[93665,8,50827,0,0,0]1Ae[93665,5,86973,0,0,0]1Ae[93665,5,86974,0,0,0]31203120312031203120312031203120312010Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]2103210321032103210321032103210321032103An[93665,13,70244,70244,70503,0]0An[93665,13,22715,22715,70504,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,22717,22717,70509,0]07766554433221100776655443322110077665544332211007766554433221100776655443322110077665544332211007766554433221100776655443322110077665544332211007766554433221100An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]0An[93665,13,70244,70244,55805,0]0An[93665,13,70244,70244,85913,0]0An[93665,13,70244,70244,93831,0]0An[93665,13,70244,70244,85825,0]0An[93665,13,70244,70244,93667,0]0An[93665,13,70244,70244,93863,0]0An[93665,13,70244,70244,94068,0]0An[93665,13,70244,70244,93870,0]0An[93665,13,70244,70244,70580,0]0An[93665,13,70244,70244,70503,0]0An[93665,13,70244,70244,77794,0]0An[93665,13,70244,70244,77882,0]0An[93665,13,70244,70244,77981,0]0An[93665,13,70244,70244,22137,0]0An[93665,13,86974,86974,24356,0]0An[93665,13,86974,86974,85963,0]0An[93665,13,22715,22715,55806,0]0An[93665,13,22715,22715,85914,0]0An[93665,13,22715,22715,93832,0]0An[93665,13,22715,22715,85826,0]0An[93665,13,22715,22715,93668,0]0An[93665,13,22715,22715,93864,0]0An[93665,13,22715,22715,94069,0]0An[93665,13,22715,22715,93871,0]0An[93665,13,22715,22715,70581,0]0An[93665,13,22715,22715,70504,0]0An[93665,13,22715,22715,77795,0]0An[93665,13,22715,22715,77883,0]0An[93665,13,22715,22715,77982,0]0An[93665,13,22715,22715,22138,0]0An[93665,13,21426,21426,16538,0]0An[93665,13,21426,21426,12401,0]0Am[93665,13,21426,21426,2931,0]0An[93665,13,86975,86975,12425,0]0An[93665,13,47406,47406,70420,0]0An[93665,13,47406,47406,70409,0]0Am[93665,13,47406,47406,2932,0]0An[93665,13,94830,94830,94083,0]0An[93665,13,94830,94830,77718,0]0An[93665,13,93808,93808,16539,0]0Am[93665,13,93808,93808,2933,0]0An[93665,13,94710,94710,16540,0]0Am[93665,13,94710,94710,2934,0]0An[93665,13,94710,94710,16381,0]0An[93665,13,93858,93858,55807,0]0An[93665,13,93858,93858,85915,0]0An[93665,13,93858,93858,93833,0]0An[93665,13,93858,93858,85827,0]0An[93665,13,93858,93858,93669,0]0An[93665,13,93858,93858,93865,0]0An[93665,13,93858,93858,94070,0]0An[93665,13,93858,93858,93872,0]0An[93665,13,93858,93858,70582,0]0An[93665,13,93858,93858,70505,0]0An[93665,13,93858,93858,77796,0]0An[93665,13,93858,93858,77884,0]0An[93665,13,93858,93858,77983,0]0An[93665,13,93858,93858,22139,0]0An[93665,13,94808,94808,16541,0]0Am[93665,13,94808,94808,2935,0]0An[93665,13,94809,94809,55808,0]0An[93665,13,94809,94809,85916,0]0An[93665,13,94809,94809,93834,0]0An[93665,13,94809,94809,85828,0]0An[93665,13,94809,94809,93670,0]0An[93665,13,94809,94809,93866,0]0An[93665,13,94809,94809,94071,0]0An[93665,13,94809,94809,93873,0]0An[93665,13,94809,94809,70583,0]0An[93665,13,94809,94809,70506,0]0An[93665,13,94809,94809,77797,0]0An[93665,13,94809,94809,77885,0]0An[93665,13,94809,94809,77984,0]0An[93665,13,94809,94809,22140,0]0An[93665,13,22716,22716,55809,0]0An[93665,13,22716,22716,85917,0]0An[93665,13,22716,22716,93835,0]0An[93665,13,22716,22716,85829,0]0An[93665,13,22716,22716,93671,0]0An[93665,13,22716,22716,93867,0]0An[93665,13,22716,22716,94072,0]0An[93665,13,22716,22716,93874,0]0An[93665,13,22716,22716,70584,0]0An[93665,13,22716,22716,70507,0]0An[93665,13,22716,22716,77798,0]0An[93665,13,22716,22716,77886,0]0An[93665,13,22716,22716,77985,0]0An[93665,13,22716,22716,22141,0]0An[93665,13,70232,70232,16542,0]0Am[93665,13,70232,70232,2936,0]0An[93665,13,70232,70232,16382,0]0An[93665,13,70211,70211,16543,0]0Am[93665,13,70211,70211,2937,0]0An[93665,13,70211,70211,85754,0]0An[93665,13,94833,94833,16544,0]0Am[93665,13,94833,94833,2938,0]0An[93665,13,94837,94837,55810,0]0An[93665,13,94837,94837,85918,0]0An[93665,13,94837,94837,93836,0]0An[93665,13,94837,94837,85830,0]0An[93665,13,94837,94837,93672,0]0An[93665,13,94837,94837,93868,0]0An[93665,13,94837,94837,94073,0]0An[93665,13,94837,94837,93875,0]0An[93665,13,94837,94837,70585,0]0An[93665,13,94837,94837,70508,0]0An[93665,13,94837,94837,77799,0]0An[93665,13,94837,94837,77887,0]0An[93665,13,94837,94837,77986,0]0An[93665,13,94837,94837,22142,0]0An[93665,13,21427,21427,16545,0]0Am[93665,13,21427,21427,2939,0]0An[93665,13,94186,94186,93862,0]0An[93665,13,22717,22717,55811,0]0An[93665,13,22717,22717,85919,0]0An[93665,13,22717,22717,93837,0]0An[93665,13,22717,22717,85831,0]0An[93665,13,22717,22717,93673,0]0An[93665,13,22717,22717,93869,0]0An[93665,13,22717,22717,94074,0]0An[93665,13,22717,22717,93876,0]0An[93665,13,22717,22717,70586,0]0An[93665,13,22717,22717,70509,0]0An[93665,13,22717,22717,77800,0]0An[93665,13,22717,22717,77888,0]0An[93665,13,22717,22717,77987,0]0An[93665,13,22717,22717,22143,0]0An[93665,13,70233,70233,16546,0]0Am[93665,13,70233,70233,2940,0]0An[93665,13,86810,86810,16547,0]0Am[93665,13,86810,86810,2941,0]0An[93665,13,93665,93665,16548,0]0Am[93665,13,93665,93665,2942,0]0An[93665,13,93654,93654,16549,0]0Am[93665,13,93654,93654,2943,0]0An[93665,13,82926,82926,16535,0]0Am[93665,13,82926,82926,2928,0]0An[93665,13,21425,21425,16536,0]0Am[93665,13,21425,21425,2929,0]0An[93665,13,86973,86973,85962,0]0An[93665,13,86973,86973,24355,0]0An[93665,13,50827,50827,16537,0]0An[93665,13,50827,50827,12377,0]0An[93665,13,50827,50827,12400,0]0Am[93665,13,50827,50827,2930,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/e4b5329c4df1.js b/web/public/sdk_docs/search.index/entry/e4b5329c4df1.js new file mode 100644 index 00000000..af3c9f02 --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/e4b5329c4df1.js @@ -0,0 +1 @@ +rd_("An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]Ae[93665,2,88578,0,0,0]0000000000Ae[93665,2,93829,0,0,0]0000000000An[93665,13,70244,70244,94068,0]An[93665,13,22715,22715,94069,0]An[93665,13,93858,93858,94070,0]An[93665,13,94809,94809,94071,0]An[93665,13,22716,22716,94072,0]An[93665,13,70211,70211,85754,0]An[93665,13,94837,94837,94073,0]An[93665,13,22717,22717,94074,0]76543210765432107654321076543210765432107654321076543210765432107654321076543210Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]Ae[93665,2,77696,0,0,0]000000000000000000000An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]Am[93665,13,82926,82926,2928,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]Am[93665,13,93808,93808,2933,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]Am[93665,13,70211,70211,2937,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]Am[93665,13,70233,70233,2940,0]Am[93665,13,86810,86810,2941,0]Am[93665,13,93665,93665,2942,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Ae[93665,5,70244,0,0,0]Ae[93665,5,22715,0,0,0]Ae[93665,5,93858,0,0,0]Ae[93665,5,94809,0,0,0]Ae[93665,5,22716,0,0,0]Ae[93665,5,94837,0,0,0]Ae[93665,5,22717,0,0,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,17,21427,21427,16187,0]Af[93665,10,21427,0,0,0]10101010101010101010An[93665,13,70244,70244,85913,0]An[93665,13,22715,22715,85914,0]An[93665,13,93858,93858,85915,0]An[93665,13,94809,94809,85916,0]An[93665,13,22716,22716,85917,0]An[93665,13,94837,94837,85918,0]An[93665,13,22717,22717,85919,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/entry/fa6ed7711279.js b/web/public/sdk_docs/search.index/entry/fa6ed7711279.js new file mode 100644 index 00000000..b0b6e025 --- /dev/null +++ b/web/public/sdk_docs/search.index/entry/fa6ed7711279.js @@ -0,0 +1 @@ +rd_("An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,70244,70244,70580,0]An[93665,13,22715,22715,70581,0]An[93665,13,93858,93858,70582,0]An[93665,13,94809,94809,70583,0]An[93665,13,22716,22716,70584,0]An[93665,13,94837,94837,70585,0]An[93665,13,22717,22717,70586,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]Dc[93665,13,70244,70244,85913,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,70244,70244,85913,0,\"impl-RuntimeOrigin\"]Cc[93665,13,22715,22715,85914,0,\"impl-RuntimeOrigin\"]Dc[93665,13,22715,22715,85914,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,93858,93858,85915,0,\"impl-RuntimeOrigin\"]Dc[93665,13,93858,93858,85915,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Dc[93665,13,94809,94809,85916,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,94809,94809,85916,0,\"impl-RuntimeOrigin\"]Dc[93665,13,22716,22716,85917,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,22716,22716,85917,0,\"impl-RuntimeOrigin\"]Cc[93665,13,94837,94837,85918,0,\"impl-RuntimeOrigin\"]Dc[93665,13,94837,94837,85918,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Dc[93665,13,22717,22717,85919,0,\"impl-OriginTrait-for-RuntimeOrigin\"]Cc[93665,13,22717,22717,85919,0,\"impl-RuntimeOrigin\"]=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210<=;:8967542310<=;:8967542310<=;:8967542310<=;:8967542310<=;:8967542310<=;:8967542310<=;:8967542310<=;:8967542310<=;:8967542310<=;:8967542310<=;:8967542310An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]Ae[93665,6,50827,0,0,0]00000000000Ae[93665,6,21426,0,0,0]10101010101010101010Ae[93665,8,21426,0,0,0]0Ae[93665,5,86975,0,0,0]1010101010101010100An[93665,13,70244,70244,94068,0]An[93665,13,22715,22715,94069,0]An[93665,13,93858,93858,94070,0]An[93665,13,94809,94809,94071,0]An[93665,13,22716,22716,94072,0]An[93665,13,70211,70211,85754,0]An[93665,13,94837,94837,94073,0]An[93665,13,22717,22717,94074,0]76543210765432107654321076543210765432107654321076543210765432107654321076543210An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,21427,21427,16545,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=Am[93665,13,82926,82926,2928,0]=Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]?An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,70244,70244,55805,0]An[93665,13,22715,22715,55806,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,93858,93858,55807,0]An[93665,13,94808,94808,16541,0]An[93665,13,94809,94809,55808,0]An[93665,13,22716,22716,55809,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]An[93665,13,94837,94837,55810,0]An[93665,13,21427,21427,16545,0]An[93665,13,22717,22717,55811,0]An[93665,13,70233,70233,16546,0]An[93665,13,86810,86810,16547,0]An[93665,13,93665,93665,16548,0]An[93665,13,93654,93654,16549,0]An[93665,13,82926,82926,16535,0]An[93665,13,21425,21425,16536,0]An[93665,13,50827,50827,16537,0]An[93665,13,21426,21426,16538,0]An[93665,13,93808,93808,16539,0]An[93665,13,94710,94710,16540,0]An[93665,13,94808,94808,16541,0]An[93665,13,70232,70232,16542,0]An[93665,13,70211,70211,16543,0]An[93665,13,94833,94833,16544,0]?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:9876543210?=<;:2Am[93665,15,70232,70232,2936,0]Ae[93665,7,86444,0,0,0]410410410410410410410410410410Ai[93665,14,2766,0,93818,0]0000000000Ae[93665,2,88578,0,0,0]0000000000Ae[93665,2,50827,0,0,0]0000000000Af[93665,10,82926,0,0,0]Af[93665,10,21425,0,0,0]Af[93665,10,93808,0,0,0]Af[93665,10,70232,0,0,0]Af[93665,10,70211,0,0,0]Af[93665,10,70233,0,0,0]Af[93665,10,86810,0,0,0]Af[93665,10,93665,0,0,0]Af[93665,10,50827,0,0,0]Af[93665,10,21426,0,0,0]Af[93665,10,94710,0,0,0]Af[93665,10,94808,0,0,0]Af[93665,10,94833,0,0,0]Af[93665,10,21427,0,0,0]Af[93665,10,93654,0,0,0]>=65<43;:219870>=65<43;:219870>=65<43;:219870>=65<43;:219870>=65<43;:219870>=65<43;:219870>=65<43;:219870>=65<43;:219870>=65<43;:219870>=65<43;:219870Ae[93665,8,82926,0,0,1]Ae[93665,8,21425,0,0,1]Ae[93665,8,50827,0,0,1]Ae[93665,8,21426,0,0,1]Ae[93665,8,93808,0,0,1]Ae[93665,8,94710,0,0,1]Ae[93665,8,94808,0,0,1]Ae[93665,8,70232,0,0,1]Ae[93665,8,70211,0,0,1]Ae[93665,8,94833,0,0,1]Ae[93665,8,21427,0,0,1]Ae[93665,8,70233,0,0,1]Ae[93665,8,86810,0,0,1]Ae[93665,8,93665,0,0,1]Ae[93665,8,93654,0,0,1]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Ae[93665,6,94710,0,0,0]Ae[93665,6,70232,0,0,0]10101010101010101010Ae[93665,5,82926,0,0,0]Ae[93665,5,21425,0,0,0]Ae[93665,5,50827,0,0,0]Ae[93665,5,21426,0,0,0]Ae[93665,5,93808,0,0,0]Ae[93665,5,94710,0,0,0]Ae[93665,5,94808,0,0,0]Ae[93665,5,70232,0,0,0]Ae[93665,5,70211,0,0,0]Ae[93665,5,94833,0,0,0]Ae[93665,5,21427,0,0,0]Ae[93665,5,70233,0,0,0]Ae[93665,5,86810,0,0,0]Ae[93665,5,93665,0,0,0]Ae[93665,5,93654,0,0,0]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]An[93665,15,70244,70244,70503,0]An[93665,15,70244,70244,77882,0]An[93665,15,70244,70244,77981,0]Ae[93665,8,22715,0,0,0]An[93665,15,22715,22715,70504,0]An[93665,15,22715,22715,77883,0]An[93665,15,22715,22715,77982,0]Ae[93665,8,93858,0,0,0]An[93665,15,93858,93858,70505,0]An[93665,15,93858,93858,77884,0]An[93665,15,93858,93858,77983,0]Ae[93665,8,94809,0,0,0]An[93665,15,94809,94809,70506,0]An[93665,15,94809,94809,77885,0]An[93665,15,94809,94809,77984,0]Ae[93665,8,22716,0,0,0]An[93665,15,22716,22716,70507,0]An[93665,15,22716,22716,77886,0]An[93665,15,22716,22716,77985,0]Ae[93665,8,94837,0,0,0]An[93665,15,94837,94837,70508,0]An[93665,15,94837,94837,77887,0]An[93665,15,94837,94837,77986,0]Ae[93665,8,22717,0,0,0]An[93665,15,22717,22717,70509,0]An[93665,15,22717,22717,77888,0]An[93665,15,22717,22717,77987,0]Ae[93665,8,70244,0,0,0]Ae[93665,8,22715,0,0,0]Ae[93665,8,93858,0,0,0]Ae[93665,8,94809,0,0,0]?;7Ai[93665,14,2764,0,77245,0]Ai[93665,14,2764,0,41462,0]Aj[93665,14,12378,0,70588,0]Ai[93665,14,2765,0,41463,0]Ai[93665,14,2767,0,93222,0]Ai[93665,14,2767,0,93810,0]Ai[93665,14,2767,0,93814,0]6543210654321065432106543210654321065432106543210654321065432106543210An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]An[93665,13,22716,22716,93835,0]An[93665,13,22716,22716,85829,0]An[93665,13,22716,22716,93671,0]An[93665,13,22716,22716,93867,0]An[93665,13,22716,22716,94072,0]An[93665,13,22716,22716,93874,0]An[93665,13,22716,22716,70584,0]An[93665,13,22716,22716,70507,0]An[93665,13,22716,22716,77798,0]An[93665,13,22716,22716,77886,0]An[93665,13,22716,22716,77985,0]An[93665,13,22716,22716,22141,0]An[93665,13,70232,70232,16542,0]Am[93665,13,70232,70232,2936,0]An[93665,13,70232,70232,16382,0]An[93665,13,70211,70211,16543,0]Am[93665,13,70211,70211,2937,0]An[93665,13,70211,70211,85754,0]An[93665,13,94833,94833,16544,0]Am[93665,13,94833,94833,2938,0]An[93665,13,94837,94837,55810,0]An[93665,13,94837,94837,85918,0]An[93665,13,94837,94837,93836,0]An[93665,13,94837,94837,85830,0]An[93665,13,94837,94837,93672,0]An[93665,13,94837,94837,93868,0]An[93665,13,94837,94837,94073,0]An[93665,13,94837,94837,93875,0]An[93665,13,94837,94837,70585,0]An[93665,13,94837,94837,70508,0]An[93665,13,94837,94837,77799,0]An[93665,13,94837,94837,77887,0]An[93665,13,94837,94837,77986,0]An[93665,13,94837,94837,22142,0]An[93665,13,21427,21427,16545,0]Am[93665,13,21427,21427,2939,0]An[93665,13,94186,94186,93862,0]An[93665,13,22717,22717,55811,0]An[93665,13,22717,22717,85919,0]An[93665,13,22717,22717,93837,0]An[93665,13,22717,22717,85831,0]An[93665,13,22717,22717,93673,0]An[93665,13,22717,22717,93869,0]An[93665,13,22717,22717,94074,0]An[93665,13,22717,22717,93876,0]An[93665,13,22717,22717,70586,0]An[93665,13,22717,22717,70509,0]An[93665,13,22717,22717,77800,0]An[93665,13,22717,22717,77888,0]An[93665,13,22717,22717,77987,0]An[93665,13,22717,22717,22143,0]An[93665,13,70233,70233,16546,0]Am[93665,13,70233,70233,2940,0]An[93665,13,86810,86810,16547,0]Am[93665,13,86810,86810,2941,0]An[93665,13,93665,93665,16548,0]Am[93665,13,93665,93665,2942,0]An[93665,13,93654,93654,16549,0]Am[93665,13,93654,93654,2943,0]An[93665,13,82926,82926,16535,0]Am[93665,13,82926,82926,2928,0]An[93665,13,21425,21425,16536,0]Am[93665,13,21425,21425,2929,0]An[93665,13,86973,86973,85962,0]An[93665,13,86973,86973,24355,0]An[93665,13,50827,50827,16537,0]An[93665,13,50827,50827,12377,0]An[93665,13,50827,50827,12400,0]Am[93665,13,50827,50827,2930,0]An[93665,13,70244,70244,55805,0]An[93665,13,70244,70244,85913,0]An[93665,13,70244,70244,93831,0]An[93665,13,70244,70244,85825,0]An[93665,13,70244,70244,93667,0]An[93665,13,70244,70244,93863,0]An[93665,13,70244,70244,94068,0]An[93665,13,70244,70244,93870,0]An[93665,13,70244,70244,70580,0]An[93665,13,70244,70244,70503,0]An[93665,13,70244,70244,77794,0]An[93665,13,70244,70244,77882,0]An[93665,13,70244,70244,77981,0]An[93665,13,70244,70244,22137,0]An[93665,13,86974,86974,24356,0]An[93665,13,86974,86974,85963,0]An[93665,13,22715,22715,55806,0]An[93665,13,22715,22715,85914,0]An[93665,13,22715,22715,93832,0]An[93665,13,22715,22715,85826,0]An[93665,13,22715,22715,93668,0]An[93665,13,22715,22715,93864,0]An[93665,13,22715,22715,94069,0]An[93665,13,22715,22715,93871,0]An[93665,13,22715,22715,70581,0]An[93665,13,22715,22715,70504,0]An[93665,13,22715,22715,77795,0]An[93665,13,22715,22715,77883,0]An[93665,13,22715,22715,77982,0]An[93665,13,22715,22715,22138,0]An[93665,13,21426,21426,16538,0]An[93665,13,21426,21426,12401,0]Am[93665,13,21426,21426,2931,0]An[93665,13,86975,86975,12425,0]An[93665,13,47406,47406,70420,0]An[93665,13,47406,47406,70409,0]Am[93665,13,47406,47406,2932,0]An[93665,13,94830,94830,94083,0]An[93665,13,94830,94830,77718,0]An[93665,13,93808,93808,16539,0]Am[93665,13,93808,93808,2933,0]An[93665,13,94710,94710,16540,0]Am[93665,13,94710,94710,2934,0]An[93665,13,94710,94710,16381,0]An[93665,13,93858,93858,55807,0]An[93665,13,93858,93858,85915,0]An[93665,13,93858,93858,93833,0]An[93665,13,93858,93858,85827,0]An[93665,13,93858,93858,93669,0]An[93665,13,93858,93858,93865,0]An[93665,13,93858,93858,94070,0]An[93665,13,93858,93858,93872,0]An[93665,13,93858,93858,70582,0]An[93665,13,93858,93858,70505,0]An[93665,13,93858,93858,77796,0]An[93665,13,93858,93858,77884,0]An[93665,13,93858,93858,77983,0]An[93665,13,93858,93858,22139,0]An[93665,13,94808,94808,16541,0]Am[93665,13,94808,94808,2935,0]An[93665,13,94809,94809,55808,0]An[93665,13,94809,94809,85916,0]An[93665,13,94809,94809,93834,0]An[93665,13,94809,94809,85828,0]An[93665,13,94809,94809,93670,0]An[93665,13,94809,94809,93866,0]An[93665,13,94809,94809,94071,0]An[93665,13,94809,94809,93873,0]An[93665,13,94809,94809,70583,0]An[93665,13,94809,94809,70506,0]An[93665,13,94809,94809,77797,0]An[93665,13,94809,94809,77885,0]An[93665,13,94809,94809,77984,0]An[93665,13,94809,94809,22140,0]An[93665,13,22716,22716,55809,0]An[93665,13,22716,22716,85917,0]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/function/22ce183e5e05.js b/web/public/sdk_docs/search.index/function/22ce183e5e05.js new file mode 100644 index 00000000..b389ab79 --- /dev/null +++ b/web/public/sdk_docs/search.index/function/22ce183e5e05.js @@ -0,0 +1 @@ +rd_("Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOd{e}}F@Il}}}F@NdGNGd}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGGbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOf{e}}F@Il}}}F@NdGNGf}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKMbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGGdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@H`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOh{e}}F@Il}}}F@NdGNGh}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOj{e}}F@Il}}}F@NdGNGj}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOl{e}}F@Il}}}F@NdGNGl}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOn{e}}F@Il}}}F@NdGNGn}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFN`{e}}F@Il}}}F@NdGNFb}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNb{e}}F@Il}}}F@NdGNFd}\",[\"__CodecInputEdqy\",\"T\"]]Dl[\"{{{AHMAh{ADNbc}}}{{HADn{{F@Kb{e}}F@Il}}}F@Nd{}}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{F@N`{e}}F@Il}}}F@NdGNFf}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNd{e}}F@Il}}}F@NdGNFf}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMM@nF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMDnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMElF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFACjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMA`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMME`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFAClF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{F@Nb{e}}F@Il}}}F@NdGNFh}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNf{e}}F@Il}}}F@NdGNFh}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFBhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFAbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Da[\"{{{AHMAh{ADNbc}}}{{HADn{AFNhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMO@fF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOBlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNj{e}}F@Il}}}F@NdGNFj}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNl{e}}F@Il}}}F@NdGNFl}\",[\"__CodecInputEdqy\",\"T\"]]Da[\"{{{AHMAh{ADNbc}}}{{HADn{GOOjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMF`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFACnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNn{e}}F@Il}}}F@NdGNFn}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFAD`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGG`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFO`{e}}F@Il}}}F@NdGNG`}\",[\"__CodecInputEdqy\",\"T\"]]Da[\"{{{AHMAh{ADNbc}}}{{HADn{GOOlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOb{e}}F@Il}}}F@NdGNGb}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOd{e}}F@Il}}}F@NdGNGd}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGGbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOf{e}}F@Il}}}F@NdGNGf}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKMbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGGdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@H`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOh{e}}F@Il}}}F@NdGNGh}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOj{e}}F@Il}}}F@NdGNGj}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOl{e}}F@Il}}}F@NdGNGl}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOn{e}}F@Il}}}F@NdGNGn}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFN`{e}}F@Il}}}F@NdGNFb}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNb{e}}F@Il}}}F@NdGNFd}\",[\"__CodecInputEdqy\",\"T\"]]Dl[\"{{{AHMAh{ADNbc}}}{{HADn{{F@Kb{e}}F@Il}}}F@Nd{}}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{F@N`{e}}F@Il}}}F@NdGNFf}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNd{e}}F@Il}}}F@NdGNFf}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMM@nF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMDnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMElF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFACjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMA`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMME`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFAClF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{F@Nb{e}}F@Il}}}F@NdGNFh}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNf{e}}F@Il}}}F@NdGNFh}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFBhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFAbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Da[\"{{{AHMAh{ADNbc}}}{{HADn{AFNhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMO@fF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOBlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNj{e}}F@Il}}}F@NdGNFj}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNl{e}}F@Il}}}F@NdGNFl}\",[\"__CodecInputEdqy\",\"T\"]]Da[\"{{{AHMAh{ADNbc}}}{{HADn{GOOjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMF`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFACnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNn{e}}F@Il}}}F@NdGNFn}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFAD`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGG`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFO`{e}}F@Il}}}F@NdGNG`}\",[\"__CodecInputEdqy\",\"T\"]]Da[\"{{{AHMAh{ADNbc}}}{{HADn{GOOlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOb{e}}F@Il}}}F@NdGNGb}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOd{e}}F@Il}}}F@NdGNGd}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGGbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOf{e}}F@Il}}}F@NdGNGf}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKMbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGGdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@H`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOh{e}}F@Il}}}F@NdGNGh}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOj{e}}F@Il}}}F@NdGNGj}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOl{e}}F@Il}}}F@NdGNGl}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOn{e}}F@Il}}}F@NdGNGn}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFN`{e}}F@Il}}}F@NdGNFb}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNb{e}}F@Il}}}F@NdGNFd}\",[\"__CodecInputEdqy\",\"T\"]]Dl[\"{{{AHMAh{ADNbc}}}{{HADn{{F@Kb{e}}F@Il}}}F@Nd{}}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{F@N`{e}}F@Il}}}F@NdGNFf}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNd{e}}F@Il}}}F@NdGNFf}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMM@nF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMDnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMElF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFACjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMA`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMME`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFAClF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{F@Nb{e}}F@Il}}}F@NdGNFh}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNf{e}}F@Il}}}F@NdGNFh}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFBhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFAbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Da[\"{{{AHMAh{ADNbc}}}{{HADn{AFNhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMO@fF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOBlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNj{e}}F@Il}}}F@NdGNFj}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNl{e}}F@Il}}}F@NdGNFl}\",[\"__CodecInputEdqy\",\"T\"]]Da[\"{{{AHMAh{ADNbc}}}{{HADn{GOOjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMF`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFACnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFNn{e}}F@Il}}}F@NdGNFn}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGFnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFAD`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGG`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFO`{e}}F@Il}}}F@NdGNG`}\",[\"__CodecInputEdqy\",\"T\"]]Da[\"{{{AHMAh{ADNbc}}}{{HADn{GOOlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOb{e}}F@Il}}}F@NdGNGb}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOd{e}}F@Il}}}F@NdGNGd}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHlF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGGbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOLnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@GnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOf{e}}F@Il}}}F@NdGNGf}\",[\"__CodecInputEdqy\",\"T\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMAjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BINHnF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMKMbF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMEjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BMMFhF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBGGdF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BBFMjF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BEOM`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BF@H`F@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Db[\"{{{AHMAh{ADNbc}}}{{HADn{BFADfF@Il}}}F@Nd}\",[\"__CodecInputEdqy\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOh{e}}F@Il}}}F@NdGNGh}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOj{e}}F@Il}}}F@NdGNGj}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOl{e}}F@Il}}}F@NdGNGl}\",[\"__CodecInputEdqy\",\"T\"]]Dn[\"{{{AHMAh{ADNbc}}}{{HADn{{AFOn{e}}F@Il}}}F@NdGNGn}\",[\"__CodecInputEdqy\",\"T\"]]Be[\"{{{AHMAh{BEOBl}}}{{IIn{IFj}}}}\",[]]0000000000Ah[\"{{}{{FAAd{IFj}}}}\",[]]00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bi[\"{cBIOCb{}}\",[\"OriginTrait::AccountId\"]]A`[\"{{}BIOCb}\",[]]Bi[\"{cBIOCd{}}\",[\"OriginTrait::AccountId\"]]A`[\"{{}BIOCd}\",[]]A`[\"{{}BIOCf}\",[]]Bi[\"{cBIOCf{}}\",[\"OriginTrait::AccountId\"]]A`[\"{{}BIOCh}\",[]]Bi[\"{cBIOCh{}}\",[\"OriginTrait::AccountId\"]]A`[\"{{}BIOCj}\",[]]Bi[\"{cBIOCj{}}\",[\"OriginTrait::AccountId\"]]Bi[\"{cBIOCl{}}\",[\"OriginTrait::AccountId\"]]A`[\"{{}BIOCl}\",[]]Bi[\"{cBIOCn{}}\",[\"OriginTrait::AccountId\"]]A`[\"{{}BIOCn}\",[]]=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210Ac[\"{BMNNhBFAMd}\",[]]Ac[\"{BMNNjBFAMf}\",[]]Ac[\"{BMNNlBFAMh}\",[]]Ac[\"{BMNNnBFAMj}\",[]]Ac[\"{BMNO`BFAMl}\",[]]Ac[\"{BMNObBFAMn}\",[]]Ac[\"{BMNOdBFAN`}\",[]]6543210654321065432106543210654321065432106543210654321065432106543210Am[\"{{{AHMAh{BBGFh}}}HCKl}\",[]]Am[\"{{{AHMAh{BBGFj}}}HCKl}\",[]]Cb[\"{{{AHMAh{BMO@f}}{AHMAh{c}}}HCKlBEOCf}\",[\"Call\"]]Cb[\"{{{AHMAh{BEOBl}}{AHMAh{c}}}HCKlBEOCf}\",[\"Call\"]]Am[\"{{{AHMAh{BBGFl}}}HCKl}\",[]]Am[\"{{{AHMAh{BBGFn}}}HCKl}\",[]]Am[\"{{{AHMAh{BBGG`}}}HCKl}\",[]]Am[\"{{{AHMAh{BBGGb}}}HCKl}\",[]]Am[\"{{{AHMAh{BBGGd}}}HCKl}\",[]]876543210876543210876543210876543210876543210876543210876543210876543210876543210876543210Ac[\"{BFAMdBBFBj}\",[]]Ac[\"{BFAMfBBFBj}\",[]]Ac[\"{BFAMhBBFBj}\",[]]Ac[\"{BFAMjBBFBj}\",[]]Ac[\"{BFAMlBBFBj}\",[]]Ac[\"{BFAMnBBFBj}\",[]]Ac[\"{BFAN`BBFBj}\",[]]6543210654321065432106543210654321065432106543210654321065432106543210A`[\"{{}BMNNh}\",[]]A`[\"{{}BMNNj}\",[]]A`[\"{{}BMNNl}\",[]]A`[\"{{}BMNNn}\",[]]A`[\"{{}BMNO`}\",[]]An[\"{{}{{BIMOd{c}}}GNGb}\",[\"T\"]]A`[\"{{}BMNOb}\",[]]A`[\"{{}BMNOd}\",[]]76543210765432107654321076543210765432107654321076543210765432107654321076543210Bd[\"{{{BJOBf{c}}HCKl}HCKlGNFb}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNFd}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNFf}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNFh}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNFj}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNFl}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNFn}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNG`}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNGb}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNGd}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNGf}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNGh}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNGj}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNGl}\",[\"T\"]]Bd[\"{{{BJOBf{c}}HCKl}HCKlGNGn}\",[\"T\"]]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNFb}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNFd}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNFf}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNFh}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNFj}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNFl}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNFn}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNG`}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNGb}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNGd}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNGf}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNGh}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNGj}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNGl}\",[\"T\"]]Cb[\"{{{BJOBf{c}}{AHMAh{ADNbBBGI`}}}EDB`GNGn}\",[\"T\"]]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Il[\"{{BMO@fc{AHMAh{{BMIHb{e}}}}{AHMAh{e}}{AHMAh{{BJOBh{e}}}}GMCd}{{HADn{gBNCIb}}}{}BEOCf{}}\",[\"TransactionExtension::Val\",\"Call\",\"TransactionExtension::Pre\"]]Il[\"{{BEOBlc{AHMAh{{BMIHb{e}}}}{AHMAh{e}}{AHMAh{{BJOBh{e}}}}GMCd}{{HADn{gBNCIb}}}{}BEOCf{}}\",[\"TransactionExtension::Val\",\"Call\",\"TransactionExtension::Pre\"]]10101010101010101010Ab[\"{AHMAhHCKj}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aj[\"{{BBFLnBIOCb}BNCO`}\",[]]Ba[\"{c{{HADn{BNCMb}}}{}}\",[\"Call\"]]0Aj[\"{{BBFM`BIOCd}BNCO`}\",[]]1Ef[\"{{AFNhc}{{BN@Ol{e}}}{}{}}\",[\"Dispatchable::RuntimeOrigin\",\"Dispatchable::PostInfo\"]]Aj[\"{{BBFMbBIOCf}BNCO`}\",[]]33Aj[\"{{BBFMdBIOCh}BNCO`}\",[]]Aj[\"{{BBFMfBIOCj}BNCO`}\",[]]5Aj[\"{{BBFMhBIOCl}BNCO`}\",[]]66Aj[\"{{BBFMjBIOCn}BNCO`}\",[]]8776754773271770877675477327177087767547732717708776754773271770877675477327177087767547732717708776754773271770877675477327177087767547732717708776754773271770Ch[\"{{{AHMAh{ADNbc}}}{{AHMAh{ADNbe}}}{}{}}\",[\"Outer\",\"T\"]]Bn[\"{{{AHMAh{ADNbc}}}{{AHMAh{ADNbc}}}{}}\",[\"T\"]]01101001011001100101101001101001101001011010101010100101011001101001100101101010101001010110101010010101101001011001011010011001101001010101011001100101011010101001011010010110100101011010101010100110010101101001011001101001100110011010101010100110101010101001011010100110100101100101011010011010010110011001011010011010011010010110101010101001010110011010011001011010101010010101101010100101011010010110010110100110011010010101010110011001010110101010010110100101101001010110101010101001100101011010010110011010011001100110101010101001101010101010010110101001101001011001010110100110100101100110010110100110100110100101101010101010010101100110100110010110101010100101011010101001010110100101100101101001100110100101010101100110010101101010100101101001011010010101101010101010011001010110100101100110100110011001101010101010011010101010100101101010011010010110010101101001101001011001100101101001101001101001011010101010100101011001101001100101101010101001010110101010010101101001011001011010011001101001010101011001100101011010101001011010010110100101011010101010100110010101101001011001101001100110011010101010100110101010101001011010100110100101100101011010011010010110011001011010011010011010010110101010101001010110011010011001011010101010010101101010100101011010010110010110100110011010010101010110011001010110101010010110100101101001010110101010101001100101011010010110011010011001100110101010101001101010101010010110101001101001011001010110100110100101100110010110100110100110100101101010101010010101100110100110010110101010100101011010101001010110100101100101101001100110100101010101100110010101101010100101101001011010010101101010101010011001010110100101100110100110011001101010101010011010101010100101101010011010010110010101101001101001011001100101101001101001101001011010101010100101011001101001100101101010101001010110101010010101101001011001011010011001101001010101011001100101011010101001011010010110100101011010101010100110010101101001011001101001100110011010101010100110101010101001011010100110100101100101011010011010010110011001011010011010011010010110101010101001010110011010011001011010101010010101101010100101011010010110010110100110011010010101010110011001010110101010010110100101101001010110101010101001100101011010010110011010011001100110101010101001101010101010010110101001101001011001010110100110100101100110010110100110100110100101101010101010010101100110100110010110101010100101011010101001010110100101100101101001100110100101010101100110010101101010100101101001011010010101101010101010011001010110100101100110100110011001101010101010011010101010100101101010011010010110010101101001101001011001100101101001101001101001011010101010100101011001101001100101101010101001010110101010010101101001011001011010011001101001010101011001100101011010101001011010010110100101011010101010100110010101101001011001101001100110011010101010100110101010101001011010100110100101100101011010011010010110011001011010011010011010010110101010101001010110011010011001011010101010010101101010100101011010010110010110100110011010010101010110011001010110101010010110100101101001010110101010101001100101011010010110011010011001100110101010101001101010101010010110101001101001011001010110C`[\"{{{AHMAh{c}}}{{AHMAh{e}}}{}{}}\",[\"Outer\",\"T\"]]Bf[\"{{{AHMAh{c}}}{{AHMAh{c}}}{}}\",[\"T\"]]10010110011010010101011001101010011010101010011010010101011001011001100110010110011001010110010101010101101010101001010101011001101001100110011010011001101010101001101001011010011001010110100101011010011001101001101010101010101001010110010110010110100101010110011010011010010101011010101010100101100110100101010110011010100110101010100110100101010110010110011001100101100110010101100101010101011010101010010101010110011010011001100110100110011010101010011010010110100110010101101001010110100110011010011010101010101010010101100101100101101001010101100110100110100101010110101010101001011001101001010101100110101001101010101001101001010101100101100110011001011001100101011001010101010110101010100101010101100110100110011001101001100110101010100110100101101001100101011010010101101001100110100110101010101010100101011001011001011010010101011001101001101001010101101010101010010110011010010101011001101010011010101010011010010101011001011001100110010110011001010110010101010101101010101001010101011001101001100110011010011001101010101001101001011010011001010110100101011010011001101001101010101010101001010110010110010110100101010110011010011010010101011010101010100101100110100101010110011010100110101010100110100101010110010110011001100101100110010101100101010101011010101010010101010110011010011001100110100110011010101010011010010110100110010101101001010110100110011010011010101010101010010101100101100101101001010101100110100110100101010110101010101001011001101001010101100110101001101010101001101001010101100101100110011001011001100101011001010101010110101010100101010101100110100110011001101001100110101010100110100101101001100101011010010101101001100110100110101010101010100101011001011001011010010101011001101001101001010101101010101010010110011010010101011001101010011010101010011010010101011001011001100110010110011001010110010101010101101010101001010101011001101001100110011010011001101010101001101001011010011001010110100101011010011001101001101010101010101001010110010110010110100101010110011010011010010101011010101010100101100110100101010110011010100110101010100110100101010110010110011001100101100110010101100101010101011010101010010101010110011010011001100110100110011010101010011010010110100110010101101001010110100110011010011010101010101010010101100101100101101001010101100110100110100101010110101010101001011001101001010101100110101001101010101001101001010101100101100110011001011001100101011001010101010110101010100101010101100110100110011001101001100110101010100110100101101001100101011010010101101001100110100110101010101010100101011001011001011010010101011001101001101001010101101010101010010110011010010101011001101010011010101010011010010101011001011001100110010110011001010110010101010101101010101001010101011001101001100110011010011001101010101001101001011010011001010110100101011010011001101001101010101010101001010110010110010110100101010110011010011010010101011010101010100101100110100101010110011010100110101010100110100101010110010110011001100101100110010101100101010101011010101010010101010110011010011001100110100110011010101010011010010110100110010101101001010110100110011010011010101010101010010101100101100101101001010101100110100110100101010110101010Aj[\"{AHMAh{{IIn{IFj}}}}\",[]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Dk[\"{{{AHMAh{BMO@f}}}{{HADn{cBNCIb}}}{}}\",[\"TransactionExtension::Implicit\"]]0000000000Bd[\"{{{IHf{c}}}{{IHf{IFl}}}{}}\",[\"T\"]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aa[\"{{}c{}}\",[\"U\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bm[\"{{{AHMAh{ADNb}}}{{AHMAh{ADNbc}}}{}}\",[\"T\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ao[\"{AHMAh{{AHMAh{c}}}{}}\",[\"T\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Am[\"{{{AHMAh{BBGFh}}}AGIn}\",[]]Am[\"{{{AHMAh{BBGFj}}}AGIn}\",[]]Am[\"{{{AHMAh{BBGFl}}}AGIn}\",[]]Am[\"{{{AHMAh{BBGFn}}}AGIn}\",[]]Am[\"{{{AHMAh{BBGG`}}}AGIn}\",[]]Am[\"{{{AHMAh{BBGGb}}}AGIn}\",[]]Am[\"{{{AHMAh{BBGGd}}}AGIn}\",[]]6543210654321065432106543210654321065432106543210654321065432106543210A`[\"{{}BNAGl}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000E`[\"{{{AHMAh{c}}AHMAhGMCdIFje}{}{}{{GNHb{}{{GOOn{{HADn{BNCMb}}}}}}}}\",[\"Call\",\"\"]]000000000000000000000Ad[\"{AHMAhc{}}\",[\"T\"]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ab[\"{JKOdBJOBj}\",[]]Aa[\"{JKOdEDB`}\",[]]101010101010101010101010101010101010101010B`[\"{c{{HADn{e}}}{}{}}\",[\"U\",\"T\"]]00000000000000000000000000000000000000000000000000000Cd[\"{{{AHMAh{BIOCf}}}{{HADn{{AHMAh{GOOj}}EDB`}}}}\",[]]Ba[\"{BEOLh{{HADn{GOOjBEOLh}}}}\",[]]Cd[\"{{{AHMAh{BEOLh}}}{{HADn{{AHMAh{GOOj}}EDB`}}}}\",[]]33333333333333333333333333333333333333333333333Ba[\"{BEOLl{{HADn{GOOlBEOLl}}}}\",[]]Cd[\"{{{AHMAh{BEOLl}}}{{HADn{{AHMAh{GOOl}}EDB`}}}}\",[]]Cd[\"{{{AHMAh{BIOCj}}}{{HADn{{AHMAh{GOOl}}EDB`}}}}\",[]]666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666665436666666666666666666666666666666666666666666666621066666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666543666666666666666666666666666666666666666666666662106666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666654366666666666666666666666666666666666666666666666210666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666665436666666666666666666666666666666666666666666666621066666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666543666666666666666666666666666666666666666666666662106666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666654366666666666666666666666666666666666666666666666210666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666665436666666666666666666666666666666666666666666666621066666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666543666666666666666666666666666666666666666666666662106666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666654366666666666666666666666666666666666666666666666210666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666665436666666666666666666666666666666666666666666666621066666666666666666666666666666666666666666666Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]00000000000000000000Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]2Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]3Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]444444444444444Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]6Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]77777777777777777777777777Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]999999999999999Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]::Cg[\"{BFAD`{{HADn{{F@Kf{JLOh}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;Cg[\"{BF@Gl{{HADn{{F@Ij{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]>>>>>>>>>>>>>>>>>>>>Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222222222222222222222222Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]4Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]5Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]666666666666666Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]99999999999999999999999999Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]:Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;;;Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]<Cg[\"{BFADb{{HADn{{F@Kf{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]?????????????????????Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222222222222222222222222Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]4Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]5Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]666666666666666Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]99999999999999999999999999Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]:Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;;;Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]<Cg[\"{BFADb{{HADn{{F@Kf{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]?????????????????????Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222222222222222222222222Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]4Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]5Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]666666666666666Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]99999999999999999999999999Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]:Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;;;Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]<Cg[\"{BFADb{{HADn{{F@Kf{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]?????????????????????Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222222222222222222222222Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]4Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]5Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]666666666666666Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]99999999999999999999999999Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]:Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;;;Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]<Cg[\"{BFADb{{HADn{{F@Kf{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]?????????????????????Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222222222222222222222222Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]4Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]5Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]666666666666666Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]99999999999999999999999999Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]:Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;;;Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]<Cg[\"{BFADb{{HADn{{F@Kf{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]?????????????????????Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222222222222222222222222Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]4Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]5Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]666666666666666Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]99999999999999999999999999Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]:Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;;;Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]<Cg[\"{BFADb{{HADn{{F@Kf{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]?????????????????????Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222222222222222222222222Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]4Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]5Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]666666666666666Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]99999999999999999999999999Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]:Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;;;Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]<Cg[\"{BFADb{{HADn{{F@Kf{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]?????????????????????Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222222222222222222222222Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]4Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]5Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]666666666666666Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]99999999999999999999999999Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]:Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;;;Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]<Cg[\"{BFADb{{HADn{{F@Kf{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]?????????????????????Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222222222222222222222222Cg[\"{BF@Gd{{HADn{{F@Ij{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BF@Gd{{HADn{{F@Kb{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]4Cg[\"{BFACj{{HADn{{F@N`{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]5Cg[\"{BFACj{{HADn{{F@Kf{JLOb}}c}}}{}}\",[\"TryInto::Error\"]]666666666666666Cg[\"{BF@Gf{{HADn{{F@Ij{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFACl{{HADn{{F@Kf{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]8Cg[\"{BFACl{{HADn{{F@Nb{JLOd}}c}}}{}}\",[\"TryInto::Error\"]]99999999999999999999999999Cg[\"{BF@Gh{{HADn{{F@Ij{JLOf}}c}}}{}}\",[\"TryInto::Error\"]]:Cg[\"{BFACn{{HADn{{F@Kf{JLOf}}c}}}{}}\",[\"TryInto::Error\"]];;;;;;;;;;;;;;;Cg[\"{BF@Gj{{HADn{{F@Ij{JLOh}}c}}}{}}\",[\"TryInto::Error\"]]<Cg[\"{BFADb{{HADn{{F@Kf{JLOj}}c}}}{}}\",[\"TryInto::Error\"]]?????????????????????Cg[\"{BF@Gn{{HADn{{F@Ij{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Cg[\"{BFADd{{HADn{{F@Kf{JLOl}}c}}}{}}\",[\"TryInto::Error\"]]Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000Cg[\"{BF@H`{{HADn{{F@Ij{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]1Cg[\"{BFADf{{HADn{{F@Kf{JLOn}}c}}}{}}\",[\"TryInto::Error\"]]222222222Ak[\"{AHMAh{{FAAd{IFj}}}}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Kd[\"{{{AHMAh{BMO@f}}{BMIHb{c}}{AHMAh{c}}{AHMAh{{BJOBh{c}}}}GMCde{AHMAh{g}}BMKMf}{{BJODh{ic}}}BEOCf{}GNH`{}}\",[\"Call\",\"TransactionExtension::Implicit\",\"\",\"TransactionExtension::Val\"]]Kd[\"{{{AHMAh{BEOBl}}{BMIHb{c}}{AHMAh{c}}{AHMAh{{BJOBh{c}}}}GMCde{AHMAh{g}}BMKMf}{{BJODh{ic}}}BEOCf{}GNH`{}}\",[\"Call\",\"TransactionExtension::Implicit\",\"\",\"TransactionExtension::Val\"]]10101010101010101010Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Ea[\"{{{AHMAh{{AFN`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFd}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFf}\",[\"T\"]]Df[\"{{{AHMAh{BBFLn}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFM`}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFNl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFl}\",[\"T\"]]Df[\"{{{AHMAh{BBFMb}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFNn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNFn}\",[\"T\"]]Df[\"{{{AHMAh{BBFMd}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Df[\"{{{AHMAh{BBFMf}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFO`{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNG`}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOb{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGb}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOd{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGd}\",[\"T\"]]Df[\"{{{AHMAh{BBFMh}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOf{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGf}\",[\"T\"]]Df[\"{{{AHMAh{BBFMj}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}}\",[]]Ea[\"{{{AHMAh{{AFOh{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGh}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOj{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGj}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOl{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGl}\",[\"T\"]]Ea[\"{{{AHMAh{{AFOn{c}}}}BMKMf}{{GOLn{{HADn{{GMCb{BMIHfHCKl}}BNCIb}}}}}GNGn}\",[\"T\"]]Bb[\"{GMCd{{AHMAh{ADNbc}}}{}}\",[\"T\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aj[\"{AHMAh{{IIn{IFj}}}}\",[]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbe}}}EDB`GNFd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Eb[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbe}}}EDB`{}{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbe}}}EDB`GNFf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbe}}}EDB`GNFh{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFBh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFAb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{AFNh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbe}}}EDB`GNFj{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbe}}}EDB`GNFl{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFACn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbe}}}EDB`GNFn{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADb}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbe}}}EDB`GNG`{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dg[\"{{{AHMAh{GOOl}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbe}}}EDB`GNGb{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbe}}}EDB`GNGd{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADd}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ed[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbe}}}EDB`GNGf{H@@`F@Nf}}\",[\"T\",\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Dh[\"{{{AHMAh{BFADf}}{AHMAh{ADNbc}}}EDB`{H@@`F@Nf}}\",[\"__CodecOutputEdqy\"]]Ah[\"{{}{{FAAd{IFj}}}}\",[]]00B`[\"{{}{{GOLn{{FAAd{IFj}}}}}}\",[]]0111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111Bh[\"{{{AHMAh{BMNNh}}c}HADnAKD@h}\",[\"__S\"]]Bh[\"{{{AHMAh{BMNNj}}c}HADnAKD@h}\",[\"__S\"]]Bh[\"{{{AHMAh{BMNNl}}c}HADnAKD@h}\",[\"__S\"]]Bh[\"{{{AHMAh{BMNNn}}c}HADnAKD@h}\",[\"__S\"]]Bh[\"{{{AHMAh{BMNO`}}c}HADnAKD@h}\",[\"__S\"]]Ce[\"{{{AHMAh{{BIMOd{c}}}}e}HADnGNGbAKD@h}\",[\"T\",\"__S\"]]Bh[\"{{{AHMAh{BMNOb}}c}HADnAKD@h}\",[\"__S\"]]Bh[\"{{{AHMAh{BMNOd}}c}HADnAKD@h}\",[\"__S\"]]76543210765432107654321076543210765432107654321076543210765432107654321076543210Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNb{c}}}}}GMCdGNFd}\",[\"T\"]]Bf[\"{{{AHMAh{{F@Kb{c}}}}}GMCd{}}\",[\"T\"]]Bh[\"{{{AHMAh{{F@N`{c}}}}}GMCdGNFf}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}GMCdGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLd}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gd}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLf}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gf}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}GMCdGNFh}\",[\"T\"]]Am[\"{{{AHMAh{BBFBh}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFAb}}}GMCd}\",[]]Al[\"{{{AHMAh{AFNh}}}GMCd}\",[]]Am[\"{{{AHMAh{BMO@f}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOBl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNj{c}}}}}GMCdGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}GMCdGNFl}\",[\"T\"]]Al[\"{{{AHMAh{GOOj}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMb}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLh}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gh}}}GMCd}\",[]]Am[\"{{{AHMAh{BFACn}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}GMCdGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLj}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gj}}}GMCd}\",[]]Am[\"{{{AHMAh{BFAD`}}}GMCd}\",[]]Am[\"{{{AHMAh{BBFMf}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLl}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gl}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADb}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}GMCdGNG`}\",[\"T\"]]Al[\"{{{AHMAh{GOOl}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOb{c}}}}}GMCdGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}GMCdGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOLn}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@Gn}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADd}}}GMCd}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}GMCdGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}GMCd}\",[]]Am[\"{{{AHMAh{BEOM`}}}GMCd}\",[]]Am[\"{{{AHMAh{BF@H`}}}GMCd}\",[]]Am[\"{{{AHMAh{BFADf}}}GMCd}\",[]]Ao[\"{AHMAh{{GOLn{c}}}{}}\",[\"SS\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000o[\"{{}AG@b}\",[]]00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Am[\"{AHMAh{{AHMAh{AEGn}}}}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ej[\"{{{AHMAh{ADNbBIOCb}}e}EDB`{}{{Cb{{AHMAh{c}}}{{GOOn{AGIn}}}}}}\",[\"OriginTrait::Call\",\"\"]]Ej[\"{{{AHMAh{ADNbBIOCd}}e}EDB`{}{{Cb{{AHMAh{c}}}{{GOOn{AGIn}}}}}}\",[\"OriginTrait::Call\",\"\"]]Ej[\"{{{AHMAh{ADNbBIOCf}}e}EDB`{}{{Cb{{AHMAh{c}}}{{GOOn{AGIn}}}}}}\",[\"OriginTrait::Call\",\"\"]]Ej[\"{{{AHMAh{ADNbBIOCh}}e}EDB`{}{{Cb{{AHMAh{c}}}{{GOOn{AGIn}}}}}}\",[\"OriginTrait::Call\",\"\"]]Ej[\"{{{AHMAh{ADNbBIOCj}}e}EDB`{}{{Cb{{AHMAh{c}}}{{GOOn{AGIn}}}}}}\",[\"OriginTrait::Call\",\"\"]]Ej[\"{{{AHMAh{ADNbBIOCl}}e}EDB`{}{{Cb{{AHMAh{c}}}{{GOOn{AGIn}}}}}}\",[\"OriginTrait::Call\",\"\"]]Ej[\"{{{AHMAh{ADNbBIOCn}}e}EDB`{}{{Cb{{AHMAh{c}}}{{GOOn{AGIn}}}}}}\",[\"OriginTrait::Call\",\"\"]]6543210654321065432106543210654321065432106543210654321065432106543210Bj[\"{{{AHMAh{ADNb}}}{{AHMAh{ADNbIFl}}}}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ak[\"{AHMAh{{FAAd{IFj}}}}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bm[\"{{{AHMAh{ADNb}}}{{AHMAh{ADNbc}}}{}}\",[\"T\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bg[\"{{AHMAh{AHMAh{ADNbc}}}EDB`{}}\",[\"T\"]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D`[\"{{{AHMAh{ADNb{AHMAh{{GM@d{IFj}}}}}}}{{HADn{cF@Il}}}{}}\",[\"T\"]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bc[\"{{AHMAh{AHMAh{c}}}AGIn{}}\",[\"K\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ad[\"{{}c{}}\",[\"Dest\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{e}}}AGInGNFb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{e}}}AGInGNFd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{e}}}AGInGNFf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFLn}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFM`}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{e}}}AGInGNFh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{e}}}AGInGNFj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{e}}}AGInGNFl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMb}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{e}}}AGInGNFn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMd}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMf}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{e}}}AGInGNG`{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{e}}}AGInGNGb{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{e}}}AGInGNGd{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMh}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{e}}}AGInGNGf{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Da[\"{{{AHMAh{BBFMj}}{AHMAh{c}}}AGIn{}}\",[\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{e}}}AGInGNGh{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{e}}}AGInGNGj{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{e}}}AGInGNGl{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]Dm[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{e}}}AGInGNGn{}}\",[\"T\",\"CheckIfFeeless::Origin\"]]o[\"{{}EDB`}\",[]]00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ab[\"{BMLOdAEH`}\",[]]0000000000Ac[\"{BMNO`BLHMb}\",[]]0000000000Bf[\"{{{AHMAh{ADNbBIOCb}}BEOLd}EDB`}\",[]]Bf[\"{{{AHMAh{ADNbBIOCd}}BEOLf}EDB`}\",[]]Bf[\"{{{AHMAh{ADNbBIOCf}}BEOLh}EDB`}\",[]]Bf[\"{{{AHMAh{ADNbBIOCh}}BEOLj}EDB`}\",[]]Bf[\"{{{AHMAh{ADNbBIOCj}}BEOLl}EDB`}\",[]]Bf[\"{{{AHMAh{ADNbBIOCl}}BEOLn}EDB`}\",[]]Bf[\"{{{AHMAh{ADNbBIOCn}}BEOM`}EDB`}\",[]]6543210654321065432106543210654321065432106543210654321065432106543210Am[\"{{{AHMAh{BBGFh}}}AEH`}\",[]]Am[\"{{{AHMAh{BBGFj}}}AEH`}\",[]]Am[\"{{{AHMAh{BBGFl}}}AEH`}\",[]]Am[\"{{{AHMAh{BBGFn}}}AEH`}\",[]]Am[\"{{{AHMAh{BBGG`}}}AEH`}\",[]]Am[\"{{{AHMAh{BBGGb}}}AEH`}\",[]]Am[\"{{{AHMAh{BBGGd}}}AEH`}\",[]]6543210654321065432106543210654321065432106543210654321065432106543210Bf[\"{{AHMAhJLFd}{{KA@l{ADNbEDB`}}}}\",[]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bc[\"{c{{HADn{BMNNh}}}BEOCb}\",[\"__D\"]]Bc[\"{c{{HADn{BMNNj}}}BEOCb}\",[\"__D\"]]Bc[\"{c{{HADn{BMNNl}}}BEOCb}\",[\"__D\"]]Bc[\"{c{{HADn{BMNNn}}}BEOCb}\",[\"__D\"]]Bc[\"{c{{HADn{BMNO`}}}BEOCb}\",[\"__D\"]]C`[\"{c{{HADn{{BIMOd{e}}}}}BEOCbGNGb}\",[\"__D\",\"T\"]]Bc[\"{c{{HADn{BMNOb}}}BEOCb}\",[\"__D\"]]Bc[\"{c{{HADn{BMNOd}}}BEOCb}\",[\"__D\"]]76543210765432107654321076543210765432107654321076543210765432107654321076543210n[\"{BMHDl}\",[]]n[\"{BMLNd}\",[]]n[\"{BMLNl}\",[]]210210210210210210210210210210Cl[\"{{{AHMAh{BIOCb}}{AHMAh{c}}}AGIn{}}\",[\"OriginTrait::Call\"]]Cl[\"{{{AHMAh{BIOCd}}{AHMAh{c}}}AGIn{}}\",[\"OriginTrait::Call\"]]Cl[\"{{{AHMAh{BIOCf}}{AHMAh{c}}}AGIn{}}\",[\"OriginTrait::Call\"]]Cl[\"{{{AHMAh{BIOCh}}{AHMAh{c}}}AGIn{}}\",[\"OriginTrait::Call\"]]Cl[\"{{{AHMAh{BIOCj}}{AHMAh{c}}}AGIn{}}\",[\"OriginTrait::Call\"]]Cl[\"{{{AHMAh{BIOCl}}{AHMAh{c}}}AGIn{}}\",[\"OriginTrait::Call\"]]Cl[\"{{{AHMAh{BIOCn}}{AHMAh{c}}}AGIn{}}\",[\"OriginTrait::Call\"]]6543210654321065432106543210654321065432106543210654321065432106543210Bc[\"{{{AHMAh{c}}}e{}{}}\",[\"SS\",\"SP\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bb[\"{{{Cd{c}}}{{Cd{IFl}}}{}}\",[\"T\"]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bm[\"{BIOCbc{}}\",[\"OriginTrait::PalletsOrigin\"]]Bm[\"{BIOCdc{}}\",[\"OriginTrait::PalletsOrigin\"]]Bm[\"{BIOCfc{}}\",[\"OriginTrait::PalletsOrigin\"]]Bm[\"{BIOChc{}}\",[\"OriginTrait::PalletsOrigin\"]]Bm[\"{BIOCjc{}}\",[\"OriginTrait::PalletsOrigin\"]]Bm[\"{BIOClc{}}\",[\"OriginTrait::PalletsOrigin\"]]Bm[\"{BIOCnc{}}\",[\"OriginTrait::PalletsOrigin\"]]6543210654321065432106543210654321065432106543210654321065432106543210Am[\"{BEOLd{{GOLn{AG@Fb}}}}\",[]]Am[\"{BEOLf{{GOLn{AG@Fb}}}}\",[]]Am[\"{BEOLh{{GOLn{AG@Fb}}}}\",[]]Am[\"{BEOLj{{GOLn{AG@Fb}}}}\",[]]Am[\"{BEOLl{{GOLn{AG@Fb}}}}\",[]]Am[\"{BEOLn{{GOLn{AG@Fb}}}}\",[]]Am[\"{BEOM`{{GOLn{AG@Fb}}}}\",[]]6543210654321065432106543210654321065432106543210654321065432106543210Ab[\"{AHMAhAGIn}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000Cm[\"{{{AHMAh{BBFLn}}}{{GOLn{{AHMAh{{BLHKl{HCJlJLOb}}}}}}}}\",[]]Cm[\"{{{AHMAh{BBFLn}}}{{GOLn{{AHMAh{{BLHKl{KNJ`JLOb}}}}}}}}\",[]]Cm[\"{{{AHMAh{BBFM`}}}{{GOLn{{AHMAh{{BLHKl{JLCfJLOd}}}}}}}}\",[]]Cm[\"{{{AHMAh{BBFM`}}}{{GOLn{{AHMAh{{BLHKl{HCJnJLOd}}}}}}}}\",[]]Cn[\"{{{AHMAh{BBFMb}}}{{GOLn{{AHMAh{{BLHKl{BNA@bJLOf}}}}}}}}\",[]]Cm[\"{{{AHMAh{BBFMb}}}{{GOLn{{AHMAh{{BLHKl{HCK`JLOf}}}}}}}}\",[]]Cn[\"{{{AHMAh{BBFMd}}}{{GOLn{{AHMAh{{BLHKl{BNCI`JLOh}}}}}}}}\",[]]Cm[\"{{{AHMAh{BBFMd}}}{{GOLn{{AHMAh{{BLHKl{HCKbJLOh}}}}}}}}\",[]]Cn[\"{{{AHMAh{BBFMf}}}{{GOLn{{AHMAh{{BLHKl{AG@@hJLOj}}}}}}}}\",[]]Cn[\"{{{AHMAh{BBFMf}}}{{GOLn{{AHMAh{{BLHKl{AG@F`JLOj}}}}}}}}\",[]]Cm[\"{{{AHMAh{BBFMf}}}{{GOLn{{AHMAh{{BLHKl{HCKdJLOj}}}}}}}}\",[]]Cm[\"{{{AHMAh{BBFMh}}}{{GOLn{{AHMAh{{BLHKl{HCKfJLOl}}}}}}}}\",[]]Cn[\"{{{AHMAh{BBFMh}}}{{GOLn{{AHMAh{{BLHKl{BNDKhJLOl}}}}}}}}\",[]]Cm[\"{{{AHMAh{BBFMj}}}{{GOLn{{AHMAh{{BLHKl{HCKhJLOn}}}}}}}}\",[]]=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210=<;:9876543210Ab[\"{JKOdBJOBj}\",[]]Aa[\"{JKOdEDB`}\",[]]10101010101010101010Aj[\"{{}{{AHMAh{AEGn}}}}\",[]]00Bb[\"{{}{{GOLn{{AHMAh{AEGn}}}}}}\",[]]0111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111B`[\"{{{BJOBf{c}}}EDB`GNFb}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFd}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFf}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFh}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFj}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFl}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFn}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNG`}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGb}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGd}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGf}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGh}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGj}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGl}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGn}\",[\"T\"]]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Am[\"{HCKl{{BNCMb{BMIHd}}}}\",[]]0000000000Ba[\"{{{AFOMl{c}}}BJOBjGNFj}\",[\"T\"]]o[\"{{}EDB`}\",[]]10101010101010101010Bd[\"{{{IFn{c}}}{{IFn{IFl}}}{}}\",[\"T\"]]00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ab[\"{AHMAhAGIn}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Db[\"{{{AHMAh{c}}}{{HADn{EDB`BNCIb}}}{}}\",[\"ValidateUnsigned::Call\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000Ba[\"{{{AHMAh{ADNbBIOCb}}}EDB`}\",[]]Ba[\"{{{AHMAh{ADNbBIOCd}}}EDB`}\",[]]Ba[\"{{{AHMAh{ADNbBIOCf}}}EDB`}\",[]]Ba[\"{{{AHMAh{ADNbBIOCh}}}EDB`}\",[]]Ba[\"{{{AHMAh{ADNbBIOCj}}}EDB`}\",[]]Ba[\"{{{AHMAh{ADNbBIOCl}}}EDB`}\",[]]Ba[\"{{{AHMAh{ADNbBIOCn}}}EDB`}\",[]]6543210654321065432106543210654321065432106543210654321065432106543210Ai[\"{{}{{IIn{BBGGf}}}}\",[]]00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C`[\"{{AHMAh{AHMAh{{GM@d{IFj}}}}}{{IIn{IFj}}}}\",[]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ak[\"{{}{{HADn{c}}}{}}\",[\"U\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ca[\"{{{AHMAh{BEOLd}}}{{GOLn{{AHMAh{AG@Fb}}}}}}\",[]]Ca[\"{{{AHMAh{BEOLf}}}{{GOLn{{AHMAh{AG@Fb}}}}}}\",[]]Ca[\"{{{AHMAh{BEOLh}}}{{GOLn{{AHMAh{AG@Fb}}}}}}\",[]]Ca[\"{{{AHMAh{BEOLj}}}{{GOLn{{AHMAh{AG@Fb}}}}}}\",[]]Ca[\"{{{AHMAh{BEOLl}}}{{GOLn{{AHMAh{AG@Fb}}}}}}\",[]]Ca[\"{{{AHMAh{BEOLn}}}{{GOLn{{AHMAh{AG@Fb}}}}}}\",[]]Ca[\"{{{AHMAh{BEOM`}}}{{GOLn{{AHMAh{AG@Fb}}}}}}\",[]]6543210654321065432106543210654321065432106543210654321065432106543210A`[\"{{}BEOC`}\",[]]00Aj[\"{{}{{GOLn{BEOC`}}}}\",[]]0111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111Cc[\"{{{AHMAh{{AFN`{c}}}}}{{AHMAh{AEGn}}}GNFb}\",[\"T\"]]Cc[\"{{{AHMAh{{AFNb{c}}}}}{{AHMAh{AEGn}}}GNFd}\",[\"T\"]]Cc[\"{{{AHMAh{{AFNd{c}}}}}{{AHMAh{AEGn}}}GNFf}\",[\"T\"]]Cc[\"{{{AHMAh{{AFNf{c}}}}}{{AHMAh{AEGn}}}GNFh}\",[\"T\"]]Cc[\"{{{AHMAh{{AFNj{c}}}}}{{AHMAh{AEGn}}}GNFj}\",[\"T\"]]Cc[\"{{{AHMAh{{AFNl{c}}}}}{{AHMAh{AEGn}}}GNFl}\",[\"T\"]]Cc[\"{{{AHMAh{{AFNn{c}}}}}{{AHMAh{AEGn}}}GNFn}\",[\"T\"]]Cc[\"{{{AHMAh{{AFO`{c}}}}}{{AHMAh{AEGn}}}GNG`}\",[\"T\"]]Cc[\"{{{AHMAh{{AFOb{c}}}}}{{AHMAh{AEGn}}}GNGb}\",[\"T\"]]Cc[\"{{{AHMAh{{AFOd{c}}}}}{{AHMAh{AEGn}}}GNGd}\",[\"T\"]]Cc[\"{{{AHMAh{{AFOf{c}}}}}{{AHMAh{AEGn}}}GNGf}\",[\"T\"]]Cc[\"{{{AHMAh{{AFOh{c}}}}}{{AHMAh{AEGn}}}GNGh}\",[\"T\"]]Cc[\"{{{AHMAh{{AFOj{c}}}}}{{AHMAh{AEGn}}}GNGj}\",[\"T\"]]Cc[\"{{{AHMAh{{AFOl{c}}}}}{{AHMAh{AEGn}}}GNGl}\",[\"T\"]]Cc[\"{{{AHMAh{{AFOn{c}}}}}{{AHMAh{AEGn}}}GNGn}\",[\"T\"]]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210B`[\"{{{BJOBf{c}}}HCKlGNFb}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNFd}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNFf}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNFh}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNFj}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNFl}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNFn}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNG`}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNGb}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNGd}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNGf}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNGh}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNGj}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNGl}\",[\"T\"]]B`[\"{{{BJOBf{c}}}HCKlGNGn}\",[\"T\"]]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Dh[\"{{AHMAheAGIn}c{}{{GNHb{{AHMAh{{GM@d{IFj}}}}}{{GOOn{c}}}}}}\",[\"R\",\"F\"]]000000000000000000000000Gi[\"{{{AHMAh{BEOBl}}e}c{}{{GNHb{{AHMAh{{GM@d{IFj}}}}}{{GOOn{c}}}}}}\",[\"__CodecOutputReturn\",\"__CodecUsingEncodedCallback\"]]111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111111111111111111111111111101111111111111111111111111111111111111111111111111111111111111111111111111111111111110111111111111111111111111111111111111111111111111111111111111111111111111111111111111011111111111111111111111111111111111111111111111111111111111Do[\"{{AHMAh{AHMAh{c}}AHMAhGMCdBMKMfIFj}{{HADn{{GMCb{BMIHf}}BNCIb}}}{}}\",[\"Call\"]]000000000000000000000Bg[\"{{{AHMAh{{AFN`{c}}}}}IFjGNFb}\",[\"T\"]]Bg[\"{{{AHMAh{{AFNb{c}}}}}IFjGNFd}\",[\"T\"]]Bg[\"{{{AHMAh{{AFNd{c}}}}}IFjGNFf}\",[\"T\"]]Bg[\"{{{AHMAh{{AFNf{c}}}}}IFjGNFh}\",[\"T\"]]Bg[\"{{{AHMAh{{AFNj{c}}}}}IFjGNFj}\",[\"T\"]]Bg[\"{{{AHMAh{{AFNl{c}}}}}IFjGNFl}\",[\"T\"]]Bg[\"{{{AHMAh{{AFNn{c}}}}}IFjGNFn}\",[\"T\"]]Bg[\"{{{AHMAh{{AFO`{c}}}}}IFjGNG`}\",[\"T\"]]Bg[\"{{{AHMAh{{AFOb{c}}}}}IFjGNGb}\",[\"T\"]]Bg[\"{{{AHMAh{{AFOd{c}}}}}IFjGNGd}\",[\"T\"]]Bg[\"{{{AHMAh{{AFOf{c}}}}}IFjGNGf}\",[\"T\"]]Bg[\"{{{AHMAh{{AFOh{c}}}}}IFjGNGh}\",[\"T\"]]Bg[\"{{{AHMAh{{AFOj{c}}}}}IFjGNGj}\",[\"T\"]]Bg[\"{{{AHMAh{{AFOl{c}}}}}IFjGNGl}\",[\"T\"]]Bg[\"{{{AHMAh{{AFOn{c}}}}}IFjGNGn}\",[\"T\"]]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Bk[\"{{}{{AHMAh{{GM@d{{AHMAh{AEGn}}}}}}}}\",[]]00Ch[\"{{{AHMAh{AEGn}}}{{AHMAh{{GM@d{{AHMAh{AEGn}}}}}}}}\",[]]0111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111111001110100111010111111100111010011101011111110011101001110101111o[\"{{}EDB`}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aj[\"{AHMAh{{IIn{IFj}}}}\",[]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aa[\"{{}c{}}\",[\"T\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bc[\"{{AHMAh{KA@l{ADNbIFj}}}EDB`}\",[]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ab[\"{BLHMbGOLn}\",[]]Ab[\"{BIMOdGOLn}\",[]]10101010101010101010o[\"{{}GMCd}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B`[\"{{{BJOBf{c}}}EDB`GNFb}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFd}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFf}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFh}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFj}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFl}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNFn}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNG`}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGb}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGd}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGf}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGh}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGj}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGl}\",[\"T\"]]B`[\"{{{BJOBf{c}}}EDB`GNGn}\",[\"T\"]]>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210>=<;:9876543210Ba[\"{{{AFOMl{c}}}BJOBjGNFl}\",[\"T\"]]o[\"{{}EDB`}\",[]]10101010101010101010Cc[\"{{{AHMAh{ADNbBIOCb}}c}EDB`{{AG@`{BIOCb}}}}\",[\"\"]]Cc[\"{{{AHMAh{ADNbBIOCd}}c}EDB`{{AG@`{BIOCd}}}}\",[\"\"]]Cc[\"{{{AHMAh{ADNbBIOCf}}c}EDB`{{AG@`{BIOCf}}}}\",[\"\"]]Cc[\"{{{AHMAh{ADNbBIOCh}}c}EDB`{{AG@`{BIOCh}}}}\",[\"\"]]Cc[\"{{{AHMAh{ADNbBIOCj}}c}EDB`{{AG@`{BIOCj}}}}\",[\"\"]]Cc[\"{{{AHMAh{ADNbBIOCl}}c}EDB`{{AG@`{BIOCl}}}}\",[\"\"]]Cc[\"{{{AHMAh{ADNbBIOCn}}c}EDB`{{AG@`{BIOCn}}}}\",[\"\"]]6543210654321065432106543210654321065432106543210654321065432106543210o[\"{{}HCKl}\",[]]Be[\"{{{AFOMl{c}}AEH`}BJOBjGNGf}\",[\"T\"]]Aa[\"{AEH`EDB`}\",[]]210210210210210210210210210210Ab[\"{JKOdBJOBj}\",[]]0000000000Fg[\"{{BIOCbg}{{HADn{eBIOCb}}}{}{}{{GNHb{c}{{GOOn{{HADn{ec}}}}}}}}\",[\"OriginTrait::PalletsOrigin\",\"R\",\"\"]]Fg[\"{{BIOCdg}{{HADn{eBIOCd}}}{}{}{{GNHb{c}{{GOOn{{HADn{ec}}}}}}}}\",[\"OriginTrait::PalletsOrigin\",\"R\",\"\"]]Fg[\"{{BIOCfg}{{HADn{eBIOCf}}}{}{}{{GNHb{c}{{GOOn{{HADn{ec}}}}}}}}\",[\"OriginTrait::PalletsOrigin\",\"R\",\"\"]]Fg[\"{{BIOChg}{{HADn{eBIOCh}}}{}{}{{GNHb{c}{{GOOn{{HADn{ec}}}}}}}}\",[\"OriginTrait::PalletsOrigin\",\"R\",\"\"]]Fg[\"{{BIOCjg}{{HADn{eBIOCj}}}{}{}{{GNHb{c}{{GOOn{{HADn{ec}}}}}}}}\",[\"OriginTrait::PalletsOrigin\",\"R\",\"\"]]Fg[\"{{BIOClg}{{HADn{eBIOCl}}}{}{}{{GNHb{c}{{GOOn{{HADn{ec}}}}}}}}\",[\"OriginTrait::PalletsOrigin\",\"R\",\"\"]]Fg[\"{{BIOCng}{{HADn{eBIOCn}}}{}{}{{GNHb{c}{{GOOn{{HADn{ec}}}}}}}}\",[\"OriginTrait::PalletsOrigin\",\"R\",\"\"]]6543210654321065432106543210654321065432106543210654321065432106543210Ba[\"{{}{{AHMAh{{GM@d{IFj}}}}}}\",[]]00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bk[\"{{}{{AHMAh{{GM@d{{AHMAh{AEGn}}}}}}}}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000Aj[\"{AHMAh{{IIn{IFj}}}}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000An[\"{{{AHMAh{BBFLn}}}BEOBn}\",[]]An[\"{{{AHMAh{BBFM`}}}BEOBn}\",[]]An[\"{{{AHMAh{BBFMb}}}BEOBn}\",[]]An[\"{{{AHMAh{BBFMd}}}BEOBn}\",[]]An[\"{{{AHMAh{BBFMf}}}BEOBn}\",[]]An[\"{{{AHMAh{BBFMh}}}BEOBn}\",[]]An[\"{{{AHMAh{BBFMj}}}BEOBn}\",[]]Bi[\"{{{AHMAh{{AFN`{c}}}}}BEOCdGNFb}\",[\"T\"]]Bi[\"{{{AHMAh{{AFNb{c}}}}}BEOCdGNFd}\",[\"T\"]]Bi[\"{{{AHMAh{{AFNd{c}}}}}BEOCdGNFf}\",[\"T\"]]An[\"{{{AHMAh{BBFLn}}}BEOCd}\",[]]An[\"{{{AHMAh{BBFM`}}}BEOCd}\",[]]Bi[\"{{{AHMAh{{AFNf{c}}}}}BEOCdGNFh}\",[\"T\"]]Bi[\"{{{AHMAh{{AFNj{c}}}}}BEOCdGNFj}\",[\"T\"]]Bi[\"{{{AHMAh{{AFNl{c}}}}}BEOCdGNFl}\",[\"T\"]]An[\"{{{AHMAh{BBFMb}}}BEOCd}\",[]]Bi[\"{{{AHMAh{{AFNn{c}}}}}BEOCdGNFn}\",[\"T\"]]An[\"{{{AHMAh{BBFMd}}}BEOCd}\",[]]An[\"{{{AHMAh{BBFMf}}}BEOCd}\",[]]Bi[\"{{{AHMAh{{AFO`{c}}}}}BEOCdGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{{AFOb{c}}}}}BEOCdGNGb}\",[\"T\"]]Bi[\"{{{AHMAh{{AFOd{c}}}}}BEOCdGNGd}\",[\"T\"]]An[\"{{{AHMAh{BBFMh}}}BEOCd}\",[]]Bi[\"{{{AHMAh{{AFOf{c}}}}}BEOCdGNGf}\",[\"T\"]]An[\"{{{AHMAh{BBFMj}}}BEOCd}\",[]]Bi[\"{{{AHMAh{{AFOh{c}}}}}BEOCdGNGh}\",[\"T\"]]Bi[\"{{{AHMAh{{AFOj{c}}}}}BEOCdGNGj}\",[\"T\"]]Bi[\"{{{AHMAh{{AFOl{c}}}}}BEOCdGNGl}\",[\"T\"]]Bi[\"{{{AHMAh{{AFOn{c}}}}}BEOCdGNGn}\",[\"T\"]]Ah[\"{{}{{IIn{AEH`}}}}\",[]]000000Be[\"{{{AFOMl{c}}AEH`}BJOBjGNGf}\",[\"T\"]]Aa[\"{AEH`EDB`}\",[]]Be[\"{{{AFOMl{c}}AEH`}BNCO`GNGf}\",[\"T\"]]1Bi[\"{{{AFOMl{c}}AEH`AEH`}BJOBjGNFh}\",[\"T\"]]Ag[\"{{AEH`AEH`}EDB`}\",[]]Ci[\"{{BMKMf{AHMAh{c}}}BMMFj{}}\",[\"ValidateUnsigned::Call\"]]000000Dh[\"{{{AHMAh{{BIMOd{c}}}}{AHMAh{ADNbJM@`}}}{{HADn{EDB`HAE`}}}GNGb}\",[\"T\"]]o[\"{{}HCKl}\",[]]00000000000000Am[\"{BIMMn{{GOLn{BF@Gd}}}}\",[]]Am[\"{BIMMn{{GOLn{BF@Gf}}}}\",[]]Am[\"{BIMMn{{GOLn{BF@Gh}}}}\",[]]Am[\"{BIMMn{{GOLn{BF@Gj}}}}\",[]]Am[\"{BIMMn{{GOLn{BF@Gl}}}}\",[]]Am[\"{BIMMn{{GOLn{BF@Gn}}}}\",[]]Am[\"{BIMMn{{GOLn{BF@H`}}}}\",[]]Al[\"{AEH`{{GOLn{BJODb}}}}\",[]]000000Ae[\"{AHMAhc{}}\",[\"SS\"]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Bh[\"{{{AHMAh{{AFN`{c}}}}}HCKlGNFb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNb{c}}}}}HCKlGNFd}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNd{c}}}}}HCKlGNFf}\",[\"T\"]]Am[\"{{{AHMAh{BBFLn}}}HCKl}\",[]]Am[\"{{{AHMAh{BBFM`}}}HCKl}\",[]]Bh[\"{{{AHMAh{{AFNf{c}}}}}HCKlGNFh}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNj{c}}}}}HCKlGNFj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFNl{c}}}}}HCKlGNFl}\",[\"T\"]]Am[\"{{{AHMAh{BBFMb}}}HCKl}\",[]]Bh[\"{{{AHMAh{{AFNn{c}}}}}HCKlGNFn}\",[\"T\"]]Am[\"{{{AHMAh{BBFMd}}}HCKl}\",[]]Am[\"{{{AHMAh{BBFMf}}}HCKl}\",[]]Bh[\"{{{AHMAh{{AFO`{c}}}}}HCKlGNG`}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOb{c}}}}}HCKlGNGb}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOd{c}}}}}HCKlGNGd}\",[\"T\"]]Am[\"{{{AHMAh{BBFMh}}}HCKl}\",[]]Bh[\"{{{AHMAh{{AFOf{c}}}}}HCKlGNGf}\",[\"T\"]]Am[\"{{{AHMAh{BBFMj}}}HCKl}\",[]]Bh[\"{{{AHMAh{{AFOh{c}}}}}HCKlGNGh}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOj{c}}}}}HCKlGNGj}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOl{c}}}}}HCKlGNGl}\",[\"T\"]]Bh[\"{{{AHMAh{{AFOn{c}}}}}HCKlGNGn}\",[\"T\"]]Bb[\"{{cAHMAhGMCdIFj}{}{}}\",[\"Call\"]]0Am[\"{{}{{AFOb{c}}}GNGb}\",[\"T\"]]Am[\"{{}{{AFO`{c}}}GNG`}\",[\"T\"]]Am[\"{{}{{AFOd{c}}}GNGd}\",[\"T\"]]Cl[\"{{{AHMAh{c}}AHMAhGMCdIFj}{{HADn{GMCbBNCIb}}}{}}\",[\"Call\"]]0Ci[\"{{{AHMAh{ADNbc}}GMCd}{{HADn{eF@Il}}}F@Nd{}}\",[\"I\",\"T\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Ag[\"{{}{{IIn{IFj}}}}\",[]]Cc[\"{{BJOF`{IIn{IFj}}}{{HADn{{IIn{IFj}}BNCMd}}}}\",[]]000000Aa[\"{{}c{}}\",[\"T\"]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Dk[\"{{{AFN`{c}}e}BNCO`GNFb{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Dk[\"{{{AFNb{c}}e}BNCO`GNFd{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Dk[\"{{{AFNd{c}}e}BNCO`GNFf{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Aj[\"{{BBFLnBIOCb}BNCO`}\",[]]Aj[\"{{BBFM`BIOCd}BNCO`}\",[]]Dk[\"{{{AFNf{c}}e}BNCO`GNFh{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Dk[\"{{{AFNj{c}}e}BNCO`GNFj{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Dk[\"{{{AFNl{c}}e}BNCO`GNFl{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Aj[\"{{BBFMbBIOCf}BNCO`}\",[]]Dk[\"{{{AFNn{c}}e}BNCO`GNFn{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Aj[\"{{BBFMdBIOCh}BNCO`}\",[]]Aj[\"{{BBFMfBIOCj}BNCO`}\",[]]Dk[\"{{{AFO`{c}}e}BNCO`GNG`{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Dk[\"{{{AFOb{c}}e}BNCO`GNGb{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Dk[\"{{{AFOd{c}}e}BNCO`GNGd{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Aj[\"{{BBFMhBIOCl}BNCO`}\",[]]Dk[\"{{{AFOf{c}}e}BNCO`GNGf{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Aj[\"{{BBFMjBIOCn}BNCO`}\",[]]Dk[\"{{{AFOh{c}}e}BNCO`GNGh{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Dk[\"{{{AFOj{c}}e}BNCO`GNGj{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Dk[\"{{{AFOl{c}}e}BNCO`GNGl{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Dk[\"{{{AFOn{c}}e}BNCO`GNGn{}}\",[\"T\",\"UnfilteredDispatchable::RuntimeOrigin\"]]Fb[\"{{{AHMAh{BJOF`}}{AHMAh{ADNb{AHMAh{{GM@d{IFj}}}}}}{AHMAh{ADNbc}}}{{HADn{EDB`BNCMd}}}H@@`}\",[\"O\"]]000000000000000000000Ba[\"{{{AFOMl{c}}}BJOBjGNFn}\",[\"T\"]]o[\"{{}EDB`}\",[]]Am[\"{{}{{AFO`{c}}}GNG`}\",[\"T\"]]Bh[\"{{{AHMAh{BIOCb}}}{{GOLn{AHMAh}}}}\",[]]Bh[\"{{{AHMAh{BIOCd}}}{{GOLn{AHMAh}}}}\",[]]Bh[\"{{{AHMAh{BIOCf}}}{{GOLn{AHMAh}}}}\",[]]Bh[\"{{{AHMAh{BIOCh}}}{{GOLn{AHMAh}}}}\",[]]Bh[\"{{{AHMAh{BIOCj}}}{{GOLn{AHMAh}}}}\",[]]Bh[\"{{{AHMAh{BIOCl}}}{{GOLn{AHMAh}}}}\",[]]Bh[\"{{{AHMAh{BIOCn}}}{{GOLn{AHMAh}}}}\",[]]Ci[\"{{AEH`{AHMAh{ADNbc}}}{{HADn{eF@Il}}}F@Nd{}}\",[\"I\",\"T\"]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aa[\"{{}c{}}\",[\"U\"]]000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Cg[\"{{}c{}}\",[\"GetStorageVersion::InCodeStorageVersion\"]]00000000000000Ab[\"{JKOdBJOBj}\",[]]A`[\"{{}BJODf}\",[]]00000000000000Ai[\"{{}{{IIn{BMKMd}}}}\",[]]00000000000000Am[\"{{{AHMAh{BIOCb}}}AGIn}\",[]]Am[\"{{{AHMAh{BIOCd}}}AGIn}\",[]]Am[\"{{{AHMAh{BIOCf}}}AGIn}\",[]]Am[\"{{{AHMAh{BIOCh}}}AGIn}\",[]]Am[\"{{{AHMAh{BIOCj}}}AGIn}\",[]]Am[\"{{{AHMAh{BIOCl}}}AGIn}\",[]]Am[\"{{{AHMAh{BIOCn}}}AGIn}\",[]]Ao[\"{JKOd{{AFNb{c}}}GNFd}\",[\"T\"]]Ao[\"{JKOd{{AFNd{c}}}GNFf}\",[\"T\"]]Dd[\"{{AEH`{AHMAh{ADNb{AHMAh{{GM@d{IFj}}}}}}}{{HADn{cF@Il}}}{}}\",[\"T\"]]00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002o[\"{{}HCKl}\",[]]00000000000000Am[\"{{}{{AFNj{c}}}GNFj}\",[\"T\"]]Am[\"{{}{{AFNl{c}}}GNFl}\",[\"T\"]]Ao[\"{AEH`{{AFOf{c}}}GNGf}\",[\"T\"]]00Be[\"{{AEH`AEH`}{{AFNf{c}}}GNFh}\",[\"T\"]]Am[\"{{}{{AFNn{c}}}GNFn}\",[\"T\"]]") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/function/610a9951231c.js b/web/public/sdk_docs/search.index/function/610a9951231c.js new file mode 100644 index 00000000..97d69ad9 --- /dev/null +++ b/web/public/sdk_docs/search.index/function/610a9951231c.js @@ -0,0 +1 @@ +rd_("Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{{HABn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{{AFN`{c}}}}}AGInGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{{HAC`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{{AFNb{c}}}}}AGInGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{{HACb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{{F@N`{c}}}}}AGInGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{{AFNd{c}}}}}AGInGNFf}\",[\"T\"]]Bk[\"{{{AHMAh{BMM@n}}{AHMAh{BMM@n}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHb}}{AHMAh{BINHb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLf}}{AHMAh{BMKLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMDn}}{AHMAh{BMMDn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEl}}{AHMAh{BMMEl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFh}}{AHMAh{BBGFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFLn}}{AHMAh{BBFLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLd}}{AHMAh{BEOLd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACj}}{AHMAh{BFACj}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOb}}{AHMAh{JLOb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMA`}}{AHMAh{BMMA`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHd}}{AHMAh{BINHd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLh}}{AHMAh{BMKLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMME`}}{AHMAh{BMME`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEn}}{AHMAh{BMMEn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFj}}{AHMAh{BBGFj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFM`}}{AHMAh{BBFM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLf}}{AHMAh{BEOLf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACl}}{AHMAh{BFACl}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOd}}{AHMAh{JLOd}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{{HACd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{{F@Nb{c}}}}}AGInGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{{AFNf{c}}}}}AGInGNFh}\",[\"T\"]]Bk[\"{{{AHMAh{BMO@f}}{AHMAh{BMO@f}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOBl}}{AHMAh{BEOBl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{{HACf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{{AFNj{c}}}}}AGInGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{{HACh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{{AFNl{c}}}}}AGInGNFl}\",[\"T\"]]Bi[\"{{{AHMAh{GOOj}}{AHMAh{GOOj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAb}}{AHMAh{BMMAb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHf}}{AHMAh{BINHf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLj}}{AHMAh{BMKLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEb}}{AHMAh{BMMEb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMF`}}{AHMAh{BMMF`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFl}}{AHMAh{BBGFl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMb}}{AHMAh{BBFMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLh}}{AHMAh{BEOLh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFACn}}{AHMAh{BFACn}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOf}}{AHMAh{JLOf}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{{HACj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{{AFNn{c}}}}}AGInGNFn}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAd}}{AHMAh{BMMAd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHh}}{AHMAh{BINHh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLl}}{AHMAh{BMKLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEd}}{AHMAh{BMMEd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFb}}{AHMAh{BMMFb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGFn}}{AHMAh{BBGFn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMd}}{AHMAh{BBFMd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLj}}{AHMAh{BEOLj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFAD`}}{AHMAh{BFAD`}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOh}}{AHMAh{JLOh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMAf}}{AHMAh{BMMAf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHj}}{AHMAh{BINHj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKLn}}{AHMAh{BMKLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEf}}{AHMAh{BMMEf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFd}}{AHMAh{BMMFd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGG`}}{AHMAh{BBGG`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMf}}{AHMAh{BBFMf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLl}}{AHMAh{BEOLl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADb}}{AHMAh{BFADb}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOj}}{AHMAh{JLOj}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{{HACl{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{{AFO`{c}}}}}AGInGNG`}\",[\"T\"]]Bi[\"{{{AHMAh{GOOl}}{AHMAh{GOOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{{HACn{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{{AFOb{c}}}}}AGInGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{{HAD`{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{{AFOd{c}}}}}AGInGNGd}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAh}}{AHMAh{BMMAh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHl}}{AHMAh{BINHl}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKM`}}{AHMAh{BMKM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEh}}{AHMAh{BMMEh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFf}}{AHMAh{BMMFf}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGb}}{AHMAh{BBGGb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMh}}{AHMAh{BBFMh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOLn}}{AHMAh{BEOLn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADd}}{AHMAh{BFADd}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOl}}{AHMAh{JLOl}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{{HADb{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{{AFOf{c}}}}}AGInGNGf}\",[\"T\"]]Bk[\"{{{AHMAh{BMMAj}}{AHMAh{BMMAj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BINHn}}{AHMAh{BINHn}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMKMb}}{AHMAh{BMKMb}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMEj}}{AHMAh{BMMEj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BMMFh}}{AHMAh{BMMFh}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBGGd}}{AHMAh{BBGGd}}}AGIn}\",[]]Bk[\"{{{AHMAh{BBFMj}}{AHMAh{BBFMj}}}AGIn}\",[]]Bk[\"{{{AHMAh{BEOM`}}{AHMAh{BEOM`}}}AGIn}\",[]]Bk[\"{{{AHMAh{BFADf}}{AHMAh{BFADf}}}AGIn}\",[]]Bi[\"{{{AHMAh{JLOn}}{AHMAh{JLOn}}}AGIn}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{{HADd{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{{AFOh{c}}}}}AGInGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{{HADf{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{{AFOj{c}}}}}AGInGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{{HADh{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{{AFOl{c}}}}}AGInGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{{HADj{c}}}}}AGIn{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{{AFOn{c}}}}}AGInGNGn}\",[\"T\"]]n[\"{BBGGh}\",[]]0000000000Ba[\"{{{AFOMl{c}}}BJOBjGNGb}\",[\"T\"]]o[\"{{}EDB`}\",[]]10101010101010101010Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ch[\"{{{AHMAh{{HABn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFN`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAC`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFd}\",[\"T\"]]Ch[\"{{{AHMAh{{HACb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Kb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{F@N`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCb}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMM@n}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMDn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCd}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMA`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMME`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{F@Nb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFh}\",[\"T\"]]Bo[\"{{{AHMAh{BMO@f}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOBl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFj}\",[\"T\"]]Ch[\"{{{AHMAh{{HACh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFl}\",[\"T\"]]Bn[\"{{{AHMAh{GOOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCf}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMF`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFACn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFNn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNFn}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCh}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGFn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFAD`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Cm[\"{{{AHMAh{BIOCj}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGG`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACl{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFO`{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNG`}\",[\"T\"]]Bn[\"{{{AHMAh{GOOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HACn{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOb{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGb}\",[\"T\"]]Ch[\"{{{AHMAh{{HAD`{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOd{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGd}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCl}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOLn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@Gn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOl}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADb{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOf{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGf}\",[\"T\"]]Cm[\"{{{AHMAh{BIOCn}}{AHMAh{ADNbAFOMj}}}{{HADn{EDB`F@Ih}}}}\",[]]Bo[\"{{{AHMAh{BMMAj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BINHn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMKMb}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMEj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BMMFh}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBGGd}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BBFMj}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BEOM`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BF@H`}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bo[\"{{{AHMAh{BFADf}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Bn[\"{{{AHMAh{JLOn}}{AHMAh{ADNbAFOMj}}}HADl}\",[]]Ch[\"{{{AHMAh{{HADd{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOh{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGh}\",[\"T\"]]Ch[\"{{{AHMAh{{HADf{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOj{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGj}\",[\"T\"]]Ch[\"{{{AHMAh{{HADh{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOl{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGl}\",[\"T\"]]Ch[\"{{{AHMAh{{HADj{c}}}}{AHMAh{ADNbAFOMj}}}HADl{}}\",[\"T\"]]Cj[\"{{{AHMAh{{AFOn{c}}}}{AHMAh{ADNbAFOMj}}}HADlGNGn}\",[\"T\"]]Ba[\"{{{AFOMl{c}}}BJOBjGNG`}\",[\"T\"]]o[\"{{}EDB`}\",[]]Ba[\"{{{AFOMl{c}}}BJOBjGNGd}\",[\"T\"]]12101210121012101210121012101210121012101Bl[\"{{{AHMAh{BBGFh}}}{{HADn{EDB`BIMMn}}}}\",[]]Bl[\"{{{AHMAh{BBGFj}}}{{HADn{EDB`BIMMn}}}}\",[]]Bl[\"{{{AHMAh{BBGFl}}}{{HADn{EDB`BIMMn}}}}\",[]]Bl[\"{{{AHMAh{BBGFn}}}{{HADn{EDB`BIMMn}}}}\",[]]Bl[\"{{{AHMAh{BBGG`}}}{{HADn{EDB`BIMMn}}}}\",[]]Bl[\"{{{AHMAh{BBGGb}}}{{HADn{EDB`BIMMn}}}}\",[]]Bl[\"{{{AHMAh{BBGGd}}}{{HADn{EDB`BIMMn}}}}\",[]]6543210654321065432106543210654321065432106543210654321065432106543210n[\"{BEKGj}\",[]]n[\"{ADCNl}\",[]]n[\"{ADCNn}\",[]]210210210210210210210210210210Aa[\"{GMCdEDB`}\",[]]0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A`[\"{cc{}}\",[\"T\"]]000000000n[\"{BBGGh}\",[]]1Ab[\"{GOLnBIOCb}\",[]]Ac[\"{BEOLdBIOCb}\",[]]3Al[\"{{{GOM`{JLOb}}}BIOCb}\",[]]4444444Ba[\"{{{BLHKl{KNJ`JLOb}}}BBFLn}\",[]]Ba[\"{{{BLHKl{HCJlJLOb}}}BBFLn}\",[]]6Al[\"{{{GOM`{JLOb}}}BEOLd}\",[]]77Al[\"{{{F@Ij{JLOb}}}BF@Gd}\",[]]Al[\"{{{F@Kb{JLOb}}}BF@Gd}\",[]]9Al[\"{{{F@N`{JLOb}}}BFACj}\",[]]Al[\"{{{F@Kf{JLOb}}}BFACj}\",[]];;;;Ab[\"{GOLnBIOCd}\",[]]Ac[\"{BEOLfBIOCd}\",[]]=Al[\"{{{GOM`{JLOd}}}BIOCd}\",[]]>>>>>>>>Ba[\"{{{BLHKl{HCJnJLOd}}}BBFM`}\",[]]Ba[\"{{{BLHKl{JLCfJLOd}}}BBFM`}\",[]]Al[\"{{{GOM`{JLOd}}}BEOLf}\",[]]A`[\"{cc{}}\",[\"T\"]]0Al[\"{{{F@Ij{JLOd}}}BF@Gf}\",[]]Al[\"{{{F@Nb{JLOd}}}BFACl}\",[]]Al[\"{{{F@Kf{JLOd}}}BFACl}\",[]]33333333333333333Al[\"{{{GOM`{JLOf}}}BIOCf}\",[]]Ab[\"{GOOjBIOCf}\",[]]Ab[\"{GOLnBIOCf}\",[]]Ac[\"{BEOLhBIOCf}\",[]]777777777Ba[\"{{{BLHKl{HCK`JLOf}}}BBFMb}\",[]]Bb[\"{{{BLHKl{BNA@bJLOf}}}BBFMb}\",[]]9Ab[\"{GOOjBEOLh}\",[]]Al[\"{{{GOM`{JLOf}}}BEOLh}\",[]]Al[\"{{{F@Ij{JLOf}}}BF@Gh}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<Al[\"{{{F@Ij{JLOj}}}BF@Gl}\",[]]?Al[\"{{{F@Kf{JLOj}}}BFADb}\",[]]A`[\"{cc{}}\",[\"T\"]]0000000000Al[\"{{{GOM`{JLOl}}}BIOCl}\",[]]Ac[\"{BEOLnBIOCl}\",[]]Ab[\"{GOLnBIOCl}\",[]]3333333Bb[\"{{{BLHKl{BNDKhJLOl}}}BBFMh}\",[]]4Ba[\"{{{BLHKl{HCKfJLOl}}}BBFMh}\",[]]5Al[\"{{{GOM`{JLOl}}}BEOLn}\",[]]Al[\"{{{F@Ij{JLOl}}}BF@Gn}\",[]]77Al[\"{{{F@Kf{JLOl}}}BFADd}\",[]]888888Al[\"{{{GOM`{JLOn}}}BIOCn}\",[]]Ac[\"{BEOM`BIOCn}\",[]]Ab[\"{GOLnBIOCn}\",[]];;;;;;;Ba[\"{{{BLHKl{HCKhJLOn}}}BBFMj}\",[]]<bFnbRcb[]beq0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bto0000000000bu8cAnycArccBar0000000000cBoxcFoo0000000000cVeccbar00000000000000000000000000000000ccli0000000000cfmt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cfoo00000000000000000000000000000000000000000000000000000000000000000cmutcrun0000000000000000000000000000000000000000000000000000000000000000000000000000cstrcu32cxcm0000000000dCall00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dIntodTypedVoid0000000000000000000000000000000000000000000000000000000000000000000000000000dboolddest00000000000000000000000000000000ddrop0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dfrom000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dinit0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dinto0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000diter0000000000000000000000000000000000000000000000000000000000000000000000000000dname0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dnone000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000droot000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dunitdvzip0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eError0000000000000eEvent00000000000000000000000eInputeSizedeValue000000000000000000000earrayebuild000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eclone000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ecount00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ederef0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eindex0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000einfos00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eother00000000000000000000000000000000eparam0000000000esliceestate0000000000etests0000000000etupleeusizefConfig00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fEncodefFnOncefModule00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fOptionfOrigin0000000000000000000000fOutput0fPallet00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fResult0fStringfSystem0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fTypeIdfWeightfamount0000000000000000000000000000000000000000000000000000000000000000000000000000fas_any0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fauthor0000000000000000000000000000000000000000000fborrow0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fcaller000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fdecode000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fencode0000000000fguides0000000000fpallet00000000000000000000000000000000fprefix00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fsigned000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fsystem000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fweight00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gBalance0000000000gExample00000000000000000000000000000000gPalletA0000000000gPalletB0000000000gPrivategRuntime0000000000000000000000000000000000000000000000000000000000000000000000000000gStorageg_config0000000000000000000000000000000000000000000000000000000000000000000000000000gcumulus0000000000gdefault000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gon_idle00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gon_poll00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gpezkuwi0000000000gpointergprepare000000000000000000000gruntime00000000000000000000000000000000gtype_id0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hBalances0000000000000000000000000000000000000000000hCurrency0000000000000000000000000000000000000000000hdispatch0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hfrom_mut000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hfrom_ref000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hglossary0000000000hidentity000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000himplicit0000000000hinto_any000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hinto_key0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hinto_mut0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hinto_ref0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000his_valid0000000000000000000000000000000000000000000000000000000000000000000000000000hmetadata000000000000000000000000000000000000000000000000000000000000000000000000000000000000000htest_run000000000000000000000hto_owned000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000htransfer0000000000000000000000000000000000000000000000000000000000000000000htry_from0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000htry_into00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000htwox_128000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000htwox_256000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hvalidate000000000000000000000iFormatteriOriginForiPalletBar000000000000000000000iPalletFoo0000000000000000000000000000000000000000000iRawOriginiauthorize0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000icall_data0000000000ideref_mut0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iencode_as000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iencode_to000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iname_hash0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iomni_node0000000000ipallet_v20000000000ireferenceiserialize000000000000000000000000000000000000000000000000000000000000000000000000000000000000000isize_hint000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000isubstrate0000000000itemplates0000000000ito_subset0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000itype_info00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000itype_name0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jPalletInfo0000000000000000000000000000000000000000000000000000000000000000000000000000jSerializerjWeightInfo000000000000000000000jadd_filter0000000000000000000000000000000000000000000000000000000000000000000000000000jas_any_mut0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jblake2_128000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jblake2_256000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jborrow_mut0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jclone_into000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jdecode_all000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jequivalent0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jinto_tuple0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jis_feeless0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jon_genesis00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jother_para0000000000jpallet_bar000000000000000000000jpallet_foo000000000000000000000jruntime_v20000000000jset_caller0000000000000000000000000000000000000000000000000000000000000000000000000000jtask_index0000000000000000000000000000000000000000000000000000000000000000000000000000kPalletACall0000000000kPalletBCall0000000000kPhantomDatakRuntimeCall000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kRuntimeTask0000000000000000000000000000000000000000000000000000000000000000000000000000kStorageInfokTransferred00000000000kWeightMeterk__clone_box000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kdeserialize000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kdestination00000000000000000000000000000000kfilter_call0000000000000000000000000000000000000000000000000000000000000000000000000000kfrom_subset0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kinto_any_rc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kinto_caller0000000000000000000000000000000000000000000000000000000000000000000000000000kinto_system0000000000000000000000000000000000000000000000000000000000000000000000000000kis_inherent0000000000000000000000000000000000000000000000000000000000000000000000000000kis_sub_type000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kmint_unsafe000000000000000000000000000000000kmodule_name0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kon_finalize00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kpezkuwi_sdk0000000000kwith_weight0000000000lAddToPayload0000000000lCallMetadatalCrateVersionlDeserializerlDispatchInfolDispatchablelOriginCaller0000000000000000000000000000000000000000000000000000000000000000000000000000lPalletAuthor0000000000lRuntimeError0000000000000000000000000000000000000000000000000000000000000000000000000000lRuntimeEvent00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lSystemConfig0000000000000000000000000000000000000000000000000000000000000000000000000000lValidatorSet0000000000ldo_something00000000000000000000000000000000lframe_origin0000000000lframe_tokens0000000000linto_any_arc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lis_in_subset0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lpre_dispatch0000000000000000000000000000000000000000000000000000000000000000000000000000lreset_filter0000000000000000000000000000000000000000000000000000000000000000000000000000lshell_pallet0000000000lstorage_info00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lto_keyed_vec000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ltry_into_key0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mAllNftHolders0000000000mDispatchErrormGenesisConfig0000000000mRuntimeLockId0000000000000000000000000000000000000000000000000000000000000000000000000000mRuntimeOrigin000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mTotalIssuance0000000000000000000000000000000000000000000mas_system_ref0000000000000000000000000000000000000000000000000000000000000000000000000000mcrate_version0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mdispatchables00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mframe_logging0000000000mframe_runtime0000000000mget_call_name00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mon_initialize00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mpallet_author0000000000mstorage_types00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000musing_encoded0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mvalidate_only000000000000000000000nAuthorProvider000000000000000000000nBlockNumberFornDispatchInfoOfnDispatchResultnExternalOrigin0000000000nOpaqueMetadatanPalletInfoDatanStorageVersionnValidateResultnValueParameter0000000000nViewFunctionIdnget_call_index00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000nget_call_names0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000nintegrity_test0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000nreference_docs0000000000ntwox_64_concat000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000numbrella_crate0000000000nunchecked_into0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000oCallableCallForoPalletBarConfig0000000000oclone_to_uninit000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000oinitial_account000000000000000000000omax_encoded_len0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ooffchain_worker00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000oonly_validators00000000000000000000000000000000oset_caller_from0000000000000000000000000000000000000000000000000000000000000000000000000000osimple_transfer00000000000000000000000000000000000000000000osmart_contracts0000000000otransfer_better0000000000otry_with_caller0000000000000000000000000000000000000000000000000000000000000000000000000000oyour_first_node0000000000A`DispatchOriginOfA`PostDispatchInfoA`ValidTransactionA`encoding_example0000000000A`fee_less_runtime0000000000A`get_call_indices00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A`get_module_names0000000000000000000000000000000000000000000000000000000000000000000000000000A`pallet_foo_loose0000000000A`pallet_foo_tight0000000000A`pezkuwi_sdk_docsAaRuntimeHoldReason000000AaTrackedStorageKeyAaTransactionSourceAablake2_128_concat0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aaget_call_metadata000000Aaget_dispatch_info000000000000000000000Aameta_contributingAametadata_versions000000Aapallet_for_originAasigned_extensionsAasimple_transfer_2000Aasimple_transfer_3000Aasome_dispatchable000Aavalidate_unsigned000000Aayour_first_palletAbNonExistentAccountAbRuntimeSlashReason000000Abassimilate_storageAbchain_spec_genesisAbenable_pov_reclaimAbexternal_resourcesAbextrinsic_encodingAbon_runtime_upgrade00000000000000Abruntime_for_originAbwasm_meta_protocolAbyour_first_runtimeAcInsufficientBalanceAcOtherAuthorProviderAcRuntimeFreezeReason000000AcRuntimeViewFunction000000AcTransactionValidityAcasync_backing_guideAcframe_runtime_typesAcfrom_dispatch_error000000Acmetadata_at_version000000Acto_subset_unchecked000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Acweight_of_authorize000000000000000000000AdAllPalletsWithSystem000000AdRuntimeGenesisConfig000000Addispatch_transaction0Adenable_metadata_hashAdnew_call_variant_barAdnew_call_variant_foo0Advalidate_and_prepare0AeAddToSignaturePayloadAecustom_host_functionsAedecode_with_mem_limit0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aedefensive_programmingAeencode_demo_extrinsicAeexecute_view_function000000Aeframe_pallet_couplingAeframe_storage_derivesAeframe_system_accountsAeunique_saturated_into000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000AfDispatchResultWithInfoAfPalletWithCustomOrigin00Afcustom_runtime_api_rpcAfdispatch_bypass_filter000000000000000000000Afdispatch_view_function000000000000000000000Afenable_elastic_scalingAfexternally_checked_ext00Afframe_offchain_workersAfnew_call_variant_otherAftransaction_extensionsAgANOTHER_VALUE_PARAMETERAgAllPalletsWithoutSystem000000AgRuntimeMetadataPrefixedAgas_system_origin_signer000000Agdecode_with_depth_limit0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Agdefensive_truncate_into000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Agin_code_storage_version00000000000000Agtrait_based_programmingAgtransfer_better_checkedAhPalletWithExternalOrigin0AhTransactionValidityErrorAhhandling_teyrchain_forksAhon_chain_storage_version00000000000000Ahwhitelisted_storage_keys00000000000000AiDispatchErrorWithPostInfoAiViewFunctionDispatchErrorAiblockchain_state_machinesAiframe_benchmarking_weightAiis_transaction_authorized000000Ainew_call_variant_transfer0Aipallet_with_custom_originAiruntime_vs_smart_contractAjDispatchResultWithPostInfoAkdecode_all_with_depth_limit0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Akpallet_with_external_originAkruntime_for_external_originAlnew_call_variant_mint_unsafeAmPalletWithSpecificRuntimeCall0Ambefore_all_runtime_migrations00000000000000Amnew_call_variant_do_somethingAndevelopment_environment_adviceAntransaction_extensions_exampleB`new_call_variant_only_validatorsB`new_call_variant_simple_transferBapallet_with_specific_runtime_callBbnew_call_variant_simple_transfer_2Bbnew_call_variant_simple_transfer_3Bbnew_call_variant_some_dispatchableBbruntime_with_specific_runtime_callBeframe_runtime_upgrades_and_migrationsBgnew_call_variant_externally_checked_ext") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/normalizedName/2c76560ac67e.js b/web/public/sdk_docs/search.index/normalizedName/2c76560ac67e.js new file mode 100644 index 00000000..0db78165 --- /dev/null +++ b/web/public/sdk_docs/search.index/normalizedName/2c76560ac67e.js @@ -0,0 +1 @@ +rd_("aa0000000000ab0000000000b()b->bfnbrcb[]beq0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bto0000000000bu8canycarccbar0000000000cboxcfoo0000000000cvec333333333333333333333333333333333ccli0000000000cfmt0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000333333333333333333333333333333333333333333333333333333333333333333cmutcrun0000000000000000000000000000000000000000000000000000000000000000000000000000cstrcu32cxcm0000000000dcall00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dintodtypedvoid0000000000000000000000000000000000000000000000000000000000000000000000000000dboolddest00000000000000000000000000000000ddrop0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dfrom000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dinit000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000077777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777diter0000000000000000000000000000000000000000000000000000000000000000000000000000dname0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dnone000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000droot000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000dunitdvzip0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eerror0000000000000eevent00000000000000000000000einputesizedevalue000000000000000000000earrayebuild000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eclone000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ecount00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ederef0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eindex0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000einfos00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000eother00000000000000000000000000000000eparam0000000000esliceestate0000000000etests0000000000etupleeusizefconfig00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fencodeffnoncefmodule00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000foptionforigin0000000000000000000000foutput0fpallet00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fresult0fstringfsystem0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ftypeidfweightfamount0000000000000000000000000000000000000000000000000000000000000000000000000000easany0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fauthor0000000000000000000000000000000000000000000fborrow0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fcaller000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fdecode000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fencode0000000000fguides0000000000=================================fprefix00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fsigned000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::gbalance0000000000gexample00000000000000000000000000000000gpalleta0000000000gpalletb0000000000gprivategruntime0000000000000000000000000000000000000000000000000000000000000000000000000000gstoragefconfig0000000000000000000000000000000000000000000000000000000000000000000000000000gcumulus0000000000gdefault000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fonidle00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fonpoll00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gpezkuwi0000000000gpointergprepare000000000000000000000999999999999999999999999999999999ftypeid0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hbalances0000000000000000000000000000000000000000000hcurrency0000000000000000000000000000000000000000000hdispatch0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gfrommut000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gfromref000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hglossary0000000000hidentity000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000himplicit0000000000gintoany000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gintokey0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gintomut0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gintoref0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gisvalid0000000000000000000000000000000000000000000000000000000000000000000000000000hmetadata000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gtestrun000000000000000000000gtoowned000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000htransfer0000000000000000000000000000000000000000000000000000000000000000000gtryfrom0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gtryinto00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gtwox128000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000gtwox256000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hvalidate000000000000000000000iformatterioriginforipalletbar000000000000000000000ipalletfoo0000000000000000000000000000000000000000000iraworiginiauthorize0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hcalldata0000000000hderefmut0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hencodeas000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hencodeto000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hnamehash0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000homninode0000000000hpalletv20000000000ireferenceiserialize000000000000000000000000000000000000000000000000000000000000000000000000000000000000000hsizehint000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000isubstrate0000000000itemplates0000000000htosubset0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000htypeinfo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000htypename0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jpalletinfo0000000000000000000000000000000000000000000000000000000000000000000000000000jserializerjweightinfo000000000000000000000iaddfilter0000000000000000000000000000000000000000000000000000000000000000000000000000hasanymut0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iblake2128000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iblake2256000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iborrowmut0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000icloneinto000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000idecodeall000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jequivalent0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iintotuple0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iisfeeless0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iongenesis00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iotherpara0000000000ipalletbar000000000000000000000ipalletfoo000000000000000000000iruntimev20000000000isetcaller0000000000000000000000000000000000000000000000000000000000000000000000000000itaskindex0000000000000000000000000000000000000000000000000000000000000000000000000000kpalletacall0000000000kpalletbcall0000000000kphantomdatakruntimecall000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kruntimetask0000000000000000000000000000000000000000000000000000000000000000000000000000kstorageinfoktransferred00000000000kweightmeterhclonebox000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kdeserialize000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kdestination00000000000000000000000000000000jfiltercall0000000000000000000000000000000000000000000000000000000000000000000000000000jfromsubset0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000iintoanyrc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jintocaller0000000000000000000000000000000000000000000000000000000000000000000000000000jintosystem0000000000000000000000000000000000000000000000000000000000000000000000000000jisinherent0000000000000000000000000000000000000000000000000000000000000000000000000000iissubtype000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jmintunsafe000000000000000000000000000000000jmodulename0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jonfinalize00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jpezkuwisdk0000000000jwithweight0000000000laddtopayload0000000000lcallmetadatalcrateversionldeserializerldispatchinfoldispatchablelorigincaller0000000000000000000000000000000000000000000000000000000000000000000000000000lpalletauthor0000000000lruntimeerror0000000000000000000000000000000000000000000000000000000000000000000000000000lruntimeevent00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lsystemconfig0000000000000000000000000000000000000000000000000000000000000000000000000000lvalidatorset0000000000kdosomething00000000000000000000000000000000kframeorigin0000000000kframetokens0000000000jintoanyarc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jisinsubset0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000kpredispatch0000000000000000000000000000000000000000000000000000000000000000000000000000kresetfilter0000000000000000000000000000000000000000000000000000000000000000000000000000kshellpallet0000000000kstorageinfo00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jtokeyedvec000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000jtryintokey0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mallnftholders0000000000mdispatcherrormgenesisconfig0000000000mruntimelockid0000000000000000000000000000000000000000000000000000000000000000000000000000mruntimeorigin000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mtotalissuance0000000000000000000000000000000000000000000kassystemref0000000000000000000000000000000000000000000000000000000000000000000000000000lcrateversion0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mdispatchables00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lframelogging0000000000lframeruntime0000000000kgetcallname00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000loninitialize00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lpalletauthor0000000000lstoragetypes00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lusingencoded0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lvalidateonly000000000000000000000nauthorprovider000000000000000000000nblocknumberforndispatchinfoofndispatchresultnexternalorigin0000000000nopaquemetadatanpalletinfodatanstorageversionnvalidateresultnvalueparameter0000000000nviewfunctionidlgetcallindex00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000lgetcallnames0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mintegritytest0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mreferencedocs0000000000ltwox64concat000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000mumbrellacrate0000000000muncheckedinto0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ocallablecallforopalletbarconfig0000000000mclonetouninit000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ninitialaccount000000000000000000000mmaxencodedlen0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000noffchainworker00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000nonlyvalidators00000000000000000000000000000000msetcallerfrom0000000000000000000000000000000000000000000000000000000000000000000000000000nsimpletransfer00000000000000000000000000000000000000000000nsmartcontracts0000000000ntransferbetter0000000000mtrywithcaller0000000000000000000000000000000000000000000000000000000000000000000000000000myourfirstnode0000000000A`dispatchoriginofA`postdispatchinfoA`validtransactionoencodingexample0000000000nfeelessruntime0000000000ngetcallindices00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ngetmodulenames0000000000000000000000000000000000000000000000000000000000000000000000000000npalletfooloose0000000000npalletfootight0000000000npezkuwisdkdocsAaruntimeholdreason000000AatrackedstoragekeyAatransactionsourceoblake2128concat0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ogetcallmetadata000000ogetdispatchinfo000000000000000000000A`metacontributingA`metadataversions000000opalletfororiginA`signedextensionsosimpletransfer2000osimpletransfer3000A`somedispatchable000A`validateunsigned000000oyourfirstpalletAbnonexistentaccountAbruntimeslashreason000000AaassimilatestorageA`chainspecgenesisA`enablepovreclaimAaexternalresourcesAaextrinsicencodingA`onruntimeupgrade00000000000000A`runtimefororiginA`wasmmetaprotocolA`yourfirstruntimeAcinsufficientbalanceAcotherauthorproviderAcruntimefreezereason000000Acruntimeviewfunction000000ActransactionvalidityAaasyncbackingguideAaframeruntimetypesAafromdispatcherror000000Aametadataatversion000000Aatosubsetunchecked000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aaweightofauthorize000000000000000000000Adallpalletswithsystem000000Adruntimegenesisconfig000000Acdispatchtransaction0AbenablemetadatahashAanewcallvariantbarAanewcallvariantfoo0Abvalidateandprepare0AeaddtosignaturepayloadAccustomhostfunctionsAbdecodewithmemlimit0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000AddefensiveprogrammingAcencodedemoextrinsicAcexecuteviewfunction000000AcframepalletcouplingAcframestoragederivesAcframesystemaccountsAcuniquesaturatedinto000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000AfdispatchresultwithinfoAfpalletwithcustomorigin00AccustomruntimeapirpcAddispatchbypassfilter000000000000000000000Addispatchviewfunction000000000000000000000AdenableelasticscalingAdexternallycheckedext00AdframeoffchainworkersAcnewcallvariantotherAetransactionextensionsAeanothervalueparameterAgallpalletswithoutsystem000000AgruntimemetadataprefixedAdassystemoriginsigner000000Addecodewithdepthlimit0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Aedefensivetruncateinto000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Adincodestorageversion00000000000000AetraitbasedprogrammingAetransferbettercheckedAhpalletwithexternalorigin0AhtransactionvalidityerrorAfhandlingteyrchainforksAeonchainstorageversion00000000000000Afwhitelistedstoragekeys00000000000000AidispatcherrorwithpostinfoAiviewfunctiondispatcherrorAgblockchainstatemachinesAgframebenchmarkingweightAgistransactionauthorized000000Afnewcallvarianttransfer0AfpalletwithcustomoriginAfruntimevssmartcontractAjdispatchresultwithpostinfoAgdecodeallwithdepthlimit0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000>AhruntimeforexternaloriginAhnewcallvariantmintunsafeAmpalletwithspecificruntimecall0Ajbeforeallruntimemigrations00000000000000AinewcallvariantdosomethingAldevelopmentenvironmentadviceAltransactionextensionsexampleAlnewcallvariantonlyvalidatorsAlnewcallvariantsimpletransfer6Amnewcallvariantsimpletransfer2Amnewcallvariantsimpletransfer3AnnewcallvariantsomedispatchableAnruntimewithspecificruntimecallBaframeruntimeupgradesandmigrationsBbnewcallvariantexternallycheckedext") \ No newline at end of file diff --git a/web/public/sdk_docs/search.index/path/b577cf669cc2.js b/web/public/sdk_docs/search.index/path/b577cf669cc2.js new file mode 100644 index 00000000..787615b7 --- /dev/null +++ b/web/public/sdk_docs/search.index/path/b577cf669cc2.js @@ -0,0 +1 @@ +rd_("f[1,\"\"]0Al[10,\"core::ops\",\"core::ops\"]Ak[5,\"alloc::rc\",\"alloc::rc\"]22Al[10,\"core::any\",\"core::any\"]Ao[5,\"alloc::sync\",\"alloc::sync\"]Ba[5,\"alloc::boxed\",\"alloc::boxed\"]Am[5,\"alloc::vec\",\"alloc::vec\"]f[0,\"\"]77Ci[2,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet\"]Cl[2,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\"]Cj[2,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet\"]Di[2,\"pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet\"]Gk[6,\"pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet\",\"pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet\"]Fo[6,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet\"]Ge[6,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\"]Ga[6,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet\",\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet\"]Hg[6,\"pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data\",\"pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data\"]Hk[6,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin\"]Ik[6,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin\"]Io[6,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin\"]Hk[6,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo\"]Hk[6,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar\"]Ki[6,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call\"]Ho[6,\"pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet\",\"pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet\"]Ho[6,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo\"]Ie[6,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author\"]Ik[6,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight\"]Ik[6,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose\"]Bd[10,\"core::convert\",\"core::convert\"]Be[5,\"scale_info::ty\",\"scale_info::ty\"]f[1,\"\"]0Ak[5,\"core::fmt\",\"core::fmt\"]Ca[6,\"frame_system::pallet\",\"frame_system::pallet\"]Ck[5,\"parity_scale_codec::error\",\"parity_scale_codec::error\"]Ge[6,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\"]Cl[2,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\"]31Ga[6,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet\",\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet\"]Cl[10,\"parity_scale_codec::codec\",\"parity_scale_codec::codec\"]Bb[10,\"core::marker\",\"core::marker\"]Ho[5,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types\",\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types\"]99499Gl[10,\"pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet\",\"pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet\"]G`[10,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet\"]Gf[10,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\"]Gb[10,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet\",\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet\"]Hl[10,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin\"]Il[10,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin\"]J`[10,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin\"]Hl[10,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo\"]Hl[10,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar\"]Kj[10,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call\"]I`[10,\"pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet\",\"pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet\"]I`[10,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo\"]If[10,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author\"]Il[10,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight\"]Il[10,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose\"]Cl[10,\"parity_scale_codec::codec\",\"parity_scale_codec::codec\"]Al[10,\"core::ops\",\"core::ops\"]Ba[6,\"core::option\",\"core::option\"]Ca[8,\"frame_system::pallet\",\"frame_system::pallet\"]Ik[6,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin\"]Hk[6,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo\"]g[17,\"\"]6Gk[5,\"pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet\",\"pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet\"]Fo[5,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet\"]Ge[5,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2\"]Ga[5,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet\",\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet\"]Hk[5,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin\"]Ik[5,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin\"]Io[5,\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin\"]Hk[5,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo\"]Hk[5,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar\"]Ki[5,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call\"]Ho[5,\"pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet\",\"pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet\"]Ho[5,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo\"]Ie[5,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author\"]Ik[5,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight\"]Ik[5,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose\"]Ak[8,\"core::fmt\",\"core::fmt\"]Ba[6,\"core::result\",\"core::result\"]Bc[5,\"alloc::string\",\"alloc::string\"]Ik[8,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2\"]Gc[8,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime\",\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime\"]Hm[8,\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin\"]Io[8,\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin\"]He[8,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime\"]Kk[8,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call\"]Hi[8,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime\"]Ak[5,\"core::any\",\"core::any\"]Cc[5,\"sp_weights::weight_v2\",\"sp_weights::weight_v2\"]Af[2,\"pezkuwi_sdk_docs\"]Ca[2,\"pezkuwi_sdk_docs::guides::your_first_pallet\"]Cb[2,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime\"]Da[2,\"pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight\"]Fo[8,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet\"]>f[3,\"\"]Ik[6,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2\"]Gc[6,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime\",\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime\"]Hm[6,\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin\"]Io[6,\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin\"]He[6,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime\"]Kk[6,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call\"]Hi[6,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime\"]Am[5,\"sp_storage\",\"sp_storage\"]Di[6,\"sp_runtime::transaction_validity\",\"sp_runtime::transaction_validity\"]Cd[2,\"pezkuwi_sdk_docs::reference_docs::frame_origin\"]>>Da[15,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Call\"]An[2,\"pezkuwi_sdk_docs::guides\"];:98765Bf[2,\"pezkuwi_sdk_docs::reference_docs\"]3Gg[5,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling\"]=<;:987=<;:987Di[8,\"sp_runtime::transaction_validity\",\"sp_runtime::transaction_validity\"]2Ik[5,\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2\",\"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2\"]Gc[5,\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime\",\"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime\"]Hm[5,\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin\"]Io[5,\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin\"]He[5,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime\"]Kk[5,\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call\",\"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call\"]Hi[5,\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime\",\"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime\"]Ki[5,\"pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example\",\"pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example\"]:Am[8,\"sp_runtime\",\"sp_runtime\"]Hm[8,\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin\",\"pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin\"]Settings

All

Rustdoc settings

Back
\ No newline at end of file diff --git a/web/public/sdk_docs/src-files.js b/web/public/sdk_docs/src-files.js new file mode 100644 index 00000000..cef9b5cc --- /dev/null +++ b/web/public/sdk_docs/src-files.js @@ -0,0 +1,2 @@ +createSrcSidebar('[["pezkuwi_sdk_docs",["",[["guides",[["your_first_pallet",[],["mod.rs"]]],["async_backing_guide.rs","enable_elastic_scaling.rs","enable_metadata_hash.rs","enable_pov_reclaim.rs","handling_teyrchain_forks.rs","mod.rs","your_first_node.rs","your_first_runtime.rs"]],["pezkuwi_sdk",[],["cumulus.rs","frame_runtime.rs","mod.rs","pezkuwi.rs","smart_contracts.rs","substrate.rs","templates.rs","xcm.rs"]],["reference_docs",[],["blockchain_state_machines.rs","chain_spec_genesis.rs","cli.rs","custom_host_functions.rs","custom_runtime_api_rpc.rs","defensive_programming.rs","development_environment_advice.rs","extrinsic_encoding.rs","fee_less_runtime.rs","frame_benchmarking_weight.rs","frame_logging.rs","frame_offchain_workers.rs","frame_origin.rs","frame_pallet_coupling.rs","frame_runtime_types.rs","frame_runtime_upgrades_and_migrations.rs","frame_storage_derives.rs","frame_system_accounts.rs","frame_tokens.rs","glossary.rs","metadata.rs","mod.rs","omni_node.rs","runtime_vs_smart_contract.rs","signed_extensions.rs","state.rs","trait_based_programming.rs","transaction_extensions.rs","umbrella_crate.rs","wasm_meta_protocol.rs"]]],["external_resources.rs","lib.rs","meta_contributing.rs"]]]]'); +//{"start":19,"fragment_lengths":[1191]} \ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/external_resources.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/external_resources.rs.html new file mode 100644 index 00000000..2867f975 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/external_resources.rs.html @@ -0,0 +1,14 @@ +external_resources.rs - source

pezkuwi_sdk_docs/
external_resources.rs

1//! # External Resources
+2//!
+3//! A non-exhaustive, un-opinionated list of external resources about Pezkuwi SDK.
+4//!
+5//! Unlike [`crate::guides`], or [`crate::pezkuwi_sdk::templates`] that contain material directly
+6//! maintained in the `pezkuwi-sdk` repository, the list of resources here are maintained by
+7//! third-parties, and are therefore subject to more variability. Any further resources may be added
+8//! by opening a pull request to the `pezkuwi-sdk` repository.
+9//!
+10//! - [Pezkuwi NFT Marketplace Tutorial by Pezkuwi Fellow Shawn Tabrizi](https://www.shawntabrizi.com/substrate-collectables-workshop/)
+11//! - [HEZ Code School](https://dotcodeschool.com/)
+12//! - [Pezkuwi Developers Github Organization](https://github.com/pezkuwi-developers/)
+13//! - [Pezkuwi Blockchain Academy](https://github.com/pezkuwichain/kurdistan_blockchain-akademy)
+14//! - [Pezkuwi Wiki](https://wiki.network.pezkuwichain.io/)
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/async_backing_guide.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/async_backing_guide.rs.html new file mode 100644 index 00000000..6d66affb --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/async_backing_guide.rs.html @@ -0,0 +1,254 @@ +async_backing_guide.rs - source

pezkuwi_sdk_docs/guides/
async_backing_guide.rs

1//! # Upgrade Teyrchain for Asynchronous Backing Compatibility
+2//!
+3//! This guide is relevant for cumulus based teyrchain projects started in 2023 or before, whose
+4//! backing process is synchronous where parablocks can only be built on the latest Relay Chain
+5//! block. Async Backing allows collators to build parablocks on older Relay Chain blocks and create
+6//! pipelines of multiple pending parablocks. This parallel block generation increases efficiency
+7//! and throughput. For more information on Async backing and its terminology, refer to the document
+8//! on [the Pezkuwi SDK docs.](https://docs.pezkuwichain.io/sdk/master/pezkuwi_sdk_docs/guides/async_backing_guide/index.html)
+9//!
+10//! > If starting a new teyrchain project, please use an async backing compatible template such as
+11//! > the
+12//! > [teyrchain template](https://github.com/pezkuwichain/pezkuwi-sdk/tree/master/templates/teyrchain).
+13//! The rollout process for Async Backing has three phases. Phases 1 and 2 below put new
+14//! infrastructure in place. Then we can simply turn on async backing in phase 3.
+15//!
+16//! ## Prerequisite
+17//!
+18//! The relay chain needs to have async backing enabled so double-check that the relay-chain
+19//! configuration contains the following three parameters (especially when testing locally e.g. with
+20//! zombienet):
+21//!
+22//! ```json
+23//! "async_backing_params": {
+24//!     "max_candidate_depth": 3,
+25//!     "allowed_ancestry_len": 2
+26//! },
+27//! "scheduling_lookahead": 2
+28//! ```
+29//!
+30//! <div class="warning"><code>scheduling_lookahead</code> must be set to 2, otherwise teyrchain
+31//! block times will degrade to worse than with sync backing!</div>
+32//!
+33//! ## Phase 1 - Update Teyrchain Runtime
+34//!
+35//! This phase involves configuring your teyrchain’s runtime `/runtime/src/lib.rs` to make use of
+36//! async backing system.
+37//!
+38//! 1. Establish and ensure constants for `capacity` and `velocity` are both set to 1 in the
+39//!    runtime.
+40//! 2. Establish and ensure the constant relay chain slot duration measured in milliseconds equal to
+41//!    `6000` in the runtime.
+42//! ```rust
+43//! // Maximum number of blocks simultaneously accepted by the Runtime, not yet included into the
+44//! // relay chain.
+45//! pub const UNINCLUDED_SEGMENT_CAPACITY: u32 = 1;
+46//! // How many teyrchain blocks are processed by the relay chain per parent. Limits the number of
+47//! // blocks authored per slot.
+48//! pub const BLOCK_PROCESSING_VELOCITY: u32 = 1;
+49//! // Relay chain slot duration, in milliseconds.
+50//! pub const RELAY_CHAIN_SLOT_DURATION_MILLIS: u32 = 6000;
+51//! ```
+52//!
+53//! 3. Establish constants `MILLISECS_PER_BLOCK` and `SLOT_DURATION` if not already present in the
+54//!    runtime.
+55//! ```ignore
+56//! // `SLOT_DURATION` is picked up by `pallet_timestamp` which is in turn picked
+57//! // up by `pallet_aura` to implement `fn slot_duration()`.
+58//! //
+59//! // Change this to adjust the block time.
+60//! pub const MILLISECS_PER_BLOCK: u64 = 12000;
+61//! pub const SLOT_DURATION: u64 = MILLISECS_PER_BLOCK;
+62//! ```
+63//!
+64//! 4. Configure `cumulus_pallet_teyrchain_system` in the runtime.
+65//!
+66//! - Define a `FixedVelocityConsensusHook` using our capacity, velocity, and relay slot duration
+67//! constants. Use this to set the teyrchain system `ConsensusHook` property.
+68#![doc = docify::embed!("../../templates/teyrchain/runtime/src/lib.rs", ConsensusHook)]
+69//! ```ignore
+70//! impl cumulus_pallet_teyrchain_system::Config for Runtime {
+71//!     ..
+72//!     type ConsensusHook = ConsensusHook;
+73//!     ..
+74//! }
+75//! ```
+76//! - Set the teyrchain system property `CheckAssociatedRelayNumber` to
+77//! `RelayNumberMonotonicallyIncreases`
+78//! ```ignore
+79//! impl cumulus_pallet_teyrchain_system::Config for Runtime {
+80//! 	..
+81//! 	type CheckAssociatedRelayNumber = RelayNumberMonotonicallyIncreases;
+82//! 	..
+83//! }
+84//! ```
+85//!
+86//! 5. Configure `pallet_aura` in the runtime.
+87//!
+88//! - Set `AllowMultipleBlocksPerSlot` to `false` (don't worry, we will set it to `true` when we
+89//! activate async backing in phase 3).
+90//!
+91//! - Define `pallet_aura::SlotDuration` using our constant `SLOT_DURATION`
+92//! ```ignore
+93//! impl pallet_aura::Config for Runtime {
+94//! 	..
+95//! 	type AllowMultipleBlocksPerSlot = ConstBool<false>;
+96//! 	#[cfg(feature = "experimental")]
+97//! 	type SlotDuration = ConstU64<SLOT_DURATION>;
+98//! 	..
+99//! }
+100//! ```
+101//!
+102//! 6. Update `sp_consensus_aura::AuraApi::slot_duration` in `sp_api::impl_runtime_apis` to match
+103//!    the constant `SLOT_DURATION`
+104#![doc = docify::embed!("../../templates/teyrchain/runtime/src/apis.rs", impl_slot_duration)]
+105//!
+106//! 7. Implement the `AuraUnincludedSegmentApi`, which allows the collator client to query its
+107//!    runtime to determine whether it should author a block.
+108//!
+109//!    - Add the dependency `cumulus-primitives-aura` to the `runtime/Cargo.toml` file for your
+110//!      runtime
+111//! ```ignore
+112//! ..
+113//! cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false }
+114//! ..
+115//! ```
+116//!
+117//! - In the same file, add `"cumulus-primitives-aura/std",` to the `std` feature.
+118//!
+119//! - Inside the `impl_runtime_apis!` block for your runtime, implement the
+120//!   `cumulus_primitives_aura::AuraUnincludedSegmentApi` as shown below.
+121#![doc = docify::embed!("../../templates/teyrchain/runtime/src/apis.rs", impl_can_build_upon)]
+122//!
+123//! **Note:** With a capacity of 1 we have an effective velocity of ½ even when velocity is
+124//! configured to some larger value. This is because capacity will be filled after a single block is
+125//! produced and will only be freed up after that block is included on the relay chain, which takes
+126//! 2 relay blocks to accomplish. Thus with capacity 1 and velocity 1 we get the customary 12 second
+127//! teyrchain block time.
+128//!
+129//! 8. If your `runtime/src/lib.rs` provides a `CheckInherents` type to `register_validate_block`,
+130//!    remove it. `FixedVelocityConsensusHook` makes it unnecessary. The following example shows how
+131//!    `register_validate_block` should look after removing `CheckInherents`.
+132#![doc = docify::embed!("../../templates/teyrchain/runtime/src/lib.rs", register_validate_block)]
+133//!
+134//!
+135//! ## Phase 2 - Update Teyrchain Nodes
+136//!
+137//! This phase consists of plugging in the new lookahead collator node.
+138//!
+139//! 1. Import `cumulus_primitives_core::ValidationCode` to `node/src/service.rs`.
+140#![doc = docify::embed!("../../templates/teyrchain/node/src/service.rs", cumulus_primitives)]
+141//!
+142//! 2. In `node/src/service.rs`, modify `sc_service::spawn_tasks` to use a clone of `Backend` rather
+143//!    than the original
+144//! ```ignore
+145//! sc_service::spawn_tasks(sc_service::SpawnTasksParams {
+146//!     ..
+147//!     backend: backend.clone(),
+148//!     ..
+149//! })?;
+150//! ```
+151//!
+152//! 3. Add `backend` as a parameter to `start_consensus()` in `node/src/service.rs`
+153//! ```text
+154//! fn start_consensus(
+155//!     ..
+156//!     backend: Arc<TeyrchainBackend>,
+157//!     ..
+158//! ```
+159//! ```ignore
+160//! if validator {
+161//!   start_consensus(
+162//!     ..
+163//!     backend.clone(),
+164//!     ..
+165//!    )?;
+166//! }
+167//! ```
+168//!
+169//! 4. In `node/src/service.rs` import the lookahead collator rather than the basic collator
+170#![doc = docify::embed!("../../templates/teyrchain/node/src/service.rs", lookahead_collator)]
+171//!
+172//! 5. In `start_consensus()` replace the `BasicAuraParams` struct with `AuraParams`
+173//!    - Change the struct type from `BasicAuraParams` to `AuraParams`
+174//!    - In the `para_client` field, pass in a cloned para client rather than the original
+175//!    - Add a `para_backend` parameter after `para_client`, passing in our para backend
+176//!    - Provide a `code_hash_provider` closure like that shown below
+177//!    - Increase `authoring_duration` from 500 milliseconds to 2000
+178//! ```ignore
+179//! let params = AuraParams {
+180//!     ..
+181//!     para_client: client.clone(),
+182//!     para_backend: backend.clone(),
+183//!     ..
+184//!     code_hash_provider: move |block_hash| {
+185//!         client.code_at(block_hash).ok().map(|c| ValidationCode::from(c).hash())
+186//!     },
+187//!     ..
+188//!     authoring_duration: Duration::from_millis(2000),
+189//!     ..
+190//! };
+191//! ```
+192//!
+193//! **Note:** Set `authoring_duration` to whatever you want, taking your own hardware into account.
+194//! But if the backer who should be slower than you due to reading from disk, times out at two
+195//! seconds your candidates will be rejected.
+196//!
+197//! 6. In `start_consensus()` replace `basic_aura::run` with `aura::run`
+198//! ```ignore
+199//! let fut =
+200//! aura::run::<Block, sp_consensus_aura::sr25519::AuthorityPair, _, _, _, _, _, _, _, _, _>(
+201//!    params,
+202//! );
+203//! task_manager.spawn_essential_handle().spawn("aura", None, fut);
+204//! ```
+205//!
+206//! ## Phase 3 - Activate Async Backing
+207//!
+208//! This phase consists of changes to your teyrchain’s runtime that activate async backing feature.
+209//!
+210//! 1. Configure `pallet_aura`, setting `AllowMultipleBlocksPerSlot` to true in
+211//!    `runtime/src/lib.rs`.
+212#![doc = docify::embed!("../../templates/teyrchain/runtime/src/configs/mod.rs", aura_config)]
+213//!
+214//! 2. Increase the maximum `UNINCLUDED_SEGMENT_CAPACITY` in `runtime/src/lib.rs`.
+215#![doc = docify::embed!("../../templates/teyrchain/runtime/src/lib.rs", async_backing_params)]
+216//!
+217//! 3. Decrease `MILLISECS_PER_BLOCK` to 6000.
+218//!
+219//! - Note: For a teyrchain which measures time in terms of its own block number rather than by
+220//!   relay block number it may be preferable to increase velocity. Changing block time may cause
+221//!   complications, requiring additional changes. See the section “Timing by Block Number”.
+222#![doc = docify::embed!("../../templates/teyrchain/runtime/src/lib.rs", block_times)]
+223//!
+224//! 4. Update `MAXIMUM_BLOCK_WEIGHT` to reflect the increased time available for block production.
+225#![doc = docify::embed!("../../templates/teyrchain/runtime/src/lib.rs", max_block_weight)]
+226//!
+227//! 5. Add a feature flagged alternative for `MinimumPeriod` in `pallet_timestamp`. The type should
+228//!    be `ConstU64<0>` with the feature flag experimental, and `ConstU64<{SLOT_DURATION / 2}>`
+229//!    without.
+230//! ```ignore
+231//! impl pallet_timestamp::Config for Runtime {
+232//!     ..
+233//!     #[cfg(feature = "experimental")]
+234//!     type MinimumPeriod = ConstU64<0>;
+235//!     #[cfg(not(feature = "experimental"))]
+236//!     type MinimumPeriod = ConstU64<{ SLOT_DURATION / 2 }>;
+237//!     ..
+238//! }
+239//! ```
+240//!
+241//! ## Timing by Block Number
+242//!
+243//! With asynchronous backing it will be possible for teyrchains to opt for a block time of 6
+244//! seconds rather than 12 seconds. But modifying block duration isn’t so simple for a teyrchain
+245//! which was measuring time in terms of its own block number. It could result in expected and
+246//! actual time not matching up, stalling the teyrchain.
+247//!
+248//! One strategy to deal with this issue is to instead rely on relay chain block numbers for timing.
+249//! Relay block number is kept track of by each teyrchain in `pallet-teyrchain-system` with the
+250//! storage value `LastRelayChainBlockNumber`. This value can be obtained and used wherever timing
+251//! based on block number is needed.
+252
+253#![deny(rustdoc::broken_intra_doc_links)]
+254#![deny(rustdoc::private_intra_doc_links)]
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_elastic_scaling.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_elastic_scaling.rs.html new file mode 100644 index 00000000..17978e0a --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_elastic_scaling.rs.html @@ -0,0 +1,182 @@ +enable_elastic_scaling.rs - source

pezkuwi_sdk_docs/guides/
enable_elastic_scaling.rs

1//! # Enable elastic scaling for a teyrchain
+2//!
+3//! <div class="warning">This guide assumes full familiarity with Asynchronous Backing and its
+4//! terminology, as defined in <a href="https://docs.pezkuwichain.io/sdk/master/pezkuwi_sdk_docs/guides/async_backing_guide/index.html">the Pezkuwi SDK Docs</a>.
+5//! </div>
+6//!
+7//! ## Quick introduction to Elastic Scaling
+8//!
+9//! [Elastic scaling](https://www.parity.io/blog/pezkuwi-web3-cloud) is a feature that enables teyrchains (rollups) to use multiple cores.
+10//! Teyrchains can adjust their usage of core resources on the fly to increase TPS and decrease
+11//! latency.
+12//!
+13//! ### When do you need Elastic Scaling?
+14//!
+15//! Depending on their use case, applications might have an increased need for the following:
+16//! - compute (CPU weight)
+17//! - bandwidth (proof size)
+18//! - lower latency (block time)
+19//!
+20//! ### High throughput (TPS) and lower latency
+21//!
+22//! If the main bottleneck is the CPU, then your teyrchain needs to maximize the compute usage of
+23//! each core while also achieving a lower latency.
+24//! 3 cores provide the best balance between CPU, bandwidth and latency: up to 6s of execution,
+25//! 5MB/s of DA bandwidth and fast block time of just 2 seconds.
+26//!
+27//! ### High bandwidth
+28//!
+29//! Useful for applications that are bottlenecked by bandwidth.
+30//! By using 6 cores, applications can make use of up to 6s of compute, 10MB/s of bandwidth
+31//! while also achieving 1 second block times.
+32//!
+33//! ### Ultra low latency
+34//!
+35//! When latency is the primary requirement, Elastic scaling is currently the only solution. The
+36//! caveat is the efficiency of core time usage decreases as more cores are used.
+37//!
+38//! For example, using 12 cores enables fast transaction confirmations with 500ms blocks and up to
+39//! 20 MB/s of DA bandwidth.
+40//!
+41//! ## Dependencies
+42//!
+43//! Prerequisites: Pezkuwi-SDK `2509` or newer.
+44//!
+45//! To ensure the security and reliability of your chain when using this feature you need the
+46//! following:
+47//! - An omni-node based collator. This has already become the default choice for collators.
+48//! - UMP signal support.
+49//! [RFC103](https://github.com/pezkuwichain/pezkuwi-fellows/RFCs/blob/main/text/0103-introduce-core-index-commitment.md).
+50//!   This is mandatory protection against PoV replay attacks.
+51//! - Enabling the relay parent offset feature. This is required to ensure the teyrchain block times
+52//!   and transaction in-block confidence are not negatively affected by relay chain forks. Read
+53//!   [`crate::guides::handling_teyrchain_forks`] for more information.
+54//! - Block production configuration adjustments.
+55//!
+56//! ### Upgrade to Pezkuwi Omni node
+57//!
+58//! Your collators need to run `pezkuwi-teyrchain` or `pezkuwi-omni-node` with the `--authoring
+59//! slot-based` CLI argument.
+60//! To avoid potential issues and get best performance it is recommeneded to always run the  
+61//! latest release on all of the collators.
+62//!
+63//! Further information about omni-node and how to upgrade is available:
+64//! - [high level docs](https://docs.pezkuwichain.io/develop/toolkit/teyrchains/pezkuwi-omni-node/)
+65//! - [`crate::reference_docs::omni_node`]
+66//!
+67//! ### UMP signals
+68//!
+69//! UMP signals are now enabled by default in the `teyrchain-system` pallet and are used for
+70//! elastic scaling. You can find more technical details about UMP signals and their usage for
+71//! elastic scaling
+72//! [here](https://github.com/pezkuwichain/pezkuwi-fellows/RFCs/blob/main/text/0103-introduce-core-index-commitment.md).
+73//!
+74//! ### Enable the relay parent offset feature
+75//!
+76//! It is recommended to use an offset of `1`, which is sufficient to eliminate any issues
+77//! with relay chain forks.
+78//!
+79//! Configure the relay parent offset like this:
+80//! ```ignore
+81//!     /// Build with an offset of 1 behind the relay chain best block.
+82//!     const RELAY_PARENT_OFFSET: u32 = 1;
+83//!
+84//!     impl cumulus_pallet_teyrchain_system::Config for Runtime {
+85//!         // ...
+86//!         type RelayParentOffset = ConstU32<RELAY_PARENT_OFFSET>;
+87//!     }
+88//! ```
+89//!
+90//! Implement the runtime API to retrieve the offset on the client side.
+91//! ```ignore
+92//!     impl cumulus_primitives_core::RelayParentOffsetApi<Block> for Runtime {
+93//!         fn relay_parent_offset() -> u32 {
+94//!             RELAY_PARENT_OFFSET
+95//!         }
+96//!     }
+97//! ```
+98//!
+99//! ### Block production configuration
+100//!
+101//! This configuration directly controls the minimum block time and maximum number of cores
+102//! the teyrchain can use.
+103//!
+104//! Example configuration for a 3 core teyrchain:
+105//!  ```ignore
+106//!     /// The upper limit of how many teyrchain blocks are processed by the relay chain per
+107//!     /// parent. Limits the number of blocks authored per slot. This determines the minimum
+108//!     /// block time of the teyrchain:
+109//!     /// `RELAY_CHAIN_SLOT_DURATION_MILLIS/BLOCK_PROCESSING_VELOCITY`
+110//!     const BLOCK_PROCESSING_VELOCITY: u32 = 3;
+111//!
+112//!     /// Maximum number of blocks simultaneously accepted by the Runtime, not yet included
+113//!     /// into the relay chain.
+114//!     const UNINCLUDED_SEGMENT_CAPACITY: u32 = (2 + RELAY_PARENT_OFFSET) *
+115//! BLOCK_PROCESSING_VELOCITY + 1;
+116//!
+117//!     /// Relay chain slot duration, in milliseconds.
+118//!     const RELAY_CHAIN_SLOT_DURATION_MILLIS: u32 = 6000;
+119//!
+120//!     type ConsensusHook = cumulus_pallet_aura_ext::FixedVelocityConsensusHook<
+121//!         Runtime,
+122//!         RELAY_CHAIN_SLOT_DURATION_MILLIS,
+123//!         BLOCK_PROCESSING_VELOCITY,
+124//!         UNINCLUDED_SEGMENT_CAPACITY,
+125//!     >;
+126//!
+127//!  ```
+128//!
+129//! ### Teyrchain Slot Duration
+130//!
+131//! A common source of confusion is the correct configuration of the `SlotDuration` that is passed
+132//! to `pallet-aura`.
+133//! ```ignore
+134//! impl pallet_aura::Config for Runtime {
+135//!     // ...
+136//!     type SlotDuration = ConstU64<SLOT_DURATION>;
+137//! }
+138//! ```
+139//!
+140//! The slot duration determines the length of each author's turn and is decoupled from the block
+141//! production interval. During their slot, authors are allowed to produce multiple blocks. **The
+142//! slot duration is required to be at least 6s (same as on the relay chain).**
+143//!
+144//! **Configuration recommendations:**
+145//! - For new teyrchains starting from genesis: use a slot duration of 24 seconds
+146//! - For existing live teyrchains: leave the slot duration unchanged
+147//!
+148//!
+149//! ## Current limitations
+150//!
+151//! ### Maximum execution time per relay chain block.
+152//!
+153//! Since teyrchain block authoring is sequential, the next block can only be built after
+154//! the previous one has been imported.
+155//! At present, a core allows up to 2 seconds of execution per relay chain block.
+156//!
+157//! If we assume a 6s teyrchain slot, and each block takes the full 2 seconds to execute,
+158//! the teyrchain will not be able to fully utilize the compute resources of all 3 cores.
+159//!    
+160//! If the collator hardware is faster, it can author and import full blocks more quickly,
+161//! making it possible to utilize even more than 3 cores efficiently.
+162//!
+163//! #### Why?
+164//!
+165//! Within a 6-second teyrchain slot, collators can author multiple teyrchain blocks.
+166//! Before building the first block in a slot, the new block author must import the last
+167//! block produced by the previous author.
+168//! If the import of the last block is not completed before the next relay chain slot starts,
+169//! the new author will build on its parent (assuming it was imported). This will create a fork
+170//! which degrades the teyrchain block confidence and block times.
+171//!
+172//! This means that, on reference hardware, a teyrchain with a slot time of 6s can
+173//! effectively utilize up to 4 seconds of execution per relay chain block, because it needs to
+174//! ensure the next block author has enough time to import the last block.
+175//! Hardware with higher single-core performance can enable a teyrchain to fully utilize more
+176//! cores.
+177//!
+178//! ### Fixed factor scaling.
+179//!
+180//! For true elasticity, a teyrchain needs to acquire more cores when needed in an automated
+181//! manner. This functionality is not yet available in the SDK, thus acquiring additional
+182//! on-demand or bulk cores has to be managed externally.
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_metadata_hash.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_metadata_hash.rs.html new file mode 100644 index 00000000..6d501bc0 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_metadata_hash.rs.html @@ -0,0 +1,88 @@ +enable_metadata_hash.rs - source

pezkuwi_sdk_docs/guides/
enable_metadata_hash.rs

1//! # Enable metadata hash verification
+2//!
+3//! This guide will teach you how to enable the metadata hash verification in your runtime.
+4//!
+5//! ## What is metadata hash verification?
+6//!
+7//! Each FRAME based runtime exposes metadata about itself. This metadata is used by consumers of
+8//! the runtime to interpret the state, to construct transactions etc. Part of this metadata are the
+9//! type information. These type information can be used to e.g. decode storage entries or to decode
+10//! a transaction. So, the metadata is quite useful for wallets to interact with a FRAME based
+11//! chain. Online wallets can fetch the metadata directly from any node of the chain they are
+12//! connected to, but offline wallets can not do this. So, for the offline wallet to have access to
+13//! the metadata it needs to be transferred and stored on the device. The problem is that the
+14//! metadata has a size of several hundreds of kilobytes, which takes quite a while to transfer to
+15//! these offline wallets and the internal storage of these devices is also not big enough to store
+16//! the metadata for one or more networks. The next problem is that the offline wallet/user can not
+17//! trust the metadata to be correct. It is very important for the metadata to be correct or
+18//! otherwise an attacker could change them in a way that the offline wallet decodes a transaction
+19//! in a different way than what it will be decoded to on chain. So, the user may sign an incorrect
+20//! transaction leading to unexpected behavior.
+21//!
+22//! The metadata hash verification circumvents the issues of the huge metadata and the need to trust
+23//! some metadata blob to be correct. To generate a hash for the metadata, the metadata is chunked,
+24//! these chunks are put into a merkle tree and then the root of this merkle tree is the "metadata
+25//! hash". For a more technical explanation on how it works, see
+26//! [RFC78](https://pezkuwi-fellows.github.io/RFCs/approved/0078-merkleized-metadata.html). At compile
+27//! time the metadata hash is generated and "baked" into the runtime. This makes it extremely cheap
+28//! for the runtime to verify on chain that the metadata hash is correct. By having the runtime
+29//! verify the hash on chain, the user also doesn't need to trust the offchain metadata. If the
+30//! metadata hash doesn't match the on chain metadata hash the transaction will be rejected. The
+31//! metadata hash itself is added to the data of the transaction that is signed, this means the
+32//! actual hash does not appear in the transaction. On chain the same procedure is repeated with the
+33//! metadata hash that is known by the runtime and if the metadata hash doesn't match the signature
+34//! verification will fail. As the metadata hash is actually the root of a merkle tree, the offline
+35//! wallet can get proofs of individual types to decode a transaction. This means that the offline
+36//! wallet does not require the entire metadata to be present on the device.
+37//!
+38//! ## Integrating metadata hash verification into your runtime
+39//!
+40//! The integration of the metadata hash verification is split into two parts, first the actual
+41//! integration into the runtime and secondly the enabling of the metadata hash generation at
+42//! compile time.
+43//!
+44//! ### Runtime integration
+45//!
+46//! From the runtime side only the
+47//! [`CheckMetadataHash`](frame_metadata_hash_extension::CheckMetadataHash) needs to be added to the
+48//! list of signed extension:
+49#![doc = docify::embed!("../../templates/teyrchain/runtime/src/lib.rs", template_signed_extra)]
+50//!
+51//! > **Note:**
+52//! >
+53//! > Adding the signed extension changes the encoding of the transaction and adds one extra byte
+54//! > per transaction!
+55//!
+56//! This signed extension will make sure to decode the requested `mode` and will add the metadata
+57//! hash to the signed data depending on the requested `mode`. The `mode` gives the user/wallet
+58//! control over deciding if the metadata hash should be verified or not. The metadata hash itself
+59//! is drawn from the `RUNTIME_METADATA_HASH` environment variable. If the environment variable is
+60//! not set, any transaction that requires the metadata hash is rejected with the error
+61//! `CannotLookup`. This is a security measurement to prevent including invalid transactions.
+62//!
+63//! <div class="warning">
+64//!
+65//! The extension does not work with the native runtime, because the
+66//! `RUNTIME_METADATA_HASH` environment variable is not set when building the
+67//! `frame-metadata-hash-extension` crate.
+68//!
+69//! </div>
+70//!
+71//! ### Enable metadata hash generation
+72//!
+73//! The metadata hash generation needs to be enabled when building the wasm binary. The
+74//! `substrate-wasm-builder` supports this out of the box:
+75#![doc = docify::embed!("../../templates/teyrchain/runtime/build.rs", template_enable_metadata_hash)]
+76//!
+77//! > **Note:**
+78//! >
+79//! > The `metadata-hash` feature needs to be enabled for the `substrate-wasm-builder` to enable the
+80//! > code for being able to generate the metadata hash. It is also recommended to put the metadata
+81//! > hash generation behind a feature in the runtime as shown above. The reason behind is that it
+82//! > adds a lot of code which increases the compile time and the generation itself also increases
+83//! > the compile time. Thus, it is recommended to enable the feature only when the metadata hash is
+84//! > required (e.g. for an on-chain build).
+85//!
+86//! The two parameters to `enable_metadata_hash` are the token symbol and the number of decimals of
+87//! the primary token of the chain. These information are included for the wallets to show token
+88//! related operations in a more user friendly way.
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_pov_reclaim.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_pov_reclaim.rs.html new file mode 100644 index 00000000..330146a5 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/enable_pov_reclaim.rs.html @@ -0,0 +1,88 @@ +enable_pov_reclaim.rs - source

pezkuwi_sdk_docs/guides/
enable_pov_reclaim.rs

1//! # Enable storage weight reclaiming
+2//!
+3//! This guide will teach you how to enable storage weight reclaiming for a teyrchain. The
+4//! explanations in this guide assume a project structure similar to the one detailed in
+5//! the [substrate documentation](crate::pezkuwi_sdk::substrate#anatomy-of-a-binary-crate). Full
+6//! technical details are available in the original [pull request](https://github.com/pezkuwichain/pezkuwi-sdk/pull/3002).
+7//!
+8//! # What is PoV reclaim?
+9//! When a teyrchain submits a block to a relay chain like Pezkuwi or Kusama, it sends the block
+10//! itself and a storage proof. Together they form the Proof-of-Validity (PoV). The PoV allows the
+11//! relay chain to validate the teyrchain block by re-executing it. Relay chain
+12//! validators distribute this PoV among themselves over the network. This distribution is costly
+13//! and limits the size of the storage proof. The storage weight dimension of FRAME weights reflects
+14//! this cost and limits the size of the storage proof. However, the storage weight determined
+15//! during [benchmarking](crate::reference_docs::frame_benchmarking_weight) represents the worst
+16//! case. In reality, runtime operations often consume less space in the storage proof. PoV reclaim
+17//! offers a mechanism to reclaim the difference between the benchmarked worst-case and the real
+18//! proof-size consumption.
+19//!
+20//!
+21//! # How to enable PoV reclaim
+22//! ## 1. Add the host function to your node
+23//!
+24//! To reclaim excess storage weight, a teyrchain runtime needs the
+25//! ability to fetch the size of the storage proof from the node. The reclaim
+26//! mechanism uses the
+27//! [`storage_proof_size`](cumulus_primitives_proof_size_hostfunction::storage_proof_size)
+28//! host function for this purpose. For convenience, cumulus provides
+29//! [`TeyrchainHostFunctions`](cumulus_client_service::TeyrchainHostFunctions), a set of
+30//! host functions typically used by cumulus-based teyrchains. In the binary crate of your
+31//! teyrchain, find the instantiation of the [`WasmExecutor`](sc_executor::WasmExecutor) and set the
+32//! correct generic type.
+33//!
+34//! This example from the teyrchain-template shows a type definition that includes the correct
+35//! host functions.
+36#![doc = docify::embed!("../../templates/teyrchain/node/src/service.rs", wasm_executor)]
+37//!
+38//! > **Note:**
+39//! >
+40//! > If you see error `runtime requires function imports which are not present on the host:
+41//! > 'env:ext_storage_proof_size_storage_proof_size_version_1'`, it is likely
+42//! > that this step in the guide was not set up correctly.
+43//!
+44//! ## 2. Enable storage proof recording during import
+45//!
+46//! The reclaim mechanism reads the size of the currently recorded storage proof multiple times
+47//! during block authoring and block import. Proof recording during authoring is already enabled on
+48//! teyrchains. You must also ensure that storage proof recording is enabled during block import.
+49//! Find where your node builds the fundamental substrate components by calling
+50//! [`new_full_parts`](sc_service::new_full_parts). Replace this
+51//! with [`new_full_parts_record_import`](sc_service::new_full_parts_record_import) and
+52//! pass `true` as the last parameter to enable import recording.
+53#![doc = docify::embed!("../../templates/teyrchain/node/src/service.rs", component_instantiation)]
+54//!
+55//! > **Note:**
+56//! >
+57//! > If you see error `Storage root must match that calculated.` during block import, it is likely
+58//! > that this step in the guide was not
+59//! > set up correctly.
+60//!
+61//! ## 3. Add the TransactionExtension to your runtime
+62//!
+63//! In your runtime, you will find a list of TransactionExtensions.
+64//! To enable the reclaiming,
+65//! set [`StorageWeightReclaim`](cumulus_pallet_weight_reclaim::StorageWeightReclaim)
+66//! as a warpper of that list.
+67//! It is necessary that this extension wraps all the other transaction extensions in order to catch
+68//! the whole PoV size of the transactions.
+69//! The extension will check the size of the storage proof before and after an extrinsic execution.
+70//! It reclaims the difference between the calculated size and the benchmarked size.
+71#![doc = docify::embed!("../../templates/teyrchain/runtime/src/lib.rs", template_signed_extra)]
+72//!
+73//! ## Optional: Verify that reclaim works
+74//!
+75//! Start your node with the log target `runtime::storage_reclaim` set to `trace` to enable full
+76//! logging for `StorageWeightReclaim`. The following log is an example from a local testnet. To
+77//! trigger the log, execute any extrinsic on the network.
+78//!
+79//! ```ignore
+80//! ...
+81//! 2024-04-22 17:31:48.014 TRACE runtime::storage_reclaim: [ferdie] Reclaiming storage weight. benchmarked: 3593, consumed: 265 unspent: 0
+82//! ...
+83//! ```
+84//!
+85//! In the above example we see a benchmarked size of 3593 bytes, while the extrinsic only consumed
+86//! 265 bytes of proof size. This results in 3328 bytes of reclaim.
+87#![deny(rustdoc::broken_intra_doc_links)]
+88#![deny(rustdoc::private_intra_doc_links)]
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/handling_teyrchain_forks.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/handling_teyrchain_forks.rs.html new file mode 100644 index 00000000..267af93b --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/handling_teyrchain_forks.rs.html @@ -0,0 +1,90 @@ +handling_teyrchain_forks.rs - source

pezkuwi_sdk_docs/guides/
handling_teyrchain_forks.rs

1//! # Teyrchain forks
+2//!
+3//! In this guide, we will examine how AURA-based teyrchains handle forks. AURA (Authority Round) is
+4//! a consensus mechanism where block authors rotate at fixed time intervals. Each author gets a
+5//! predetermined time slice during which they are allowed to author a block. On its own, this
+6//! mechanism is fork-free.
+7//!
+8//! However, since the relay chain provides security and serves as the source of truth for
+9//! teyrchains, the teyrchain is dependent on it. This relationship can introduce complexities that
+10//! lead to forking scenarios.
+11//!
+12//! ## Background
+13//! Each teyrchain block has a relay parent, which is a relay chain block that provides context to
+14//! our teyrchain block. The constraints the relay chain imposes on our teyrchain can cause forks
+15//! under certain conditions. With asynchronous-backing enabled chains, the node side is building
+16//! blocks on all relay chain forks. This means that no matter which fork of the relay chain
+17//! ultimately progressed, the teyrchain would have a block ready for that fork. The situation
+18//! changes when teyrchains want to produce blocks at a faster cadence. In a scenario where a
+19//! teyrchain might author on 3 cores with elastic scaling, it is not possible to author on all
+20//! relay chain forks. The time constraints do not allow it. Building on two forks would result in 6
+21//! blocks. The authoring of these blocks would consume more time than we have available before the
+22//! next relay chain block arrives. This limitation requires a more fork-resistant approach to
+23//! block-building.
+24//!
+25//! ## Impact of Forks
+26//! When a relay chain fork occurs and the teyrchain builds on a fork that will not be extended in
+27//! the future, the blocks built on that fork are lost and need to be rebuilt. This increases
+28//! latency and reduces throughput, affecting the overall performance of the teyrchain.
+29//!
+30//! # Building on Older Pelay Parents
+31//! Cumulus offers a way to mitigate the occurence of forks. Instead of picking a block at the tip
+32//! of the relay chain to build blocks, the node side can pick a relay chain block that is older. By
+33//! building on 12s old relay chain blocks, forks will already have settled and the teyrchain can
+34//! build fork-free.
+35//!
+36//! ```text
+37//! Without offset:
+38//! Relay Chain:    A --- B --- C --- D  --- E
+39//!                              \
+40//!                               --- D' --- E'
+41//! Teyrchain:            X --- Y --- ? (builds on both D and D', wasting resources)
+42//!
+43//! With offset (2 blocks):
+44//! Relay Chain:    A --- B --- C --- D  --- E
+45//!                              \
+46//!                               --- D' --- E'
+47//! Teyrchain:            X(A) - Y (B) - Z (on C, fork already resolved)
+48//! ```
+49//! **Note:** It is possible that relay chain forks extend over more than 1-2 blocks. However, it is
+50//! unlikely.
+51//! ## Tradeoffs
+52//! Fork-free teyrchains come with a few tradeoffs:
+53//! - The latency of incoming XCM messages will be delayed by `N * 6s`, where `N` is the number of
+54//!   relay chain blocks we want to offset by. For example, by building 2 relay chain blocks behind
+55//!   the tip, the XCM latency will be increased by 12 seconds.
+56//! - The available PoV space will be slightly reduced. Assuming a 10mb PoV, teyrchains need to be
+57//!   ready to sacrifice around 0.5% of PoV space.
+58//!
+59//! ## Enabling Guide
+60//! The decision whether the teyrchain should build on older relay parents is embedded into the
+61//! runtime. After the changes are implemented, the runtime will enforce that no author can build
+62//! with an offset smaller than the desired offset. If you wish to keep your current teyrchain
+63//! behaviour and do not want aforementioned tradeoffs, set the offset to 0.
+64//!
+65//! **Note:** The APIs mentioned here are available in `pezkuwi-sdk` versions after `stable-2506`.
+66//!
+67//! 1. Define the relay parent offset your teyrchain should respect in the runtime.
+68//! ```ignore
+69//! const RELAY_PARENT_OFFSET = 2;
+70//! ```
+71//! 2. Pass this constant to the `teyrchain-system` pallet.
+72//!
+73//! ```ignore
+74//! impl cumulus_pallet_teyrchain_system::Config for Runtime {
+75//! 	// Other config items here
+76//!     ...
+77//! 	type RelayParentOffset = ConstU32<RELAY_PARENT_OFFSET>;
+78//! }
+79//! ```
+80//! 3. Implement the `RelayParentOffsetApi` runtime API for your runtime.
+81//!
+82//! ```ignore
+83//! impl cumulus_primitives_core::RelayParentOffsetApi<Block> for Runtime {
+84//!     fn relay_parent_offset() -> u32 {
+85//! 		RELAY_PARENT_OFFSET
+86//! 	}
+87//! }
+88//! ```
+89//! 4. Increase the `UNINCLUDED_SEGMENT_CAPICITY` for your runtime. It needs to be increased by
+90//!    `RELAY_PARENT_OFFSET * BLOCK_PROCESSING_VELOCITY`.
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/mod.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/mod.rs.html new file mode 100644 index 00000000..e3bb9061 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/mod.rs.html @@ -0,0 +1,50 @@ +mod.rs - source

pezkuwi_sdk_docs/guides/
mod.rs

1//! # Pezkuwi SDK Docs Guides
+2//!
+3//! This crate contains a collection of guides that are foundational to the developers of
+4//! Pezkuwi SDK. They are common user-journeys that are traversed in the Pezkuwi ecosystem.
+5//!
+6//! The main user-journey covered by these guides is:
+7//!
+8//! * [`your_first_pallet`], where you learn what a FRAME pallet is, and write your first
+9//!   application logic.
+10//! * [`your_first_runtime`], where you learn how to compile your pallets into a WASM runtime.
+11//! * [`your_first_node`], where you learn how to run the said runtime in a node.
+12//!
+13//! > By this step, you have already launched a full Pezkuwi-SDK-based blockchain!
+14//!
+15//! Once done, feel free to step up into one of our templates: [`crate::pezkuwi_sdk::templates`].
+16//!
+17//! [`your_first_pallet`]: crate::guides::your_first_pallet
+18//! [`your_first_runtime`]: crate::guides::your_first_runtime
+19//! [`your_first_node`]: crate::guides::your_first_node
+20//!
+21//! Other guides are related to other miscellaneous topics and are listed as modules below.
+22
+23/// Write your first simple pallet, learning the most most basic features of FRAME along the way.
+24pub mod your_first_pallet;
+25
+26/// Write your first real [runtime](`crate::reference_docs::wasm_meta_protocol`),
+27/// compiling it to [WASM](crate::pezkuwi_sdk::substrate#wasm-build).
+28pub mod your_first_runtime;
+29
+30/// Running the given runtime with a node. No specific consensus mechanism is used at this stage.
+31pub mod your_first_node;
+32
+33/// How to enhance a given runtime and node to be cumulus-enabled, run it as a teyrchain
+34/// and connect it to a relay-chain.
+35// pub mod your_first_teyrchain;
+36
+37/// How to enable storage weight reclaiming in a teyrchain node and runtime.
+38pub mod enable_pov_reclaim;
+39
+40/// How to enable Async Backing on teyrchain projects that started in 2023 or before.
+41pub mod async_backing_guide;
+42
+43/// How to enable metadata hash verification in the runtime.
+44pub mod enable_metadata_hash;
+45
+46/// How to enable elastic scaling on a teyrchain.
+47pub mod enable_elastic_scaling;
+48
+49/// How to parameterize teyrchain forking in relation to relay chain forking.
+50pub mod handling_teyrchain_forks;
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_node.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_node.rs.html new file mode 100644 index 00000000..af82c35f --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_node.rs.html @@ -0,0 +1,342 @@ +your_first_node.rs - source

pezkuwi_sdk_docs/guides/
your_first_node.rs

1//! # Your first Node
+2//!
+3//! In this guide, you will learn how to run a runtime, such as the one created in
+4//! [`your_first_runtime`], in a node. Within the context of this guide, we will focus on running
+5//! the runtime with an [`omni-node`]. Please first read this page to learn about the OmniNode, and
+6//! other options when it comes to running a node.
+7//!
+8//! [`your_first_runtime`] is a runtime with no consensus related code, and therefore can only be
+9//! executed with a node that also expects no consensus ([`sc_consensus_manual_seal`]).
+10//! `pezkuwi-omni-node`'s [`--dev-block-time`] precisely does this.
+11//!
+12//! > All of the following steps are coded as unit tests of this module. Please see `Source` of the
+13//! > page for more information.
+14//!
+15//! ## Running The Omni Node
+16//!
+17//! ### Installs
+18//!
+19//! The `pezkuwi-omni-node` can either be downloaded from the latest [Release](https://github.com/pezkuwichain/pezkuwi-sdk/releases/) of `pezkuwi-sdk`,
+20//! or installed using `cargo`:
+21//!
+22//! ```text
+23//! cargo install pezkuwi-omni-node
+24//! ```
+25//!
+26//! Next, we need to install the `chain-spec-builder`. This is the tool that allows us to build
+27//! chain-specifications, through interacting with the genesis related APIs of the runtime, as
+28//! described in [`crate::guides::your_first_runtime#genesis-configuration`].
+29//!
+30//! ```text
+31//! cargo install staging-chain-spec-builder
+32//! ```
+33//!
+34//! > The name of the crate is prefixed with `staging` as the crate name `chain-spec-builder` on
+35//! > crates.io is already taken and is not controlled by `pezkuwi-sdk` developers.
+36//!
+37//! ### Building Runtime
+38//!
+39//! Next, we need to build the corresponding runtime that we wish to interact with.
+40//!
+41//! ```text
+42//! cargo build --release -p path-to-runtime
+43//! ```
+44//! Equivalent code in tests:
+45#![doc = docify::embed!("./src/guides/your_first_runtime.rs", build_runtime)]
+46//!
+47//! This creates the wasm file under `./target/{release}/wbuild/release` directory.
+48//!
+49//! ### Building Chain Spec
+50//!
+51//! Next, we can generate the corresponding chain-spec file. For this example, we will use the
+52//! `development` (`sp_genesis_config::DEVELOPMENT`) preset.
+53//!
+54//! Note that we intend to run this chain-spec with `pezkuwi-omni-node`, which is tailored for
+55//! running teyrchains. This requires the chain-spec to always contain the `para_id` and a
+56//! `relay_chain` fields, which are provided below as CLI arguments.
+57//!
+58//! ```text
+59//! chain-spec-builder \
+60//! 	-c <path-to-output> \
+61//! 	create \
+62//! 	--relay-chain dontcare \
+63//! 	--runtime pezkuwi_sdk_docs_first_runtime.wasm \
+64//! 	named-preset development
+65//! ```
+66//!
+67//! Equivalent code in tests:
+68#![doc = docify::embed!("./src/guides/your_first_node.rs", csb)]
+69//!
+70//!
+71//! ### Running `pezkuwi-omni-node`
+72//!
+73//! Finally, we can run the node with the generated chain-spec file. We can also specify the block
+74//! time using the `--dev-block-time` flag.
+75//!
+76//! ```text
+77//! pezkuwi-omni-node \
+78//! 	--tmp \
+79//! 	--dev-block-time 1000 \
+80//! 	--chain <chain_spec_file>.json
+81//! ```
+82//!
+83//! > Note that we always prefer to use `--tmp` for testing, as it will save the chain state to a
+84//! > temporary folder, allowing the chain-to be easily restarted without `purge-chain`. See
+85//! > [`sc_cli::commands::PurgeChainCmd`] and [`sc_cli::commands::RunCmd::tmp`] for more info.
+86//!
+87//! This will start the node and import the blocks. Note while using `--dev-block-time`, the node
+88//! will use the testing-specific manual-seal consensus. This is an efficient way to test the
+89//! application logic of your runtime, without needing to yet care about consensus, block
+90//! production, relay-chain and so on.
+91//!
+92//! ### Next Steps
+93//!
+94//! * See the rest of the steps in [`crate::reference_docs::omni_node#user-journey`].
+95//!
+96//! [`runtime`]: crate::reference_docs::glossary#runtime
+97//! [`node`]: crate::reference_docs::glossary#node
+98//! [`build_config`]: first_runtime::Runtime#method.build_config
+99//! [`omni-node`]: crate::reference_docs::omni_node
+100//! [`--dev-block-time`]: (pezkuwi_omni_node_lib::cli::Cli::dev_block_time)
+101
+102#[cfg(test)]
+103mod tests {
+104	use assert_cmd::assert::OutputAssertExt;
+105	use cmd_lib::*;
+106	use rand::Rng;
+107	use sc_chain_spec::{DEV_RUNTIME_PRESET, LOCAL_TESTNET_RUNTIME_PRESET};
+108	use sp_genesis_builder::PresetId;
+109	use std::{
+110		io::{BufRead, BufReader},
+111		path::PathBuf,
+112		process::{ChildStderr, Command, Stdio},
+113		time::Duration,
+114	};
+115
+116	const PARA_RUNTIME: &'static str = "teyrchain-template-runtime";
+117	const CHAIN_SPEC_BUILDER: &'static str = "chain-spec-builder";
+118	const OMNI_NODE: &'static str = "pezkuwi-omni-node";
+119
+120	fn cargo() -> Command {
+121		Command::new(std::env::var("CARGO").unwrap_or_else(|_| "cargo".to_string()))
+122	}
+123
+124	fn get_target_directory() -> Option<PathBuf> {
+125		let output = cargo().arg("metadata").arg("--format-version=1").output().ok()?;
+126
+127		if !output.status.success() {
+128			return None;
+129		}
+130
+131		let metadata: serde_json::Value = serde_json::from_slice(&output.stdout).ok()?;
+132		let target_directory = metadata["target_directory"].as_str()?;
+133
+134		Some(PathBuf::from(target_directory))
+135	}
+136
+137	fn find_release_binary(name: &str) -> Option<PathBuf> {
+138		let target_dir = get_target_directory()?;
+139		let release_path = target_dir.join("release").join(name);
+140
+141		if release_path.exists() {
+142			Some(release_path)
+143		} else {
+144			None
+145		}
+146	}
+147
+148	fn find_wasm(runtime_name: &str) -> Option<PathBuf> {
+149		let target_dir = get_target_directory()?;
+150		let wasm_path = target_dir
+151			.join("release")
+152			.join("wbuild")
+153			.join(runtime_name)
+154			.join(format!("{}.wasm", runtime_name.replace('-', "_")));
+155
+156		if wasm_path.exists() {
+157			Some(wasm_path)
+158		} else {
+159			None
+160		}
+161	}
+162
+163	fn maybe_build_runtimes() {
+164		if find_wasm(&PARA_RUNTIME).is_none() {
+165			println!("Building teyrchain-template-runtime...");
+166			Command::new("cargo")
+167				.arg("build")
+168				.arg("--release")
+169				.arg("-p")
+170				.arg(PARA_RUNTIME)
+171				.assert()
+172				.success();
+173		}
+174
+175		assert!(find_wasm(PARA_RUNTIME).is_some());
+176	}
+177
+178	fn maybe_build_chain_spec_builder() {
+179		if find_release_binary(CHAIN_SPEC_BUILDER).is_none() {
+180			println!("Building chain-spec-builder...");
+181			Command::new("cargo")
+182				.arg("build")
+183				.arg("--release")
+184				.arg("-p")
+185				.arg("staging-chain-spec-builder")
+186				.assert()
+187				.success();
+188		}
+189		assert!(find_release_binary(CHAIN_SPEC_BUILDER).is_some());
+190	}
+191
+192	fn maybe_build_omni_node() {
+193		if find_release_binary(OMNI_NODE).is_none() {
+194			println!("Building pezkuwi-omni-node...");
+195			Command::new("cargo")
+196				.arg("build")
+197				.arg("--release")
+198				.arg("-p")
+199				.arg("pezkuwi-omni-node")
+200				.assert()
+201				.success();
+202		}
+203	}
+204
+205	async fn imported_block_found(stderr: ChildStderr, block: u64, timeout: u64) -> bool {
+206		tokio::time::timeout(Duration::from_secs(timeout), async {
+207			let want = format!("Imported #{}", block);
+208			let reader = BufReader::new(stderr);
+209			let mut found_block = false;
+210			for line in reader.lines() {
+211				if line.unwrap().contains(&want) {
+212					found_block = true;
+213					break;
+214				}
+215			}
+216			found_block
+217		})
+218		.await
+219		.unwrap()
+220	}
+221
+222	async fn test_runtime_preset(
+223		runtime: &'static str,
+224		block_time: u64,
+225		maybe_preset: Option<PresetId>,
+226	) {
+227		sp_tracing::try_init_simple();
+228		maybe_build_runtimes();
+229		maybe_build_chain_spec_builder();
+230		maybe_build_omni_node();
+231
+232		let chain_spec_builder =
+233			find_release_binary(&CHAIN_SPEC_BUILDER).expect("we built it above; qed");
+234		let omni_node = find_release_binary(OMNI_NODE).expect("we built it above; qed");
+235		let runtime_path = find_wasm(runtime).expect("we built it above; qed");
+236
+237		let random_seed: u32 = rand::thread_rng().gen();
+238		let chain_spec_file = std::env::current_dir()
+239			.unwrap()
+240			.join(format!("{}_{}_{}.json", runtime, block_time, random_seed));
+241
+242		Command::new(chain_spec_builder)
+243			.args(["-c", chain_spec_file.to_str().unwrap()])
+244			.arg("create")
+245			.args(["--relay-chain", "dontcare"])
+246			.args(["-r", runtime_path.to_str().unwrap()])
+247			.args(match maybe_preset {
+248				Some(preset) => vec!["named-preset".to_string(), preset.to_string()],
+249				None => vec!["default".to_string()],
+250			})
+251			.assert()
+252			.success();
+253
+254		let mut child = Command::new(omni_node)
+255			.arg("--tmp")
+256			.args(["--chain", chain_spec_file.to_str().unwrap()])
+257			.args(["--dev-block-time", block_time.to_string().as_str()])
+258			.stderr(Stdio::piped())
+259			.spawn()
+260			.unwrap();
+261
+262		// Take stderr and parse it with timeout.
+263		let stderr = child.stderr.take().unwrap();
+264		let expected_blocks = (10_000 / block_time).saturating_div(2);
+265		assert!(expected_blocks > 0, "test configuration is bad, should give it more time");
+266		assert_eq!(imported_block_found(stderr, expected_blocks, 100).await, true);
+267		std::fs::remove_file(chain_spec_file).unwrap();
+268		child.kill().unwrap();
+269	}
+270
+271	// Sets up omni-node to run a text exercise based on a chain spec.
+272	async fn omni_node_test_setup(chain_spec_path: PathBuf) {
+273		maybe_build_omni_node();
+274		let omni_node = find_release_binary(OMNI_NODE).unwrap();
+275
+276		let mut child = Command::new(omni_node)
+277			.arg("--dev")
+278			.args(["--chain", chain_spec_path.to_str().unwrap()])
+279			.stderr(Stdio::piped())
+280			.spawn()
+281			.unwrap();
+282
+283		let stderr = child.stderr.take().unwrap();
+284		assert_eq!(imported_block_found(stderr, 7, 100).await, true);
+285		child.kill().unwrap();
+286	}
+287
+288	#[tokio::test]
+289	async fn works_with_different_block_times() {
+290		test_runtime_preset(PARA_RUNTIME, 100, Some(DEV_RUNTIME_PRESET.into())).await;
+291		test_runtime_preset(PARA_RUNTIME, 3000, Some(DEV_RUNTIME_PRESET.into())).await;
+292
+293		// we need this snippet just for docs
+294		#[docify::export_content(csb)]
+295		fn build_teyrchain_spec_works() {
+296			let chain_spec_builder = find_release_binary(&CHAIN_SPEC_BUILDER).unwrap();
+297			let runtime_path = find_wasm(PARA_RUNTIME).unwrap();
+298			let output = "/tmp/demo-chain-spec.json";
+299			let runtime_str = runtime_path.to_str().unwrap();
+300			run_cmd!(
+301				$chain_spec_builder -c $output create --relay-chain dontcare -r $runtime_str named-preset development
+302			).expect("Failed to run command");
+303			std::fs::remove_file(output).unwrap();
+304		}
+305		build_teyrchain_spec_works();
+306	}
+307
+308	#[tokio::test]
+309	async fn teyrchain_runtime_works() {
+310		// TODO: None doesn't work. But maybe it should? it would be misleading as many users might
+311		// use it.
+312		for preset in [Some(DEV_RUNTIME_PRESET.into()), Some(LOCAL_TESTNET_RUNTIME_PRESET.into())] {
+313			test_runtime_preset(PARA_RUNTIME, 1000, preset).await;
+314		}
+315	}
+316
+317	#[tokio::test]
+318	async fn omni_node_dev_mode_works() {
+319		//Omni Node in dev mode works with teyrchain's template `dev_chain_spec`
+320		let dev_chain_spec = std::env::current_dir()
+321			.unwrap()
+322			.parent()
+323			.unwrap()
+324			.parent()
+325			.unwrap()
+326			.join("templates")
+327			.join("teyrchain")
+328			.join("dev_chain_spec.json");
+329		omni_node_test_setup(dev_chain_spec).await;
+330	}
+331
+332	#[tokio::test]
+333	// This is a regresion test so that we still remain compatible with runtimes that use
+334	// `para-id` in chain specs, instead of implementing the
+335	// `cumulus_primitives_core::GetTeyrchainInfo`.
+336	async fn omni_node_dev_mode_works_without_getteyrchaininfo() {
+337		let dev_chain_spec = std::env::current_dir()
+338			.unwrap()
+339			.join("src/guides/teyrchain_without_getteyrchaininfo.json");
+340		omni_node_test_setup(dev_chain_spec).await;
+341	}
+342}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_pallet/mod.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_pallet/mod.rs.html new file mode 100644 index 00000000..57e5cadc --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_pallet/mod.rs.html @@ -0,0 +1,789 @@ +mod.rs - source

pezkuwi_sdk_docs/guides/your_first_pallet/
mod.rs

1//! # Currency Pallet
+2//!
+3//! By the end of this guide, you will have written a small FRAME pallet (see
+4//! [`crate::pezkuwi_sdk::frame_runtime`]) that is capable of handling a simple crypto-currency.
+5//! This pallet will:
+6//!
+7//! 1. Allow anyone to mint new tokens into accounts (which is obviously not a great idea for a real
+8//!    system).
+9//! 2. Allow any user that owns tokens to transfer them to others.
+10//! 3. Track the total issuance of all tokens at all times.
+11//!
+12//! > This guide will build a currency pallet from scratch using only the lowest primitives of
+13//! > FRAME, and is mainly intended for education, not *applicability*. For example, almost all
+14//! > FRAME-based runtimes use various techniques to re-use a currency pallet instead of writing
+15//! > one. Further advanced FRAME related topics are discussed in [`crate::reference_docs`].
+16//!
+17//! ## Writing Your First Pallet
+18//!
+19//! To get started, clone one of the templates mentioned in [`crate::pezkuwi_sdk::templates`]. We
+20//! recommend using the `pezkuwi-sdk-minimal-template`. You might need to change small parts of
+21//! this guide, namely the crate/package names, based on which template you use.
+22//!
+23//! > Be aware that you can read the entire source code backing this tutorial by clicking on the
+24//! > `source` button at the top right of the page.
+25//!
+26//! You should have studied the following modules as a prelude to this guide:
+27//!
+28//! - [`crate::reference_docs::blockchain_state_machines`]
+29//! - [`crate::reference_docs::trait_based_programming`]
+30//! - [`crate::pezkuwi_sdk::frame_runtime`]
+31//!
+32//! ## Topics Covered
+33//!
+34//! The following FRAME topics are covered in this guide:
+35//!
+36//! - [`pallet::storage`]
+37//! - [`pallet::call`]
+38//! - [`pallet::event`]
+39//! - [`pallet::error`]
+40//! - Basics of testing a pallet
+41//! - [Constructing a runtime](frame::runtime::prelude::construct_runtime)
+42//!
+43//! ### Shell Pallet
+44//!
+45//! Consider the following as a "shell pallet". We continue building the rest of this pallet based
+46//! on this template.
+47//!
+48//! [`pallet::config`] and [`pallet::pallet`] are both mandatory parts of any
+49//! pallet. Refer to the documentation of each to get an overview of what they do.
+50#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", shell_pallet)]
+51//!
+52//! All of the code that follows in this guide should live inside of the `mod pallet`.
+53//!
+54//! ### Storage
+55//!
+56//! First, we will need to create two onchain storage declarations.
+57//!
+58//! One should be a mapping from account-ids to a balance type, and one value that is the total
+59//! issuance.
+60//!
+61//! > For the rest of this guide, we will opt for a balance type of `u128`. For the sake of
+62//! > simplicity, we are hardcoding this type. In a real pallet is best practice to define it as a
+63//! > generic bounded type in the `Config` trait, and then specify it in the implementation.
+64#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", Balance)]
+65//!
+66//! The definition of these two storage items, based on [`pallet::storage`] details, is as follows:
+67#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", TotalIssuance)]
+68#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", Balances)]
+69//!
+70//! ### Dispatchables
+71//!
+72//! Next, we will define the dispatchable functions. As per [`pallet::call`], these will be defined
+73//! as normal `fn`s attached to `struct Pallet`.
+74#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", impl_pallet)]
+75//!
+76//! The logic of these functions is self-explanatory. Instead, we will focus on the FRAME-related
+77//! details:
+78//!
+79//! - Where do `T::AccountId` and `T::RuntimeOrigin` come from? These are both defined in
+80//!  [`frame::prelude::frame_system::Config`], therefore we can access them in `T`.
+81//! - What is `ensure_signed`, and what does it do with the aforementioned `T::RuntimeOrigin`? This
+82//!   is outside the scope of this guide, and you can learn more about it in the origin reference
+83//!   document ([`crate::reference_docs::frame_origin`]). For now, you should only know the
+84//!   signature of the function: it takes a generic `T::RuntimeOrigin` and returns a
+85//!   `Result<T::AccountId, _>`. So by the end of this function call, we know that this dispatchable
+86//!   was signed by `sender`.
+87#![doc = docify::embed!("../../substrate/frame/system/src/lib.rs", ensure_signed)]
+88//!
+89//! - Where does `mutate`, `get` and `insert` and other storage APIs come from? All of them are
+90//! explained in the corresponding `type`, for example, for `Balances::<T>::insert`, you can look
+91//! into [`frame::prelude::StorageMap::insert`].
+92//!
+93//! - The return type of all dispatchable functions is [`frame::prelude::DispatchResult`]:
+94#![doc = docify::embed!("../../substrate/frame/support/src/dispatch.rs", DispatchResult)]
+95//!
+96//! Which is more or less a normal Rust `Result`, with a custom [`frame::prelude::DispatchError`] as
+97//! the `Err` variant. We won't cover this error in detail here, but importantly you should know
+98//! that there is an `impl From<&'static string> for DispatchError` provided (see
+99//! [here](`frame::prelude::DispatchError#impl-From<%26str>-for-DispatchError`)). Therefore,
+100//! we can use basic string literals as our error type and `.into()` them into `DispatchError`.
+101//!
+102//! - Why are all `get` and `mutate` functions returning an `Option`? This is the default behavior
+103//!   of FRAME storage APIs. You can learn more about how to override this by looking into
+104//!   [`pallet::storage`], and [`frame::prelude::ValueQuery`]/[`frame::prelude::OptionQuery`]
+105//!
+106//! ### Improving Errors
+107//!
+108//! How we handle error in the above snippets is fairly rudimentary. Let's look at how this can be
+109//! improved. First, we can use [`frame::prelude::ensure`] to express the error slightly better.
+110//! This macro will call `.into()` under the hood.
+111#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", transfer_better)]
+112//!
+113//! Moreover, you will learn in the [Defensive Programming
+114//! section](crate::reference_docs::defensive_programming) that it is always recommended to use
+115//! safe arithmetic operations in your runtime. By using [`frame::traits::CheckedSub`], we can not
+116//! only take a step in that direction, but also improve the error handing and make it slightly more
+117//! ergonomic.
+118#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", transfer_better_checked)]
+119//!
+120//! This is more or less all the logic that there is in this basic currency pallet!
+121//!
+122//! ### Your First (Test) Runtime
+123//!
+124//! The typical testing code of a pallet lives in a module that imports some preludes useful for
+125//! testing, similar to:
+126//!
+127//! ```
+128//! pub mod pallet {
+129//! 	// snip -- actually pallet code.
+130//! }
+131//!
+132//! #[cfg(test)]
+133//! mod tests {
+134//! 	// bring in the testing prelude of frame
+135//! 	use frame::testing_prelude::*;
+136//! 	// bring in all pallet items
+137//! 	use super::pallet::*;
+138//!
+139//! 	// snip -- rest of the testing code.
+140//! }
+141//! ```
+142//!
+143//! Next, we create a "test runtime" in order to test our pallet. Recall from
+144//! [`crate::pezkuwi_sdk::frame_runtime`] that a runtime is a collection of pallets, expressed
+145//! through [`frame::runtime::prelude::construct_runtime`]. All runtimes also have to include
+146//! [`frame::prelude::frame_system`]. So we expect to see a runtime with two pallet, `frame_system`
+147//! and the one we just wrote.
+148#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", runtime)]
+149//!
+150//! > [`frame::pallet_macros::derive_impl`] is a FRAME feature that enables developers to have
+151//! > defaults for associated types.
+152//!
+153//! Recall that within our pallet, (almost) all blocks of code are generic over `<T: Config>`. And,
+154//! because `trait Config: frame_system::Config`, we can get access to all items in `Config` (or
+155//! `frame_system::Config`) using `T::NameOfItem`. This is all within the boundaries of how
+156//! Rust traits and generics work. If unfamiliar with this pattern, read
+157//! [`crate::reference_docs::trait_based_programming`] before going further.
+158//!
+159//! Crucially, a typical FRAME runtime contains a `struct Runtime`. The main role of this `struct`
+160//! is to implement the `trait Config` of all pallets. That is, anywhere within your pallet code
+161//! where you see `<T: Config>` (read: *"some type `T` that implements `Config`"*), in the runtime,
+162//! it can be replaced with `<Runtime>`, because `Runtime` implements `Config` of all pallets, as we
+163//! see above.
+164//!
+165//! Another way to think about this is that within a pallet, a lot of types are "unknown" and, we
+166//! only know that they will be provided at some later point. For example, when you write
+167//! `T::AccountId` (which is short for `<T as frame_system::Config>::AccountId`) in your pallet,
+168//! you are in fact saying "*Some type `AccountId` that will be known later*". That "later" is in
+169//! fact when you specify these types when you implement all `Config` traits for `Runtime`.
+170//!
+171//! As you see above, `frame_system::Config` is setting the `AccountId` to `u64`. Of course, a real
+172//! runtime will not use this type, and instead reside to a proper type like a 32-byte standard
+173//! public key. This is a HUGE benefit that FRAME developers can tap into: through the framework
+174//! being so generic, different types can always be customized to simple things when needed.
+175//!
+176//! > Imagine how hard it would have been if all tests had to use a real 32-byte account id, as
+177//! > opposed to just a u64 number 🙈.
+178//!
+179//! ### Your First Test
+180//!
+181//! The above is all you need to execute the dispatchables of your pallet. The last thing you need
+182//! to learn is that all of your pallet testing code should be wrapped in
+183//! [`frame::testing_prelude::TestState`]. This is a type that provides access to an in-memory state
+184//! to be used in our tests.
+185#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", first_test)]
+186//!
+187//! In the first test, we simply assert that there is no total issuance, and no balance associated
+188//! with Alice's account. Then, we mint some balance into Alice's, and re-check.
+189//!
+190//! As noted above, the `T::AccountId` is now `u64`. Moreover, `Runtime` is replacing `<T: Config>`.
+191//! This is why for example you see `Balances::<Runtime>::get(..)`. Finally, notice that the
+192//! dispatchables are simply functions that can be called on top of the `Pallet` struct.
+193//!
+194//! Congratulations! You have written your first pallet and tested it! Next, we learn a few optional
+195//! steps to improve our pallet.
+196//!
+197//! ## Improving the Currency Pallet
+198//!
+199//! ### Better Test Setup
+200//!
+201//! Idiomatic FRAME pallets often use Builder pattern to define their initial state.
+202//!
+203//! > The Pezkuwi Blockchain Academy's Rust entrance exam has a
+204//! > [section](https://github.com/pezkuwichain/kurdistan_blockchain-akademy/blob/main/src/m_builder.rs)
+205//! > on this that you can use to learn the Builder Pattern.
+206//!
+207//! Let's see how we can implement a better test setup using this pattern. First, we define a
+208//! `struct StateBuilder`.
+209#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", StateBuilder)]
+210//!
+211//! This struct is meant to contain the same list of accounts and balances that we want to have at
+212//! the beginning of each block. We hardcoded this to `let accounts = vec![(ALICE, 100), (2, 100)];`
+213//! so far. Then, if desired, we attach a default value for this struct.
+214#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", default_state_builder)]
+215//!
+216//! Like any other builder pattern, we attach functions to the type to mutate its internal
+217//! properties.
+218#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", impl_state_builder_add)]
+219//!
+220//!  Finally --the useful part-- we write our own custom `build_and_execute` function on
+221//! this type. This function will do multiple things:
+222//!
+223//! 1. It would consume `self` to produce our `TestState` based on the properties that we attached
+224//!    to `self`.
+225//! 2. It would execute any test function that we pass in as closure.
+226//! 3. A nifty trick, this allows our test setup to have some code that is executed both before and
+227//!    after each test. For example, in this test, we do some additional checking about the
+228//!    correctness of the `TotalIssuance`. We leave it up to you as an exercise to learn why the
+229//!    assertion should always hold, and how it is checked.
+230#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", impl_state_builder_build)]
+231//!
+232//! We can write tests that specifically check the initial state, and making sure our `StateBuilder`
+233//! is working exactly as intended.
+234#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", state_builder_works)]
+235#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", state_builder_add_balance)]
+236//!
+237//! ### More Tests
+238//!
+239//! Now that we have a more ergonomic test setup, let's see how a well written test for transfer and
+240//! mint would look like.
+241#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", transfer_works)]
+242#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", mint_works)]
+243//!
+244//! It is always a good idea to build a mental model where you write *at least* one test for each
+245//! "success path" of a dispatchable, and one test for each "failure path", such as:
+246#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", transfer_from_non_existent_fails)]
+247//!
+248//! We leave it up to you to write a test that triggers the `InsufficientBalance` error.
+249//!
+250//! ### Event and Error
+251//!
+252//! Our pallet is mainly missing two parts that are common in most FRAME pallets: Events, and
+253//! Errors. First, let's understand what each is.
+254//!
+255//! - **Error**: The static string-based error scheme we used so far is good for readability, but it
+256//!   has a few drawbacks. The biggest problem with strings are that they are not type safe, e.g. a
+257//!   match statement cannot be exhaustive. These string literals will bloat the final wasm blob,
+258//!   and are relatively heavy to transmit and encode/decode. Moreover, it is easy to mistype them
+259//!   by one character. FRAME errors are exactly a solution to maintain readability, whilst fixing
+260//!   the drawbacks mentioned. In short, we use an enum to represent different variants of our
+261//!   error. These variants are then mapped in an efficient way (using only `u8` indices) to
+262//!   [`sp_runtime::DispatchError::Module`]. Read more about this in [`pallet::error`].
+263//!
+264//! - **Event**: Events are akin to the return type of dispatchables. They are mostly data blobs
+265//!   emitted by the runtime to let outside world know what is happening inside the pallet. Since
+266//!   otherwise, the outside world does not have an easy access to the state changes. They should
+267//!   represent what happened at the end of a dispatch operation. Therefore, the convention is to
+268//!   use passive tense for event names (eg. `SomethingHappened`). This allows other sub-systems or
+269//!   external parties (eg. a light-node, a DApp) to listen to particular events happening, without
+270//!   needing to re-execute the whole state transition function.
+271//!
+272//! With the explanation out of the way, let's see how these components can be added. Both follow a
+273//! fairly familiar syntax: normal Rust enums, with extra [`pallet::event`] and [`pallet::error`]
+274//! attributes attached.
+275#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", Event)]
+276#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", Error)]
+277//!
+278//! One slightly custom part of this is the [`pallet::generate_deposit`] part. Without going into
+279//! too much detail, in order for a pallet to emit events to the rest of the system, it needs to do
+280//! two things:
+281//!
+282//! 1. Declare a type in its `Config` that refers to the overarching event type of the runtime. In
+283//! short, by doing this, the pallet is expressing an important bound: `type RuntimeEvent:
+284//! From<Event<Self>>`. Read: a `RuntimeEvent` exists, and it can be created from the local `enum
+285//! Event` of this pallet. This enables the pallet to convert its `Event` into `RuntimeEvent`, and
+286//! store it where needed.
+287//!
+288//! 2. But, doing this conversion and storing is too much to expect each pallet to define. FRAME
+289//! provides a default way of storing events, and this is what [`pallet::generate_deposit`] is
+290//! doing.
+291#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", config_v2)]
+292//!
+293//! > These `Runtime*` types are better explained in
+294//! > [`crate::reference_docs::frame_runtime_types`].
+295//!
+296//! Then, we can rewrite the `transfer` dispatchable as such:
+297#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", transfer_v2)]
+298//!
+299//! Then, notice how now we would need to provide this `type RuntimeEvent` in our test runtime
+300//! setup.
+301#![doc = docify::embed!("./packages/guides/first-pallet/src/lib.rs", runtime_v2)]
+302//!
+303//! In this snippet, the actual `RuntimeEvent` type (right hand side of `type RuntimeEvent =
+304//! RuntimeEvent`) is generated by
+305//! [`construct_runtime`](frame::runtime::prelude::construct_runtime). An interesting way to inspect
+306//! this type is to see its definition in rust-docs:
+307//! [`crate::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeEvent`].
+308//!
+309//!
+310//! ## What Next?
+311//!
+312//! The following topics where used in this guide, but not covered in depth. It is suggested to
+313//! study them subsequently:
+314//!
+315//! - [`crate::reference_docs::defensive_programming`].
+316//! - [`crate::reference_docs::frame_origin`].
+317//! - [`crate::reference_docs::frame_runtime_types`].
+318//! - The pallet we wrote in this guide was using `dev_mode`, learn more in [`pallet::config`].
+319//! - Learn more about the individual pallet items/macros, such as event and errors and call, in
+320//!   [`frame::pallet_macros`].
+321//!
+322//! [`pallet::storage`]: frame_support::pallet_macros::storage
+323//! [`pallet::call`]: frame_support::pallet_macros::call
+324//! [`pallet::event`]: frame_support::pallet_macros::event
+325//! [`pallet::error`]: frame_support::pallet_macros::error
+326//! [`pallet::pallet`]: frame_support::pallet
+327//! [`pallet::config`]: frame_support::pallet_macros::config
+328//! [`pallet::generate_deposit`]: frame_support::pallet_macros::generate_deposit
+329
+330#[docify::export]
+331#[frame::pallet(dev_mode)]
+332pub mod shell_pallet {
+333	use frame::prelude::*;
+334
+335	#[pallet::config]
+336	pub trait Config: frame_system::Config {}
+337
+338	#[pallet::pallet]
+339	pub struct Pallet<T>(_);
+340}
+341
+342#[frame::pallet(dev_mode)]
+343pub mod pallet {
+344	use frame::prelude::*;
+345
+346	#[docify::export]
+347	pub type Balance = u128;
+348
+349	#[pallet::config]
+350	pub trait Config: frame_system::Config {}
+351
+352	#[pallet::pallet]
+353	pub struct Pallet<T>(_);
+354
+355	#[docify::export]
+356	/// Single storage item, of type `Balance`.
+357	#[pallet::storage]
+358	pub type TotalIssuance<T: Config> = StorageValue<_, Balance>;
+359
+360	#[docify::export]
+361	/// A mapping from `T::AccountId` to `Balance`
+362	#[pallet::storage]
+363	pub type Balances<T: Config> = StorageMap<_, _, T::AccountId, Balance>;
+364
+365	#[docify::export(impl_pallet)]
+366	#[pallet::call]
+367	impl<T: Config> Pallet<T> {
+368		/// An unsafe mint that can be called by anyone. Not a great idea.
+369		pub fn mint_unsafe(
+370			origin: T::RuntimeOrigin,
+371			dest: T::AccountId,
+372			amount: Balance,
+373		) -> DispatchResult {
+374			// ensure that this is a signed account, but we don't really check `_anyone`.
+375			let _anyone = ensure_signed(origin)?;
+376
+377			// update the balances map. Notice how all `<T: Config>` remains as `<T>`.
+378			Balances::<T>::mutate(dest, |b| *b = Some(b.unwrap_or(0) + amount));
+379			// update total issuance.
+380			TotalIssuance::<T>::mutate(|t| *t = Some(t.unwrap_or(0) + amount));
+381
+382			Ok(())
+383		}
+384
+385		/// Transfer `amount` from `origin` to `dest`.
+386		pub fn transfer(
+387			origin: T::RuntimeOrigin,
+388			dest: T::AccountId,
+389			amount: Balance,
+390		) -> DispatchResult {
+391			let sender = ensure_signed(origin)?;
+392
+393			// ensure sender has enough balance, and if so, calculate what is left after `amount`.
+394			let sender_balance = Balances::<T>::get(&sender).ok_or("NonExistentAccount")?;
+395			if sender_balance < amount {
+396				return Err("InsufficientBalance".into());
+397			}
+398			let remainder = sender_balance - amount;
+399
+400			// update sender and dest balances.
+401			Balances::<T>::mutate(dest, |b| *b = Some(b.unwrap_or(0) + amount));
+402			Balances::<T>::insert(&sender, remainder);
+403
+404			Ok(())
+405		}
+406	}
+407
+408	#[allow(unused)]
+409	impl<T: Config> Pallet<T> {
+410		#[docify::export]
+411		pub fn transfer_better(
+412			origin: T::RuntimeOrigin,
+413			dest: T::AccountId,
+414			amount: Balance,
+415		) -> DispatchResult {
+416			let sender = ensure_signed(origin)?;
+417
+418			let sender_balance = Balances::<T>::get(&sender).ok_or("NonExistentAccount")?;
+419			ensure!(sender_balance >= amount, "InsufficientBalance");
+420			let remainder = sender_balance - amount;
+421
+422			// .. snip
+423			Ok(())
+424		}
+425
+426		#[docify::export]
+427		/// Transfer `amount` from `origin` to `dest`.
+428		pub fn transfer_better_checked(
+429			origin: T::RuntimeOrigin,
+430			dest: T::AccountId,
+431			amount: Balance,
+432		) -> DispatchResult {
+433			let sender = ensure_signed(origin)?;
+434
+435			let sender_balance = Balances::<T>::get(&sender).ok_or("NonExistentAccount")?;
+436			let remainder = sender_balance.checked_sub(amount).ok_or("InsufficientBalance")?;
+437
+438			// .. snip
+439			Ok(())
+440		}
+441	}
+442
+443	#[cfg(any(test, doc))]
+444	pub(crate) mod tests {
+445		use crate::guides::your_first_pallet::pallet::*;
+446
+447		#[docify::export(testing_prelude)]
+448		use frame::testing_prelude::*;
+449
+450		pub(crate) const ALICE: u64 = 1;
+451		pub(crate) const BOB: u64 = 2;
+452		pub(crate) const CHARLIE: u64 = 3;
+453
+454		#[docify::export]
+455		// This runtime is only used for testing, so it should be somewhere like `#[cfg(test)] mod
+456		// tests { .. }`
+457		mod runtime {
+458			use super::*;
+459			// we need to reference our `mod pallet` as an identifier to pass to
+460			// `construct_runtime`.
+461			// YOU HAVE TO CHANGE THIS LINE BASED ON YOUR TEMPLATE
+462			use crate::guides::your_first_pallet::pallet as pallet_currency;
+463
+464			construct_runtime!(
+465				pub enum Runtime {
+466					// ---^^^^^^ This is where `enum Runtime` is defined.
+467					System: frame_system,
+468					Currency: pallet_currency,
+469				}
+470			);
+471
+472			#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+473			impl frame_system::Config for Runtime {
+474				type Block = MockBlock<Runtime>;
+475				// within pallet we just said `<T as frame_system::Config>::AccountId`, now we
+476				// finally specified it.
+477				type AccountId = u64;
+478			}
+479
+480			// our simple pallet has nothing to be configured.
+481			impl pallet_currency::Config for Runtime {}
+482		}
+483
+484		pub(crate) use runtime::*;
+485
+486		#[allow(unused)]
+487		#[docify::export]
+488		fn new_test_state_basic() -> TestState {
+489			let mut state = TestState::new_empty();
+490			let accounts = vec![(ALICE, 100), (BOB, 100)];
+491			state.execute_with(|| {
+492				for (who, amount) in &accounts {
+493					Balances::<Runtime>::insert(who, amount);
+494					TotalIssuance::<Runtime>::mutate(|b| *b = Some(b.unwrap_or(0) + amount));
+495				}
+496			});
+497
+498			state
+499		}
+500
+501		#[docify::export]
+502		pub(crate) struct StateBuilder {
+503			balances: Vec<(<Runtime as frame_system::Config>::AccountId, Balance)>,
+504		}
+505
+506		#[docify::export(default_state_builder)]
+507		impl Default for StateBuilder {
+508			fn default() -> Self {
+509				Self { balances: vec![(ALICE, 100), (BOB, 100)] }
+510			}
+511		}
+512
+513		#[docify::export(impl_state_builder_add)]
+514		impl StateBuilder {
+515			fn add_balance(
+516				mut self,
+517				who: <Runtime as frame_system::Config>::AccountId,
+518				amount: Balance,
+519			) -> Self {
+520				self.balances.push((who, amount));
+521				self
+522			}
+523		}
+524
+525		#[docify::export(impl_state_builder_build)]
+526		impl StateBuilder {
+527			pub(crate) fn build_and_execute(self, test: impl FnOnce() -> ()) {
+528				let mut ext = TestState::new_empty();
+529				ext.execute_with(|| {
+530					for (who, amount) in &self.balances {
+531						Balances::<Runtime>::insert(who, amount);
+532						TotalIssuance::<Runtime>::mutate(|b| *b = Some(b.unwrap_or(0) + amount));
+533					}
+534				});
+535
+536				ext.execute_with(test);
+537
+538				// assertions that must always hold
+539				ext.execute_with(|| {
+540					assert_eq!(
+541						Balances::<Runtime>::iter().map(|(_, x)| x).sum::<u128>(),
+542						TotalIssuance::<Runtime>::get().unwrap_or_default()
+543					);
+544				})
+545			}
+546		}
+547
+548		#[docify::export]
+549		#[test]
+550		fn first_test() {
+551			TestState::new_empty().execute_with(|| {
+552				// We expect Alice's account to have no funds.
+553				assert_eq!(Balances::<Runtime>::get(&ALICE), None);
+554				assert_eq!(TotalIssuance::<Runtime>::get(), None);
+555
+556				// mint some funds into Alice's account.
+557				assert_ok!(Pallet::<Runtime>::mint_unsafe(
+558					RuntimeOrigin::signed(ALICE),
+559					ALICE,
+560					100
+561				));
+562
+563				// re-check the above
+564				assert_eq!(Balances::<Runtime>::get(&ALICE), Some(100));
+565				assert_eq!(TotalIssuance::<Runtime>::get(), Some(100));
+566			})
+567		}
+568
+569		#[docify::export]
+570		#[test]
+571		fn state_builder_works() {
+572			StateBuilder::default().build_and_execute(|| {
+573				assert_eq!(Balances::<Runtime>::get(&ALICE), Some(100));
+574				assert_eq!(Balances::<Runtime>::get(&BOB), Some(100));
+575				assert_eq!(Balances::<Runtime>::get(&CHARLIE), None);
+576				assert_eq!(TotalIssuance::<Runtime>::get(), Some(200));
+577			});
+578		}
+579
+580		#[docify::export]
+581		#[test]
+582		fn state_builder_add_balance() {
+583			StateBuilder::default().add_balance(CHARLIE, 42).build_and_execute(|| {
+584				assert_eq!(Balances::<Runtime>::get(&CHARLIE), Some(42));
+585				assert_eq!(TotalIssuance::<Runtime>::get(), Some(242));
+586			})
+587		}
+588
+589		#[test]
+590		#[should_panic]
+591		fn state_builder_duplicate_genesis_fails() {
+592			StateBuilder::default()
+593				.add_balance(CHARLIE, 42)
+594				.add_balance(CHARLIE, 43)
+595				.build_and_execute(|| {
+596					assert_eq!(Balances::<Runtime>::get(&CHARLIE), None);
+597					assert_eq!(TotalIssuance::<Runtime>::get(), Some(242));
+598				})
+599		}
+600
+601		#[docify::export]
+602		#[test]
+603		fn mint_works() {
+604			StateBuilder::default().build_and_execute(|| {
+605				// given the initial state, when:
+606				assert_ok!(Pallet::<Runtime>::mint_unsafe(RuntimeOrigin::signed(ALICE), BOB, 100));
+607
+608				// then:
+609				assert_eq!(Balances::<Runtime>::get(&BOB), Some(200));
+610				assert_eq!(TotalIssuance::<Runtime>::get(), Some(300));
+611
+612				// given:
+613				assert_ok!(Pallet::<Runtime>::mint_unsafe(
+614					RuntimeOrigin::signed(ALICE),
+615					CHARLIE,
+616					100
+617				));
+618
+619				// then:
+620				assert_eq!(Balances::<Runtime>::get(&CHARLIE), Some(100));
+621				assert_eq!(TotalIssuance::<Runtime>::get(), Some(400));
+622			});
+623		}
+624
+625		#[docify::export]
+626		#[test]
+627		fn transfer_works() {
+628			StateBuilder::default().build_and_execute(|| {
+629				// given the initial state, when:
+630				assert_ok!(Pallet::<Runtime>::transfer(RuntimeOrigin::signed(ALICE), BOB, 50));
+631
+632				// then:
+633				assert_eq!(Balances::<Runtime>::get(&ALICE), Some(50));
+634				assert_eq!(Balances::<Runtime>::get(&BOB), Some(150));
+635				assert_eq!(TotalIssuance::<Runtime>::get(), Some(200));
+636
+637				// when:
+638				assert_ok!(Pallet::<Runtime>::transfer(RuntimeOrigin::signed(BOB), ALICE, 50));
+639
+640				// then:
+641				assert_eq!(Balances::<Runtime>::get(&ALICE), Some(100));
+642				assert_eq!(Balances::<Runtime>::get(&BOB), Some(100));
+643				assert_eq!(TotalIssuance::<Runtime>::get(), Some(200));
+644			});
+645		}
+646
+647		#[docify::export]
+648		#[test]
+649		fn transfer_from_non_existent_fails() {
+650			StateBuilder::default().build_and_execute(|| {
+651				// given the initial state, when:
+652				assert_err!(
+653					Pallet::<Runtime>::transfer(RuntimeOrigin::signed(CHARLIE), ALICE, 10),
+654					"NonExistentAccount"
+655				);
+656
+657				// then nothing has changed.
+658				assert_eq!(Balances::<Runtime>::get(&ALICE), Some(100));
+659				assert_eq!(Balances::<Runtime>::get(&BOB), Some(100));
+660				assert_eq!(Balances::<Runtime>::get(&CHARLIE), None);
+661				assert_eq!(TotalIssuance::<Runtime>::get(), Some(200));
+662			});
+663		}
+664	}
+665}
+666
+667#[frame::pallet(dev_mode)]
+668pub mod pallet_v2 {
+669	use super::pallet::Balance;
+670	use frame::prelude::*;
+671
+672	#[docify::export(config_v2)]
+673	#[pallet::config]
+674	pub trait Config: frame_system::Config {
+675		/// The overarching event type of the runtime.
+676		#[allow(deprecated)]
+677		type RuntimeEvent: From<Event<Self>>
+678			+ IsType<<Self as frame_system::Config>::RuntimeEvent>
+679			+ TryInto<Event<Self>>;
+680	}
+681
+682	#[pallet::pallet]
+683	pub struct Pallet<T>(_);
+684
+685	#[pallet::storage]
+686	pub type Balances<T: Config> = StorageMap<_, _, T::AccountId, Balance>;
+687
+688	#[pallet::storage]
+689	pub type TotalIssuance<T: Config> = StorageValue<_, Balance>;
+690
+691	#[docify::export]
+692	#[pallet::error]
+693	pub enum Error<T> {
+694		/// Account does not exist.
+695		NonExistentAccount,
+696		/// Account does not have enough balance.
+697		InsufficientBalance,
+698	}
+699
+700	#[docify::export]
+701	#[pallet::event]
+702	#[pallet::generate_deposit(pub(super) fn deposit_event)]
+703	pub enum Event<T: Config> {
+704		/// A transfer succeeded.
+705		Transferred { from: T::AccountId, to: T::AccountId, amount: Balance },
+706	}
+707
+708	#[pallet::call]
+709	impl<T: Config> Pallet<T> {
+710		#[docify::export(transfer_v2)]
+711		pub fn transfer(
+712			origin: T::RuntimeOrigin,
+713			dest: T::AccountId,
+714			amount: Balance,
+715		) -> DispatchResult {
+716			let sender = ensure_signed(origin)?;
+717
+718			// ensure sender has enough balance, and if so, calculate what is left after `amount`.
+719			let sender_balance =
+720				Balances::<T>::get(&sender).ok_or(Error::<T>::NonExistentAccount)?;
+721			let remainder =
+722				sender_balance.checked_sub(amount).ok_or(Error::<T>::InsufficientBalance)?;
+723
+724			Balances::<T>::mutate(&dest, |b| *b = Some(b.unwrap_or(0) + amount));
+725			Balances::<T>::insert(&sender, remainder);
+726
+727			Self::deposit_event(Event::<T>::Transferred { from: sender, to: dest, amount });
+728
+729			Ok(())
+730		}
+731	}
+732
+733	#[cfg(any(test, doc))]
+734	pub mod tests {
+735		use super::{super::pallet::tests::StateBuilder, *};
+736		use frame::testing_prelude::*;
+737		const ALICE: u64 = 1;
+738		const BOB: u64 = 2;
+739
+740		#[docify::export]
+741		pub mod runtime_v2 {
+742			use super::*;
+743			use crate::guides::your_first_pallet::pallet_v2 as pallet_currency;
+744
+745			construct_runtime!(
+746				pub enum Runtime {
+747					System: frame_system,
+748					Currency: pallet_currency,
+749				}
+750			);
+751
+752			#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+753			impl frame_system::Config for Runtime {
+754				type Block = MockBlock<Runtime>;
+755				type AccountId = u64;
+756			}
+757
+758			impl pallet_currency::Config for Runtime {
+759				type RuntimeEvent = RuntimeEvent;
+760			}
+761		}
+762
+763		pub(crate) use runtime_v2::*;
+764
+765		#[docify::export(transfer_works_v2)]
+766		#[test]
+767		fn transfer_works() {
+768			StateBuilder::default().build_and_execute(|| {
+769				// skip the genesis block, as events are not deposited there and we need them for
+770				// the final assertion.
+771				System::set_block_number(ALICE);
+772
+773				// given the initial state, when:
+774				assert_ok!(Pallet::<Runtime>::transfer(RuntimeOrigin::signed(ALICE), BOB, 50));
+775
+776				// then:
+777				assert_eq!(Balances::<Runtime>::get(&ALICE), Some(50));
+778				assert_eq!(Balances::<Runtime>::get(&BOB), Some(150));
+779				assert_eq!(TotalIssuance::<Runtime>::get(), Some(200));
+780
+781				// now we can also check that an event has been deposited:
+782				assert_eq!(
+783					System::read_events_for_pallet::<Event<Runtime>>(),
+784					vec![Event::Transferred { from: ALICE, to: BOB, amount: 50 }]
+785				);
+786			});
+787		}
+788	}
+789}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_runtime.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_runtime.rs.html new file mode 100644 index 00000000..52adbd03 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/guides/your_first_runtime.rs.html @@ -0,0 +1,186 @@ +your_first_runtime.rs - source

pezkuwi_sdk_docs/guides/
your_first_runtime.rs

1//! # Your first Runtime
+2//!
+3//! This guide will walk you through the steps to add your pallet to a runtime.
+4//!
+5//! The good news is, in [`crate::guides::your_first_pallet`], we have already created a _test_
+6//! runtime that was used for testing, and a real runtime is not that much different!
+7//!
+8//! ## Setup
+9//!
+10//! A runtime shares a few similar setup requirements as with a pallet:
+11//!
+12//! * importing [`frame`], [`codec`], and [`scale_info`] crates.
+13//! * following the [`std` feature-gating](crate::pezkuwi_sdk::substrate#wasm-build) pattern.
+14//!
+15//! But, more specifically, it also contains:
+16//!
+17//! * a `build.rs` that uses [`substrate_wasm_builder`]. This entails declaring
+18//!   `[build-dependencies]` in the Cargo manifest file:
+19//!
+20//! ```ignore
+21//! [build-dependencies]
+22//! substrate-wasm-builder = { ... }
+23//! ```
+24//!
+25//! >Note that a runtime must always be one-runtime-per-crate. You cannot define multiple runtimes
+26//! per rust crate.
+27//!
+28//! You can find the full code of this guide in [`first_runtime`].
+29//!
+30//! ## Your First Runtime
+31//!
+32//! The first new property of a real runtime that it must define its
+33//! [`frame::runtime::prelude::RuntimeVersion`]:
+34#![doc = docify::embed!("./packages/guides/first-runtime/src/lib.rs", VERSION)]
+35//!
+36//! The version contains a number of very important fields, such as `spec_version` and `spec_name`
+37//! that play an important role in identifying your runtime and its version, more importantly in
+38//! runtime upgrades. More about runtime upgrades in
+39//! [`crate::reference_docs::frame_runtime_upgrades_and_migrations`].
+40//!
+41//! Then, a real runtime also contains the `impl` of all individual pallets' `trait Config` for
+42//! `struct Runtime`, and a [`frame::runtime::prelude::construct_runtime`] macro that amalgamates
+43//! them all.
+44//!
+45//! In the case of our example:
+46#![doc = docify::embed!("./packages/guides/first-runtime/src/lib.rs", our_config_impl)]
+47//!
+48//! In this example, we bring in a number of other pallets from [`frame`] into the runtime, each of
+49//! their `Config` need to be implemented for `struct Runtime`:
+50#![doc = docify::embed!("./packages/guides/first-runtime/src/lib.rs", config_impls)]
+51//!
+52//! Notice how we use [`frame::pallet_macros::derive_impl`] to provide "default" configuration items
+53//! for each pallet. Feel free to dive into the definition of each default prelude (eg.
+54//! [`frame::prelude::frame_system::pallet::config_preludes`]) to learn more which types are exactly
+55//! used.
+56//!
+57//! Recall that in test runtime in [`crate::guides::your_first_pallet`], we provided `type AccountId
+58//! = u64` to `frame_system`, while in this case we rely on whatever is provided by
+59//! [`SolochainDefaultConfig`], which is indeed a "real" 32 byte account id.
+60//!
+61//! Then, a familiar instance of `construct_runtime` amalgamates all of the pallets:
+62#![doc = docify::embed!("./packages/guides/first-runtime/src/lib.rs", cr)]
+63//!
+64//! Recall from [`crate::reference_docs::wasm_meta_protocol`] that every (real) runtime needs to
+65//! implement a set of runtime APIs that will then let the node to communicate with it. The final
+66//! steps of crafting a runtime are related to achieving exactly this.
+67//!
+68//! First, we define a number of types that eventually lead to the creation of an instance of
+69//! [`frame::runtime::prelude::Executive`]. The executive is a handy FRAME utility that, through
+70//! amalgamating all pallets and further types, implements some of the very very core pieces of the
+71//! runtime logic, such as how blocks are executed and other runtime-api implementations.
+72#![doc = docify::embed!("./packages/guides/first-runtime/src/lib.rs", runtime_types)]
+73//!
+74//! Finally, we use [`frame::runtime::prelude::impl_runtime_apis`] to implement all of the runtime
+75//! APIs that the runtime wishes to expose. As you will see in the code, most of these runtime API
+76//! implementations are merely forwarding calls to `RuntimeExecutive` which handles the actual
+77//! logic. Given that the implementation block is somewhat large, we won't repeat it here. You can
+78//! look for `impl_runtime_apis!` in [`first_runtime`].
+79//!
+80//! ```ignore
+81//! impl_runtime_apis! {
+82//! 	impl apis::Core<Block> for Runtime {
+83//! 		fn version() -> RuntimeVersion {
+84//! 			VERSION
+85//! 		}
+86//!
+87//! 		fn execute_block(block: Block) {
+88//! 			RuntimeExecutive::execute_block(block)
+89//! 		}
+90//!
+91//! 		fn initialize_block(header: &Header) -> ExtrinsicInclusionMode {
+92//! 			RuntimeExecutive::initialize_block(header)
+93//! 		}
+94//! 	}
+95//!
+96//! 	// many more trait impls...
+97//! }
+98//! ```
+99//!
+100//! And that more or less covers the details of how you would write a real runtime!
+101//!
+102//! Once you compile a crate that contains a runtime as above, simply running `cargo build` will
+103//! generate the wasm blobs and place them under `./target/release/wbuild`, as explained
+104//! [here](crate::pezkuwi_sdk::substrate#wasm-build).
+105//!
+106//! ## Genesis Configuration
+107//!
+108//! Every runtime specifies a number of runtime APIs that help the outer world (most notably, a
+109//! `node`) know what is the genesis state of this runtime. These APIs are then used to generate
+110//! what is known as a  **Chain Specification, or chain spec for short**. A chain spec is the
+111//! primary way to run a new chain.
+112//!
+113//! These APIs are defined in [`sp_genesis_builder`], and are re-exposed as a part of
+114//! [`frame::runtime::apis`]. Therefore, the implementation blocks can be found inside of
+115//! `impl_runtime_apis!` similar to:
+116//!
+117//! ```ignore
+118//! impl_runtime_apis! {
+119//!  	impl apis::GenesisBuilder<Block> for Runtime {
+120//! 			fn build_state(config: Vec<u8>) -> GenesisBuilderResult {
+121//! 				build_state::<RuntimeGenesisConfig>(config)
+122//! 			}
+123//!
+124//! 			fn get_preset(id: &Option<PresetId>) -> Option<Vec<u8>> {
+125//! 				get_preset::<RuntimeGenesisConfig>(id, self::genesis_config_presets::get_preset)
+126//! 			}
+127//!
+128//! 			fn preset_names() -> Vec<PresetId> {
+129//! 				crate::genesis_config_presets::preset_names()
+130//! 			}
+131//! 		}
+132//!
+133//! }
+134//! ```
+135//!
+136//! The implementation of these function can naturally vary from one runtime to the other, but the
+137//! overall pattern is common. For the case of this runtime, we do the following:
+138//!
+139//! 1. Expose one non-default preset, namely [`sp_genesis_builder::DEV_RUNTIME_PRESET`]. This means
+140//!    our runtime has two "presets" of genesis state in total: `DEV_RUNTIME_PRESET` and `None`.
+141#![doc = docify::embed!("./packages/guides/first-runtime/src/lib.rs", preset_names)]
+142//!
+143//! For `build_state` and `get_preset`, we use the helper functions provide by frame:
+144//!
+145//! * [`frame::runtime::prelude::build_state`] and [`frame::runtime::prelude::get_preset`].
+146//!
+147//! Indeed, our runtime needs to specify what its `DEV_RUNTIME_PRESET` genesis state should be like:
+148#![doc = docify::embed!("./packages/guides/first-runtime/src/lib.rs", development_config_genesis)]
+149//!
+150//! For more in-depth information about `GenesisConfig`, `ChainSpec`, the `GenesisBuilder` API and
+151//! `chain-spec-builder`, see [`crate::reference_docs::chain_spec_genesis`].
+152//!
+153//! ## Next Step
+154//!
+155//! See [`crate::guides::your_first_node`].
+156//!
+157//! ## Further Reading
+158//!
+159//! 1. To learn more about signed extensions, see [`crate::reference_docs::signed_extensions`].
+160//! 2. `AllPalletsWithSystem` is also generated by `construct_runtime`, as explained in
+161//!    [`crate::reference_docs::frame_runtime_types`].
+162//! 3. `Executive` supports more generics, most notably allowing the runtime to configure more
+163//!    runtime migrations, as explained in
+164//!    [`crate::reference_docs::frame_runtime_upgrades_and_migrations`].
+165//! 4. Learn more about adding and implementing runtime apis in
+166//!    [`crate::reference_docs::custom_runtime_api_rpc`].
+167//! 5. To see a complete example of a runtime+pallet that is similar to this guide, please see
+168//!    [`crate::pezkuwi_sdk::templates`].
+169//!
+170//! [`SolochainDefaultConfig`]: struct@frame_system::pallet::config_preludes::SolochainDefaultConfig
+171
+172#[cfg(test)]
+173mod tests {
+174	use cmd_lib::run_cmd;
+175
+176	const FIRST_RUNTIME: &'static str = "pezkuwi-sdk-docs-first-runtime";
+177
+178	#[docify::export_content]
+179	#[test]
+180	fn build_runtime() {
+181		run_cmd!(
+182			cargo build --release -p $FIRST_RUNTIME
+183		)
+184		.expect("Failed to run command");
+185	}
+186}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/lib.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/lib.rs.html new file mode 100644 index 00000000..a6dd883c --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/lib.rs.html @@ -0,0 +1,50 @@ +lib.rs - source

pezkuwi_sdk_docs/
lib.rs

1//! # Pezkuwi SDK Docs
+2//!
+3//! The Pezkuwi SDK Developer Documentation.
+4//!
+5//! This crate is a *minimal*, *always-accurate* and low level source of truth about Pezkuwi-SDK.
+6//! For more high level docs, please go to [docs.pezkuwi.com](https://docs.pezkuwichain.io).
+7//!
+8//! ## Getting Started
+9//!
+10//! We suggest the following reading sequence:
+11//!
+12//! - Start by learning about [`pezkuwi_sdk`], its structure and context.
+13//! - Then, head over to the [`guides`]. This modules contains in-depth guides about the most
+14//!   important user-journeys of the Pezkuwi SDK.
+15//! 	- Whilst reading the guides, you might find back-links to [`reference_docs`].
+16//! - [`external_resources`] for a list of 3rd party guides and tutorials.
+17//! - Finally, <https://paritytech.github.io> is the parent website of this crate that contains the
+18//!   list of further tools related to the Pezkuwi SDK.
+19//!
+20//! ## Information Architecture
+21//!
+22//! This section paints a picture over the high-level information architecture of this crate.
+23#![doc = simple_mermaid::mermaid!("../../mermaid/IA.mmd")]
+24#![warn(rustdoc::broken_intra_doc_links)]
+25#![warn(rustdoc::private_intra_doc_links)]
+26// Frame macros reference features which this crate does not have
+27#![allow(unexpected_cfgs)]
+28#![doc(html_favicon_url = "https://pezkuwichain.io/favicon.ico")]
+29#![doc(
+30	html_logo_url = "https://raw.githubusercontent.com/paritytech/pezkuwi-sdk/master/docs/images/Pezkuwi_Logo_Horizontal_Pink_White.png"
+31)]
+32#![doc(issue_tracker_base_url = "https://github.com/pezkuwichain/pezkuwi-sdk/issues")]
+33
+34/// Meta information about this crate, how it is built, what principles dictates its evolution and
+35/// how one can contribute to it.
+36pub mod meta_contributing;
+37
+38/// A list of external resources and learning material about Pezkuwi SDK.
+39pub mod external_resources;
+40
+41/// In-depth guides about the most common components of the Pezkuwi SDK. They are slightly more
+42/// high level and broad than [`reference_docs`].
+43pub mod guides;
+44
+45/// An introduction to the Pezkuwi SDK. Read this module to learn about the structure of the SDK,
+46/// the tools that are provided as a part of it, and to gain a high level understanding of each.
+47pub mod pezkuwi_sdk;
+48/// Reference documents covering in-depth topics across the Pezkuwi SDK. It is suggested to read
+49/// these on-demand, while you are going through the [`guides`] or other content.
+50pub mod reference_docs;
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/meta_contributing.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/meta_contributing.rs.html new file mode 100644 index 00000000..8f1d484d --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/meta_contributing.rs.html @@ -0,0 +1,151 @@ +meta_contributing.rs - source

pezkuwi_sdk_docs/
meta_contributing.rs

1//! # Contribution
+2//!
+3//! The following sections cover more detailed information about this crate and how it should be
+4//! maintained.
+5//!
+6//! ## Why Rust Docs?
+7//!
+8//! We acknowledge that blockchain based systems, particularly a cutting-edge one like Pezkuwi SDK
+9//! is a software artifact that is complex, and rapidly evolving. This makes the task of documenting
+10//! it externally extremely difficult, especially with regards to making sure it is up-to-date.
+11//!
+12//! Consequently, we argue that the best hedge against this is to move as much of the documentation
+13//! near the source code as possible. This would further incentivize developers to keep the
+14//! documentation up-to-date, as the overhead is reduced by making sure everything is in one
+15//! repository, and everything being in `.rs` files.
+16//!
+17//! > This is not to say that a more visually appealing version of this crate (for example as an
+18//! > `md-book`) cannot exist, but it would be outside the scope of this crate.
+19//!
+20//! Moreover, we acknowledge that a major pain point has been not only outdated *concepts*, but also
+21//! *outdated code*. For this, we commit to making sure no code-snippet in this crate is left as
+22//! `///ignore` or `///no_compile`, making sure all code snippets are self-contained, compile-able,
+23//! and correct at every single revision of the entire repository.
+24//!
+25//! > This also allows us to have a clear versioning on the entire content of this crate. For every
+26//! commit of the Pezkuwi SDK, there would be one version of this crate that is guaranteed to be
+27//! correct.
+28//!
+29//! > To achieve this, we often use [`docify`](https://github.com/sam0x17/docify), a nifty invention
+30//! > of `@sam0x17`.
+31//!
+32//! Also see: <https://github.com/pezkuwichain/pezkuwi-sdk/issues/109>.
+33//!
+34//! ## Scope
+35//!
+36//! The above would NOT be attainable if we don't acknowledge that the scope of this crate MUST be
+37//! limited, or else its maintenance burden would be infeasible or not worthwhile. In short, future
+38//! maintainers should always strive to keep the content of this repository as minimal as possible.
+39//! Some of the following principles are specifically there to be the guidance for this.
+40//!
+41//! ## Principles
+42//!
+43//! The following guidelines are meant to be the guiding torch of those who contribute to this
+44//! crate.
+45//!
+46//! 1. 🔺 Ground Up: Information should be laid out in the most ground-up fashion. The lowest level
+47//!    (i.e. "ground") is Rust-docs. The highest level (i.e. "up") is "outside of this crate". In
+48//!    between lies [`reference_docs`] and [`guides`], from low to high. The point of this principle
+49//!    is to document as much of the information as possible in the lower level media, as it is
+50//!    easier to maintain and more reachable. Then, use excessive linking to back-link when writing
+51//!    in a more high level.
+52//!
+53//! > A prime example of this, the details of the FRAME storage APIs should NOT be explained in a
+54//! > high level tutorial. They should be explained in the rust-doc of the corresponding type or
+55//! > macro.
+56//!
+57//! 2. 🧘 Less is More: For reasons mentioned [above](#why-rust-docs), the more concise this crate
+58//!    is, the better.
+59//! 3. √ Don’t Repeat Yourself – DRY: A summary of the above two points. Authors should always
+60//!    strive to avoid any duplicate information. Every concept should ideally be documented in
+61//!    *ONE* place and one place only. This makes the task of maintaining topics significantly
+62//!    easier.
+63//!
+64//! > A prime example of this, the list of CLI arguments of a particular binary should not be
+65//! > documented in multiple places across this crate. It should be only be documented in the
+66//! > corresponding crate (e.g. `sc_cli`).
+67//!
+68//! > Moreover, this means that as a contributor, **it is your responsibility to have a grasp over
+69//! > what topics are already covered in this crate, and how you can build on top of the information
+70//! > that they already pose, rather than repeating yourself**.
+71//!
+72//! For more details see the [latest documenting
+73//! guidelines](https://github.com/pezkuwichain/pezkuwi-sdk/blob/master/docs/contributor/DOCUMENTATION_GUIDELINES.md).
+74//!
+75//! #### Example: Explaining `#[pallet::call]`
+76//!
+77//! <details>
+78//! <summary>
+79//! Let's consider the seemingly simple example of explaining to someone dead-simple code of a FRAME
+80//! call and see how we can use the above principles.
+81//! </summary>
+82//!
+83//!
+84//! ```
+85//! #[frame::pallet(dev_mode)]
+86//! pub mod pallet {
+87//! #   use frame::prelude::*;
+88//! #   #[pallet::config]
+89//! #   pub trait Config: frame_system::Config {}
+90//! #   #[pallet::pallet]
+91//! #   pub struct Pallet<T>(_);
+92//!     #[pallet::call]
+93//!     impl<T: Config> Pallet<T> {
+94//!         pub fn a_simple_call(origin: OriginFor<T>, data: u32) -> DispatchResult {
+95//!             ensure!(data > 10, "SomeStaticString");
+96//!             todo!();
+97//!         }
+98//!     }
+99//! }
+100//! ```
+101//!
+102//! * Before even getting started, what is with all of this `<T: Config>`? We link to
+103//! [`crate::reference_docs::trait_based_programming`].
+104//! * First, the name. Why is this called `pallet::call`? This goes back to `enum Call`, which is
+105//! explained in [`crate::reference_docs::frame_runtime_types`]. Build on top of this!
+106//! * Then, what is `origin`? Just an account id? [`crate::reference_docs::frame_origin`].
+107//! * Then, what is `DispatchResult`? Why is this called *dispatch*? Probably something that can be
+108//! explained in the documentation of [`frame::prelude::DispatchResult`].
+109//! * Why is `"SomeStaticString"` a valid error? Because there is implementation for it that you can
+110//!   see [here](frame::prelude::DispatchError#impl-From<%26'static+str>-for-DispatchError).
+111//!
+112//!
+113//! All of these are examples of underlying information that a contributor should:
+114//!
+115//! 1. Try and create and they are going along.
+116//! 2. Back-link to if they already exist.
+117//!
+118//! Of course, all of this is not set in stone as a either/or rule. Sometimes, it is necessary to
+119//! rephrase a concept in a new context.
+120//!
+121//! </details>
+122//!
+123//! ## `crates.io` and Publishing
+124//!
+125//! As it stands now, this crate cannot be published to crates.io because of its use of
+126//! [workspace-level `docify`](https://github.com/sam0x17/docify/issues/22). For now, we accept this
+127//! compromise, but in the long term, we should work towards finding a way to maintain different
+128//! revisions of this crate.
+129//!
+130//! ## Versioning
+131//!
+132//! So long as not deployed in `crates.io`, please notice that all of the information in this crate,
+133//! namely in [`crate::guides`] and such are compatible with the master branch of `pezkuwi-sdk`. A
+134//! few solutions have been proposed to improve this, please see
+135//! [here](https://github.com/pezkuwichain/pezkuwi-sdk/issues/146).
+136//!
+137//! ## How to Develop Locally
+138//!
+139//! To view the docs specific [`crate`] locally for development, including the correct HTML headers
+140//! injected, run:
+141//!
+142//! ```sh
+143//! SKIP_WASM_BUILD=1 \
+144//! RUSTDOCFLAGS="--html-in-header $(pwd)/docs/sdk/assets/header.html --extend-css $(pwd)/docs/sdk/assets/theme.css --default-theme=ayu" \
+145//! cargo doc -p pezkuwi-sdk-docs --no-deps --open
+146//! ```
+147//!
+148//! If even faster build time for docs is needed, you can temporarily remove most of the
+149//! substrate/cumulus dependencies that are only used for linking purposes.
+150//!
+151//! For more on local development, see [`crate::reference_docs::development_environment_advice`].
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus.rs.html new file mode 100644 index 00000000..03bc792d --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/cumulus.rs.html @@ -0,0 +1,130 @@ +cumulus.rs - source

pezkuwi_sdk_docs/pezkuwi_sdk/
cumulus.rs

1//! # Cumulus
+2//!
+3//! Substrate provides a framework ([FRAME]) through which a blockchain node and runtime can easily
+4//! be created. Cumulus aims to extend the same approach to creation of Pezkuwi teyrchains.
+5//!
+6//! > Cumulus clouds are shaped sort of like dots; together they form a system that is intricate,
+7//! > beautiful and functional.
+8//!
+9//! ## Example: Runtime
+10//!
+11//! A Cumulus-based runtime is fairly similar to other [FRAME]-based runtimes. Most notably, the
+12//! following changes are applied to a normal FRAME-based runtime to make it a Cumulus-based
+13//! runtime:
+14//!
+15//! #### Cumulus Pallets
+16//!
+17//! A teyrchain runtime should use a number of pallets that are provided by Cumulus and Substrate.
+18//! Notably:
+19//!
+20//! - [`frame-system`](frame::prelude::frame_system), like all FRAME-based runtimes.
+21//! - [`cumulus_pallet_teyrchain_system`]
+22//! - [`teyrchain_info`]
+23#![doc = docify::embed!("./src/pezkuwi_sdk/cumulus.rs", system_pallets)]
+24//!
+25//! Given that all Cumulus-based runtimes use a simple Aura-based consensus mechanism, the following
+26//! pallets also need to be added:
+27//!
+28//! - [`pallet_timestamp`]
+29//! - [`pallet_aura`]
+30//! - [`cumulus_pallet_aura_ext`]
+31#![doc = docify::embed!("./src/pezkuwi_sdk/cumulus.rs", consensus_pallets)]
+32//!
+33//!
+34//! Finally, a separate macro, similar to
+35//! [`impl_runtime_api`](frame::runtime::prelude::impl_runtime_apis), which creates the default set
+36//! of runtime APIs, will generate the teyrchain runtime's validation runtime API, also known as
+37//! teyrchain validation function (PVF). Without this API, the relay chain is unable to validate
+38//! blocks produced by our teyrchain.
+39#![doc = docify::embed!("./src/pezkuwi_sdk/cumulus.rs", validate_block)]
+40//!
+41//! ---
+42//!
+43//! [FRAME]: crate::pezkuwi_sdk::frame_runtime
+44
+45#![deny(rustdoc::broken_intra_doc_links)]
+46#![deny(rustdoc::private_intra_doc_links)]
+47
+48#[cfg(test)]
+49mod tests {
+50	mod runtime {
+51		pub use frame::{
+52			deps::sp_consensus_aura::sr25519::AuthorityId as AuraId, prelude::*,
+53			runtime::prelude::*, testing_prelude::*,
+54		};
+55
+56		#[docify::export(CR)]
+57		construct_runtime!(
+58			pub enum Runtime {
+59				// system-level pallets.
+60				System: frame_system,
+61				Timestamp: pallet_timestamp,
+62				TeyrchainSystem: cumulus_pallet_teyrchain_system,
+63				TeyrchainInfo: teyrchain_info,
+64
+65				// teyrchain consensus support -- mandatory.
+66				Aura: pallet_aura,
+67				AuraExt: cumulus_pallet_aura_ext,
+68			}
+69		);
+70
+71		#[docify::export]
+72		mod system_pallets {
+73			use super::*;
+74
+75			#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+76			impl frame_system::Config for Runtime {
+77				type Block = MockBlock<Self>;
+78				type OnSetCode = cumulus_pallet_teyrchain_system::TeyrchainSetCode<Self>;
+79			}
+80
+81			impl cumulus_pallet_teyrchain_system::Config for Runtime {
+82				type RuntimeEvent = RuntimeEvent;
+83				type OnSystemEvent = ();
+84				type SelfParaId = teyrchain_info::Pallet<Runtime>;
+85				type OutboundXcmpMessageSource = ();
+86				type XcmpMessageHandler = ();
+87				type ReservedDmpWeight = ();
+88				type ReservedXcmpWeight = ();
+89				type CheckAssociatedRelayNumber =
+90					cumulus_pallet_teyrchain_system::RelayNumberMonotonicallyIncreases;
+91				type ConsensusHook = cumulus_pallet_aura_ext::FixedVelocityConsensusHook<
+92					Runtime,
+93					6000, // relay chain block time
+94					1,
+95					1,
+96				>;
+97				type WeightInfo = ();
+98				type DmpQueue = frame::traits::EnqueueWithOrigin<(), sp_core::ConstU8<0>>;
+99				type RelayParentOffset = ConstU32<0>;
+100			}
+101
+102			impl teyrchain_info::Config for Runtime {}
+103		}
+104
+105		#[docify::export]
+106		mod consensus_pallets {
+107			use super::*;
+108
+109			impl pallet_aura::Config for Runtime {
+110				type AuthorityId = AuraId;
+111				type DisabledValidators = ();
+112				type MaxAuthorities = ConstU32<100_000>;
+113				type AllowMultipleBlocksPerSlot = ConstBool<false>;
+114				type SlotDuration = pallet_aura::MinimumPeriodTimesTwo<Self>;
+115			}
+116
+117			#[docify::export(timestamp)]
+118			#[derive_impl(pallet_timestamp::config_preludes::TestDefaultConfig)]
+119			impl pallet_timestamp::Config for Runtime {}
+120
+121			impl cumulus_pallet_aura_ext::Config for Runtime {}
+122		}
+123
+124		#[docify::export(validate_block)]
+125		cumulus_pallet_teyrchain_system::register_validate_block! {
+126			Runtime = Runtime,
+127			BlockExecutor = cumulus_pallet_aura_ext::BlockExecutor::<Runtime, Executive>,
+128		}
+129	}
+130}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime.rs.html new file mode 100644 index 00000000..04146fac --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime.rs.html @@ -0,0 +1,175 @@ +frame_runtime.rs - source

pezkuwi_sdk_docs/pezkuwi_sdk/
frame_runtime.rs

1//! # FRAME
+2//!
+3//! ```no_compile
+4//!   ______   ______    ________   ___ __ __   ______
+5//!  /_____/\ /_____/\  /_______/\ /__//_//_/\ /_____/\
+6//!  \::::_\/_\:::_ \ \ \::: _  \ \\::\| \| \ \\::::_\/_
+7//!   \:\/___/\\:(_) ) )_\::(_)  \ \\:.      \ \\:\/___/\
+8//!    \:::._\/ \: __ `\ \\:: __  \ \\:.\-/\  \ \\::___\/_
+9//!     \:\ \    \ \ `\ \ \\:.\ \  \ \\. \  \  \ \\:\____/\
+10//!      \_\/     \_\/ \_\/ \__\/\__\/ \__\/ \__\/ \_____\/
+11//! ```
+12//!
+13//! > **F**ramework for **R**untime **A**ggregation of **M**odularized **E**ntities: Substrate's
+14//! > State Transition Function (Runtime) Framework.
+15//!
+16//! ## Introduction
+17//!
+18//! As described in [`crate::reference_docs::wasm_meta_protocol`], at a high-level Substrate-based
+19//! blockchains are composed of two parts:
+20//!
+21//! 1. A *runtime* which represents the state transition function (i.e. "Business Logic") of a
+22//! blockchain, and is encoded as a WASM blob.
+23//! 2. A node whose primary purpose is to execute the given runtime.
+24#![doc = simple_mermaid::mermaid!("../../../mermaid/substrate_simple.mmd")]
+25//!
+26//! *FRAME is the Substrate's framework of choice to build a runtime.*
+27//!
+28//! FRAME is composed of two major components, **pallets** and a **runtime**.
+29//!
+30//! ## Pallets
+31//!
+32//! A pallet is a unit of encapsulated logic. It has a clearly defined responsibility and can be
+33//! linked to other pallets. In order to be reusable, pallets shipped with FRAME strive to only care
+34//! about its own responsibilities and make as few assumptions about the general runtime as
+35//! possible. A pallet is analogous to a _module_ in the runtime.
+36//!
+37//! A pallet is defined as a `mod pallet` wrapped by the [`frame::pallet`] macro. Within this macro,
+38//! pallet components/parts can be defined. Most notable of these parts are:
+39//!
+40//! - [Config](frame::pallet_macros::config), allowing a pallet to make itself configurable and
+41//!   generic over types, values and such.
+42//! - [Storage](frame::pallet_macros::storage), allowing a pallet to define onchain storage.
+43//! - [Dispatchable function](frame::pallet_macros::call), allowing a pallet to define extrinsics
+44//!   that are callable by end users, from the outer world.
+45//! - [Events](frame::pallet_macros::event), allowing a pallet to emit events.
+46//! - [Errors](frame::pallet_macros::error), allowing a pallet to emit well-formed errors.
+47//!
+48//! Some of these pallet components resemble the building blocks of a smart contract. While both
+49//! models are programming state transition functions of blockchains, there are crucial differences
+50//! between the two. See [`crate::reference_docs::runtime_vs_smart_contract`] for more.
+51//!
+52//! Most of these components are defined using macros, the full list of which can be found in
+53//! [`frame::pallet_macros`].
+54//!
+55//! ### Example
+56//!
+57//! The following example showcases a minimal pallet.
+58#![doc = docify::embed!("src/pezkuwi_sdk/frame_runtime.rs", pallet)]
+59//!
+60//! ## Runtime
+61//!
+62//! A runtime is a collection of pallets that are amalgamated together. Each pallet typically has
+63//! some configurations (exposed as a `trait Config`) that needs to be *specified* in the runtime.
+64//! This is done with [`frame::runtime::prelude::construct_runtime`].
+65//!
+66//! A (real) runtime that actually wishes to compile to WASM needs to also implement a set of
+67//! runtime-apis. These implementation can be specified using the
+68//! [`frame::runtime::prelude::impl_runtime_apis`] macro.
+69//!
+70//! ### Example
+71//!
+72//! The following example shows a (test) runtime that is composing the pallet demonstrated above,
+73//! next to the [`frame::prelude::frame_system`] pallet, into a runtime.
+74#![doc = docify::embed!("src/pezkuwi_sdk/frame_runtime.rs", runtime)]
+75//!
+76//! ## More Examples
+77//!
+78//! You can find more FRAME examples that revolve around specific features at [`pallet_examples`].
+79//!
+80//! ## Alternatives 🌈
+81//!
+82//! There is nothing in the Substrate's node side code-base that mandates the use of FRAME. While
+83//! FRAME makes it very simple to write Substrate-based runtimes, it is by no means intended to be
+84//! the only one. At the end of the day, any WASM blob that exposes the right set of runtime APIs is
+85//! a valid Runtime form the point of view of a Substrate client (see
+86//! [`crate::reference_docs::wasm_meta_protocol`]). Notable examples are:
+87//!
+88//! * writing a runtime in pure Rust, as done in [this template](https://github.com/JoshOrndorff/frameless-node-template).
+89//! * writing a runtime in AssemblyScript, as explored in [this project](https://github.com/LimeChain/subsembly).
+90
+91/// A FRAME based pallet. This `mod` is the entry point for everything else. All
+92/// `#[pallet::xxx]` macros must be defined in this `mod`. Although, frame also provides an
+93/// experimental feature to break these parts into different `mod`s. See [`pallet_examples`] for
+94/// more.
+95#[docify::export]
+96#[frame::pallet(dev_mode)]
+97pub mod pallet {
+98	use frame::prelude::*;
+99
+100	/// The configuration trait of a pallet. Mandatory. Allows a pallet to receive types at a
+101	/// later point from the runtime that wishes to contain it. It allows the pallet to be
+102	/// parameterized over both types and values.
+103	#[pallet::config]
+104	pub trait Config: frame_system::Config {
+105		/// A type that is not known now, but the runtime that will contain this pallet will
+106		/// know it later, therefore we define it here as an associated type.
+107		#[allow(deprecated)]
+108		type RuntimeEvent: IsType<<Self as frame_system::Config>::RuntimeEvent> + From<Event<Self>>;
+109
+110		/// A parameterize-able value that we receive later via the `Get<_>` trait.
+111		type ValueParameter: Get<u32>;
+112
+113		/// Similar to [`Config::ValueParameter`], but using `const`. Both are functionally
+114		/// equal, but offer different tradeoffs.
+115		const ANOTHER_VALUE_PARAMETER: u32;
+116	}
+117
+118	/// A mandatory struct in each pallet. All functions callable by external users (aka.
+119	/// transactions) must be attached to this type (see [`frame::pallet_macros::call`]). For
+120	/// convenience, internal (private) functions can also be attached to this type.
+121	#[pallet::pallet]
+122	pub struct Pallet<T>(PhantomData<T>);
+123
+124	/// The events that this pallet can emit.
+125	#[pallet::event]
+126	pub enum Event<T: Config> {}
+127
+128	/// A storage item that this pallet contains. This will be part of the state root trie
+129	/// of the blockchain.
+130	#[pallet::storage]
+131	pub type Value<T> = StorageValue<Value = u32>;
+132
+133	/// All *dispatchable* call functions (aka. transactions) are attached to `Pallet` in a
+134	/// `impl` block.
+135	#[pallet::call]
+136	impl<T: Config> Pallet<T> {
+137		/// This will be callable by external users, and has two u32s as a parameter.
+138		pub fn some_dispatchable(
+139			_origin: OriginFor<T>,
+140			_param: u32,
+141			_other_para: u32,
+142		) -> DispatchResult {
+143			Ok(())
+144		}
+145	}
+146}
+147
+148/// A simple runtime that contains the above pallet and `frame_system`, the mandatory pallet of
+149/// all runtimes. This runtime is for testing, but it shares a lot of similarities with a *real*
+150/// runtime.
+151#[docify::export]
+152pub mod runtime {
+153	use super::pallet as pallet_example;
+154	use frame::{prelude::*, testing_prelude::*};
+155
+156	// The major macro that amalgamates pallets into `enum Runtime`
+157	construct_runtime!(
+158		pub enum Runtime {
+159			System: frame_system,
+160			Example: pallet_example,
+161		}
+162	);
+163
+164	// These `impl` blocks specify the parameters of each pallet's `trait Config`.
+165	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+166	impl frame_system::Config for Runtime {
+167		type Block = MockBlock<Self>;
+168	}
+169
+170	impl pallet_example::Config for Runtime {
+171		type RuntimeEvent = RuntimeEvent;
+172		type ValueParameter = ConstU32<42>;
+173		const ANOTHER_VALUE_PARAMETER: u32 = 42;
+174	}
+175}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/mod.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/mod.rs.html new file mode 100644 index 00000000..88e34f9b --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/mod.rs.html @@ -0,0 +1,158 @@ +mod.rs - source

pezkuwi_sdk_docs/pezkuwi_sdk/
mod.rs

1//! # Pezkuwi SDK
+2//!
+3//! [Pezkuwi SDK](https://github.com/pezkuwichain/pezkuwi-sdk) provides the main resources needed to
+4//! start building on the [Pezkuwi network](https://pezkuwichain.io/), a scalable, multi-chain
+5//! blockchain platform that enables different blockchains to securely interoperate.
+6//!
+7//! [![StackExchange](https://img.shields.io/badge/StackExchange-Pezkuwi%20and%20Substrate-222222?logo=stackexchange)](https://exchange.pezkuwichain.app/)
+8//!
+9//! [![awesomeDot](https://img.shields.io/badge/pezkuwi-awesome-e6007a?logo=pezkuwi)](https://github.com/Awsmdot/awesome-dot)
+10//! [![wiki](https://img.shields.io/badge/pezkuwi-wiki-e6007a?logo=pezkuwi)](https://wiki.network.pezkuwichain.io/)
+11//! [![forum](https://img.shields.io/badge/pezkuwi-forum-e6007a?logo=pezkuwi)](https://forum.network.pezkuwichain.io/)
+12//!
+13//! [![RFCs](https://img.shields.io/badge/fellowship-RFCs-e6007a?logo=pezkuwi)](https://github.com/pezkuwichain/pezkuwi-fellows/tree/main/rfcs)
+14//! [![Runtime](https://img.shields.io/badge/fellowship-runtimes-e6007a?logo=pezkuwi)](https://github.com/pezkuwichain/pezkuwi-fellows/tree/main/runtimes)
+15//! [![Manifesto](https://img.shields.io/badge/fellowship-manifesto-e6007a?logo=pezkuwi)](https://github.com/pezkuwichain/pezkuwi-fellows/tree/main/manifesto/blob/main/manifesto.pdf)
+16//!
+17//! ## Getting Started
+18//!
+19//! The primary way to get started with the Pezkuwi SDK is to start writing a FRAME-based runtime.
+20//! See:
+21//!
+22//! * [`pezkuwi`], to understand what is Pezkuwi as a development platform.
+23//! * [`substrate`], for an overview of what Substrate as the main blockchain framework of Pezkuwi
+24//!   SDK.
+25//! * [`frame`], to learn about how to write blockchain applications aka. "App Chains".
+26//! * Continue with the [`pezkuwi_sdk_docs`'s "getting started"](crate#getting-started).
+27//!
+28//! ## Components
+29//!
+30//! #### Substrate
+31//!
+32//! [![Substrate-license](https://img.shields.io/badge/License-GPL3%2FApache2.0-blue)](https://github.com/pezkuwichain/pezkuwi-sdk/blob/master/substrate/LICENSE-APACHE2)
+33//! [![GitHub
+34//! Repo](https://img.shields.io/badge/github-substrate-2324CC85)](https://github.com/pezkuwichain/pezkuwi-sdk/blob/master/substrate)
+35//!
+36//! [`substrate`] is the base blockchain framework used to power the Pezkuwi SDK. It is a full
+37//! toolkit to create sovereign blockchains, including but not limited to those which connect to
+38//! Pezkuwi as teyrchains.
+39//!
+40//! #### FRAME
+41//!
+42//! [![Substrate-license](https://img.shields.io/badge/License-Apache2.0-blue)](https://github.com/pezkuwichain/pezkuwi-sdk/blob/master/substrate/LICENSE-APACHE2)
+43//! [![GitHub
+44//! Repo](https://img.shields.io/badge/github-frame-2324CC85)](https://github.com/pezkuwichain/pezkuwi-sdk/blob/master/substrate/frame)
+45//!
+46//! [`frame`] is the framework used to create Substrate-based application logic, aka. runtimes.
+47//! Learn more about the distinction of a runtime and node in
+48//! [`reference_docs::wasm_meta_protocol`].
+49//!
+50//! #### Cumulus
+51//!
+52//! [![Cumulus-license](https://img.shields.io/badge/License-GPL3-blue)](https://github.com/pezkuwichain/pezkuwi-sdk/blob/master/cumulus/LICENSE)
+53//! [![GitHub
+54//! Repo](https://img.shields.io/badge/github-cumulus-white)](https://github.com/pezkuwichain/pezkuwi-sdk/blob/master/cumulus)
+55//!
+56//! [`cumulus`] transforms FRAME-based runtimes into Pezkuwi-compatible teyrchain runtimes, and
+57//! Substrate-based nodes into Pezkuwi/Teyrchain-compatible nodes.
+58//!
+59//! #### XCM
+60//!
+61//! [![XCM-license](https://img.shields.io/badge/License-GPL3-blue)](https://github.com/pezkuwichain/pezkuwi-sdk/blob/main/pezkuwi/LICENSE)
+62//! [![GitHub
+63//! Repo](https://img.shields.io/badge/github-XCM-e6007a?logo=pezkuwi)](https://github.com/pezkuwichain/pezkuwi-sdk/tree/main/pezkuwi/xcm)
+64//!
+65//! [`xcm`], short for "cross consensus message", is the primary format that is used for
+66//! communication between teyrchains, but is intended to be extensible to other use cases as well.
+67//!
+68//! #### Pezkuwi
+69//!
+70//! [![Pezkuwi-license](https://img.shields.io/badge/License-GPL3-blue)](https://github.com/pezkuwichain/pezkuwi-sdk/blob/main/pezkuwi/LICENSE)
+71//! [![GitHub
+72//! Repo](https://img.shields.io/badge/github-pezkuwi-e6007a?logo=pezkuwi)](https://github.com/pezkuwichain/pezkuwi-sdk/tree/main/pezkuwi)
+73//!
+74//! [`pezkuwi`] is an implementation of a Pezkuwi node in Rust, by `@paritytech`. The Pezkuwi
+75//! runtimes are located under the
+76//! [`pezkuwi-fellows/runtimes`](https://github.com/pezkuwichain/pezkuwi-fellows/tree/main/runtimes) repository.
+77//!
+78//! ### Binaries
+79//!
+80//! The main binaries that are part of the Pezkuwi SDK are:
+81
+82//! * [`pezkuwi`]: The Pezkuwi relay chain node binary, as noted above.
+83//! * [`pezkuwi-omni-node`]: A white-labeled teyrchain collator node. See more in
+84//!   [`crate::reference_docs::omni_node`].
+85//! * [`pezkuwi-teyrchain-bin`]: The collator node used to run collators for all Pezkuwi system
+86//!   teyrchains.
+87//! * [`frame-omni-bencher`]: a benchmarking tool for FRAME-based runtimes. Nodes typically contain
+88//!   a
+89//!  `benchmark` subcommand that does the same.
+90//! * [`chain_spec_builder`]: Utility to build chain-specs Nodes  typically contain a `build-spec`
+91//!   subcommand that does the same.
+92//! * [`subkey`]: Substrate's key management utility.
+93//! * [`substrate-node`](node_cli) is an extensive substrate node that contains the superset of all
+94//!   runtime and node side features. The corresponding runtime, called [`kitchensink_runtime`]
+95//!   contains all of the modules that are provided with `FRAME`. This node and runtime is only used
+96//!   for testing and demonstration.
+97//!
+98//! ### Summary
+99//!
+100//! The following diagram summarizes how some of the components of Pezkuwi SDK work together:
+101#![doc = simple_mermaid::mermaid!("../../../mermaid/pezkuwi_sdk_substrate.mmd")]
+102//!
+103//! A Substrate-based chain is a blockchain composed of a runtime and a node. As noted above, the
+104//! runtime is the application logic of the blockchain, and the node is everything else.
+105//! See [`reference_docs::wasm_meta_protocol`] for an in-depth explanation of this. The
+106//! former is built with [`frame`], and the latter is built with rest of Substrate.
+107//!
+108//! > You can think of a Substrate-based chain as a white-labeled blockchain.
+109#![doc = simple_mermaid::mermaid!("../../../mermaid/pezkuwi_sdk_pezkuwi.mmd")]
+110//! Pezkuwi is itself a Substrate-based chain, composed of the exact same two components. It has
+111//! specialized logic in both the node and the runtime side, but it is not "special" in any way.
+112//!
+113//! A teyrchain is a "special" Substrate-based chain, whereby both the node and the runtime
+114//! components have became "Pezkuwi-aware" using Cumulus.
+115#![doc = simple_mermaid::mermaid!("../../../mermaid/pezkuwi_sdk_teyrchain.mmd")]
+116//!
+117//! ## Notable Upstream Crates
+118//!
+119//! - [`parity-scale-codec`](https://github.com/paritytech/parity-scale-codec)
+120//! - [`parity-db`](https://github.com/paritytech/parity-db)
+121//! - [`trie`](https://github.com/paritytech/trie)
+122//! - [`parity-common`](https://github.com/paritytech/parity-common)
+123//!
+124//! ## Trophy Section: Notable Downstream Projects
+125//!
+126//! A list of projects and tools in the blockchain ecosystem that one way or another use parts of
+127//! the Pezkuwi SDK:
+128//!
+129//! * [Avail](https://github.com/availproject/avail)
+130//! * [Cardano Partner Chains](https://iohk.io/en/blog/posts/2023/11/03/partner-chains-are-coming-to-cardano/)
+131//! * [Starknet's Madara Sequencer](https://github.com/keep-starknet-strange/madara)
+132//! * [Polymesh](https://polymesh.network/)
+133//!
+134//! [`substrate`]: crate::pezkuwi_sdk::substrate
+135//! [`frame`]: crate::pezkuwi_sdk::frame_runtime
+136//! [`cumulus`]: crate::pezkuwi_sdk::cumulus
+137//! [`pezkuwi`]: crate::pezkuwi_sdk::pezkuwi
+138//! [`xcm`]: crate::pezkuwi_sdk::xcm
+139//! [`frame-omni-bencher`]: https://crates.io/crates/frame-omni-bencher
+140//! [`pezkuwi-teyrchain-bin`]: https://crates.io/crates/pezkuwi-teyrchain-bin
+141//! [`pezkuwi-omni-node`]: https://crates.io/crates/pezkuwi-omni-node
+142
+143/// Learn about Cumulus, the framework that transforms [`substrate`]-based chains into
+144/// [`pezkuwi`]-enabled teyrchains.
+145pub mod cumulus;
+146/// Learn about FRAME, the framework used to build Substrate runtimes.
+147pub mod frame_runtime;
+148/// Learn about Pezkuwi as a platform.
+149pub mod pezkuwi;
+150/// Learn about different ways through which smart contracts can be utilized on top of Substrate,
+151/// and in the Pezkuwi ecosystem.
+152pub mod smart_contracts;
+153/// Learn about Substrate, the main blockchain framework used in the Pezkuwi ecosystem.
+154pub mod substrate;
+155/// Index of all the templates that can act as first scaffold for a new project.
+156pub mod templates;
+157/// Learn about XCM, the de-facto communication language between different consensus systems.
+158pub mod xcm;
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi.rs.html new file mode 100644 index 00000000..4a1fadc3 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/pezkuwi.rs.html @@ -0,0 +1,96 @@ +pezkuwi.rs - source

pezkuwi_sdk_docs/pezkuwi_sdk/
pezkuwi.rs

1//! # Pezkuwi
+2//!
+3//! Implementation of the Pezkuwi node/host in Rust.
+4//!
+5//! ## Learn More and Get Involved
+6//!
+7//! - [Pezkuwi Forum](https://forum.network.pezkuwichain.io/)
+8//! - [Pezkuwi Teyrchains](https://teyrchains.info/)
+9//! - [Pezkuwi (multi-chain) Explorer: Subscan](https://subscan.io/)
+10//! - Pezkuwi Fellowship
+11//!     - [Manifesto](https://github.com/pezkuwichain/pezkuwi-fellows/tree/main/manifesto/blob/main/manifesto.pdf)
+12//!     - [Runtimes](https://github.com/pezkuwichain/pezkuwi-fellows/tree/main/runtimes)
+13//!     - [RFCs](https://github.com/pezkuwichain/pezkuwi-fellows/tree/main/rfcs)
+14//! 	- [Dashboard](https://pezkuwi-fellows.github.io/dashboard/)
+15//! - [Pezkuwi Specs](http://spec.pezkuwi.network)
+16//! - [The Pezkuwi Teyrchain Host Implementers' Guide](https://docs.pezkuwichain.io/sdk/book/)
+17//! - [Pezkuwi papers](https://pezkuwichain.io/papers/)
+18//! - [JAM Graypaper](https://graypaper.com)
+19//!
+20//! ## Alternative Node Implementations 🌈
+21//!
+22//! - [Smoldot](https://docs.rs/crate/smoldot-light/latest). Pezkuwi light node/client.
+23//! - [KAGOME](https://github.com/qdrvm/kagome). C++ implementation of the Pezkuwi host.
+24//! - [Gossamer](https://github.com/ChainSafe/gossamer). Golang implementation of the Pezkuwi host.
+25//!
+26//! ## Platform
+27//!
+28//! In this section, we examine what platform Pezkuwi exactly provides to developers.
+29//!
+30//! ### Pezkuwi White Paper
+31//!
+32//! The original vision of Pezkuwi (everything in the whitepaper, which was eventually called
+33//! **Pezkuwi 1.0**) revolves around the following arguments:
+34//!
+35//! * Future is multi-chain, because we need different chains with different specialization to
+36//!   achieve widespread goals.
+37//! * In other words, no single chain is good enough to achieve all goals.
+38//! * A multi-chain future will inadvertently suffer from fragmentation of economic security.
+39//!   * This stake fragmentation will make communication over consensus system with varying security
+40//!     levels inherently unsafe.
+41//!
+42//! Pezkuwi's answer to the above is:
+43//!
+44//! > The chains of the future must have a way to share their economic security, whilst maintaining
+45//! > their execution and governance sovereignty. These chains are called "Teyrchains".
+46//!
+47//! * Shared Security: The idea of shared economic security sits at the core of Pezkuwi. Pezkuwi
+48//!   enables different teyrchains to pool their economic security from Pezkuwi (i.e. "*Relay
+49//!   Chain*").
+50//! * (heterogenous) Sharded Execution: Yet, each teyrchain is free to have its own execution logic
+51//!   (runtime), which also encompasses governance and sovereignty. Moreover, Pezkuwi ensures the
+52//!   correct execution of all teyrchains, without having all of its validators re-execute all
+53//!   teyrchain blocks. When seen from this perspective, Pezkuwi achieves the ability to verify
+54//!   the validity of the block execution of multiple teyrchains using the same set of validators as
+55//!   the Relay Chain. In practice, this means that the shards (teyrchains) share the same economic
+56//!   security as the Relay Chain.
+57//!   Learn about this process called [Approval Checking](https://pezkuwichain.io/blog/pezkuwi-v1-0-sharding-and-economic-security#approval-checking-and-finality).
+58//! * A framework to build blockchains: In order to materialize the ecosystem of teyrchains, an easy
+59//!   blockchain framework must exist. This is [Substrate](crate::pezkuwi_sdk::substrate),
+60//!   [FRAME](crate::pezkuwi_sdk::frame_runtime) and [Cumulus](crate::pezkuwi_sdk::cumulus).
+61//! * A communication language between blockchains: In order for these blockchains to communicate,
+62//!   they need a shared language. [XCM](crate::pezkuwi_sdk::xcm) is one such language, and the one
+63//!   that is most endorsed in the Pezkuwi ecosystem.
+64//!
+65//! > Note that the interoperability promised by Pezkuwi is unparalleled in that any two teyrchains
+66//! > connected to Pezkuwi have the same security and can have much better guarantees about the
+67//! > security of the recipient of any message.
+68//! > Bridges enable transaction and information flow between different consensus systems, crucial
+69//! > for Pezkuwi's multi-chain architecture. However, they can become the network's most
+70//! > vulnerable points. If a bridge's security measures are weaker than those of the connected
+71//! > blockchains, it poses a significant risk. Attackers might exploit these weaknesses to launch
+72//! > attacks such as theft or disruption of services.
+73//!
+74//! Pezkuwi delivers the above vision, alongside a flexible means for teyrchains to schedule
+75//! themselves with the Relay Chain. To achieve this, Pezkuwi has been developed with an
+76//! architecture similar to that of a computer. Pezkuwi Relay Chain has a number of "cores". Each
+77//! core is (in simple terms) capable of progressing 1 teyrchain at a time. For example, a teyrchain
+78//! can schedule itself on a single core for 5 relay chain blocks.
+79//!
+80//! Within the scope of Pezkuwi 1.x, two main scheduling ways have been considered:
+81//!
+82//! * Long term Teyrchains, obtained through locking a sum of HEZ in an auction system.
+83//! * On-demand Teyrchains, purchased through paying HEZ to the relay-chain whenever needed.
+84//!
+85//! ### The Future
+86//!
+87//! After delivering Pezkuwi 1.x, the future of Pezkuwi as a protocol and platform is in the hands
+88//! of the community and the fellowship. This is happening most notable through the RFC process.
+89//! Some of the RFCs that do alter Pezkuwi as a platform and have already passed are as follows:
+90//!
+91//! - RFC#1: [Agile-coretime](https://github.com/pezkuwichain/pezkuwi-fellows/RFCs/blob/main/text/0001-agile-coretime.md):
+92//!   Agile periodic-sale-based model for assigning Coretime on the Pezkuwi Ubiquitous Computer.
+93//! - RFC#5: [Coretime-interface](https://github.com/pezkuwichain/pezkuwi-fellows/RFCs/blob/main/text/0005-coretime-interface.md):
+94//!   Interface for manipulating the usage of cores on the Pezkuwi Ubiquitous Computer.
+95//!
+96//! Learn more about [Pezkuwi as a Computational Resource](https://wiki.network.pezkuwichain.io/docs/pezkuwi-direction#pezkuwi-as-a-computational-resource).
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts.rs.html new file mode 100644 index 00000000..f2e4281b --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/smart_contracts.rs.html @@ -0,0 +1,9 @@ +smart_contracts.rs - source

pezkuwi_sdk_docs/pezkuwi_sdk/
smart_contracts.rs

1//! # Smart Contracts
+2//!
+3//! TODO: @cmichi <https://github.com/pezkuwichain/pezkuwi-sdk/issues/161>
+4//!
+5//! - WASM and EVM based, pallet-contracts and pallet-evm.
+6//! - single-daap-chain, transition from ink! to FRAME.
+7//! - Link to `use.ink`
+8//! - Link to [`crate::reference_docs::runtime_vs_smart_contract`].
+9//! - <https://use.ink/migrate-ink-contracts-to-pezkuwi-frame-teyrchain/>
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/substrate.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/substrate.rs.html new file mode 100644 index 00000000..ed78f42c --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/substrate.rs.html @@ -0,0 +1,137 @@ +substrate.rs - source

pezkuwi_sdk_docs/pezkuwi_sdk/
substrate.rs

1//! # Substrate
+2//!
+3//! Substrate is a Rust framework for building blockchains in a modular and extensible way. While in
+4//! itself un-opinionated, it is the main engine behind the Pezkuwi ecosystem.
+5//!
+6//! ## Overview, Philosophy
+7//!
+8//! Substrate approaches blockchain development with an acknowledgement of a few self-evident
+9//! truths:
+10//!
+11//! 1. Society and technology evolves.
+12//! 2. Humans are fallible.
+13//!
+14//! This makes the task of designing a correct, safe and long-lasting blockchain system hard.
+15//!
+16//! Nonetheless, in strive towards achieving this goal, Substrate embraces the following:
+17//!
+18//! 1. Use of **Rust** as a modern and safe programming language, which limits human error through
+19//!    various means, most notably memory and type safety.
+20//! 2. Substrate is written from the ground-up with a *generic, modular and extensible* design. This
+21//!    ensures that software components can be easily swapped and upgraded. Examples of this is
+22//!    multiple consensus mechanisms provided by Substrate, as listed below.
+23//! 3. Lastly, the final blockchain system created with the above properties needs to be
+24//!    upgradeable. In order to achieve this, Substrate is designed as a meta-protocol, whereby the
+25//!    application logic of the blockchain (called "Runtime") is encoded as a WASM blob, and is
+26//!    stored in the state. The rest of the system (called "node") acts as the executor of the WASM
+27//!    blob.
+28//!
+29//! In essence, the meta-protocol of all Substrate based chains is the "Runtime as WASM blob"
+30//! accord. This enables the Runtime to become inherently upgradeable, crucially without [forks](https://en.wikipedia.org/wiki/Fork_(blockchain)). The
+31//! upgrade is merely a matter of the WASM blob being changed in the state, which is, in principle,
+32//! same as updating an account's balance. Learn more about this in detail in
+33//! [`crate::reference_docs::wasm_meta_protocol`].
+34//!
+35//! > A great analogy for substrate is the following: Substrate node is a gaming console, and a WASM
+36//! > runtime, possibly created with FRAME is the game being inserted into the console.
+37//!
+38//! [`frame`], Substrate's default runtime development library, takes the above safety practices
+39//! even further by embracing a declarative programming model whereby correctness is enhanced and
+40//! the system is highly configurable through parameterization. Learn more about this in
+41//! [`crate::reference_docs::trait_based_programming`].
+42//!
+43//! ## How to Get Started
+44//!
+45//! Substrate offers different options at the spectrum of technical freedom <-> development ease.
+46//!
+47//! * The easiest way to use Substrate is to use one of the templates (some of which listed at
+48//!   [`crate::pezkuwi_sdk::templates`]) and only tweak the parameters of the runtime or node. This
+49//!   allows you to launch a blockchain in minutes, but is limited in technical freedom.
+50//! * Next, most developers wish to develop their custom runtime modules, for which the de-facto way
+51//! is [`frame`](crate::pezkuwi_sdk::frame_runtime).
+52//! * Finally, Substrate is highly configurable at the node side as well, but this is the most
+53//!   technically demanding.
+54//!
+55//! > A notable Substrate-based blockchain that has built both custom FRAME pallets and custom
+56//! > node-side components is <https://github.com/Cardinal-Cryptography/aleph-node>.
+57#![doc = simple_mermaid::mermaid!("../../../mermaid/substrate_dev.mmd")]
+58//!
+59//! ## Structure
+60//!
+61//! Substrate contains a large number of crates, therefore it is useful to have an overview of what
+62//! they are, and how they are organized. In broad terms, these crates are divided into three
+63//! categories:
+64//!
+65//! * `sc-*` (short for *Substrate-client*) crates, located under `./client` folder. These are all
+66//!   the crates that lead to the node software. Notable examples are [`sc_network`], various
+67//!   consensus crates, RPC ([`sc_rpc_api`]) and database ([`sc_client_db`]), all of which are
+68//!   expected to reside in the node side.
+69//! * `sp-*` (short for *substrate-primitives*) crates, located under `./primitives` folder. These
+70//!   are crates that facilitate both the node and the runtime, but are not opinionated about what
+71//!   framework is using for building the runtime. Notable examples are [`sp_api`] and [`sp_io`],
+72//!   which form the communication bridge between the node and runtime.
+73//! * `pallet-*` and `frame-*` crates, located under `./frame` folder. These are the crates related
+74//!   to FRAME. See [`frame`] for more information.
+75//!
+76//! ### WASM Build
+77//!
+78//! Many of the Substrate crates, such as entire `sp-*`, need to compile to both WASM (when a WASM
+79//! runtime is being generated) and native (for example, when testing). To achieve this, Substrate
+80//! follows the convention of the Rust community, and uses a `feature = "std"` to signify that a
+81//!  crate is being built with the standard library, and is built for native. Otherwise, it is built
+82//!  for `no_std`.
+83//!
+84//! This can be summarized in `#![cfg_attr(not(feature = "std"), no_std)]`, which you can often find
+85//! in any Substrate-based runtime.
+86//!
+87//! Substrate-based runtimes use [`substrate_wasm_builder`] in their `build.rs` to automatically
+88//! build their WASM files as a part of normal build command (e.g. `cargo build`). Once built, the
+89//! wasm file is placed in `./target/{debug|release}/wbuild/{runtime_name}/{runtime_name}.wasm`.
+90//!
+91//! In order to ensure that the WASM build is **deterministic**, the [Substrate Runtime Toolbox (srtool)](https://github.com/paritytech/srtool) can be used.
+92//!
+93//! ### Anatomy of a Binary Crate
+94//!
+95//! From the above, [`node_cli`]/[`kitchensink_runtime`] and `node-template` are essentially
+96//! blueprints of a Substrate-based project, as the name of the latter is implying. Each
+97//! Substrate-based project typically contains the following:
+98//!
+99//! * Under `./runtime`, a `./runtime/src/lib.rs` which is the top level runtime amalgamator file.
+100//!   This file typically contains the [`frame::runtime::prelude::construct_runtime`] and
+101//!   [`frame::runtime::prelude::impl_runtime_apis`] macro calls, which is the final definition of a
+102//!   runtime.
+103//!
+104//! * Under `./node`, a `main.rs`, which is the starting point, and a `./service.rs`, which contains
+105//!   all the node side components. Skimming this file yields an overview of the networking,
+106//!   database, consensus and similar node side components.
+107//!
+108//! > The above two are conventions, not rules.
+109//!
+110//! > See <https://github.com/pezkuwichain/pezkuwi-sdk/issues/94> for an update on how the node side
+111//! > components are being amalgamated.
+112//!
+113//! ## Teyrchain?
+114//!
+115//! As noted above, Substrate is the main engine behind the Pezkuwi ecosystem. One of the ways
+116//! through which Pezkuwi can be utilized is by building "teyrchains", blockchains that are
+117//! connected to Pezkuwi's shared security.
+118//!
+119//! To build a teyrchain, one could use [Cumulus](crate::pezkuwi_sdk::cumulus), the library on
+120//! top of Substrate, empowering any substrate-based chain to be a Pezkuwi teyrchain.
+121//!
+122//! ## Where To Go Next?
+123//!
+124//! Additional noteworthy crates within substrate:
+125//!
+126//! - RPC APIs of a Substrate node: [`sc_rpc_api`]/[`sc_rpc`]
+127//! - CLI Options of a Substrate node: [`sc_cli`]
+128//! - All of the consensus related crates provided by Substrate:
+129//!     - [`sc_consensus_aura`]
+130//!     - [`sc_consensus_babe`]
+131//!     - [`sc_consensus_grandpa`]
+132//!     - [`sc_consensus_beefy`] (TODO: @adrian, add some high level docs <https://github.com/pezkuwichain/pezkuwi-sdk/issues/162>)
+133//!     - [`sc_consensus_manual_seal`]
+134//!     - [`sc_consensus_pow`]
+135
+136#[doc(hidden)]
+137pub use crate::pezkuwi_sdk;
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/templates.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/templates.rs.html new file mode 100644 index 00000000..cfd9f087 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/templates.rs.html @@ -0,0 +1,44 @@ +templates.rs - source

pezkuwi_sdk_docs/pezkuwi_sdk/
templates.rs

1//! # Templates
+2//!
+3//! This document enumerates a non-exhaustive list of templates that one can use to get started with
+4//! pezkuwi-sdk.
+5//!
+6//! > Know more tools/templates that are not listed here? please contribute them by opening a PR.
+7//!
+8//! ## Internal
+9//!
+10//! The following templates are maintained as a part of the `pezkuwi-sdk` repository:
+11//!
+12//! - [`minimal-template`](https://github.com/pezkuwichain/pezkuwi-sdk/issues/25): A minimal
+13//!   template that contains the least amount of features to be a functioning blockchain. Suitable
+14//!   for learning and testing.
+15//! - [`solochain-template`](https://github.com/pezkuwichain/pezkuwi-sdk/issues/25): Formerly known
+16//!   as "substrate-node-template", is a white-labeled substrate-based blockchain (aka. solochain)
+17//!   that contains moderate features, such as a basic consensus engine and some FRAME pallets. This
+18//!   template can act as a good starting point for those who want to launch a solochain.
+19//! - [`teyrchain-template`](https://github.com/pezkuwichain/pezkuwi-sdk-teyrchain-template):
+20//! A teyrchain template ready to be connected to a relay-chain, such as [Paseo](https://github.com/paseo-network/.github)
+21//! , Kusama  or Pezkuwi.
+22//!
+23//! Note that these templates are mirrored automatically from [this](https://github.com/pezkuwichain/pezkuwi-sdk/blob/master/templates)
+24//! directory of pezkuwi-sdk, therefore any changes to them should be made as a PR to this repo.
+25//!
+26//! ## OpenZeppelin
+27//!
+28//! In June 2023, OpenZeppelin was awarded a grant from the Pezkuwi
+29//! treasury for building a number of Pezkuwi-sdk
+30//! based templates. These templates are a great starting point for developers and newcomers.
+31//! So far OpenZeppelin has released two templates, which have been fully [audited](https://github.com/pezkuwichain/pezkuwi-runtime-templates/tree/main/audits):
+32//! - [`generic-runtime-template`](https://github.com/pezkuwichain/pezkuwi-runtime-templates?tab=readme-ov-file#generic-runtime-template):
+33//!   A minimal template that has all the common pallets that teyrchains use with secure defaults.
+34//! - [`evm-runtime-template`](https://github.com/pezkuwichain/pezkuwi-runtime-templates/tree/main?tab=readme-ov-file#evm-template):
+35//! This template has EVM compatibility out of the box and allows migrating your solidity contracts
+36//! or EVM compatible dapps easily. It also uses 20 byte addresses like Ethereum and has some
+37//! Account Abstraction support.
+38//!
+39//! ## POP-CLI
+40//!
+41//! Is a CLI tool capable of scaffolding a new pezkuwi-sdk-based project, possibly removing the
+42//! need for templates.
+43//!
+44//! - <https://pop.r0gue.io/cli/>
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/xcm.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/xcm.rs.html new file mode 100644 index 00000000..f1899f94 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/pezkuwi_sdk/xcm.rs.html @@ -0,0 +1,70 @@ +xcm.rs - source

pezkuwi_sdk_docs/pezkuwi_sdk/
xcm.rs

1//! # XCM
+2//!
+3//! XCM, or Cross-Consensus Messaging, is a **language** to communicate **intentions** between
+4//! **consensus systems**.
+5//!
+6//! ## Overview
+7//!
+8//! XCM is a standard, specification of which lives in the [xcm format repo](https://github.com/paritytech/xcm-format).
+9//! It's agnostic both in programming language and blockchain platform, which means it could be used
+10//! in Rust in Pezkuwi, or in Go or C++ in any other platform like Cosmos or Ethereum.
+11//!
+12//! It enables different consensus systems to communicate with each other in an expressive manner.
+13//! Consensus systems include blockchains, smart contracts, and any other state machine that
+14//! achieves consensus in some way.
+15//!
+16//! XCM is executed on a virtual machine called the XCVM.
+17//! Scripts can be written with the XCM language, which are often called XCMs, messages or XCM
+18//! programs. Each program is a series of instructions, which get executed one after the other by
+19//! the virtual machine. These instructions aim to encompass all major things users typically do in
+20//! consensus systems. There are instructions on asset transferring, teleporting, locking, among
+21//! others. New instructions are added and changes to the XCVM are made via the [RFC process](https://github.com/paritytech/xcm-format/blob/master/proposals/0032-process.md).
+22//!
+23//! ## In Pezkuwi SDK
+24//!
+25//! The Pezkuwi SDK allows for easily deploying sovereign blockchains from scratch, all very
+26//! customizable. Dealing with many heterogeneous blockchains can be cumbersome.
+27//! XCM allows all these blockchains to communicate with an agreed-upon language.
+28//! As long as an implementation of the XCVM is implemented, the same XCM program can be executed in
+29//! all blockchains and perform the same task.
+30//!
+31//! ## Implementation
+32//!
+33//! A ready-to-use Rust implementation lives in the [pezkuwi-sdk repo](https://github.com/pezkuwichain/pezkuwi-sdk/tree/master/pezkuwi/xcm),
+34//! but will be moved to its own repo in the future.
+35//!
+36//! Its main components are:
+37//! - [`xcm`](::xcm): The definition of the basic types and instructions.
+38//! - [`xcm_executor`]: An implementation of the virtual machine to execute instructions.
+39//! - [`pallet_xcm`]: A FRAME pallet for interacting with the executor.
+40//! - [`xcm_builder`]: A collection of types to configure the executor.
+41//! - [`xcm_simulator`]: A playground for trying out different XCM programs and executor
+42//!   configurations.
+43//!
+44//! ## Example
+45//!
+46//! To perform the very usual operation of transferring assets, the following XCM program can be
+47//! used:
+48#![doc = docify::embed!("src/pezkuwi_sdk/xcm.rs", example_transfer)]
+49//!
+50//! ## Get started
+51//!
+52//! To learn how it works and to get started, go to the [XCM docs](xcm_docs).
+53
+54#[cfg(test)]
+55mod tests {
+56	use xcm::latest::prelude::*;
+57
+58	#[docify::export]
+59	#[test]
+60	fn example_transfer() {
+61		let _transfer_program = Xcm::<()>(vec![
+62			WithdrawAsset((Here, 100u128).into()),
+63			BuyExecution { fees: (Here, 100u128).into(), weight_limit: Unlimited },
+64			DepositAsset {
+65				assets: All.into(),
+66				beneficiary: AccountId32 { id: [0u8; 32].into(), network: None }.into(),
+67			},
+68		]);
+69	}
+70}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines.rs.html new file mode 100644 index 00000000..3ed281c9 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines.rs.html @@ -0,0 +1,29 @@ +blockchain_state_machines.rs - source

pezkuwi_sdk_docs/reference_docs/
blockchain_state_machines.rs

1//! # State Transition Function
+2//!
+3//! This document briefly explains how in the context of Substrate-based blockchains, we view the
+4//! blockchain as a **decentralized state transition function**.
+5//!
+6//! Recall that a blockchain's main purpose is to help a permissionless set of entities to agree on
+7//! a shared data-set, and how it evolves. This is called the **State**, also referred to as
+8//! "onchain" data, or *Storage* in the context of FRAME. The state is where the account balance of
+9//! each user is, for example, stored, and there is a canonical version of it that everyone agrees
+10//! upon.
+11//!
+12//! Then, recall that a typical blockchain system will alter its state through execution of blocks.
+13//! *The component that dictates how this state alteration can happen is called the state transition
+14//! function*.
+15#![doc = simple_mermaid::mermaid!("../../../mermaid/stf_simple.mmd")]
+16//!
+17//! In Substrate-based blockchains, the state transition function is called the *Runtime*. This is
+18//! explained further in [`crate::reference_docs::wasm_meta_protocol`].
+19//!
+20//! With this in mind, we can paint a complete picture of a blockchain as a state machine:
+21#![doc = simple_mermaid::mermaid!("../../../mermaid/stf.mmd")]
+22//!
+23//! In essence, the state of the blockchain at block N is the outcome of applying the state
+24//! transition function to the previous state, and the current block as input. This can be
+25//! mathematically represented as:
+26//!
+27//! ```math
+28//! STF = F(State_N, Block_N) -> State_{N+1}
+29//! ```
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis.rs.html new file mode 100644 index 00000000..c0e3c9db --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/chain_spec_genesis.rs.html @@ -0,0 +1,200 @@ +chain_spec_genesis.rs - source

pezkuwi_sdk_docs/reference_docs/
chain_spec_genesis.rs

1//! # What is a chain specification
+2//!
+3//! A chain specification file defines the set of properties that are required to run the node as
+4//! part of the chain. The chain specification consists of two main parts:
+5//! - initial state of the runtime,
+6//! - network / logical properties of the chain, the most important property being the list of
+7//!   bootnodes.
+8//!
+9//! This document describes how the initial state is handled in pallets and runtime, and how to
+10//! interact with the runtime in order to build the genesis state.
+11//!
+12//! For more information on chain specification and its properties, refer to
+13//! [`sc_chain_spec#from-initial-state-to-raw-genesis`].
+14//!
+15//! The initial genesis state can be provided in the following formats:
+16//!   - full
+17//!   - patch
+18//!   - raw
+19//!
+20//! Each of the formats is explained in [_chain-spec-format_][`sc_chain_spec#chain-spec-formats`].
+21//!
+22//!
+23//! # `GenesisConfig` for `pallet`
+24//!
+25//! Every frame pallet may have its initial state which is defined by the `GenesisConfig` internal
+26//! struct. It is a regular Rust struct, annotated with the [`pallet::genesis_config`] attribute.
+27#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/pallets.rs", pallet_bar_GenesisConfig)]
+28//!
+29//! The struct shall be defined within the pallet `mod`, as in the following code:
+30#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/pallets.rs", pallet_bar)]
+31//!
+32//! The initial state conveyed in  the `GenesisConfig` struct is transformed into state storage
+33//! items by means of the [`BuildGenesisConfig`] trait, which shall be implemented for the pallet's
+34//! `GenesisConfig` struct. The [`pallet::genesis_build`] attribute shall be attached to the `impl`
+35//! block:
+36#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/pallets.rs", pallet_bar_build)]
+37//!
+38//! `GenesisConfig` may also contain more complicated types, including nested structs or enums, as
+39//! in the example for `pallet_foo`:
+40#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/pallets.rs", pallet_foo_GenesisConfig)]
+41//!
+42//! Note that [`serde`] attributes can be used to control how the data
+43//! structures are stored into JSON. In the following example, the [`sp_core::bytes`] function is
+44//! used to serialize the `values` field.
+45#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/pallets.rs", SomeFooData2)]
+46//!
+47//! Please note that fields of `GenesisConfig` may not be directly mapped to storage items. In the
+48//! following example, the initial struct fields are used to compute (sum) the value that will be
+49//! stored in the state as `ProcessedEnumValue`:
+50#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/pallets.rs", pallet_foo_build)]
+51//!
+52//! # `GenesisConfig` for `runtimes`
+53//!
+54//! The runtime genesis config struct consists of configs for every pallet. For the [_demonstration
+55//! runtime_][`chain_spec_guide_runtime`] used in this guide, it consists of `SystemConfig`,
+56//! `BarConfig`, and `FooConfig`. This structure was automatically generated by a macro and it can
+57//! be sneak-peeked here: [`RuntimeGenesisConfig`]. For further reading on generated runtime
+58//! types, refer to [`frame_runtime_types`].
+59//!
+60//! The macro automatically adds an attribute that renames all the fields to [`camelCase`]. It is a
+61//! good practice to add it to nested structures too, to have the naming of the JSON keys consistent
+62//! across the chain-spec file.
+63//!
+64//! ## `Default` for `GenesisConfig`
+65//!
+66//! `GenesisConfig` of all pallets must implement the `Default` trait. These are aggregated into
+67//! the runtime's `RuntimeGenesisConfig`'s `Default`.
+68//!
+69//! The default value of `RuntimeGenesisConfig` can be queried by the [`GenesisBuilder::get_preset`]
+70//! function provided by the runtime with `id:None`.
+71//!
+72//! A default value for `RuntimeGenesisConfig` usually is not operational. This is because for some
+73//! pallets it is not possible to define good defaults (e.g. an initial set of authorities).
+74//!
+75//! A default value is a base upon which a patch for `GenesisConfig` is applied. A good description
+76//! of how it exactly works is provided in [`get_storage_for_patch`] (and also in
+77//! [`GenesisBuilder::get_preset`]). A patch can be provided as an external file (manually created)
+78//! or as a built-in runtime preset. More info on presets is in the material to follow.
+79//!
+80//! ## Implementing `GenesisBuilder` for runtime
+81//!
+82//! The runtime exposes a dedicated runtime API for interacting with its genesis config:
+83//! [`sp_genesis_builder::GenesisBuilder`]. The implementation shall be provided within
+84//! the [`sp_api::impl_runtime_apis`] macro, typically making use of some helpers provided:
+85//! [`build_state`], [`get_preset`].
+86//! A typical implementation of [`sp_genesis_builder::GenesisBuilder`] looks as follows:
+87#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/runtime.rs", runtime_impl)]
+88//!
+89//! Please note that two functions are customized: `preset_names` and `get_preset`. The first one
+90//! just provides a `Vec` of the names of supported presets, while the latter delegates the call
+91//! to a function that maps the name to an actual preset:
+92//! [`chain_spec_guide_runtime::presets::get_builtin_preset`]
+93#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/presets.rs", get_builtin_preset)]
+94//!
+95//! ## Genesis state presets for runtime
+96//!
+97//! The runtime may provide many flavors of initial genesis state. This may be useful for predefined
+98//! testing networks, local development, or CI integration tests. Predefined genesis state may
+99//! contain a list of pre-funded accounts, predefined authorities for consensus, sudo key, and many
+100//! others useful for testing.
+101//!
+102//! Internally, presets can be provided in a number of ways:
+103//! - using [`build_struct_json_patch`] macro (**recommended**):
+104#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/presets.rs", preset_2)]
+105//! - JSON using runtime types to serialize values:
+106#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/presets.rs", preset_3)]
+107//! - JSON in string form:
+108#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/presets.rs", preset_1)]
+109//!
+110//! It is worth noting that a preset does not have to be the full `RuntimeGenesisConfig`, in that
+111//! sense that it does not have to contain all the keys of the struct. The preset is actually a JSON
+112//! patch that will be merged with the default value of `RuntimeGenesisConfig`. This approach should
+113//! simplify maintenance of built-in presets. The following example illustrates a runtime genesis
+114//! config patch with a single key built using [`build_struct_json_patch`] macro:
+115#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/presets.rs", preset_4)]
+116//! This results in the following JSON blob:
+117#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/tests/chain_spec_builder_tests.rs", preset_4_json)]
+118//!
+119//!
+120//! ## Note on the importance of testing presets
+121//!
+122//! It is recommended to always test presets by adding tests that convert the preset into the
+123//! raw storage. Converting to raw storage involves the deserialization of the provided JSON blob,
+124//! which enforces the verification of the preset. The following code shows one of the approaches
+125//! that can be taken for testing:
+126#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/presets.rs", check_presets)]
+127//!
+128//! ## Note on the importance of using the `deny_unknown_fields` attribute
+129//!
+130//! It is worth noting that when manually building preset JSON blobs it is easy to make a
+131//! hard-to-spot mistake, as in the following example ([`FooStruct`] does not contain `fieldC`):
+132#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/presets.rs", preset_invalid)]
+133//! Even though `preset_invalid` contains a key that does not exist, the deserialization of the JSON
+134//! blob does not fail. The misspelling is silently ignored due to the lack of the
+135//! [`deny_unknown_fields`] attribute on the [`FooStruct`] struct, which is internally used in
+136//! `GenesisConfig`.
+137#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/src/presets.rs", invalid_preset_works)]
+138//!
+139//! To avoid this problem [`build_struct_json_patch`] macro shall be used whenever possible (it
+140//! internally instantiates the struct before serializang it JSON blob, so all unknown fields shall
+141//! be caught at compilation time).
+142//!
+143//! ## Runtime `GenesisConfig` raw format
+144//!
+145//! A raw format of genesis config contains just the state's keys and values as they are stored in
+146//! the storage. This format is used to directly initialize the genesis storage. This format is
+147//! useful for long-term running chains, where the `GenesisConfig` structure for pallets may be
+148//! evolving over time. The JSON representation created at some point in time may no longer be
+149//! deserializable in the future, making a chain specification useless. The raw format is
+150//! recommended for production chains.
+151//!
+152//! For a detailed description of how the raw format is built, please refer to
+153//! [_chain-spec-raw-genesis_][`sc_chain_spec#from-initial-state-to-raw-genesis`]. Plain and
+154//! corresponding raw examples of chain-spec are given in
+155//! [_chain-spec-examples_][`sc_chain_spec#json-chain-specification-example`].
+156//! The [`chain_spec_builder`] util supports building the raw storage.
+157//!
+158//! # Interacting with the tool
+159//!
+160//! The [`chain_spec_builder`] util allows interaction with the runtime in order to list or display
+161//! presets and build the chain specification file. It is possible to use the tool with the
+162//! [_demonstration runtime_][`chain_spec_guide_runtime`]. To build the required packages, just run
+163//! the following command:
+164//!
+165//! ```ignore
+166//! cargo build -p staging-chain-spec-builder -p chain-spec-guide-runtime --release
+167//! ```
+168//!
+169//! The `chain-spec-builder` util can also be installed with `cargo install`:
+170//!
+171//! ```ignore
+172//! cargo install staging-chain-spec-builder
+173//! cargo build -p chain-spec-guide-runtime --release
+174//! ```
+175//! Here are some examples in the form of rust tests:
+176//! ## Listing available preset names:
+177#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/tests/chain_spec_builder_tests.rs", cmd_list_presets)]
+178//! ## Displaying preset with given name
+179#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/tests/chain_spec_builder_tests.rs", cmd_get_preset)]
+180//! ## Building a solo chain-spec (the default) using given preset
+181#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/tests/chain_spec_builder_tests.rs", cmd_generate_chain_spec)]
+182//! ## Building a teyrchain chain-spec using given preset
+183#![doc = docify::embed!("./src/reference_docs/chain_spec_runtime/tests/chain_spec_builder_tests.rs", cmd_generate_para_chain_spec)]
+184//!
+185//! [`RuntimeGenesisConfig`]:
+186//!     chain_spec_guide_runtime::runtime::RuntimeGenesisConfig
+187//! [`FooStruct`]:
+188//!     chain_spec_guide_runtime::pallets::FooStruct
+189//! [`impl_runtime_apis`]: frame::runtime::prelude::impl_runtime_apis
+190//! [`build_state`]: frame_support::genesis_builder_helper::build_state
+191//! [`get_preset`]: frame_support::genesis_builder_helper::get_preset
+192//! [`pallet::genesis_build`]: frame_support::pallet_macros::genesis_build
+193//! [`pallet::genesis_config`]: frame_support::pallet_macros::genesis_config
+194//! [`build_struct_json_patch`]: frame_support::build_struct_json_patch
+195//! [`BuildGenesisConfig`]: frame_support::traits::BuildGenesisConfig
+196//! [`serde`]: https://serde.rs/field-attrs.html
+197//! [`get_storage_for_patch`]: sc_chain_spec::GenesisConfigBuilderRuntimeCaller::get_storage_for_patch
+198//! [`GenesisBuilder::get_preset`]: sp_genesis_builder::GenesisBuilder::get_preset
+199//! [`deny_unknown_fields`]: https://serde.rs/container-attrs.html#deny_unknown_fields
+200//! [`camelCase`]: https://serde.rs/container-attrs.html#rename_all
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/cli.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/cli.rs.html new file mode 100644 index 00000000..81cc1f05 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/cli.rs.html @@ -0,0 +1,104 @@ +cli.rs - source

pezkuwi_sdk_docs/reference_docs/
cli.rs

1//! # Substrate CLI
+2//!
+3//! Let's see some examples of typical CLI arguments used when setting up and running a
+4//! Substrate-based blockchain. We use the [`solochain-template`](https://github.com/pezkuwichain/pezkuwi-sdk/issues/25)
+5//! on these examples.
+6//!
+7//! #### Checking the available CLI arguments
+8//! ```bash
+9//! ./target/debug/node-template --help
+10//! ```
+11//! - `--help`: Displays the available CLI arguments.
+12//!
+13//! #### Starting a Local Substrate Node in Development Mode
+14//! ```bash
+15//! ./target/release/node-template \
+16//! --dev
+17//! ```
+18//! - `--dev`: Runs the node in development mode, using a pre-defined development chain
+19//!   specification.
+20//! This mode ensures a fresh state by deleting existing data on restart.
+21//!
+22//! #### Generating Custom Chain Specification
+23//! ```bash
+24//! ./target/debug/node-template \
+25//! build-spec \
+26//! --disable-default-bootnode \
+27//! --chain local \
+28//! > customSpec.json
+29//! ```
+30//!
+31//! - `build-spec`: A subcommand to generate a chain specification file.
+32//! - `--disable-default-bootnode`: Disables the default bootnodes in the node template.
+33//! - `--chain local`: Indicates the chain specification is for a local development chain.
+34//! - `> customSpec.json`: Redirects the output into a customSpec.json file.
+35//!
+36//! #### Converting Chain Specification to Raw Format
+37//! ```bash
+38//! ./target/debug/node-template build-spec \
+39//! --chain=customSpec.json \
+40//! --raw \
+41//! --disable-default-bootnode \
+42//! > customSpecRaw.json
+43//! ```
+44//!
+45//! - `--chain=customSpec.json`: Uses the custom chain specification as input.
+46//! - `--disable-default-bootnode`: Disables the default bootnodes in the node template.
+47//! - `--raw`: Converts the chain specification into a raw format with encoded storage keys.
+48//! - `> customSpecRaw.json`: Outputs to `customSpecRaw.json`.
+49//!
+50//! #### Starting the First Node in a Private Network
+51//! ```bash
+52//! ./target/debug/node-template \
+53//!   --base-path /tmp/node01 \
+54//!   --chain ./customSpecRaw.json \
+55//!   --port 30333 \
+56//!   --ws-port 9945 \
+57//!   --rpc-port 9933 \
+58//!   --telemetry-url "wss://telemetry.pezkuwichain.io/submit/ 0" \
+59//!   --validator \
+60//!   --rpc-methods Unsafe \
+61//!   --name MyNode01
+62//! ```
+63//!
+64//! - `--base-path`: Sets the directory for node data.
+65//! - `--chain`: Specifies the chain specification file.
+66//! - `--port`: TCP port for peer-to-peer communication.
+67//! - `--ws-port`: WebSocket port for RPC.
+68//! - `--rpc-port`: HTTP port for JSON-RPC.
+69//! - `--telemetry-url`: Endpoint for sending telemetry data.
+70//! - `--validator`: Indicates the node’s participation in block production.
+71//! - `--rpc-methods Unsafe`: Allows potentially unsafe RPC methods.
+72//! - `--name`: Sets a human-readable name for the node.
+73//!
+74//! #### Adding a Second Node to the Network
+75//! ```bash
+76//! ./target/release/node-template \
+77//!   --base-path /tmp/bob \
+78//!   --chain local \
+79//!   --bob \
+80//!   --port 30334 \
+81//!   --rpc-port 9946 \
+82//!   --telemetry-url "wss://telemetry.pezkuwichain.io/submit/ 0" \
+83//!   --validator \
+84//!   --bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp
+85//! ```
+86//!
+87//! - `--base-path`: Sets the directory for node data.
+88//! - `--chain`: Specifies the chain specification file.
+89//! - `--bob`: Initializes the node with the session keys of the "Bob" account.
+90//! - `--port`: TCP port for peer-to-peer communication.
+91//! - `--rpc-port`: HTTP port for JSON-RPC.
+92//! - `--telemetry-url`: Endpoint for sending telemetry data.
+93//! - `--validator`: Indicates the node’s participation in block production.
+94//! - `--bootnodes`: Specifies the address of the first node for peer discovery. Nodes should find
+95//!   each other using mDNS. This command needs to be used if they don't find each other.
+96//!
+97//! ---
+98//!
+99//! > If you are interested in learning how to extend the CLI with your custom arguments, you can
+100//! > check out the [Customize your Substrate chain CLI](https://www.youtube.com/watch?v=IVifko1fqjw)
+101//! > seminar.
+102//! > Please note that the seminar is based on an older version of Substrate, and [Clap](https://docs.rs/clap/latest/clap/)
+103//! > is now used instead of [StructOpt](https://docs.rs/structopt/latest/structopt/) for parsing
+104//! > CLI arguments.
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/custom_host_functions.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/custom_host_functions.rs.html new file mode 100644 index 00000000..5eda2449 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/custom_host_functions.rs.html @@ -0,0 +1,27 @@ +custom_host_functions.rs - source

pezkuwi_sdk_docs/reference_docs/
custom_host_functions.rs

1//! # Custom Host Functions
+2//!
+3//! Host functions are functions that the wasm instance can use to communicate with the node. Learn
+4//! more about this in [`crate::reference_docs::wasm_meta_protocol`].
+5//!
+6//! ## Finding Host Functions
+7//!
+8//! To declare a set of functions as host functions, you need to use the `#[runtime_interface]`
+9//! ([`sp_runtime_interface`]) attribute macro. The most notable set of host functions are those
+10//! that allow the runtime to access the chain state, namely [`sp_io::storage`]. Some other notable
+11//! host functions are also defined in [`sp_io`].
+12//!
+13//! ## Adding New Host Functions
+14//!
+15//! > Adding a new host function is a big commitment and should be done with care. Namely, the nodes
+16//! > in the network need to support all host functions forever in order to be able to sync
+17//! > historical blocks.
+18//!
+19//! Adding host functions is only possible when you are using a node-template, so that you have
+20//! access to the boilerplate of building your node.
+21//!
+22//! A group of host functions can always be grouped to gether as a tuple:
+23#![doc = docify::embed!("../../substrate/primitives/io/src/lib.rs", SubstrateHostFunctions)]
+24//!
+25//! The host functions are attached to the node side's [`sc_executor::WasmExecutor`]. For example in
+26//! the minimal template, the setup looks as follows:
+27#![doc = docify::embed!("../../templates/minimal/node/src/service.rs", FullClient)]
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc.rs.html new file mode 100644 index 00000000..10aa5da0 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/custom_runtime_api_rpc.rs.html @@ -0,0 +1,77 @@ +custom_runtime_api_rpc.rs - source

pezkuwi_sdk_docs/reference_docs/
custom_runtime_api_rpc.rs

1//! # Custom RPC do's and don'ts
+2//!
+3//! **TLDR:** Don't create new custom RPCs. Instead, rely on custom Runtime APIs, combined with
+4//! `state_call`.
+5//!
+6//! ## Background
+7//!
+8//! Pezkuwi-SDK offers the ability to query and subscribe storages directly. However what it does
+9//! not have is [view functions](https://github.com/pezkuwichain/pezkuwi-sdk/issues/101). This is an
+10//! essential feature to avoid duplicated logic between runtime and the client SDK. Custom RPC was
+11//! used as a solution. It allow the RPC node to expose new RPCs that clients can be used to query
+12//! computed properties.
+13//!
+14//! ## Problems with Custom RPC
+15//!
+16//! Unfortunately, custom RPC comes with many problems. To list a few:
+17//!
+18//! - It is offchain logic executed by the RPC node and therefore the client has to trust the RPC
+19//!   node.
+20//! - To upgrade or add a new RPC logic, the RPC node has to be upgraded. This can cause significant
+21//!   trouble when the RPC infrastructure is decentralized as we will need to coordinate multiple
+22//!   parties to upgrade the RPC nodes.
+23//! - A lot of boilerplate code is required to add custom RPC.
+24//! - It prevents dApps from using a light client or an alternative client.
+25//! - It makes ecosystem tooling integration much more complicated. For example, dApps will not
+26//!   be able to use [Chopsticks](https://github.com/AcalaNetwork/chopsticks) for testing as
+27//!   Chopsticks will not have the custom RPC implementation.
+28//! - Poorly implemented custom RPC can be a DoS vector.
+29//!
+30//! Hence, we should avoid custom RPC.
+31//!
+32//! ## Alternatives
+33//!
+34//! Generally, [`sc_rpc::state::StateBackend::call`] aka. `state_call` should be used instead of
+35//! custom RPC.
+36//!
+37//! Usually, each custom RPC comes with a corresponding runtime API which implements the business
+38//! logic. So instead of invoke the custom RPC, we can use `state_call` to invoke the runtime API
+39//! directly. This is a trivial change on the dApp and no change on the runtime side. We may remove
+40//! the custom RPC from the node side if wanted.
+41//!
+42//! There are some other cases that a simple runtime API is not enough. For example, implementation
+43//! of Ethereum RPC requires an additional offchain database to index transactions. In this
+44//! particular case, we can have the RPC implemented on another client.
+45//!
+46//! For example, the Acala EVM+ RPC are implemented by
+47//! [eth-rpc-adapter](https://github.com/AcalaNetwork/bodhi.js/tree/master/packages/eth-rpc-adapter).
+48//! Alternatively, the [Frontier](https://github.com/pezkuwi-evm/frontier) project  also provided
+49//! Ethereum RPC compatibility directly in the node-side software.
+50//!
+51//! ## Create a new Runtime API
+52//!
+53//! For example, let's take a look at the process through which the account nonce can be queried
+54//! through an RPC. First, a new runtime-api needs to be declared:
+55#![doc = docify::embed!("../../substrate/frame/system/rpc/runtime-api/src/lib.rs", AccountNonceApi)]
+56//!
+57//! This API is implemented at the runtime level, always inside [`sp_api::impl_runtime_apis!`].
+58//!
+59//! As noted, this is already enough to make this API usable via `state_call`.
+60//!
+61//! ## Create a new custom RPC (Legacy)
+62//!
+63//! Should you wish to implement the legacy approach of exposing this runtime-api as a custom
+64//! RPC-api, then a custom RPC server has to be defined.
+65#![doc = docify::embed!("../../substrate/utils/frame/rpc/system/src/lib.rs", SystemApi)]
+66//!
+67//! ## Add a new RPC to the node (Legacy)
+68//!
+69//! Finally, this custom RPC needs to be integrated into the node side. This is usually done in a
+70//! `rpc.rs` in a typical template, as follows:
+71#![doc = docify::embed!("../../templates/minimal/node/src/rpc.rs", create_full)]
+72//!
+73//! ## Future
+74//!
+75//! - [XCQ](https://forum.network.pezkuwichain.io/t/cross-consensus-query-language-xcq/7583) will be a good
+76//! solution for most of the query needs.
+77//! - [New JSON-RPC Specification](https://github.com/paritytech/json-rpc-interface-spec)
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/defensive_programming.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/defensive_programming.rs.html new file mode 100644 index 00000000..c2f8bc3c --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/defensive_programming.rs.html @@ -0,0 +1,395 @@ +defensive_programming.rs - source

pezkuwi_sdk_docs/reference_docs/
defensive_programming.rs

1// Copyright (C) Parity Technologies (UK) Ltd.
+2// SPDX-License-Identifier: Apache-2.0
+3
+4// Licensed under the Apache License, Version 2.0 (the "License");
+5// you may not use this file except in compliance with the License.
+6// You may obtain a copy of the License at
+7//
+8// http://www.apache.org/licenses/LICENSE-2.0
+9//
+10// Unless required by applicable law or agreed to in writing, software
+11// distributed under the License is distributed on an "AS IS" BASIS,
+12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+13// See the License for the specific language governing permissions and
+14// limitations under the License.
+15
+16//! [Defensive programming](https://en.wikipedia.org/wiki/Defensive_programming) is a design paradigm that enables a program to continue
+17//! running despite unexpected behavior, input, or events that may arise in runtime.
+18//! Usually, unforeseen circumstances may cause the program to stop or, in the Rust context,
+19//! `panic!`. Defensive practices allow for these circumstances to be accounted for ahead of time
+20//! and for them to be handled gracefully, which is in line with the intended fault-tolerant and
+21//! deterministic nature of blockchains.
+22//!
+23//! The Pezkuwi SDK is built to reflect these principles and to facilitate their usage accordingly.
+24//!
+25//! ## General Overview
+26//!
+27//! When developing within the context of the Substrate runtime, there is one golden rule:
+28//!
+29//! ***DO NOT PANIC***. There are some exceptions, but generally, this is the default precedent.
+30//!
+31//! > It’s important to differentiate between the runtime and node. The runtime refers to the core
+32//! > business logic of a Substrate-based chain, whereas the node refers to the outer client, which
+33//! > deals with telemetry and gossip from other nodes. For more information, read about
+34//! > [Substrate's node
+35//! > architecture](crate::reference_docs::wasm_meta_protocol#node-vs-runtime). It’s also important
+36//! > to note that the criticality of the node is slightly lesser
+37//! > than that of the runtime, which is why you may see `unwrap()` or other “non-defensive”
+38//! > approaches
+39//! in a few places of the node's code repository.
+40//!
+41//! Most of these practices fall within Rust's
+42//! colloquial usage of proper error propagation, handling, and arithmetic-based edge cases.
+43//!
+44//!  General guidelines:
+45//!
+46//! - **Avoid writing functions that could explicitly panic,** such as directly using `unwrap()` on
+47//!   a [`Result`], or  accessing an out-of-bounds index on a collection. Safer methods to access
+48//!   collection types, i.e., `get()` which allow defensive handling of the resulting [`Option`] are
+49//!   recommended to be used.
+50//! - **It may be acceptable to use `except()`,** but only if one is completely certain (and has
+51//!   performed a check beforehand) that a value won't panic upon unwrapping.  *Even this is
+52//!   discouraged*, however, as future changes to that function could then cause that statement to
+53//!   panic.  It is important to ensure all possible errors are propagated and handled effectively.
+54//! - **If a function *can* panic,** it usually is prefaced with `unchecked_` to indicate its
+55//!   unsafety.
+56//! - **If you are writing a function that could panic,** [document it!](https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html#documenting-components)
+57//! - **Carefully handle mathematical operations.**  Many seemingly, simplistic operations, such as
+58//!   **arithmetic** in the runtime, could present a number of issues [(see more later in this
+59//!   document)](#integer-overflow). Use checked arithmetic wherever possible.
+60//!
+61//! These guidelines could be summarized in the following example, where `bad_pop` is prone to
+62//! panicking, and `good_pop` allows for proper error handling to take place:
+63//!
+64//!```ignore
+65//! // Bad pop always requires that we return something, even if vector/array is empty.
+66//! fn bad_pop<T>(v: Vec<T>) -> T {}
+67//! // Good pop allows us to return None from the Option if need be.
+68//! fn good_pop<T>(v: Vec<T>) -> Option<T> {}
+69//! ```
+70//!
+71//! ### Defensive Traits
+72//!
+73//! The [`Defensive`](frame::traits::Defensive) trait provides a number of functions, all of which
+74//! provide an alternative to 'vanilla' Rust functions, e.g.:
+75//!
+76//! - [`defensive_unwrap_or()`](frame::traits::Defensive::defensive_unwrap_or) instead of
+77//!   `unwrap_or()`
+78//! - [`defensive_ok_or()`](frame::traits::DefensiveOption::defensive_ok_or) instead of `ok_or()`
+79//!
+80//! Defensive methods use [`debug_assertions`](https://doc.rust-lang.org/reference/conditional-compilation.html#debug_assertions), which panic in development, but in
+81//! production/release, they will merely log an error (i.e., `log::error`).
+82//!
+83//! The [`Defensive`](frame::traits::Defensive) trait and its various implementations can be found
+84//! [here](frame::traits::Defensive).
+85//!
+86//! ## Integer Overflow
+87//!
+88//! The Rust compiler prevents static overflow from happening at compile time.
+89//! The compiler panics in **debug** mode in the event of an integer overflow. In
+90//! **release** mode, it resorts to silently _wrapping_ the overflowed amount in a modular fashion
+91//! (from the `MAX` back to zero).
+92//!
+93//! In runtime development, we don't always have control over what is being supplied
+94//! as a parameter. For example, even this simple add function could present one of two outcomes
+95//! depending on whether it is in **release** or **debug** mode:
+96//!
+97//! ```ignore
+98//! fn naive_add(x: u8, y: u8) -> u8 {
+99//!     x + y
+100//! }
+101//! ```
+102//! If we passed overflow-able values at runtime, this could panic (or wrap if in release).
+103//!
+104//! ```ignore
+105//! naive_add(250u8, 10u8); // In debug mode, this would panic. In release, this would return 4.
+106//! ```
+107//!
+108//! It is the silent portion of this behavior that presents a real issue. Such behavior should be
+109//! made obvious, especially in blockchain development, where unsafe arithmetic could produce
+110//! unexpected consequences like a user balance over or underflowing.
+111//!
+112//! Fortunately, there are ways to both represent and handle these scenarios depending on our
+113//! specific use case natively built into Rust and libraries like [`sp_arithmetic`].
+114//!
+115//! ## Infallible Arithmetic
+116//!
+117//! Both Rust and Substrate provide safe ways to deal with numbers and alternatives to floating
+118//! point arithmetic.
+119//!
+120//! Known scenarios that could be fallible should be avoided: i.e., avoiding the possibility of
+121//! dividing/modulo by zero at any point should be mitigated. One should be opting for a
+122//! `checked_*` method to introduce safe arithmetic in their code in most cases.
+123//!
+124//! A developer should use fixed-point instead of floating-point arithmetic to mitigate the
+125//! potential for inaccuracy, rounding errors, or other unexpected behavior.
+126//!
+127//! - [Fixed point types](sp_arithmetic::fixed_point) and their associated usage can be found here.
+128//! - [PerThing](sp_arithmetic::per_things) and its associated types can be found here.
+129//!
+130//! Using floating point number types (i.e. f32, f64) in the runtime should be avoided, as a single non-deterministic result could cause chaos for blockchain consensus along with the issues above. For more on the specifics of the peculiarities of floating point calculations, [watch this video by the Computerphile](https://www.youtube.com/watch?v=PZRI1IfStY0).
+131//!
+132//! The following methods demonstrate different ways to handle numbers natively in Rust safely,
+133//! without fear of panic or unexpected behavior from wrapping.
+134//!
+135//! ### Checked Arithmetic
+136//!
+137//! **Checked operations** utilize an `Option<T>` as a return type. This allows for
+138//! catching any unexpected behavior in the event of an overflow through simple pattern matching.
+139//!
+140//! This is an example of a valid operation:
+141#![doc = docify::embed!("./src/reference_docs/defensive_programming.rs", checked_add_example)]
+142//!
+143//! This is an example of an invalid operation. In this case, a simulated integer overflow, which
+144//! would simply result in `None`:
+145#![doc = docify::embed!(
+146    "./src/reference_docs/defensive_programming.rs",
+147    checked_add_handle_error_example
+148)]
+149//!
+150//! Suppose you aren’t sure which operation to use for runtime math. In that case, checked
+151//! operations are the safest bet, presenting two predictable (and erroring) outcomes that can be
+152//! handled accordingly (Some and None).
+153//!
+154//! The following conventions can be seen within the Pezkuwi SDK, where it is
+155//! handled in two ways:
+156//!
+157//! - As an [`Option`], using the `if let` / `if` or `match`
+158//! - As a [`Result`], via `ok_or` (or similar conversion to [`Result`] from [`Option`])
+159//!
+160//! #### Handling via Option - More Verbose
+161//!
+162//! Because wrapped operations return `Option<T>`, you can use a more verbose/explicit form of error
+163//! handling via `if` or `if let`:
+164#![doc = docify::embed!("./src/reference_docs/defensive_programming.rs", increase_balance)]
+165//!
+166//! Optionally, match may also be directly used in a more concise manner:
+167#![doc = docify::embed!("./src/reference_docs/defensive_programming.rs", increase_balance_match)]
+168//!
+169//! This is generally a useful convention for handling checked types and most types that return
+170//! `Option<T>`.
+171//!
+172//! #### Handling via Result - Less Verbose
+173//!
+174//! In the Pezkuwi SDK codebase, checked operations are handled as a `Result` via `ok_or`. This is
+175//! a less verbose way of expressing the above. This usage often boils down to the developer’s
+176//! preference:
+177#![doc = docify::embed!("./src/reference_docs/defensive_programming.rs", increase_balance_result)]
+178//!
+179//! ### Saturating Operations
+180//!
+181//! Saturating a number limits it to the type’s upper or lower bound, even if the integer type
+182//! overflowed in runtime. For example, adding to `u32::MAX` would simply limit itself to
+183//! `u32::MAX`:
+184#![doc = docify::embed!("./src/reference_docs/defensive_programming.rs", saturated_add_example)]
+185//!
+186//! Saturating calculations can be used if one is very sure that something won't overflow, but wants
+187//! to avoid introducing the notion of any potential-panic or wrapping behavior.
+188//!
+189//! There is also a series of defensive alternatives via
+190//! [`DefensiveSaturating`](frame::traits::DefensiveSaturating), which introduces the same behavior
+191//! of the [`Defensive`](frame::traits::Defensive) trait, only with saturating, mathematical
+192//! operations:
+193#![doc = docify::embed!(
+194    "./src/reference_docs/defensive_programming.rs",
+195    saturated_defensive_example
+196)]
+197//!
+198//! ### Mathematical Operations in Substrate Development - Further Context
+199//!
+200//! As a recap, we covered the following concepts:
+201//!
+202//! 1. **Checked** operations - using [`Option`] or [`Result`]
+203//! 2. **Saturating** operations - limited to the lower and upper bounds of a number type
+204//! 3. **Wrapped** operations (the default) - wrap around to above or below the bounds of a type
+205//!
+206//! #### The problem with 'default' wrapped operations
+207//!
+208//! **Wrapped operations** cause the overflow to wrap around to either the maximum or minimum of
+209//! that type. Imagine this in the context of a blockchain, where there are account balances, voting
+210//! counters, nonces for transactions, and other aspects of a blockchain.
+211//!
+212//! While it may seem trivial, choosing how to handle numbers is quite important. As a thought
+213//! exercise, here are some scenarios of which will shed more light on when to use which.
+214//!
+215//! #### Bob's Overflowed Balance
+216//!
+217//! **Bob's** balance exceeds the `Balance` type on the `EduChain`. Because the pallet developer did
+218//! not handle the calculation to add to Bob's balance with any regard to this overflow, **Bob's**
+219//! balance is now essentially `0`, the operation **wrapped**.
+220//!
+221//! <details>
+222//!   <summary><b>Solution: Saturating or Checked</b></summary>
+223//!     For Bob's balance problems, using a `saturating_add` or `checked_add` could've mitigated
+224//! this issue.  They simply would've reached the upper, or lower bounds, of the particular type for
+225//! an on-chain balance.  In other words: Bob's balance would've stayed at the maximum of the
+226//! Balance type. </details>
+227//!
+228//! #### Alice's 'Underflowed' Balance
+229//!
+230//! Alice’s balance has reached `0` after a transfer to Bob. Suddenly, she has been slashed on
+231//! EduChain, causing her balance to reach near the limit of `u32::MAX` - a very large amount - as
+232//! wrapped operations can go both ways. Alice can now successfully vote using her new, overpowered
+233//! token balance, destroying the chain's integrity.
+234//!
+235//! <details>
+236//!   <summary><b>Solution: Saturating</b></summary>
+237//!   For Alice's balance problem, using `saturated_sub` could've mitigated this issue. A saturating
+238//! calculation would've simply limited her balance to the lower bound of u32, as having a negative
+239//! balance is not a concept within blockchains.   In other words: Alice's balance would've stayed
+240//! at "0", even after being slashed.
+241//!
+242//!   This is also an example that while one system may work in isolation, shared interfaces, such
+243//!   as the notion of balances, are often shared across multiple pallets - meaning these small
+244//!   changes can make a big difference depending on the scenario. </details>
+245//!
+246//! #### Proposal ID Overwrite
+247//!
+248//! A `u8` parameter, called `proposals_count`, represents the type for counting the number of
+249//! proposals on-chain. Every time a new proposal is added to the system, this number increases.
+250//! With the proposal pallet's high usage, it has reached `u8::MAX`’s limit of 255, causing
+251//! `proposals_count` to go to 0. Unfortunately, this results in new proposals overwriting old ones,
+252//! effectively erasing any notion of past proposals!
+253//!
+254//! <details>
+255//!  <summary><b>Solution: Checked</b></summary>
+256//! For the proposal IDs, proper handling via `checked` math would've been suitable,
+257//! Saturating could've been used - but it also would've 'failed' silently. Using `checked_add` to
+258//! ensure that the next proposal ID would've been valid would've been a viable way to let the user
+259//! know the state of their proposal:
+260//!
+261//! ```ignore
+262//! let next_proposal_id = current_count.checked_add(1).ok_or_else(|| Error::TooManyProposals)?;
+263//! ```
+264//!
+265//! </details>
+266//!
+267//! From the above, we can clearly see the problematic nature of seemingly simple operations in the
+268//! runtime, and care should be given to ensure a defensive approach is taken.
+269//!
+270//! ### Edge cases of `panic!`-able instances in Substrate
+271//!
+272//! As you traverse through the codebase (particularly in `substrate/frame`, where the majority of
+273//! runtime code lives), you may notice that there (only a few!) occurrences where `panic!` is used
+274//! explicitly. This is used when the runtime should stall, rather than keep running, as that is
+275//! considered safer. Particularly when it comes to mission-critical components, such as block
+276//! authoring, consensus, or other protocol-level dependencies, going through with an action may
+277//! actually cause harm to the network, and thus stalling would be the better option.
+278//!
+279//! Take the example of the BABE pallet ([`pallet_babe`]), which doesn't allow for a validator to
+280//! participate if it is disabled (see: [`frame::traits::DisabledValidators`]):
+281//!
+282//! ```ignore
+283//! if T::DisabledValidators::is_disabled(authority_index) {
+284//!     panic!(
+285//!       "Validator with index {:?} is disabled and should not be attempting to author blocks.",
+286//!         authority_index,
+287//!     );
+288//! }
+289//! ```
+290//!
+291//! There are other examples in various pallets, mostly those crucial to the blockchain’s
+292//! functionality. Most of the time, you will not be writing pallets which operate at this level,
+293//! but these exceptions should be noted regardless.
+294//!
+295//! ## Other Resources
+296//!
+297//! - [PBA Lectures on YouTube](https://www.youtube.com/playlist?list=PL-w_i5kwVqbni1Ch2j_RwTIXiB-bwnYqq)
+298#![allow(dead_code)]
+299#[allow(unused_variables)]
+300mod fake_runtime_types {
+301	// Note: The following types are purely for the purpose of example, and do not contain any
+302	// *real* use case other than demonstrating various concepts.
+303	pub enum RuntimeError {
+304		Overflow,
+305		UserDoesntExist,
+306	}
+307
+308	pub type Address = ();
+309
+310	pub struct Runtime;
+311
+312	impl Runtime {
+313		fn get_balance(account: Address) -> Result<u64, RuntimeError> {
+314			Ok(0u64)
+315		}
+316
+317		fn set_balance(account: Address, new_balance: u64) {}
+318	}
+319
+320	#[docify::export]
+321	fn increase_balance(account: Address, amount: u64) -> Result<(), RuntimeError> {
+322		// Get a user's current balance
+323		let balance = Runtime::get_balance(account)?;
+324		// SAFELY increase the balance by some amount
+325		if let Some(new_balance) = balance.checked_add(amount) {
+326			Runtime::set_balance(account, new_balance);
+327			Ok(())
+328		} else {
+329			Err(RuntimeError::Overflow)
+330		}
+331	}
+332
+333	#[docify::export]
+334	fn increase_balance_match(account: Address, amount: u64) -> Result<(), RuntimeError> {
+335		// Get a user's current balance
+336		let balance = Runtime::get_balance(account)?;
+337		// SAFELY increase the balance by some amount
+338		let new_balance = match balance.checked_add(amount) {
+339			Some(balance) => balance,
+340			None => {
+341				return Err(RuntimeError::Overflow);
+342			},
+343		};
+344		Runtime::set_balance(account, new_balance);
+345		Ok(())
+346	}
+347
+348	#[docify::export]
+349	fn increase_balance_result(account: Address, amount: u64) -> Result<(), RuntimeError> {
+350		// Get a user's current balance
+351		let balance = Runtime::get_balance(account)?;
+352		// SAFELY increase the balance by some amount - this time, by using `ok_or`
+353		let new_balance = balance.checked_add(amount).ok_or(RuntimeError::Overflow)?;
+354		Runtime::set_balance(account, new_balance);
+355		Ok(())
+356	}
+357}
+358
+359#[cfg(test)]
+360mod tests {
+361	use frame::traits::DefensiveSaturating;
+362	#[docify::export]
+363	#[test]
+364	fn checked_add_example() {
+365		// This is valid, as 20 is perfectly within the bounds of u32.
+366		let add = (10u32).checked_add(10);
+367		assert_eq!(add, Some(20))
+368	}
+369
+370	#[docify::export]
+371	#[test]
+372	fn checked_add_handle_error_example() {
+373		// This is invalid - we are adding something to the max of u32::MAX, which would overflow.
+374		// Luckily, checked_add just marks this as None!
+375		let add = u32::MAX.checked_add(10);
+376		assert_eq!(add, None)
+377	}
+378
+379	#[docify::export]
+380	#[test]
+381	fn saturated_add_example() {
+382		// Saturating add simply saturates
+383		// to the numeric bound of that type if it overflows.
+384		let add = u32::MAX.saturating_add(10);
+385		assert_eq!(add, u32::MAX)
+386	}
+387
+388	#[docify::export]
+389	#[test]
+390	#[cfg_attr(debug_assertions, should_panic(expected = "Defensive failure has been triggered!"))]
+391	fn saturated_defensive_example() {
+392		let saturated_defensive = u32::MAX.defensive_saturating_add(10);
+393		assert_eq!(saturated_defensive, u32::MAX);
+394	}
+395}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/development_environment_advice.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/development_environment_advice.rs.html new file mode 100644 index 00000000..922663f1 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/development_environment_advice.rs.html @@ -0,0 +1,223 @@ +development_environment_advice.rs - source

pezkuwi_sdk_docs/reference_docs/
development_environment_advice.rs

1//! # Development Environment Advice
+2//!
+3//! Large Rust projects are known for sometimes long compile times and sluggish dev tooling, and
+4//! pezkuwi-sdk is no exception.
+5//!
+6//! This page contains some advice to improve your workflow when using common tooling.
+7//!
+8//! ## Rust Analyzer Configuration
+9//!
+10//! [Rust Analyzer](https://rust-analyzer.github.io/) is the defacto [LSP](https://langserver.org/) for Rust. Its default
+11//! settings are fine for smaller projects, but not well optimised for pezkuwi-sdk.
+12//!
+13//! Below is a suggested configuration for VSCode or any VSCode-based editor like Cursor:
+14//!
+15//! ```json
+16//! {
+17//!   // Use a separate target dir for Rust Analyzer. Helpful if you want to use Rust
+18//!   // Analyzer and cargo on the command line at the same time,
+19//!   // at the expense of duplicating build artifacts.
+20//!   "rust-analyzer.cargo.targetDir": "target/vscode-rust-analyzer",
+21//!   // Improve stability
+22//!   "rust-analyzer.server.extraEnv": {
+23//!     "CHALK_OVERFLOW_DEPTH": "100000000",
+24//!     "CHALK_SOLVER_MAX_SIZE": "10000000"
+25//!   },
+26//!   // Check feature-gated code
+27//!   "rust-analyzer.cargo.features": "all",
+28//!   "rust-analyzer.cargo.extraEnv": {
+29//!     // Skip building WASM, there is never need for it here
+30//!     "SKIP_WASM_BUILD": "1"
+31//!   },
+32//!   // Don't expand some problematic proc_macros
+33//!   "rust-analyzer.procMacro.ignored": {
+34//!     "async-trait": ["async_trait"],
+35//!     "napi-derive": ["napi"],
+36//!     "async-recursion": ["async_recursion"],
+37//!     "async-std": ["async_std"]
+38//!   },
+39//!   // Use nightly formatting.
+40//!   // See the pezkuwi-sdk CI job that checks formatting for the current version used in
+41//!   // pezkuwi-sdk.
+42//!   "rust-analyzer.rustfmt.extraArgs": ["+nightly-2024-04-10"],
+43//! }
+44//! ```
+45//!
+46//! and the same in Lua for `neovim/nvim-lspconfig`:
+47//!
+48//! ```lua
+49//! ["rust-analyzer"] = {
+50//!   rust = {
+51//!     # Use a separate target dir for Rust Analyzer. Helpful if you want to use Rust
+52//!     # Analyzer and cargo on the command line at the same time.
+53//!     analyzerTargetDir = "target/nvim-rust-analyzer",
+54//!   },
+55//!   server = {
+56//!     # Improve stability
+57//!     extraEnv = {
+58//!       ["CHALK_OVERFLOW_DEPTH"] = "100000000",
+59//!       ["CHALK_SOLVER_MAX_SIZE"] = "100000000",
+60//!     },
+61//!   },
+62//!   cargo = {
+63//!     # Check feature-gated code
+64//!     features = "all",
+65//!     extraEnv = {
+66//!       # Skip building WASM, there is never need for it here
+67//!       ["SKIP_WASM_BUILD"] = "1",
+68//!     },
+69//!   },
+70//!   procMacro = {
+71//!     # Don't expand some problematic proc_macros
+72//!     ignored = {
+73//!       ["async-trait"] = { "async_trait" },
+74//!       ["napi-derive"] = { "napi" },
+75//!       ["async-recursion"] = { "async_recursion" },
+76//!       ["async-std"] = { "async_std" },
+77//!     },
+78//!   },
+79//!   rustfmt = {
+80//!     # Use nightly formatting.
+81//!     # See the pezkuwi-sdk CI job that checks formatting for the current version used in
+82//!     # pezkuwi-sdk.
+83//!     extraArgs = { "+nightly-2024-04-10" },
+84//!   },
+85//! },
+86//! ```
+87//!
+88//! Alternatively for neovim, if you are using [Rustaceanvim](https://github.com/mrcjkb/rustaceanvim),
+89//! you can achieve the same configuring `rust-analyzer` via `rustaceanvim` as follows:
+90//! ```lua
+91//! return {
+92//!  {
+93//!    "mrcjkb/rustaceanvim",
+94//!    opts = {
+95//!      server = {
+96//!        default_settings = {
+97//!           ["rust-analyzer"] = {
+98//!            // put the same config as for nvim-lspconfig here
+99//!          },
+100//!        },
+101//!      },
+102//!    },
+103//!  },
+104//! }
+105//! ```
+106//!
+107//! Similarly for Zed, you can replicate the same VSCode configuration  in
+108//! `~/.config/zed/settings.json` as follows:
+109//! ```json
+110//! "lsp": {
+111//!   "rust-analyzer": {
+112//!     "initialization_options": {
+113//!       // same config as for VSCode for rust, cargo, procMacros, ...
+114//!     }
+115//!   }
+116//! },
+117//! ```
+118//!
+119//! In general, refer to your favorite editor / IDE's documentation to properly configure
+120//! `rust-analyzer` as language server.
+121//! For the full set of configuration options see <https://rust-analyzer.github.io/manual.html#configuration>.
+122//!
+123//! ## Cargo Usage
+124//!
+125//! ### Using `--package` (a.k.a. `-p`)
+126//!
+127//! pezkuwi-sdk is a monorepo containing many crates. When you run a cargo command without
+128//! `-p`, you will almost certainly compile crates outside of the scope you are working.
+129//!
+130//! Instead, you should identify the name of the crate you are working on by checking the `name`
+131//! field in the closest `Cargo.toml` file. Then, use `-p` with your cargo commands to only compile
+132//! that crate.
+133//!
+134//! ### `SKIP_WASM_BUILD=1` environment variable
+135//!
+136//! When cargo touches a runtime crate, by default it will also compile the WASM binary,
+137//! approximately doubling the compilation time.
+138//!
+139//! The WASM binary is usually not needed, especially when running `check` or `test`. To skip the
+140//! WASM build, set the `SKIP_WASM_BUILD` environment variable to `1`. For example:
+141//! `SKIP_WASM_BUILD=1 cargo check -p frame-support`.
+142//!
+143//! ### Cargo Remote
+144//!
+145//! Warning: cargo remote by default doesn't transfer hidden files to the remote machine. But hidden
+146//! files can be useful, e.g. for sqlx usage. On the other hand using `--transfer-hidden` flag will
+147//! transfer `.git` which is big.
+148//!
+149//! If you have a powerful remote server available, you may consider using
+150//! [cargo-remote](https://github.com/sgeisler/cargo-remote) to execute cargo commands on it,
+151//! freeing up local resources for other tasks like `rust-analyzer`.
+152//!
+153//! When using `cargo-remote`, you can configure your editor to perform the the typical
+154//! "check-on-save" remotely as well. The configuration for VSCode (or any VSCode-based editor like
+155//! Cursor) is as follows:
+156//!
+157//! ```json
+158//! {
+159//! 	"rust-analyzer.cargo.buildScripts.overrideCommand": [
+160//! 		"cargo",
+161//! 		"remote",
+162//! 		"--build-env",
+163//! 		"SKIP_WASM_BUILD=1",
+164//! 		"--",
+165//! 		"check",
+166//! 		"--message-format=json",
+167//! 		"--all-targets",
+168//! 		"--all-features",
+169//! 		"--target-dir=target/rust-analyzer"
+170//! 	],
+171//! 	"rust-analyzer.check.overrideCommand": [
+172//! 		"cargo",
+173//! 		"remote",
+174//! 		"--build-env",
+175//! 		"SKIP_WASM_BUILD=1",
+176//! 		"--",
+177//! 		"check",
+178//! 		"--workspace",
+179//! 		"--message-format=json",
+180//! 		"--all-targets",
+181//! 		"--all-features",
+182//! 		"--target-dir=target/rust-analyzer"
+183//! 	],
+184//! }
+185//! ```
+186//!
+187//! and the same in Lua for `neovim/nvim-lspconfig`:
+188//!
+189//! ```lua
+190//! ["rust-analyzer"] = {
+191//!   cargo = {
+192//!     buildScripts = {
+193//!       overrideCommand = {
+194//!         "cargo",
+195//!         "remote",
+196//!         "--build-env",
+197//!         "SKIP_WASM_BUILD=1",
+198//!         "--",
+199//!         "check",
+200//!         "--message-format=json",
+201//!         "--all-targets",
+202//!         "--all-features",
+203//!         "--target-dir=target/rust-analyzer"
+204//!       },
+205//!     },
+206//!   },
+207//!   check = {
+208//!     overrideCommand = {
+209//!       "cargo",
+210//!       "remote",
+211//!       "--build-env",
+212//!       "SKIP_WASM_BUILD=1",
+213//!       "--",
+214//!       "check",
+215//!       "--workspace",
+216//!       "--message-format=json",
+217//!       "--all-targets",
+218//!       "--all-features",
+219//!       "--target-dir=target/rust-analyzer"
+220//!     },
+221//!   },
+222//! },
+223//! ```
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding.rs.html new file mode 100644 index 00000000..3e083ea5 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/extrinsic_encoding.rs.html @@ -0,0 +1,333 @@ +extrinsic_encoding.rs - source

pezkuwi_sdk_docs/reference_docs/
extrinsic_encoding.rs

1//! # Constructing and Signing Extrinsics
+2//!
+3//! Extrinsics are payloads that are stored in blocks which are responsible for altering the state
+4//! of a blockchain via the [_state transition
+5//! function_][crate::reference_docs::blockchain_state_machines].
+6//!
+7//! Substrate is configurable enough that extrinsics can take any format. In practice, runtimes
+8//! tend to use our [`sp_runtime::generic::UncheckedExtrinsic`] type to represent extrinsics,
+9//! because it's generic enough to cater for most (if not all) use cases. In Pezkuwi, this is
+10//! configured [here](https://github.com/pezkuwichain/pezkuwi-fellows/tree/main/runtimes/blob/94b2798b69ba6779764e20a50f056e48db78ebef/relay/pezkuwi/src/lib.rs#L1478)
+11//! at the time of writing.
+12//!
+13//! What follows is a description of how extrinsics based on this
+14//! [`sp_runtime::generic::UncheckedExtrinsic`] type are encoded into bytes. Specifically, we are
+15//! looking at how extrinsics with a format version of 5 are encoded. This version is itself a part
+16//! of the payload, and if it changes, it indicates that something about the encoding may have
+17//! changed.
+18//!
+19//! # Encoding an Extrinsic
+20//!
+21//! At a high level, all extrinsics compatible with [`sp_runtime::generic::UncheckedExtrinsic`]
+22//! are formed from concatenating some details together, as in the following pseudo-code:
+23//!
+24//! ```text
+25//! extrinsic_bytes = concat(
+26//!     compact_encoded_length,
+27//!     version_and_extrinsic_type,
+28//! 	maybe_extension_data,
+29//!     call_data
+30//! )
+31//! ```
+32//!
+33//! For clarity, the actual implementation in Substrate looks like this:
+34#![doc = docify::embed!("../../substrate/primitives/runtime/src/generic/unchecked_extrinsic.rs", unchecked_extrinsic_encode_impl)]
+35//!
+36//! Let's look at how each of these details is constructed:
+37//!
+38//! ## compact_encoded_length
+39//!
+40//! This is a [SCALE compact encoded][frame::deps::codec::Compact] integer which is equal to the
+41//! length, in bytes, of the rest of the extrinsic details.
+42//!
+43//! To obtain this value, we must encode and concatenate together the rest of the extrinsic details
+44//! first, and then obtain the byte length of these. We can then compact encode that length, and
+45//! prepend it to the rest of the details.
+46//!
+47//! ## version_and_maybe_signature
+48//!
+49//! If the extrinsic is _unsigned_, then `version_and_maybe_signature` will be just one byte
+50//! denoting the _transaction protocol version_, which is 4 (or `0b0000_0100`).
+51//!
+52//! If the extrinsic is _signed_ (all extrinsics submitted from users must be signed), then
+53//! `version_and_maybe_signature` is obtained by concatenating some details together, ie:
+54//!
+55//! ```text
+56//! version_and_maybe_signature = concat(
+57//!     version_and_signed,
+58//!     from_address,
+59//!     signature,
+60//!     transaction_extensions_extra,
+61//! )
+62//! ```
+63//!
+64//! Each of the details to be concatenated together is explained below:
+65//!
+66//! ## version_and_extrinsic_type
+67//!
+68//! This byte has 2 components:
+69//! - the 2 most significant bits represent the extrinsic type:
+70//!     - bare - `0b00`
+71//!     - signed - `0b10`
+72//!     - general - `0b01`
+73//! - the 6 least significant bits represent the extrinsic format version (currently 5)
+74//!
+75//! ### Bare extrinsics
+76//!
+77//! If the extrinsic is _bare_, then `version_and_extrinsic_type` will be just the _transaction
+78//! protocol version_, which is 5 (or `0b0000_0101`). Bare extrinsics do not carry any other
+79//! extension data, so `maybe_extension_data` would not be included in the payload and the
+80//! `version_and_extrinsic_type` would always be followed by the encoded call bytes.
+81//!
+82//! ### Signed extrinsics
+83//!
+84//! If the extrinsic is _signed_ (all extrinsics submitted from users used to be signed up until
+85//! version 4), then `version_and_extrinsic_type` is obtained by having a MSB of `1` on the
+86//! _transaction protocol version_ byte (which translates to `0b1000_0101`).
+87//!
+88//! Additionally, _signed_ extrinsics also carry with them address and signature information encoded
+89//! as follows:
+90//!
+91//! #### from_address
+92//!
+93//! This is the [SCALE encoded][frame::deps::codec] address of the sender of the extrinsic. The
+94//! address is the first generic parameter of [`sp_runtime::generic::UncheckedExtrinsic`], and so
+95//! can vary from chain to chain.
+96//!
+97//! The address type used on the Pezkuwi relay chain is [`sp_runtime::MultiAddress<AccountId32>`],
+98//! where `AccountId32` is defined [here][`sp_core::crypto::AccountId32`]. When constructing a
+99//! signed extrinsic to be submitted to a Pezkuwi node, you'll always use the
+100//! [`sp_runtime::MultiAddress::Id`] variant to wrap your `AccountId32`.
+101//!
+102//! #### signature
+103//!
+104//! This is the [SCALE encoded][frame::deps::codec] signature. The signature type is configured via
+105//! the third generic parameter of [`sp_runtime::generic::UncheckedExtrinsic`], which determines the
+106//! shape of the signature and signing algorithm that should be used.
+107//!
+108//! The signature is obtained by signing the _signed payload_ bytes (see below on how this is
+109//! constructed) using the private key associated with the address and correct algorithm.
+110//!
+111//! The signature type used on the Pezkuwi relay chain is [`sp_runtime::MultiSignature`]; the
+112//! variants there are the types of signature that can be provided.
+113//!
+114//! ### General extrinsics
+115//!
+116//! If the extrinsic is _general_ (it doesn't carry a signature in the payload, only extension
+117//! data), then `version_and_extrinsic_type` is obtained by logical OR between the general
+118//! transaction type bits and the _transaction protocol version_ byte (which translates to
+119//! `0b0100_0101`).
+120//!
+121//! ### transaction_extensions_extra
+122//!
+123//! This is the concatenation of the [SCALE encoded][frame::deps::codec] bytes representing first a
+124//! single byte describing the extension version (this is bumped whenever a change occurs in the
+125//! transaction extension pipeline) followed by the bytes of each of the [_transaction
+126//! extensions_][sp_runtime::traits::TransactionExtension], and are configured by the fourth generic
+127//! parameter of [`sp_runtime::generic::UncheckedExtrinsic`]. Learn more about transaction
+128//! extensions [here][crate::reference_docs::transaction_extensions].
+129//!
+130//! When it comes to constructing an extrinsic, each transaction extension has two things that we
+131//! are interested in here:
+132//!
+133//! - The actual SCALE encoding of the transaction extension type itself; this is what will form our
+134//!   `transaction_extensions_extra` bytes.
+135//! - An `Implicit` type. This is SCALE encoded into the `transaction_extensions_implicit` data (see
+136//!   below).
+137//!
+138//! Either (or both) of these can encode to zero bytes.
+139//!
+140//! Each chain configures the set of transaction extensions that it uses in its runtime
+141//! configuration. At the time of writing, Pezkuwi configures them
+142//! [here](https://github.com/pezkuwichain/pezkuwi-fellows/tree/main/runtimes/blob/1dc04eb954eadf8aadb5d83990b89662dbb5a074/relay/pezkuwi/src/lib.rs#L1432C25-L1432C25).
+143//! Some of the common transaction extensions are defined
+144//! [here][frame::deps::frame_system#transaction-extensions].
+145//!
+146//! Information about exactly which transaction extensions are present on a chain and in what order
+147//! is also a part of the metadata for the chain. For V15 metadata, it can be [found
+148//! here][frame::deps::frame_support::__private::metadata::v15::ExtrinsicMetadata].
+149//!
+150//! ## call_data
+151//!
+152//! This is the main payload of the extrinsic, which is used to determine how the chain's state is
+153//! altered. This is defined by the second generic parameter of
+154//! [`sp_runtime::generic::UncheckedExtrinsic`].
+155//!
+156//! A call can be anything that implements [`Encode`][frame::deps::codec::Encode]. In FRAME-based
+157//! runtimes, a call is represented as an enum of enums, where the outer enum represents the FRAME
+158//! pallet being called, and the inner enum represents the call being made within that pallet, and
+159//! any arguments to it. Read more about the call enum
+160//! [here][crate::reference_docs::frame_runtime_types].
+161//!
+162//! FRAME `Call` enums are automatically generated, and end up looking something like this:
+163#![doc = docify::embed!("./src/reference_docs/extrinsic_encoding.rs", call_data)]
+164//!
+165//! In pseudo-code, this `Call` enum encodes equivalently to:
+166//!
+167//! ```text
+168//! call_data = concat(
+169//!     pallet_index,
+170//!     call_index,
+171//!     call_args
+172//! )
+173//! ```
+174//!
+175//! - `pallet_index` is a single byte denoting the index of the pallet that we are calling into, and
+176//!   is what the tag of the outermost enum will encode to.
+177//! - `call_index` is a single byte denoting the index of the call that we are making the pallet,
+178//!   and is what the tag of the inner enum will encode to.
+179//! - `call_args` are the SCALE encoded bytes for each of the arguments that the call expects, and
+180//!   are typically provided as values to the inner enum.
+181//!
+182//! Information about the pallets that exist for a chain (including their indexes), the calls
+183//! available in each pallet (including their indexes), and the arguments required for each call can
+184//! be found in the metadata for the chain. For V15 metadata, this information [is
+185//! here][frame::deps::frame_support::__private::metadata::v15::PalletMetadata].
+186//!
+187//! # The Signed Payload Format
+188//!
+189//! All _signed_ extrinsics submitted to a node from the outside world (also known as
+190//! _transactions_) need to be _signed_. The data that needs to be signed for some extrinsic is
+191//! called the _signed payload_, and its shape is described by the following pseudo-code:
+192//!
+193//! ```text
+194//! signed_payload = blake2_256(
+195//! 	concat(
+196//!     	call_data,
+197//!     	transaction_extensions_extra,
+198//!     	transaction_extensions_implicit,
+199//! 	)
+200//! )
+201//! ```
+202//!
+203//! The bytes representing `call_data` and `transaction_extensions_extra` can be obtained as
+204//! descibed above. `transaction_extensions_implicit` is constructed by SCALE encoding the
+205//! ["implicit" data][sp_runtime::traits::TransactionExtension::Implicit] for each transaction
+206//! extension that the chain is using, in order.
+207//!
+208//! Once we've concatenated those together, we hash the result using a Blake2 256bit hasher.
+209//!
+210//! The [`sp_runtime::generic::SignedPayload`] type takes care of assembling the correct payload for
+211//! us, given `call_data` and a tuple of transaction extensions.
+212//!
+213//! # The General Transaction Format
+214//!
+215//! A General transaction does not have a signature method hardcoded in the check logic of the
+216//! extrinsic, such as a traditionally signed transaction. Instead, general transactions should have
+217//! one or more extensions in the transaction extension pipeline that auhtorize origins in some way,
+218//! one of which could be the traditional signature check that happens for all signed transactions
+219//! in the [Checkable](sp_runtime::traits::Checkable) implementation of
+220//! [UncheckedExtrinsic](sp_runtime::generic::UncheckedExtrinsic). Therefore, it is up to each
+221//! extension to define the format of the payload it will try to check and authorize the right
+222//! origin type. For an example, look into the [authorization example pallet
+223//! extensions](pallet_example_authorization_tx_extension::extensions)
+224//!
+225//! # Example Encoding
+226//!
+227//! Using [`sp_runtime::generic::UncheckedExtrinsic`], we can construct and encode an extrinsic as
+228//! follows:
+229#![doc = docify::embed!("./src/reference_docs/extrinsic_encoding.rs", encoding_example)]
+230
+231#[docify::export]
+232pub mod call_data {
+233	use codec::{Decode, Encode};
+234	use sp_runtime::{traits::Dispatchable, DispatchResultWithInfo};
+235
+236	// The outer enum composes calls within
+237	// different pallets together. We have two
+238	// pallets, "PalletA" and "PalletB".
+239	#[derive(Encode, Decode, Clone)]
+240	pub enum Call {
+241		#[codec(index = 0)]
+242		PalletA(PalletACall),
+243		#[codec(index = 7)]
+244		PalletB(PalletBCall),
+245	}
+246
+247	// An inner enum represents the calls within
+248	// a specific pallet. "PalletA" has one call,
+249	// "Foo".
+250	#[derive(Encode, Decode, Clone)]
+251	pub enum PalletACall {
+252		#[codec(index = 0)]
+253		Foo(String),
+254	}
+255
+256	#[derive(Encode, Decode, Clone)]
+257	pub enum PalletBCall {
+258		#[codec(index = 0)]
+259		Bar(String),
+260	}
+261
+262	impl Dispatchable for Call {
+263		type RuntimeOrigin = ();
+264		type Config = ();
+265		type Info = ();
+266		type PostInfo = ();
+267		fn dispatch(self, _origin: Self::RuntimeOrigin) -> DispatchResultWithInfo<Self::PostInfo> {
+268			Ok(())
+269		}
+270	}
+271}
+272
+273#[docify::export]
+274pub mod encoding_example {
+275	use super::call_data::{Call, PalletACall};
+276	use crate::reference_docs::transaction_extensions::transaction_extensions_example;
+277	use codec::Encode;
+278	use sp_core::crypto::AccountId32;
+279	use sp_keyring::sr25519::Keyring;
+280	use sp_runtime::{
+281		generic::{SignedPayload, UncheckedExtrinsic},
+282		MultiAddress, MultiSignature,
+283	};
+284
+285	// Define some transaction extensions to use. We'll use a couple of examples
+286	// from the transaction extensions reference doc.
+287	type TransactionExtensions = (
+288		transaction_extensions_example::AddToPayload,
+289		transaction_extensions_example::AddToSignaturePayload,
+290	);
+291
+292	// We'll use `UncheckedExtrinsic` to encode our extrinsic for us. We set
+293	// the address and signature type to those used on Pezkuwi, use our custom
+294	// `Call` type, and use our custom set of `TransactionExtensions`.
+295	type Extrinsic = UncheckedExtrinsic<
+296		MultiAddress<AccountId32, ()>,
+297		Call,
+298		MultiSignature,
+299		TransactionExtensions,
+300	>;
+301
+302	pub fn encode_demo_extrinsic() -> Vec<u8> {
+303		// The "from" address will be our Alice dev account.
+304		let from_address = MultiAddress::<AccountId32, ()>::Id(Keyring::Alice.to_account_id());
+305
+306		// We provide some values for our expected transaction extensions.
+307		let transaction_extensions = (
+308			transaction_extensions_example::AddToPayload(1),
+309			transaction_extensions_example::AddToSignaturePayload,
+310		);
+311
+312		// Construct our call data:
+313		let call_data = Call::PalletA(PalletACall::Foo("Hello".to_string()));
+314
+315		// The signed payload. This takes care of encoding the call_data,
+316		// transaction_extensions_extra and transaction_extensions_implicit, and hashing
+317		// the result if it's > 256 bytes:
+318		let signed_payload = SignedPayload::new(call_data.clone(), transaction_extensions.clone());
+319
+320		// Sign the signed payload with our Alice dev account's private key,
+321		// and wrap the signature into the expected type:
+322		let signature = {
+323			let sig = Keyring::Alice.sign(&signed_payload.encode());
+324			MultiSignature::Sr25519(sig)
+325		};
+326
+327		// Now, we can build and encode our extrinsic:
+328		let ext = Extrinsic::new_signed(call_data, from_address, signature, transaction_extensions);
+329
+330		let encoded_ext = ext.encode();
+331		encoded_ext
+332	}
+333}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/fee_less_runtime.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/fee_less_runtime.rs.html new file mode 100644 index 00000000..18022b75 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/fee_less_runtime.rs.html @@ -0,0 +1,13 @@ +fee_less_runtime.rs - source

pezkuwi_sdk_docs/reference_docs/
fee_less_runtime.rs

1//! # Fee-Less Runtime
+2//!
+3//! 🚧 Work In Progress 🚧
+4//!
+5//! Notes:
+6//!
+7//! - An extension of [`runtime_vs_smart_contract`], showcasing the tools needed to build a safe
+8//!   runtime that is fee-less.
+9//! - Would need to use unsigned origins, custom validate_unsigned, check the existence of some NFT
+10//!   and some kind of rate limiting (eg. any account gets 5 free tx per day).
+11//! - The rule of thumb is that as long as the unsigned validate does one storage read, similar to
+12//!   nonce, it is fine.
+13//! - This could possibly be a good guide/template, rather than a reference doc.
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight.rs.html new file mode 100644 index 00000000..92591378 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight.rs.html @@ -0,0 +1,212 @@ +frame_benchmarking_weight.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_benchmarking_weight.rs

1//! # FRAME Benchmarking and Weights.
+2//!
+3//! This reference doc explores the concept of weights within Pezkuwi-SDK runtimes, and more
+4//! specifically how FRAME-based runtimes handle it.
+5//!
+6//! ## Metering
+7//!
+8//! The existence of "weight" as a concept in Pezkuwi-SDK is a direct consequence of the usage of
+9//! WASM as a virtual machine. Unlike a metered virtual machine like EVM, where every instruction
+10//! can have a (fairly) deterministic "cost" (also known as "gas price") associated with it, WASM is
+11//! a stack machine with more complex instruction set, and more unpredictable execution times. This
+12//! means that unlike EVM, it is not possible to implement a "metering" system in WASM. A metering
+13//! system is one in which instructions are executed one by one, and the cost/gas is stored in an
+14//! accumulator. The execution may then halt once a gas limit is reached.
+15//!
+16//! In Pezkuwi-SDK, the WASM runtime is not assumed to be metered.
+17//!
+18//! ## Trusted Code
+19//!
+20//! Another important difference is that EVM is mostly used to express smart contracts, which are
+21//! foreign and untrusted codes from the perspective of the blockchain executing them. In such
+22//! cases, metering is crucial, in order to ensure a malicious code cannot consume more gas than
+23//! expected.
+24//!
+25//! This assumption does not hold about the runtime of Pezkuwi-SDK-based blockchains. The runtime
+26//! is trusted code, and it is assumed to be written by the same team/developers who are running the
+27//! blockchain itself. Therefore, this assumption of "untrusted foreign code" does not hold.
+28//!
+29//! This is why the runtime can opt for a more performant, more flexible virtual machine like WASM,
+30//! and get away without having metering.
+31//!
+32//! ## Benchmarking
+33//!
+34//! With the matter of untrusted code execution out of the way, the need for strict metering goes
+35//! out of the way. Yet, it would still be very beneficial for block producers to be able to know an
+36//! upper bound on how much resources a operation is going to consume before actually executing that
+37//! operation. This is why FRAME has a toolkit for benchmarking pallets: So that this upper bound
+38//! can be empirically determined.
+39//!
+40//! > Note: Benchmarking is a static analysis: It is all about knowing the upper bound of how much
+41//! > resources an operation takes statically, without actually executing it. In the context of
+42//! > FRAME extrinsics, this static-ness is expressed by the keyword "pre-dispatch".
+43//!
+44//! To understand why this upper bound is needed, consider the following: A block producer knows
+45//! they have 20ms left to finish producing their block, and wishes to include more transactions in
+46//! the block. Yet, in a metered environment, it would not know which transaction is likely to fit
+47//! the 20ms. In a benchmarked environment, it can examine the transactions for their upper bound,
+48//! and include the ones that are known to fit based on the worst case.
+49//!
+50//! The benchmarking code can be written as a part of FRAME pallet, using the macros provided in
+51//! [`frame_benchmarking`]. See any of the existing pallets in `pezkuwi-sdk`, or the pallets in our
+52//! [`crate::pezkuwi_sdk::templates`] for examples.
+53//!
+54//! ## Weight
+55//!
+56//! Finally, [`sp_weights::Weight`] is the output of the benchmarking process. It is a
+57//! two-dimensional data structure that demonstrates the resources consumed by a given block of
+58//! code (for example, a transaction). The two dimensions are:
+59//!
+60//! * reference time: The time consumed in pico-seconds, on a reference hardware.
+61//! * proof size: The amount of storage proof necessary to re-execute the block of code. This is
+62//!   mainly needed for teyrchain <> relay-chain verification.
+63//!
+64//! ## How To Write Benchmarks: Worst Case
+65//!
+66//! The most important detail about writing benchmarking code is that it must be written such that
+67//! it captures the worst case execution of any block of code.
+68//!
+69//! Consider:
+70#![doc = docify::embed!("./src/reference_docs/frame_benchmarking_weight.rs", simple_transfer)]
+71//!
+72//! If this block of code is to be benchmarked, then the benchmarking code must be written such that
+73//! it captures the worst case.
+74//!
+75//! ## Gluing Pallet Benchmarking with Runtime
+76//!
+77//! FRAME pallets are mandated to provide their own benchmarking code. Runtimes contain the
+78//! boilerplate needed to run these benchmarking (see [Running Benchmarks
+79//! below](#running-benchmarks)). The outcome of running these benchmarks are meant to be fed back
+80//! into the pallet via a conventional `trait WeightInfo` on `Config`:
+81#![doc = docify::embed!("src/reference_docs/frame_benchmarking_weight.rs", WeightInfo)]
+82//!
+83//! Then, individual functions of this trait are the final values that we assigned to the
+84//! [`frame::pallet_macros::weight`] attribute:
+85#![doc = docify::embed!("./src/reference_docs/frame_benchmarking_weight.rs", simple_transfer_2)]
+86//!
+87//! ## Manual Refund
+88//!
+89//! Back to the assumption of writing benchmarks for worst case: Sometimes, the pre-dispatch weight
+90//! significantly differ from the post-dispatch actual weight consumed. This can be expressed with
+91//! the following FRAME syntax:
+92#![doc = docify::embed!("./src/reference_docs/frame_benchmarking_weight.rs", simple_transfer_3)]
+93//!
+94//! ## Running Benchmarks
+95//!
+96//! Two ways exist to run the benchmarks of a runtime.
+97//!
+98//! 1. The old school way: Most Pezkuwi-SDK based nodes (such as the ones integrated in
+99//!    [`templates`]) have a `benchmark` subcommand integrated into themselves.
+100//! 2. The more [`crate::reference_docs::omni_node`] compatible way of running the benchmarks would
+101//!    be using [`frame-omni-bencher`] CLI, which only relies on a runtime.
+102//!
+103//! Note that by convention, the runtime and pallets always have their benchmarking code feature
+104//! gated as behind `runtime-benchmarks`. So, the runtime should be compiled with `--features
+105//! runtime-benchmarks`.
+106//!
+107//! ## Automatic Refund of `proof_size`.
+108//!
+109//! A new feature in FRAME allows the runtime to be configured for "automatic refund" of the proof
+110//! size weight. This is very useful for maximizing the throughput of teyrchains. Please see:
+111//! [`crate::guides::enable_pov_reclaim`].
+112//!
+113//! ## Summary
+114//!
+115//! Pezkuwi-SDK runtimes use a more performant VM, namely WASM, which does not have metering. In
+116//! return they have to be benchmarked to provide an upper bound on the resources they consume. This
+117//! upper bound is represented as [`sp_weights::Weight`].
+118//!
+119//! ## Future: PolkaVM
+120//!
+121//! With the transition of Pezkuwi relay chain to [JAM], a set of new features are being
+122//! introduced, one of which being a new virtual machine named [PolkaVM] that is as flexible as
+123//! WASM, but also capable of metering. This might alter the future of benchmarking in FRAME and
+124//! Pezkuwi-SDK, rendering them not needed anymore once PolkaVM is fully integrated into
+125//! Pezkuwi-sdk. For a basic explanation of JAM and PolkaVM, see [here](https://blog.kianenigma.com/posts/tech/demystifying-jam/#pvm).
+126//!
+127//!
+128//! [`frame-omni-bencher`]: https://crates.io/crates/frame-omni-bencher
+129//! [`templates`]: crate::pezkuwi_sdk::templates
+130//! [PolkaVM]: https://github.com/koute/polkavm
+131//! [JAM]: https://graypaper.com
+132
+133#[frame::pallet(dev_mode)]
+134#[allow(unused_variables, unreachable_code, unused, clippy::diverging_sub_expression)]
+135pub mod pallet {
+136	use frame::prelude::*;
+137
+138	#[docify::export]
+139	pub trait WeightInfo {
+140		fn simple_transfer() -> Weight;
+141	}
+142
+143	#[pallet::config]
+144	pub trait Config: frame_system::Config {
+145		type WeightInfo: WeightInfo;
+146	}
+147
+148	#[pallet::pallet]
+149	pub struct Pallet<T>(_);
+150
+151	#[pallet::call]
+152	impl<T: Config> Pallet<T> {
+153		#[docify::export]
+154		#[pallet::weight(10_000)]
+155		pub fn simple_transfer(
+156			origin: OriginFor<T>,
+157			destination: T::AccountId,
+158			amount: u32,
+159		) -> DispatchResult {
+160			let destination_exists = todo!();
+161			if destination_exists {
+162				// simpler code path
+163			} else {
+164				// more complex code path
+165			}
+166			Ok(())
+167		}
+168
+169		#[docify::export]
+170		#[pallet::weight(T::WeightInfo::simple_transfer())]
+171		pub fn simple_transfer_2(
+172			origin: OriginFor<T>,
+173			destination: T::AccountId,
+174			amount: u32,
+175		) -> DispatchResult {
+176			let destination_exists = todo!();
+177			if destination_exists {
+178				// simpler code path
+179			} else {
+180				// more complex code path
+181			}
+182			Ok(())
+183		}
+184
+185		#[docify::export]
+186		// This is the worst-case, pre-dispatch weight.
+187		#[pallet::weight(T::WeightInfo::simple_transfer())]
+188		pub fn simple_transfer_3(
+189			origin: OriginFor<T>,
+190			destination: T::AccountId,
+191			amount: u32,
+192		) -> DispatchResultWithPostInfo {
+193			// ^^ Notice the new return type
+194			let destination_exists = todo!();
+195			if destination_exists {
+196				// simpler code path
+197				// Note that need for .into(), to convert `()` to `PostDispatchInfo`
+198				// See: https://docs.pezkuwichain.io/sdk/master/frame_support/dispatch/struct.PostDispatchInfo.html#impl-From%3C()%3E-for-PostDispatchInfo
+199				Ok(().into())
+200			} else {
+201				// more complex code path
+202				let actual_weight =
+203					todo!("this can likely come from another benchmark that is NOT the worst case");
+204				let pays_fee = todo!("You can set this to `Pays::Yes` or `Pays::No` to change if this transaction should pay fees");
+205				Ok(frame::deps::frame_support::dispatch::PostDispatchInfo {
+206					actual_weight: Some(actual_weight),
+207					pays_fee,
+208				})
+209			}
+210		}
+211	}
+212}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_logging.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_logging.rs.html new file mode 100644 index 00000000..de854764 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_logging.rs.html @@ -0,0 +1,155 @@ +frame_logging.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_logging.rs

1//! # FRAME Logging
+2//!
+3//! This reference docs briefly explores how to do logging and printing runtimes, mainly
+4//! FRAME-based.
+5//!
+6//! > Please make sure to read [the section below](#using-logging-in-production) on using logging in
+7//! > production.
+8//!
+9//! ## Using `println!`
+10//!
+11//! To recap, as with standard Rust, you can use `println!` _in your tests_, but it will only print
+12//! out if executed with `--nocapture`, or if the test panics.
+13//!
+14//! ```
+15//! fn it_print() {
+16//! 	println!("Hello, world!");
+17//! }
+18//! ```
+19//!
+20//! within the pallet, if you want to use the standard `println!`, it needs to be wrapped in
+21//! [`sp_std::if_std`]. Of course, this means that this print code is only available to you in the
+22//! `std` compiler flag, and never present in a wasm build.
+23//!
+24//! ```
+25//! // somewhere in your pallet. This is not a real pallet code.
+26//! mod pallet {
+27//! 	struct Pallet;
+28//! 	impl Pallet {
+29//! 		fn print() {
+30//! 			sp_std::if_std! {
+31//! 				println!("Hello, world!");
+32//! 			}
+33//! 		}
+34//! 	}
+35//! }
+36//! ```
+37//!
+38//! ## Using `log`
+39//!
+40//! First, ensure you are familiar with the [`log`] crate. In short, each log statement has:
+41//!
+42//! 1. `log-level`, signifying how important it is.
+43//! 2. `log-target`, signifying to which component it belongs.
+44//!
+45//! Add log statements to your pallet as such:
+46//!
+47//! You can add the log crate to the `Cargo.toml` of the pallet.
+48//!
+49//! ```text
+50//! #[dependencies]
+51//! log = { version = "x.y.z", default-features = false }
+52//!
+53//! #[features]
+54//! std = [
+55//! 	// snip -- other pallets
+56//! 	"log/std"
+57//! ]
+58//! ```
+59//!
+60//! More conveniently, the `frame` umbrella crate re-exports the log crate as [`frame::log`].
+61//!
+62//! Then, the pallet can use this crate to emit log statements. In this statement, we use the info
+63//! level, and the target is `pallet-example`.
+64//!
+65//! ```
+66//! mod pallet {
+67//! 	struct Pallet;
+68//!
+69//! 	impl Pallet {
+70//! 		fn logs() {
+71//! 			frame::log::info!(target: "pallet-example", "Hello, world!");
+72//! 		}
+73//! 	}
+74//! }
+75//! ```
+76//!
+77//! This will in itself just emit the log messages, **but unless if captured by a logger, they will
+78//! not go anywhere**. [`sp_api`] provides a handy function to enable the runtime logging:
+79//!
+80//! ```
+81//! // in your test
+82//! fn it_also_prints() {
+83//! 	sp_api::init_runtime_logger();
+84//! 	// call into your pallet, and now it will print `log` statements.
+85//! }
+86//! ```
+87//!
+88//! Alternatively, you can use [`sp_tracing::try_init_simple`].
+89//!
+90//! `info`, `error` and `warn` logs are printed by default, but if you want lower level logs to also
+91//! be printed, you must to add the following compiler flag:
+92//!
+93//! ```text
+94//! RUST_LOG=pallet-example=trace cargo test
+95//! ```
+96//!
+97//! ## Enabling Logs in Production
+98//!
+99//! All logs from the runtime are emitted by default, but there is a feature flag in [`sp_api`],
+100//! called `disable-logging`, that can be used to disable all logs in the runtime. This is useful
+101//! for production chains to reduce the size and overhead of the wasm runtime.
+102#![doc = docify::embed!("../../substrate/primitives/api/src/lib.rs", init_runtime_logger)]
+103//!
+104//! Similar to the above, the proper `RUST_LOG` must also be passed to your compiler flag when
+105//! compiling the runtime.
+106//!
+107//! ## Log Target Prefixing
+108//!
+109//! Many [`crate::pezkuwi_sdk::frame_runtime`] pallets emit logs with log target `runtime::<name of
+110//! pallet>`, for example `runtime::system`. This then allows one to run a node with a wasm blob
+111//! compiled with `LOG_TARGET=runtime=debug`, which enables the log target of all pallets who's log
+112//! target starts with `runtime`.
+113//!
+114//! ## Low Level Primitives
+115//!
+116//! Under the hood, logging is another instance of host functions under the hood (as defined in
+117//! [`crate::reference_docs::wasm_meta_protocol`]). The runtime uses a set of host functions under
+118//! [`sp_io::logging`] and [`sp_io::misc`] to emit all logs and prints. You typically do not need to
+119//! use these APIs directly.
+120//!
+121//! ## Using Logging in Production
+122//!
+123//! Note that within FRAME, reading storage values __only for the purpose of logging__ is dangerous,
+124//! and can lead to consensus issues. This is because with the introduction of
+125//! [`crate::guides::enable_pov_reclaim`], the node side code will track the storage changes, and
+126//! tries to update the onchain record of the `proof_size` weight used (stored in
+127//! [`frame_system::BlockWeight`]) after the block is executed.
+128//!
+129//! If one node has a different log level enabled than the rest of the network, and the extra logs
+130//! impose additional storage reads, then the amount of `proof_size` weight reclaimed into
+131//! [`frame_system::BlockWeight`] will be different, causing a state root mismatch, which is
+132//! typically a fatal error emitted from [`frame_executive`].
+133//!
+134//! This also can also happen in a teyrchain context, and cause discrepancies between the relay
+135//! chain and the teyrchain, when execution the Teyrchain Validation Function (PVF) on the relay
+136//! chain.
+137//!
+138//! **In summary, you should only used storage values in logging (especially for levels lower than
+139//! `info` which is typically enabled by all parties) that are already read from storage, and will
+140//! be part of the storage proof of execution in any case**.
+141//!
+142//! A typical faulty code would look like this:
+143//!
+144//! ```ignore
+145//! /// This function will have a different storage footprint depending on the log level
+146//! fn faulty_logging() {
+147//! 	log::debug!(
+148//! 		"what I am about to print is only read when `RUST_LOG=debug` {:?}",
+149//! 		StorageValue::<T>::get()
+150//!  	);
+151//! }
+152//! ```
+153//!
+154//! Please read [this issue](https://github.com/pezkuwichain/pezkuwi-sdk/issues/155) for one
+155//! instance of the consensus issues caused by this mistake.
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers.rs.html new file mode 100644 index 00000000..1291af04 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_offchain_workers.rs.html @@ -0,0 +1,114 @@ +frame_offchain_workers.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_offchain_workers.rs

1//! # Offchain Workers
+2//!
+3//! This reference document explains how offchain workers work in Substrate and FRAME. The main
+4//! focus is upon FRAME's implementation of this functionality. Nonetheless, offchain workers are a
+5//! Substrate-provided feature and can be used with possible alternatives to [`frame`] as well.
+6//!
+7//! Offchain workers are a commonly misunderstood topic, therefore we explain them bottom-up,
+8//! starting at the fundamentals and then describing the developer interface.
+9//!
+10//! ## Context
+11//!
+12//! Recall from [`crate::reference_docs::wasm_meta_protocol`] that the node and the runtime
+13//! communicate with one another via host functions and runtime APIs. Many of these interactions
+14//! contribute to the actual state transition of the blockchain. For example [`sp_api::Core`] is the
+15//! main runtime API that is called to execute new blocks.
+16//!
+17//! Offchain workers are in principle not different in any way: It is a runtime API exposed by the
+18//! wasm blob ([`sp_offchain::OffchainWorkerApi`]), and the node software calls into it when it
+19//! deems fit. But, crucially, this API call is different in that:
+20//!
+21//! 1. It can have no impact on the state ie. it is _OFF (the) CHAIN_. If any state is altered
+22//!    during the execution of this API call, it is discarded.
+23//! 2. It has access to an extended set of host functions that allow the wasm blob to do more. For
+24//!    example, call into HTTP requests.
+25//!
+26//! > The main way through which an offchain worker can interact with the state is by submitting an
+27//! > extrinsic to the chain. This is the ONLY way to alter the state from an offchain worker.
+28//! > [`pallet_example_offchain_worker`] provides an example of this.
+29//!
+30//!
+31//! Given the "Off Chain" nature of this API, it is important to remember that calling this API is
+32//! entirely optional. Some nodes might call into it, some might not, and it would have no impact on
+33//! the execution of your blockchain because no state is altered no matter the execution of the
+34//! offchain worker API.
+35//!
+36//! Substrate's CLI allows some degree of configuration about this, allowing node operators to
+37//! specify when they want to run the offchain worker API. See
+38//! [`sc_cli::RunCmd::offchain_worker_params`].
+39//!
+40//! ## Nondeterministic Execution
+41//!
+42//! Needless to say, given the above description, the code in your offchain worker API can be
+43//! nondeterministic, as it is not part of the blockchain's STF, so it can be executed at unknown
+44//! times, by unknown nodes, and has no impact on the state. This is why an HTTP
+45//! ([`sp_runtime::offchain::http`]) API is readily provided to the offchain worker APIs. Because
+46//! there is no need for determinism in this context.
+47//!
+48//! > A common mistake here is for novice developers to see this HTTP API, and imagine that
+49//! > `pezkuwi-sdk` somehow magically solved the determinism in blockchains, and now a blockchain
+50//! > can make HTTP calls and it will all work. This is absolutely NOT the case. An HTTP call made
+51//! > by the offchain worker is non-deterministic by design. Blockchains can't and always won't be
+52//! > able to perform non-deterministic operations such as making HTTP calls to a foreign server.
+53//!
+54//! ## FRAME's API
+55//!
+56//! [`frame`] provides a simple API through which pallets can define offchain worker functions. This
+57//! is part of [`frame::traits::Hooks`], which is implemented as a part of
+58//! [`frame::pallet_macros::hooks`].
+59//!
+60//! ```
+61//! #[frame::pallet]
+62//! pub mod pallet {
+63//! 	use frame::prelude::*;
+64//!
+65//! 	#[pallet::config]
+66//! 	pub trait Config: frame_system::Config {}
+67//!
+68//! 	#[pallet::pallet]
+69//! 	pub struct Pallet<T>(_);
+70//!
+71//! 	#[pallet::hooks]
+72//! 	impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {
+73//! 		fn offchain_worker(block_number: BlockNumberFor<T>) {
+74//! 			// ...
+75//! 		}
+76//! 	}
+77//! }
+78//! ```
+79//!
+80//! Additionally, [`sp_runtime::offchain`] provides a set of utilities that can be used to moderate
+81//! the execution of offchain workers.
+82//!
+83//! ## Think Twice: Why Use Substrate's Offchain Workers?
+84//!
+85//! Consider the fact that in principle, an offchain worker code written using the above API is no
+86//! different than an equivalent written with an _actual offchain interaction library_, such as
+87//! [Pezkuwi-JS](https://pezkuwi.js.org/docs/), or any of the other ones listed [here](https://github.com/substrate-developer-hub/awesome-substrate?tab=readme-ov-file#client-libraries).
+88//!
+89//! They can both read from the state, and have no means of updating the state, other than the route
+90//! of submitting an extrinsic to the chain. Therefore, it is worth thinking twice before embedding
+91//! a logic as a part of Substrate's offchain worker API. Does it have to be there? Can it not be a
+92//! simple, actual offchain application that lives outside of the chain's WASM blob?
+93//!
+94//! Some of the reasons why you might want to do the opposite, and actually embed an offchain worker
+95//! API into the WASM blob are:
+96//!
+97//! * Accessing the state is easier within the `offchain_worker` function, as it is already a part
+98//!   of the runtime, and [`frame::pallet_macros::storage`] provides all the tools needed to read
+99//!   the state. Other client libraries might provide varying degrees of capability here.
+100//! * It will be updated in synchrony with the runtime. A Substrate's offchain application is part
+101//!   of the same WASM blob, and is therefore guaranteed to be up to date.
+102//!
+103//! For example, imagine you have modified a storage item to have a new type. This will possibly
+104//! require a [`crate::reference_docs::frame_runtime_upgrades_and_migrations`], and any offchain
+105//! code, such as a Pezkuwi-JS application, will have to be updated to reflect this change. Whereas
+106//! the WASM offchain worker code is guaranteed to already be updated, or else the runtime code will
+107//! not even compile.
+108//!
+109//!
+110//! ## Further References
+111//!
+112//! - <https://forum.network.pezkuwichain.io/t/offchain-workers-design-assumptions-vulnerabilities/2548>
+113//! - <https://exchange.pezkuwichain.app/questions/11058/how-can-i-create-ocw-that-wont-activates-every-block-but-will-activates-only-w/11060#11060>
+114//! - [Offchain worker example](https://github.com/pezkuwichain/pezkuwi-sdk/tree/master/substrate/frame/examples/offchain-worker)
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_origin.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_origin.rs.html new file mode 100644 index 00000000..a4bd5915 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_origin.rs.html @@ -0,0 +1,270 @@ +frame_origin.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_origin.rs

1//! # FRAME Origin
+2//!
+3//! Let's start by clarifying a common wrong assumption about Origin:
+4//!
+5//! **ORIGIN IS NOT AN ACCOUNT ID**.
+6//!
+7//! FRAME's origin abstractions allow you to convey meanings far beyond just an account-id being the
+8//! caller of an extrinsic. Nonetheless, an account-id having signed an extrinsic is one of the
+9//! meanings that an origin can convey. This is the commonly used [`frame_system::ensure_signed`],
+10//! where the return value happens to be an account-id.
+11//!
+12//! Instead, let's establish the following as the correct definition of an origin:
+13//!
+14//! > The origin type represents the privilege level of the caller of an extrinsic.
+15//!
+16//! That is, an extrinsic, through checking the origin, can *express what privilege level it wishes
+17//! to impose on the caller of the extrinsic*. One of those checks can be as simple as "*any account
+18//! that has signed a statement can pass*".
+19//!
+20//! But the origin system can also express more abstract and complicated privilege levels. For
+21//! example:
+22//!
+23//! * If the majority of token holders agreed upon this. This is more or less what the
+24//!   [`pallet_democracy`] does under the hood ([reference](https://github.com/pezkuwichain/pezkuwi-sdk/blob/edd95b3749754d2ed0c5738588e872c87be91624/substrate/frame/democracy/src/lib.rs#L1603-L1633)).
+25//! * If a specific ratio of an instance of [`pallet_collective`]/DAO agrees upon this.
+26//! * If another consensus system, for example a bridged network or a teyrchain, agrees upon this.
+27//! * If the majority of validator/authority set agrees upon this[^1].
+28//! * If caller holds a particular NFT.
+29//!
+30//! and many more.
+31//!
+32//! ## Context
+33//!
+34//! First, let's look at where the `origin` type is encountered in a typical pallet. The `origin:
+35//! OriginFor<T>` has to be the first argument of any given callable extrinsic in FRAME:
+36#![doc = docify::embed!("./src/reference_docs/frame_origin.rs", call_simple)]
+37//!
+38//! Typically, the code of an extrinsic starts with an origin check, such as
+39//! [`frame_system::ensure_signed`].
+40//!
+41//! Note that [`OriginFor`](frame_system::pallet_prelude::OriginFor) is merely a shorthand for
+42//! [`frame_system::Config::RuntimeOrigin`]. Given the name prefix `Runtime`, we can learn that
+43//! `RuntimeOrigin` is similar to `RuntimeCall` and others, a runtime composite enum that is
+44//! amalgamated at the runtime level. Read [`crate::reference_docs::frame_runtime_types`] to
+45//! familiarize yourself with these types.
+46//!
+47//! To understand this better, we will next create a pallet with a custom origin, which will add a
+48//! new variant to `RuntimeOrigin`.
+49//!
+50//! ## Adding Custom Pallet Origin to the Runtime
+51//!
+52//! For example, given a pallet that defines the following custom origin:
+53#![doc = docify::embed!("./src/reference_docs/frame_origin.rs", custom_origin)]
+54//!
+55//! And a runtime with the following pallets:
+56#![doc = docify::embed!("./src/reference_docs/frame_origin.rs", runtime_exp)]
+57//!
+58//! The type [`crate::reference_docs::frame_origin::runtime_for_origin::RuntimeOrigin`] is expanded.
+59//! This `RuntimeOrigin` contains a variant for the [`frame_system::RawOrigin`] and the custom
+60//! origin of the pallet.
+61//!
+62//! > Notice how the [`frame_system::ensure_signed`] is nothing more than a `match` statement. If
+63//! > you want to know where the actual origin of an extrinsic is set (and the signature
+64//! > verification happens, if any), see
+65//! > [`sp_runtime::generic::CheckedExtrinsic#trait-implementations`], specifically
+66//! > [`sp_runtime::traits::Applyable`]'s implementation.
+67//!
+68//! ## Asserting on a Custom Internal Origin
+69//!
+70//! In order to assert on a custom origin that is defined within your pallet, we need a way to first
+71//! convert the `<T as frame_system::Config>::RuntimeOrigin` into the local `enum Origin` of the
+72//! current pallet. This is a common process that is explained in
+73//! [`crate::reference_docs::frame_runtime_types#
+74//! adding-further-constraints-to-runtime-composite-enums`].
+75//!
+76//! We use the same process here to express that `RuntimeOrigin` has a number of additional bounds,
+77//! as follows.
+78//!
+79//! 1. Defining a custom `RuntimeOrigin` with further bounds in the pallet.
+80#![doc = docify::embed!("./src/reference_docs/frame_origin.rs", custom_origin_bound)]
+81//!
+82//! 2. Using it in the pallet.
+83#![doc = docify::embed!("./src/reference_docs/frame_origin.rs", custom_origin_usage)]
+84//!
+85//! ## Asserting on a Custom External Origin
+86//!
+87//! Very often, a pallet wants to have a parameterized origin that is **NOT** defined within the
+88//! pallet. In other words, a pallet wants to delegate an origin check to something that is
+89//! specified later at the runtime level. Like many other parameterizations in FRAME, this implies
+90//! adding a new associated type to `trait Config`.
+91#![doc = docify::embed!("./src/reference_docs/frame_origin.rs", external_origin_def)]
+92//!
+93//! Then, within the pallet, we can simply use this "unknown" origin check type:
+94#![doc = docify::embed!("./src/reference_docs/frame_origin.rs", external_origin_usage)]
+95//!
+96//! Finally, at the runtime, any implementation of [`frame::traits::EnsureOrigin`] can be passed.
+97#![doc = docify::embed!("./src/reference_docs/frame_origin.rs", external_origin_provide)]
+98//!
+99//! Indeed, some of these implementations of [`frame::traits::EnsureOrigin`] are similar to the ones
+100//! that we know about: [`frame::runtime::prelude::EnsureSigned`],
+101//! [`frame::runtime::prelude::EnsureSignedBy`], [`frame::runtime::prelude::EnsureRoot`],
+102//! [`frame::runtime::prelude::EnsureNone`], etc. But, there are also many more that are not known
+103//! to us, and are defined in other pallets.
+104//!
+105//! For example, [`pallet_collective`] defines [`pallet_collective::EnsureMember`] and
+106//! [`pallet_collective::EnsureProportionMoreThan`] and many more, which is exactly what we alluded
+107//! to earlier in this document.
+108//!
+109//! Make sure to check the full list of [implementors of
+110//! `EnsureOrigin`](frame::traits::EnsureOrigin#implementors) for more inspiration.
+111//!
+112//! ## Obtaining Abstract Origins
+113//!
+114//! So far we have learned that FRAME pallets can assert on custom and abstract origin types,
+115//! whether they are defined within the pallet or not. But how can we obtain these abstract origins?
+116//!
+117//! > All extrinsics that come from the outer world can generally only be obtained as either
+118//! > `signed` or `none` origin.
+119//!
+120//! Generally, these abstract origins are only obtained within the runtime, when a call is
+121//! dispatched within the runtime.
+122//!
+123//! ## Further References
+124//!
+125//! - [Gavin Wood's speech about FRAME features at Protocol Berg 2023.](https://youtu.be/j7b8Upipmeg?si=83_XUgYuJxMwWX4g&t=195)
+126//! - [A related StackExchange question.](https://exchange.pezkuwichain.app/questions/10992/how-do-you-find-the-public-key-for-the-medium-spender-track-origin)
+127//!
+128//! [^1]: Inherents are essentially unsigned extrinsics that need an [`frame_system::ensure_none`]
+129//! origin check, and through the virtue of being an inherent, are agreed upon by all validators.
+130
+131use frame::prelude::*;
+132
+133#[frame::pallet(dev_mode)]
+134pub mod pallet_for_origin {
+135	use super::*;
+136
+137	#[pallet::config]
+138	pub trait Config: frame_system::Config {}
+139
+140	#[pallet::pallet]
+141	pub struct Pallet<T>(_);
+142
+143	#[docify::export(call_simple)]
+144	#[pallet::call]
+145	impl<T: Config> Pallet<T> {
+146		pub fn do_something(_origin: OriginFor<T>) -> DispatchResult {
+147			//              ^^^^^^^^^^^^^^^^^^^^^
+148			todo!();
+149		}
+150	}
+151}
+152
+153#[frame::pallet(dev_mode)]
+154pub mod pallet_with_custom_origin {
+155	use super::*;
+156
+157	#[docify::export(custom_origin_bound)]
+158	#[pallet::config]
+159	pub trait Config: frame_system::Config {
+160		type RuntimeOrigin: From<<Self as frame_system::Config>::RuntimeOrigin>
+161			+ Into<Result<Origin, <Self as Config>::RuntimeOrigin>>;
+162	}
+163
+164	#[pallet::pallet]
+165	pub struct Pallet<T>(_);
+166
+167	#[docify::export(custom_origin)]
+168	/// A dummy custom origin.
+169	#[pallet::origin]
+170	#[derive(
+171		PartialEq,
+172		Eq,
+173		Clone,
+174		RuntimeDebug,
+175		Encode,
+176		Decode,
+177		DecodeWithMemTracking,
+178		TypeInfo,
+179		MaxEncodedLen,
+180	)]
+181	pub enum Origin {
+182		/// If all holders of a particular NFT have agreed upon this.
+183		AllNftHolders,
+184		/// If all validators have agreed upon this.
+185		ValidatorSet,
+186	}
+187
+188	#[docify::export(custom_origin_usage)]
+189	#[pallet::call]
+190	impl<T: Config> Pallet<T> {
+191		pub fn only_validators(origin: OriginFor<T>) -> DispatchResult {
+192			// first, we convert from `<T as frame_system::Config>::RuntimeOrigin` to `<T as
+193			// Config>::RuntimeOrigin`
+194			let local_runtime_origin = <<T as Config>::RuntimeOrigin as From<
+195				<T as frame_system::Config>::RuntimeOrigin,
+196			>>::from(origin);
+197			// then we convert to `origin`, if possible
+198			let local_origin =
+199				local_runtime_origin.into().map_err(|_| "invalid origin type provided")?;
+200			ensure!(matches!(local_origin, Origin::ValidatorSet), "Not authorized");
+201			todo!();
+202		}
+203	}
+204}
+205
+206pub mod runtime_for_origin {
+207	use super::pallet_with_custom_origin;
+208	use frame::{runtime::prelude::*, testing_prelude::*};
+209
+210	#[docify::export(runtime_exp)]
+211	construct_runtime!(
+212		pub struct Runtime {
+213			System: frame_system,
+214			PalletWithCustomOrigin: pallet_with_custom_origin,
+215		}
+216	);
+217
+218	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+219	impl frame_system::Config for Runtime {
+220		type Block = MockBlock<Self>;
+221	}
+222
+223	impl pallet_with_custom_origin::Config for Runtime {
+224		type RuntimeOrigin = RuntimeOrigin;
+225	}
+226}
+227
+228#[frame::pallet(dev_mode)]
+229pub mod pallet_with_external_origin {
+230	use super::*;
+231	#[docify::export(external_origin_def)]
+232	#[pallet::config]
+233	pub trait Config: frame_system::Config {
+234		type ExternalOrigin: EnsureOrigin<Self::RuntimeOrigin>;
+235	}
+236
+237	#[pallet::pallet]
+238	pub struct Pallet<T>(_);
+239
+240	#[docify::export(external_origin_usage)]
+241	#[pallet::call]
+242	impl<T: Config> Pallet<T> {
+243		pub fn externally_checked_ext(origin: OriginFor<T>) -> DispatchResult {
+244			T::ExternalOrigin::ensure_origin(origin)?;
+245			todo!();
+246		}
+247	}
+248}
+249
+250pub mod runtime_for_external_origin {
+251	use super::*;
+252	use frame::{runtime::prelude::*, testing_prelude::*};
+253
+254	construct_runtime!(
+255		pub struct Runtime {
+256			System: frame_system,
+257			PalletWithExternalOrigin: pallet_with_external_origin,
+258		}
+259	);
+260
+261	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+262	impl frame_system::Config for Runtime {
+263		type Block = MockBlock<Self>;
+264	}
+265
+266	#[docify::export(external_origin_provide)]
+267	impl pallet_with_external_origin::Config for Runtime {
+268		type ExternalOrigin = EnsureSigned<<Self as frame_system::Config>::AccountId>;
+269	}
+270}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling.rs.html new file mode 100644 index 00000000..f20f78b9 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling.rs.html @@ -0,0 +1,296 @@ +frame_pallet_coupling.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_pallet_coupling.rs

1//! # FRAME Pallet Coupling
+2//!
+3//! This reference document explains how FRAME pallets can be combined to interact together.
+4//!
+5//! It is suggested to re-read [`crate::pezkuwi_sdk::frame_runtime`], notably the information
+6//! around [`frame::pallet_macros::config`]. Recall that:
+7//!
+8//! > Configuration trait of a pallet: It allows a pallet to receive types at a later
+9//! > point from the runtime that wishes to contain it. It allows the pallet to be parameterized
+10//! > over both types and values.
+11//!
+12//! ## Context, Background
+13//!
+14//! FRAME pallets, as per described in [`crate::pezkuwi_sdk::frame_runtime`] are:
+15//!
+16//! > A pallet is a unit of encapsulated logic. It has a clearly defined responsibility and can be
+17//! linked to other pallets.
+18//!
+19//! That is to say:
+20//!
+21//! * *encapsulated*: Ideally, a FRAME pallet contains encapsulated logic which has clear
+22//!   boundaries. It is generally a bad idea to build a single monolithic pallet that does multiple
+23//!   things, such as handling currencies, identities and staking all at the same time.
+24//! * *linked to other pallets*: But, adhering extensively to the above also hinders the ability to
+25//!   write useful applications. Pallets often need to work with each other, communicate and use
+26//!   each other's functionalities.
+27//!
+28//! The broad principle that allows pallets to be linked together is the same way through which a
+29//! pallet uses its `Config` trait to receive types and values from the runtime that contains it.
+30//!
+31//! There are generally two ways to achieve this:
+32//!
+33//! 1. Tight coupling pallets.
+34//! 2. Loose coupling pallets.
+35//!
+36//! To explain the difference between the two, consider two pallets, `A` and `B`. In both cases, `A`
+37//! wants to use some functionality exposed by `B`.
+38//!
+39//! When tightly coupling pallets, `A` can only exist in a runtime if `B` is also present in the
+40//! same runtime. That is, `A` is expressing that can only work if `B` is present.
+41//!
+42//! This translates to the following Rust code:
+43//!
+44//! ```
+45//! trait Pallet_B_Config {}
+46//! trait Pallet_A_Config: Pallet_B_Config {}
+47//! ```
+48//!
+49//! Contrary, when pallets are loosely coupled, `A` expresses that some functionality, expressed via
+50//! a trait `F`, needs to be fulfilled. This trait is then implemented by `B`, and the two pallets
+51//! are linked together at the runtime level. This means that `A` only relies on the implementation
+52//! of `F`, which may be `B`, or another implementation of `F`.
+53//!
+54//! This translates to the following Rust code:
+55//!
+56//! ```
+57//! trait F {}
+58//! trait Pallet_A_Config {
+59//!    type F: F;
+60//! }
+61//! // Pallet_B will implement and fulfill `F`.
+62//! ```
+63//!
+64//! ## Example
+65//!
+66//! Consider the following example, in which `pallet-foo` needs another pallet to provide the block
+67//! author to it, and `pallet-author` which has access to this information.
+68#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", pallet_foo)]
+69#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", pallet_author)]
+70//!
+71//! ### Tight Coupling Pallets
+72//!
+73//! To tightly couple `pallet-foo` and `pallet-author`, we use Rust's supertrait system. When a
+74//! pallet makes its own `trait Config` be bounded by another pallet's `trait Config`, it is
+75//! expressing two things:
+76//!
+77//! 1. That it can only exist in a runtime if the other pallet is also present.
+78//! 2. That it can use the other pallet's functionality.
+79//!
+80//! `pallet-foo`'s `Config` would then look like:
+81#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", tight_config)]
+82//!
+83//! And `pallet-foo` can use the method exposed by `pallet_author::Pallet` directly:
+84#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", tight_usage)]
+85//!
+86//!
+87//! ### Loosely  Coupling Pallets
+88//!
+89//! If `pallet-foo` wants to *not* rely on `pallet-author` directly, it can leverage its
+90//! `Config`'s associated types. First, we need a trait to express the functionality that
+91//! `pallet-foo` wants to obtain:
+92#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", AuthorProvider)]
+93//!
+94//! > We sometimes refer to such traits that help two pallets interact as "glue traits".
+95//!
+96//! Next, `pallet-foo` states that it needs this trait to be provided to it, at the runtime level,
+97//! via an associated type:
+98#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", loose_config)]
+99//!
+100//! Then, `pallet-foo` can use this trait to obtain the block author, without knowing where it comes
+101//! from:
+102#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", loose_usage)]
+103//!
+104//! Then, if `pallet-author` implements this glue-trait:
+105#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", pallet_author_provider)]
+106//!
+107//! And upon the creation of the runtime, the two pallets are linked together as such:
+108#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", runtime_author_provider)]
+109//!
+110//! Crucially, when using loose coupling, we gain the flexibility of providing different
+111//! implementations of `AuthorProvider`, such that different users of a `pallet-foo` can use
+112//! different ones, without any code change being needed. For example, in the code snippets of this
+113//! module, you can find [`OtherAuthorProvider`], which is an alternative implementation of
+114//! [`AuthorProvider`].
+115#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", other_author_provider)]
+116//!
+117//! A common pattern in pezkuwi-sdk is to provide an implementation of such glu traits for the unit
+118//! type as a "default/test behavior".
+119#![doc = docify::embed!("./src/reference_docs/frame_pallet_coupling.rs", unit_author_provider)]
+120//!
+121//! ## Frame System
+122//!
+123//! With the above information in context, we can conclude that **`frame_system` is a special pallet
+124//! that is tightly coupled with every other pallet**. This is because it provides the fundamental
+125//! system functionality that every pallet needs, such as some types like
+126//! [`frame::prelude::frame_system::Config::AccountId`],
+127//! [`frame::prelude::frame_system::Config::Hash`], and some functionality such as block number,
+128//! etc.
+129//!
+130//! ## Recap
+131//!
+132//! To recap, consider the following rules of thumb:
+133//!
+134//! * In all cases, try and break down big pallets apart with clear boundaries of responsibility. In
+135//!   general, it is easier to argue about multiple pallet if they only communicate together via a
+136//!   known trait, rather than having access to all of each others public items, such as storage and
+137//!   dispatchables.
+138//! * If a group of pallets is meant to work together, but is not foreseen to be generalized, or
+139//!   used by others, consider tightly coupling pallets, *if it simplifies the development*.
+140//! * If a pallet needs a functionality provided by another pallet, but multiple implementations can
+141//!   be foreseen, consider loosely coupling pallets.
+142//!
+143//! For example, all pallets in `pezkuwi-sdk` that needed to work with currencies could have been
+144//! tightly coupled with [`pallet_balances`]. But, `pezkuwi-sdk` also provides [`pallet_assets`]
+145//! (and more implementations by the community), therefore all pallets use traits to loosely couple
+146//! with balances or assets pallet. More on this in [`crate::reference_docs::frame_tokens`].
+147//!
+148//! ## Further References
+149//!
+150//! - <https://www.youtube.com/watch?v=0eNGZpNkJk4>
+151//! - <https://exchange.pezkuwichain.app/questions/922/pallet-loose-couplingtight-coupling-and-missing-traits>
+152//!
+153//! [`AuthorProvider`]: crate::reference_docs::frame_pallet_coupling::AuthorProvider
+154//! [`OtherAuthorProvider`]: crate::reference_docs::frame_pallet_coupling::OtherAuthorProvider
+155
+156#![allow(unused)]
+157
+158use frame::prelude::*;
+159
+160#[docify::export]
+161#[frame::pallet]
+162pub mod pallet_foo {
+163	use super::*;
+164
+165	#[pallet::config]
+166	pub trait Config: frame_system::Config {}
+167
+168	#[pallet::pallet]
+169	pub struct Pallet<T>(_);
+170
+171	impl<T: Config> Pallet<T> {
+172		fn do_stuff_with_author() {
+173			// needs block author here
+174		}
+175	}
+176}
+177
+178#[docify::export]
+179#[frame::pallet]
+180pub mod pallet_author {
+181	use super::*;
+182
+183	#[pallet::config]
+184	pub trait Config: frame_system::Config {}
+185
+186	#[pallet::pallet]
+187	pub struct Pallet<T>(_);
+188
+189	impl<T: Config> Pallet<T> {
+190		pub fn author() -> T::AccountId {
+191			todo!("somehow has access to the block author and can return it here")
+192		}
+193	}
+194}
+195
+196#[frame::pallet]
+197pub mod pallet_foo_tight {
+198	use super::*;
+199
+200	#[pallet::pallet]
+201	pub struct Pallet<T>(_);
+202
+203	#[docify::export(tight_config)]
+204	/// This pallet can only live in a runtime that has both `frame_system` and `pallet_author`.
+205	#[pallet::config]
+206	pub trait Config: frame_system::Config + pallet_author::Config {}
+207
+208	#[docify::export(tight_usage)]
+209	impl<T: Config> Pallet<T> {
+210		// anywhere in `pallet-foo`, we can call into `pallet-author` directly, namely because
+211		// `T: pallet_author::Config`
+212		fn do_stuff_with_author() {
+213			let _ = pallet_author::Pallet::<T>::author();
+214		}
+215	}
+216}
+217
+218#[docify::export]
+219/// Abstraction over "something that can provide the block author".
+220pub trait AuthorProvider<AccountId> {
+221	fn author() -> AccountId;
+222}
+223
+224#[frame::pallet]
+225pub mod pallet_foo_loose {
+226	use super::*;
+227
+228	#[pallet::pallet]
+229	pub struct Pallet<T>(_);
+230
+231	#[docify::export(loose_config)]
+232	#[pallet::config]
+233	pub trait Config: frame_system::Config {
+234		/// This pallet relies on the existence of something that implements [`AuthorProvider`],
+235		/// which may or may not be `pallet-author`.
+236		type AuthorProvider: AuthorProvider<Self::AccountId>;
+237	}
+238
+239	#[docify::export(loose_usage)]
+240	impl<T: Config> Pallet<T> {
+241		fn do_stuff_with_author() {
+242			let _ = T::AuthorProvider::author();
+243		}
+244	}
+245}
+246
+247#[docify::export(pallet_author_provider)]
+248impl<T: pallet_author::Config> AuthorProvider<T::AccountId> for pallet_author::Pallet<T> {
+249	fn author() -> T::AccountId {
+250		pallet_author::Pallet::<T>::author()
+251	}
+252}
+253
+254pub struct OtherAuthorProvider;
+255
+256#[docify::export(other_author_provider)]
+257impl<AccountId> AuthorProvider<AccountId> for OtherAuthorProvider {
+258	fn author() -> AccountId {
+259		todo!("somehow get the block author here")
+260	}
+261}
+262
+263#[docify::export(unit_author_provider)]
+264impl<AccountId> AuthorProvider<AccountId> for () {
+265	fn author() -> AccountId {
+266		todo!("somehow get the block author here")
+267	}
+268}
+269
+270pub mod runtime {
+271	use super::*;
+272	use cumulus_pallet_aura_ext::pallet;
+273	use frame::{runtime::prelude::*, testing_prelude::*};
+274
+275	construct_runtime!(
+276		pub struct Runtime {
+277			System: frame_system,
+278			PalletFoo: pallet_foo_loose,
+279			PalletAuthor: pallet_author,
+280		}
+281	);
+282
+283	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+284	impl frame_system::Config for Runtime {
+285		type Block = MockBlock<Self>;
+286	}
+287
+288	impl pallet_author::Config for Runtime {}
+289
+290	#[docify::export(runtime_author_provider)]
+291	impl pallet_foo_loose::Config for Runtime {
+292		type AuthorProvider = pallet_author::Pallet<Runtime>;
+293		// which is also equivalent to
+294		// type AuthorProvider = PalletAuthor;
+295	}
+296}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_runtime_types.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_runtime_types.rs.html new file mode 100644 index 00000000..f4f794cf --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_runtime_types.rs.html @@ -0,0 +1,320 @@ +frame_runtime_types.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_runtime_types.rs

1//! # FRAME Runtime Types
+2//!
+3//! This reference document briefly explores the idea around types generated at the runtime level by
+4//! the FRAME macros.
+5//!
+6//! > As of now, many of these important types are generated within the internals of
+7//! > [`construct_runtime`], and there is no easy way for you to visually know they exist.
+8//! > [#pezkuwi-sdk#1378](https://github.com/pezkuwichain/pezkuwi-sdk/pull/1378) is meant to
+9//! > significantly improve this. Exploring the rust-docs of a runtime, such as [`runtime`] which is
+10//! > defined in this module is as of now the best way to learn about these types.
+11//!
+12//! ## Composite Enums
+13//!
+14//! Many types within a FRAME runtime follow the following structure:
+15//!
+16//! * Each individual pallet defines a type, for example `Foo`.
+17//! * At the runtime level, these types are amalgamated into a single type, for example
+18//!   `RuntimeFoo`.
+19//!
+20//! As the names suggest, all composite enums in a FRAME runtime start their name with `Runtime`.
+21//! For example, `RuntimeCall` is a representation of the most high level `Call`-able type in the
+22//! runtime.
+23//!
+24//! Composite enums are generally convertible to their individual parts as such:
+25#![doc = simple_mermaid::mermaid!("../../../mermaid/outer_runtime_types.mmd")]
+26//!
+27//! In that one can always convert from the inner type into the outer type, but not vice versa. This
+28//! is usually expressed by implementing `From`, `TryFrom`, `From<Result<_>>` and similar traits.
+29//!
+30//! ### Example
+31//!
+32//! We provide the following two pallets: [`pallet_foo`] and [`pallet_bar`]. Each define a
+33//! dispatchable, and `Foo` also defines a custom origin. Lastly, `Bar` defines an additional
+34//! `GenesisConfig`.
+35#![doc = docify::embed!("./src/reference_docs/frame_runtime_types.rs", pallet_foo)]
+36#![doc = docify::embed!("./src/reference_docs/frame_runtime_types.rs", pallet_bar)]
+37//!
+38//! Let's explore how each of these affect the [`RuntimeCall`], [`RuntimeOrigin`] and
+39//! [`RuntimeGenesisConfig`] generated in [`runtime`] respectively.
+40//!
+41//! As observed, [`RuntimeCall`] has 3 variants, one for each pallet and one for `frame_system`. If
+42//! you explore further, you will soon realize that each variant is merely a pointer to the `Call`
+43//! type in each pallet, for example [`pallet_foo::Call`].
+44//!
+45//! [`RuntimeOrigin`]'s [`OriginCaller`] has two variants, one for system, and one for `pallet_foo`
+46//! which utilized [`frame::pallet_macros::origin`].
+47//!
+48//! Finally, [`RuntimeGenesisConfig`] is composed of `frame_system` and a variant for `pallet_bar`'s
+49//! [`pallet_bar::GenesisConfig`].
+50//!
+51//! You can find other composite enums by scanning [`runtime`] for other types who's name starts
+52//! with `Runtime`. Some of the more noteworthy ones are:
+53//!
+54//! - [`RuntimeEvent`]
+55//! - [`RuntimeError`]
+56//! - [`RuntimeHoldReason`]
+57//!
+58//! ### Adding Further Constraints to Runtime Composite Enums
+59//!
+60//! This section explores a common scenario where a pallet has access to one of these runtime
+61//! composite enums, but it wishes to further specify it by adding more trait bounds to it.
+62//!
+63//! Let's take the example of `RuntimeCall`. This is an associated type in
+64//! [`frame_system::Config::RuntimeCall`], and all pallets have access to this type, because they
+65//! have access to [`frame_system::Config`]. Finally, this type is meant to be set to outer call of
+66//! the entire runtime.
+67//!
+68//! But, let's not forget that this is information that *we know*, and the Rust compiler does not.
+69//! All that the rust compiler knows about this type is *ONLY* what the trait bounds of
+70//! [`frame_system::Config::RuntimeCall`] are specifying:
+71#![doc = docify::embed!("../../substrate/frame/system/src/lib.rs", system_runtime_call)]
+72//!
+73//! So, when at a given pallet, one accesses `<T as frame_system::Config>::RuntimeCall`, the type is
+74//! extremely opaque from the perspective of the Rust compiler.
+75//!
+76//! How can a pallet access the `RuntimeCall` type with further constraints? For example, each
+77//! pallet has its own `enum Call`, and knows that its local `Call` is a part of `RuntimeCall`,
+78//! therefore there should be a `impl From<Call<_>> for RuntimeCall`.
+79//!
+80//! The only way to express this using Rust's associated types is for the pallet to **define its own
+81//! associated type `RuntimeCall`, and further specify what it thinks `RuntimeCall` should be**.
+82//!
+83//! In this case, we will want to assert the existence of [`frame::traits::IsSubType`], which is
+84//! very similar to [`TryFrom`].
+85#![doc = docify::embed!("./src/reference_docs/frame_runtime_types.rs", custom_runtime_call)]
+86//!
+87//! And indeed, at the runtime level, this associated type would be the same `RuntimeCall` that is
+88//! passed to `frame_system`.
+89#![doc = docify::embed!("./src/reference_docs/frame_runtime_types.rs", pallet_with_specific_runtime_call_impl)]
+90//!
+91//! > In other words, the degree of specificity that [`frame_system::Config::RuntimeCall`] has is
+92//! > not enough for the pallet to work with. Therefore, the pallet has to define its own associated
+93//! > type representing `RuntimeCall`.
+94//!
+95//! Another way to look at this is:
+96//!
+97//! `pallet_with_specific_runtime_call::Config::RuntimeCall` and `frame_system::Config::RuntimeCall`
+98//! are two different representations of the same concrete type that is only known when the runtime
+99//! is being constructed.
+100//!
+101//! Now, within this pallet, this new `RuntimeCall` can be used, and it can use its new trait
+102//! bounds, such as being [`frame::traits::IsSubType`]:
+103#![doc = docify::embed!("./src/reference_docs/frame_runtime_types.rs", custom_runtime_call_usages)]
+104//!
+105//! > Once Rust's "_Associated Type Bounds RFC_" is usable, this syntax can be used to
+106//! > simplify the above scenario. See [this](https://github.com/pezkuwichain/pezkuwi-sdk/issues/133)
+107//! > issue for more information.
+108//!
+109//! ### Asserting Equality of Multiple Runtime Composite Enums
+110//!
+111//! Recall that in the above example, `<T as Config>::RuntimeCall` and `<T as
+112//! frame_system::Config>::RuntimeCall` are expected to be equal types, but at the compile-time we
+113//! have to represent them with two different associated types with different bounds. Would it not
+114//! be cool if we had a test to make sure they actually resolve to the same concrete type once the
+115//! runtime is constructed? The following snippet exactly does that:
+116#![doc = docify::embed!("./src/reference_docs/frame_runtime_types.rs", assert_equality)]
+117//!
+118//! We leave it to the reader to further explore what [`frame::traits::Hooks::integrity_test`] is,
+119//! and what [`core::any::TypeId`] is. Another way to assert this is using
+120//! [`frame::traits::IsType`].
+121//!
+122//! ## Type Aliases
+123//!
+124//! A number of type aliases are generated by the `construct_runtime` which are also noteworthy:
+125//!
+126//! * [`runtime::PalletFoo`] is an alias to [`pallet_foo::Pallet`]. Same for `PalletBar`, and
+127//!   `System`
+128//! * [`runtime::AllPalletsWithSystem`] is an alias for a tuple of all of the above. This type is
+129//!   important to FRAME internals such as `executive`, as it implements traits such as
+130//!   [`frame::traits::Hooks`].
+131//!
+132//! ## Further Details
+133//!
+134//! * [`crate::reference_docs::frame_origin`] explores further details about the usage of
+135//!   `RuntimeOrigin`.
+136//! * [`RuntimeCall`] is a particularly interesting composite enum as it dictates the encoding of an
+137//!   extrinsic. See [`crate::reference_docs::transaction_extensions`] for more information.
+138//! * See the documentation of [`construct_runtime`].
+139//! * See the corresponding lecture in the [PBA Lectures](https://www.youtube.com/watch?v=OCBC1pMYPoc&list=PL-w_i5kwVqbni1Ch2j_RwTIXiB-bwnYqq&index=11).
+140//!
+141//!
+142//! [`construct_runtime`]: frame::runtime::prelude::construct_runtime
+143//! [`runtime::PalletFoo`]: crate::reference_docs::frame_runtime_types::runtime::PalletFoo
+144//! [`runtime::AllPalletsWithSystem`]: crate::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem
+145//! [`runtime`]: crate::reference_docs::frame_runtime_types::runtime
+146//! [`pallet_foo`]: crate::reference_docs::frame_runtime_types::pallet_foo
+147//! [`pallet_foo::Call`]: crate::reference_docs::frame_runtime_types::pallet_foo::Call
+148//! [`pallet_foo::Pallet`]: crate::reference_docs::frame_runtime_types::pallet_foo::Pallet
+149//! [`pallet_bar`]: crate::reference_docs::frame_runtime_types::pallet_bar
+150//! [`pallet_bar::GenesisConfig`]: crate::reference_docs::frame_runtime_types::pallet_bar::GenesisConfig
+151//! [`RuntimeEvent`]: crate::reference_docs::frame_runtime_types::runtime::RuntimeEvent
+152//! [`RuntimeGenesisConfig`]:
+153//!     crate::reference_docs::frame_runtime_types::runtime::RuntimeGenesisConfig
+154//! [`RuntimeOrigin`]: crate::reference_docs::frame_runtime_types::runtime::RuntimeOrigin
+155//! [`OriginCaller`]: crate::reference_docs::frame_runtime_types::runtime::OriginCaller
+156//! [`RuntimeError`]: crate::reference_docs::frame_runtime_types::runtime::RuntimeError
+157//! [`RuntimeCall`]: crate::reference_docs::frame_runtime_types::runtime::RuntimeCall
+158//! [`RuntimeHoldReason`]: crate::reference_docs::frame_runtime_types::runtime::RuntimeHoldReason
+159
+160use frame::prelude::*;
+161
+162#[docify::export]
+163#[frame::pallet(dev_mode)]
+164pub mod pallet_foo {
+165	use super::*;
+166
+167	#[pallet::config]
+168	pub trait Config: frame_system::Config {}
+169
+170	#[pallet::origin]
+171	#[derive(
+172		PartialEq,
+173		Eq,
+174		Clone,
+175		RuntimeDebug,
+176		Encode,
+177		Decode,
+178		DecodeWithMemTracking,
+179		TypeInfo,
+180		MaxEncodedLen,
+181	)]
+182	pub enum Origin {
+183		A,
+184		B,
+185	}
+186
+187	#[pallet::pallet]
+188	pub struct Pallet<T>(_);
+189
+190	#[pallet::call]
+191	impl<T: Config> Pallet<T> {
+192		pub fn foo(_origin: OriginFor<T>) -> DispatchResult {
+193			todo!();
+194		}
+195
+196		pub fn other(_origin: OriginFor<T>) -> DispatchResult {
+197			todo!();
+198		}
+199	}
+200}
+201
+202#[docify::export]
+203#[frame::pallet(dev_mode)]
+204pub mod pallet_bar {
+205	use super::*;
+206
+207	#[pallet::config]
+208	pub trait Config: frame_system::Config {}
+209
+210	#[pallet::pallet]
+211	pub struct Pallet<T>(_);
+212
+213	#[pallet::genesis_config]
+214	#[derive(DefaultNoBound)]
+215	pub struct GenesisConfig<T: Config> {
+216		pub initial_account: Option<T::AccountId>,
+217	}
+218
+219	#[pallet::genesis_build]
+220	impl<T: Config> BuildGenesisConfig for GenesisConfig<T> {
+221		fn build(&self) {}
+222	}
+223
+224	#[pallet::call]
+225	impl<T: Config> Pallet<T> {
+226		pub fn bar(_origin: OriginFor<T>) -> DispatchResult {
+227			todo!();
+228		}
+229	}
+230}
+231
+232pub mod runtime {
+233	use super::{pallet_bar, pallet_foo};
+234	use frame::{runtime::prelude::*, testing_prelude::*};
+235
+236	#[docify::export(runtime_exp)]
+237	construct_runtime!(
+238		pub struct Runtime {
+239			System: frame_system,
+240			PalletFoo: pallet_foo,
+241			PalletBar: pallet_bar,
+242		}
+243	);
+244
+245	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+246	impl frame_system::Config for Runtime {
+247		type Block = MockBlock<Self>;
+248	}
+249
+250	impl pallet_foo::Config for Runtime {}
+251	impl pallet_bar::Config for Runtime {}
+252}
+253
+254#[frame::pallet(dev_mode)]
+255pub mod pallet_with_specific_runtime_call {
+256	use super::*;
+257	use frame::traits::IsSubType;
+258
+259	#[docify::export(custom_runtime_call)]
+260	/// A pallet that wants to further narrow down what `RuntimeCall` is.
+261	#[pallet::config]
+262	pub trait Config: frame_system::Config {
+263		type RuntimeCall: IsSubType<Call<Self>>;
+264	}
+265
+266	#[pallet::pallet]
+267	pub struct Pallet<T>(_);
+268
+269	// note that this pallet needs some `call` to have a `enum Call`.
+270	#[pallet::call]
+271	impl<T: Config> Pallet<T> {
+272		pub fn foo(_origin: OriginFor<T>) -> DispatchResult {
+273			todo!();
+274		}
+275	}
+276
+277	#[docify::export(custom_runtime_call_usages)]
+278	impl<T: Config> Pallet<T> {
+279		fn _do_something_useful_with_runtime_call(call: <T as Config>::RuntimeCall) {
+280			// check if the runtime call given is of this pallet's variant.
+281			let _maybe_my_call: Option<&Call<T>> = call.is_sub_type();
+282			todo!();
+283		}
+284	}
+285
+286	#[docify::export(assert_equality)]
+287	#[pallet::hooks]
+288	impl<T: Config> Hooks<BlockNumberFor<T>> for Pallet<T> {
+289		fn integrity_test() {
+290			use core::any::TypeId;
+291			assert_eq!(
+292				TypeId::of::<<T as Config>::RuntimeCall>(),
+293				TypeId::of::<<T as frame_system::Config>::RuntimeCall>()
+294			);
+295		}
+296	}
+297}
+298
+299pub mod runtime_with_specific_runtime_call {
+300	use super::pallet_with_specific_runtime_call;
+301	use frame::{runtime::prelude::*, testing_prelude::*};
+302
+303	construct_runtime!(
+304		pub struct Runtime {
+305			System: frame_system,
+306			PalletWithSpecificRuntimeCall: pallet_with_specific_runtime_call,
+307		}
+308	);
+309
+310	#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
+311	impl frame_system::Config for Runtime {
+312		type Block = MockBlock<Self>;
+313	}
+314
+315	#[docify::export(pallet_with_specific_runtime_call_impl)]
+316	impl pallet_with_specific_runtime_call::Config for Runtime {
+317		// an implementation of `IsSubType` is provided by `construct_runtime`.
+318		type RuntimeCall = RuntimeCall;
+319	}
+320}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations.rs.html new file mode 100644 index 00000000..5b1adbe4 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_runtime_upgrades_and_migrations.rs.html @@ -0,0 +1,134 @@ +frame_runtime_upgrades_and_migrations.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_runtime_upgrades_and_migrations.rs

1//! # Runtime Upgrades
+2//!
+3//! At their core, blockchain logic consists of
+4//!
+5//! 1. on-chain state,
+6//! 2. a state transition function.
+7//!
+8//! In Substrate-based blockchains, state transition functions are referred to as
+9//! [runtimes](https://docs.pezkuwichain.io/sdk/master/pezkuwi_sdk_docs/reference_docs/blockchain_state_machines/index.html).
+10//!
+11//! Traditionally, before Substrate, upgrading state transition functions required node
+12//! operators to download new software and restart their nodes in a process called
+13//! [forking](https://en.wikipedia.org/wiki/Fork_(blockchain)).
+14//!
+15//! Substrate-based blockchains do not require forking, and instead upgrade runtimes
+16//! in a process called "Runtime Upgrades".
+17//!
+18//! Forkless runtime upgrades are a defining feature of the Substrate framework. Updating the
+19//! runtime logic without forking the code base enables your blockchain to seamlessly evolve
+20//! over time in a deterministic, rules-based manner. It also removes ambiguity for node operators
+21//! and other participants in the network about what is the canonical runtime.
+22//!
+23//! This capability is possible due to the runtime of a blockchain existing in on-chain storage.
+24//!
+25//! ## Performing a Runtime Upgrade
+26//!
+27//! To upgrade a runtime, an [`Origin`](frame_system::RawOrigin) with the necessary permissions
+28//! (usually via governance) changes the `:code` storage. Usually, this is performed via a call to
+29//! [`set_code`] (or [`set_code_without_checks`]) with the desired new runtime blob, scheduled
+30//! using [`pallet_scheduler`].
+31//!
+32//! Prior to building the new runtime, don't forget to update the
+33//! [`RuntimeVersion`](sp_version::RuntimeVersion).
+34//!
+35//! # Migrations
+36//!
+37//! It is often desirable to define logic to execute immediately after runtime upgrades (see
+38//! [this diagram](frame::traits::Hooks)).
+39//!
+40//! Self-contained pieces of logic that execute after a runtime upgrade are called "Migrations".
+41//!
+42//! The typical use case of a migration is to 'migrate' pallet storage from one layout to another,
+43//! for example when the encoding of a storage item is changed. However, they can also execute
+44//! arbitrary logic such as:
+45//!
+46//! - Calling arbitrary pallet methods.
+47//! - Mutating arbitrary on-chain state.
+48//! - Cleaning up some old storage items that are no longer needed.
+49//!
+50//! ## Single Block Migrations
+51//!
+52//! - Execute immediately and entirely at the beginning of the block following
+53//! a runtime upgrade.
+54//! - Are suitable for migrations which are guaranteed to not exceed the block weight.
+55//! - Are simply implementations of [`OnRuntimeUpgrade`].
+56//!
+57//! To learn best practices for writing single block pallet storage migrations, see the
+58//! [Single Block Migration Example Pallet](pallet_example_single_block_migrations).
+59//!
+60//! ### Scheduling the Single Block Migrations to Run Next Runtime Upgrade
+61//!
+62//! Schedule migrations to run next runtime upgrade passing them as a parameter to your
+63//! [`Config`](frame_system) pallet:
+64//!
+65//! ```ignore
+66//! /// Tuple of migrations (structs that implement `OnRuntimeUpgrade`)
+67//! type Migrations = (
+68//! 	pallet_example_storage_migration::migrations::v1::versioned::MigrateV0ToV1,
+69//! 	MyCustomMigration,
+70//! 	// ...more migrations here
+71//! );
+72//! impl frame_system::Config for Runtime {
+73//! 	type SingleBlockMigrations = Migrations;
+74//! }
+75//! ```
+76//!
+77//! ### Ensuring Single Block Migration Safety
+78//!
+79//! "My migration unit tests pass, so it should be safe to deploy right?"
+80//!
+81//! No! Unit tests execute the migration in a very simple test environment, and cannot account
+82//! for the complexities of a real runtime or real on-chain state.
+83//!
+84//! Prior to deploying migrations, it is critical to perform additional checks to ensure that when
+85//! run in our real runtime they will not brick the chain due to:
+86//! - Panicking.
+87//! - Touching too many storage keys and resulting in an excessively large PoV.
+88//! - Taking too long to execute.
+89//!
+90//! [`try-runtime-cli`](https://github.com/paritytech/try-runtime-cli) has a sub-command
+91//! [`on-runtime-upgrade`](https://paritytech.github.io/try-runtime-cli/try_runtime_core/commands/enum.Action.html#variant.OnRuntimeUpgrade)
+92//! which is designed to help with exactly this.
+93//!
+94//! Developers MUST run this command before deploying migrations to ensure they will not
+95//! inadvertently result in a bricked chain.
+96//!
+97//! It is recommended to run as part of your CI pipeline. See the
+98//! [pezkuwi-sdk check-runtime-migration job](https://github.com/pezkuwichain/pezkuwi-sdk/blob/4a293bc5a25be637c06ce950a34490706597615b/.gitlab/pipeline/check.yml#L103-L124)
+99//! for an example of how to configure this.
+100//!
+101//! ### Note on the Manipulability of PoV Size and Execution Time
+102//!
+103//! While [`try-runtime-cli`](https://github.com/paritytech/try-runtime-cli) can help ensure with
+104//! very high certainty that a migration will succeed given **existing** on-chain state, it cannot
+105//! prevent a malicious actor from manipulating state in a way that will cause the migration to take
+106//! longer or produce a PoV much larger than previously measured.
+107//!
+108//! Therefore, it is important to write migrations in such a way that the execution time or PoV size
+109//! it adds to the block cannot be easily manipulated. e.g., do not iterate over storage that can
+110//! quickly or cheaply be bloated.
+111//!
+112//! If writing your migration in such a way is not possible, a multi block migration should be used
+113//! instead.
+114//!
+115//! ### Other useful tools
+116//!
+117//! [`Chopsticks`](https://github.com/AcalaNetwork/chopsticks) is another tool in the Substrate
+118//! ecosystem which developers may find useful to use in addition to `try-runtime-cli` when testing
+119//! their single block migrations.
+120//!
+121//! ## Multi Block Migrations
+122//!
+123//! Safely and easily execute long-running migrations across multiple blocks.
+124//!
+125//! Suitable for migrations which could use arbitrary amounts of block weight.
+126//!
+127//! See the
+128//! [multi-block-migrations example](https://github.com/pezkuwichain/pezkuwi-sdk/tree/0d7d2177807ec6b3094f4491a45b0bc0d74d3c8b/substrate/frame/examples/multi-block-migrations)
+129//! for reference.
+130//!
+131//! [`OnRuntimeUpgrade`]: frame_support::traits::OnRuntimeUpgrade
+132//! [`StorageVersion`]: frame_support::traits::StorageVersion
+133//! [`set_code`]: frame_system::Call::set_code
+134//! [`set_code_without_checks`]: frame_system::Call::set_code_without_checks
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_storage_derives.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_storage_derives.rs.html new file mode 100644 index 00000000..d2bdac2d --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_storage_derives.rs.html @@ -0,0 +1,202 @@ +frame_storage_derives.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_storage_derives.rs

1//! # Frame storage derives
+2//!
+3//! > **Note:**
+4//! >
+5//! > In all examples, a few lines of boilerplate have been hidden from each snippet for
+6//! > conciseness.
+7//!
+8//! Let's begin by starting to store a `NewType` in a storage item:
+9//!
+10//! ```compile_fail
+11//! #[frame::pallet]
+12//! pub mod pallet {
+13//! 	# use frame::prelude::*;
+14//! 	# #[pallet::config]
+15//! 	# pub trait Config: frame_system::Config {}
+16//! 	# #[pallet::pallet]
+17//! 	# pub struct Pallet<T>(_);
+18//! 	pub struct NewType(u32);
+19//
+20//! 	#[pallet::storage]
+21//! 	pub type Something<T> = StorageValue<_, NewType>;
+22//! }
+23//! ```
+24//! 
+25//! This raises a number of compiler errors, like:
+26//! ```text
+27//! the trait `MaxEncodedLen` is not implemented for `NewType`, which is required by
+28//! `frame::prelude::StorageValue<_GeneratedPrefixForStorageSomething<T>, NewType>:
+29//! StorageInfoTrait`
+30//! ```
+31//! 
+32//! This implies the following set of traits that need to be derived for a type to be stored in
+33//! `frame` storage:
+34//! ```rust
+35//! #[frame::pallet]
+36//! pub mod pallet {
+37//! 	# use frame::prelude::*;
+38//! 	# #[pallet::config]
+39//! 	# pub trait Config: frame_system::Config {}
+40//! 	# #[pallet::pallet]
+41//! 	# pub struct Pallet<T>(_);
+42//! 	#[derive(codec::Encode, codec::Decode, codec::MaxEncodedLen, scale_info::TypeInfo)]
+43//! 	pub struct NewType(u32);
+44//!
+45//! 	#[pallet::storage]
+46//! 	pub type Something<T> = StorageValue<_, NewType>;
+47//! }
+48//! ```
+49//! 
+50//! Next, let's look at how this will differ if we are to store a type that is derived from `T` in
+51//! storage, such as [`frame::prelude::BlockNumberFor`]:
+52//! ```compile_fail
+53//! #[frame::pallet]
+54//! pub mod pallet {
+55//! 	# use frame::prelude::*;
+56//! 	# #[pallet::config]
+57//! 	# pub trait Config: frame_system::Config {}
+58//! 	# #[pallet::pallet]
+59//! 	# pub struct Pallet<T>(_);
+60//! 	#[derive(codec::Encode, codec::Decode, codec::MaxEncodedLen, scale_info::TypeInfo)]
+61//! 	pub struct NewType<T: Config>(BlockNumberFor<T>);
+62//!
+63//! 	#[pallet::storage]
+64//! 	pub type Something<T: Config> = StorageValue<_, NewType<T>>;
+65//! }
+66//! ```
+67//! 
+68//! Surprisingly, this will also raise a number of errors, like:
+69//! ```text
+70//! the trait `TypeInfo` is not implemented for `T`, which is required
+71//! by`frame_support::pallet_prelude::StorageValue<pallet_2::_GeneratedPrefixForStorageSomething<T>,
+72//! pallet_2::NewType<T>>:StorageEntryMetadataBuilder
+73//! ```
+74//! 
+75//! Why is that? The underlying reason is that the `TypeInfo` `derive` macro will only work for
+76//! `NewType` if all of `NewType`'s generics also implement `TypeInfo`. This is not the case for `T`
+77//! in the example above.
+78//!
+79//! If you expand an instance of the derive, you will find something along the lines of:
+80//! `impl<T> TypeInfo for NewType<T> where T: TypeInfo { ... }`. This is the reason why the
+81//! `TypeInfo` trait is required for `T`.
+82//!
+83//! To fix this, we need to add a `#[scale_info(skip_type_params(T))]`
+84//! attribute to `NewType`. This additional macro will instruct the `derive` to skip the bound on
+85//! `T`.
+86//! ```rust
+87//! #[frame::pallet]
+88//! pub mod pallet {
+89//! 	# use frame::prelude::*;
+90//! 	# #[pallet::config]
+91//! 	# pub trait Config: frame_system::Config {}
+92//! 	# #[pallet::pallet]
+93//! 	# pub struct Pallet<T>(_);
+94//! 	#[derive(codec::Encode, codec::Decode, codec::MaxEncodedLen, scale_info::TypeInfo)]
+95//! 	#[scale_info(skip_type_params(T))]
+96//! 	pub struct NewType<T: Config>(BlockNumberFor<T>);
+97//!
+98//! 	#[pallet::storage]
+99//! 	pub type Something<T: Config> = StorageValue<_, NewType<T>>;
+100//! }
+101//! ```
+102//! 
+103//! Next, let's say we wish to store `NewType` as [`frame::prelude::ValueQuery`], which means it
+104//! must also implement `Default`. This should be as simple as adding `derive(Default)` to it,
+105//! right?
+106//! ```compile_fail
+107//! #[frame::pallet]
+108//! pub mod pallet {
+109//! 	# use frame::prelude::*;
+110//! 	# #[pallet::config]
+111//! 	# pub trait Config: frame_system::Config {}
+112//! 	# #[pallet::pallet]
+113//! 	# pub struct Pallet<T>(_);
+114//! 	#[derive(codec::Encode, codec::Decode, codec::MaxEncodedLen, scale_info::TypeInfo, Default)]
+115//! 	#[scale_info(skip_type_params(T))]
+116//! 	pub struct NewType<T: Config>(BlockNumberFor<T>);
+117//!
+118//! 	#[pallet::storage]
+119//! 	pub type Something<T: Config> = StorageValue<_, NewType<T>, ValueQuery>;
+120//! }
+121//! ```
+122//! 
+123//! Under the hood, the expansion of the `derive(Default)` will suffer from the same restriction as
+124//! before: it will only work if `T: Default`, and `T` is not `Default`. Note that this is an
+125//! expected issue: `T` is merely a wrapper of many other types, such as `BlockNumberFor<T>`.
+126//! `BlockNumberFor<T>` should indeed implement `Default`, but `T` implementing `Default` is rather
+127//! meaningless.
+128//!
+129//! To fix this, frame provides a set of macros that are analogous to normal rust derive macros, but
+130//! work nicely on top of structs that are generic over `T: Config`. These macros are:
+131//!
+132//! - [`frame::prelude::DefaultNoBound`]
+133//! - [`frame::prelude::DebugNoBound`]
+134//! - [`frame::prelude::PartialEqNoBound`]
+135//! - [`frame::prelude::EqNoBound`]
+136//! - [`frame::prelude::CloneNoBound`]
+137//! - [`frame::prelude::PartialOrdNoBound`]
+138//! - [`frame::prelude::OrdNoBound`]
+139//!
+140//! The above traits are almost certainly needed for your tests - to print your type, assert equality
+141//! or clone it.
+142//!
+143//! We can fix the following example by using [`frame::prelude::DefaultNoBound`].
+144//! ```rust
+145//! #[frame::pallet]
+146//! pub mod pallet {
+147//! 	# use frame::prelude::*;
+148//! 	# #[pallet::config]
+149//! 	# pub trait Config: frame_system::Config {}
+150//! 	# #[pallet::pallet]
+151//! 	# pub struct Pallet<T>(_);
+152//! 	#[derive(
+153//! 		codec::Encode,
+154//! 		codec::Decode,
+155//! 		codec::MaxEncodedLen,
+156//! 		scale_info::TypeInfo,
+157//! 		DefaultNoBound
+158//!		)]
+159//! 	#[scale_info(skip_type_params(T))]
+160//! 	pub struct NewType<T:Config>(BlockNumberFor<T>);
+161//!
+162//! 	#[pallet::storage]
+163//! 	pub type Something<T: Config> = StorageValue<_, NewType<T>, ValueQuery>;
+164//! }
+165//! ```
+166//! 
+167//! Finally, if a custom type that is provided through `Config` is to be stored in the storage, it
+168//! is subject to the same trait requirements. The following does not work:
+169//! ```compile_fail
+170//! #[frame::pallet]
+171//! pub mod pallet {
+172//! 	use frame::prelude::*;
+173//! 	#[pallet::config]
+174//! 	pub trait Config: frame_system::Config {
+175//! 		type CustomType;
+176//! 	}
+177//! 	#[pallet::pallet]
+178//! 	pub struct Pallet<T>(_);
+179//! 	#[pallet::storage]
+180//! 	pub type Something<T: Config> = StorageValue<_, T::CustomType>;
+181//! }
+182//! ```
+183//! 
+184//! But adding the right trait bounds will fix it.
+185//! ```rust
+186//! #[frame::pallet]
+187//! pub mod pallet {
+188//! 	use frame::prelude::*;
+189//! 	#[pallet::config]
+190//! 	pub trait Config: frame_system::Config {
+191//! 		type CustomType: codec::FullCodec
+192//! 			+ codec::MaxEncodedLen
+193//! 			+ scale_info::TypeInfo
+194//! 			+ Debug
+195//! 			+ Default;
+196//! 	}
+197//! 	#[pallet::pallet]
+198//! 	pub struct Pallet<T>(_);
+199//! 	#[pallet::storage]
+200//! 	pub type Something<T: Config> = StorageValue<_, T::CustomType>;
+201//! }
+202//! ```
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_system_accounts.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_system_accounts.rs.html new file mode 100644 index 00000000..6bf4519e --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_system_accounts.rs.html @@ -0,0 +1,10 @@ +frame_system_accounts.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_system_accounts.rs

1//! # FRAME Accounts
+2//!
+3//! 🚧 Work In Progress 🚧
+4//!
+5//! How `frame_system` handles accountIds. Nonce. Consumers and Providers, reference counting.
+6
+7// - poorly understood topics, needs one great article to rul them all.
+8// - https://github.com/paritytech/substrate/issues/14425
+9// - https://github.com/paritytech/substrate/pull/12951
+10// - https://exchange.pezkuwichain.app/questions/263/what-is-the-meaning-of-the-account-provider-sufficients-and-consumer
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_tokens.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_tokens.rs.html new file mode 100644 index 00000000..c7f599e7 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/frame_tokens.rs.html @@ -0,0 +1,129 @@ +frame_tokens.rs - source

pezkuwi_sdk_docs/reference_docs/
frame_tokens.rs

1// This file is part of pezkuwi-sdk.
+2//
+3// Copyright (C) Parity Technologies (UK) Ltd.
+4// SPDX-License-Identifier: Apache-2.0
+5//
+6// Licensed under the Apache License, Version 2.0 (the "License");
+7// you may not use this file except in compliance with the License.
+8// You may obtain a copy of the License at
+9//
+10// 	http://www.apache.org/licenses/LICENSE-2.0
+11//
+12// Unless required by applicable law or agreed to in writing, software
+13// distributed under the License is distributed on an "AS IS" BASIS,
+14// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+15// See the License for the specific language governing permissions and
+16// limitations under the License.
+17
+18//! # FRAME Tokens
+19//!
+20//! This reference doc serves as a high-level overview of the token-related logic in FRAME, and
+21//! how to properly apply it to your use case.
+22//!
+23//! On completion of reading this doc, you should have a good understanding of:
+24//! - The distinction between token traits and trait implementations in FRAME, and why this
+25//!   distinction is helpful.
+26//! - Token-related traits available in FRAME.
+27//! - Token-related trait implementations in FRAME.
+28//! - How to choose the right trait or trait implementation for your use case.
+29//! - Where to go next.
+30//!
+31//! ## Getting Started
+32//!
+33//! The most ubiquitous way to add a token to a FRAME runtime is [`pallet_balances`]. Read
+34//! more about pallets [here](crate::pezkuwi_sdk::frame_runtime#pallets).
+35//!
+36//! You may then write custom pallets that interact with [`pallet_balances`]. The fastest way to
+37//! get started with that is by
+38//! [tightly coupling](crate::reference_docs::frame_pallet_coupling#tight-coupling-pallets) your
+39//! custom pallet to [`pallet_balances`].
+40//!
+41//! However, to keep pallets flexible and modular, it is often preferred to
+42//! [loosely couple](crate::reference_docs::frame_pallet_coupling#loosely--coupling-pallets).
+43//!
+44//! To achieve loose coupling,
+45//! we separate token logic into traits and trait implementations.
+46//!
+47//! ## Traits and Trait Implementations
+48//!
+49//! Broadly speaking, token logic in FRAME can be divided into two categories: traits and
+50//! trait implementations.
+51//!
+52//! **Traits** define common interfaces that types of tokens should implement. For example, the
+53//! [`fungible::Inspect`](`frame_support::traits::fungible::Inspect`) trait specifies an interface
+54//! for *inspecting* token state such as the total issuance of the token, the balance of individual
+55//! accounts, etc.
+56//!
+57//! **Trait implementations** are concrete implementations of these traits. For example, one of the
+58//! many traits [`pallet_balances`] implements is
+59//! [`fungible::Inspect`](`frame_support::traits::fungible::Inspect`)[^1]. It provides the concrete
+60//! way of inspecting the total issuance, balance of accounts, etc. There can be many
+61//! implementations of the same traits.
+62//!
+63//! [^1]: Rust Advanced Tip: The knowledge that [`pallet_balances`] implements
+64//! [`fungible::Inspect`](`frame_support::traits::fungible::Inspect`) is not some arcane knowledge
+65//! that you have to know by heart or memorize. One can simply look at the list of the implementors
+66//! of any trait in the Rust Doc to find all implementors (e.g.
+67//! [Mutate trait implementors](https://docs.pezkuwichain.io/sdk/master/frame_support/traits/tokens/fungible/trait.Mutate.html#implementors)),
+68//! or use the `rust-analyzer`'s `Implementations` action.
+69//!
+70//! The distinction between traits and trait implementations is helpful because it allows pallets
+71//! and other logic to be generic over their dependencies, avoiding tight coupling.
+72//!
+73//! To illustrate this with an example let's consider [`pallet_preimage`]. This pallet takes a
+74//! deposit in exchange for storing a preimage for later use. A naive implementation of the
+75//! pallet may use [`pallet_balances`] in a tightly coupled manner, directly calling methods
+76//! on the pallet to reserve and unreserve deposits. This approach works well,
+77//! until someone has a use case requiring that an asset from a different pallet such as
+78//! [`pallet_assets`] is used for the deposit. Rather than tightly coupling [`pallet_preimage`] to
+79//! [`pallet_balances`], [`pallet_assets`], and every other token-handling pallet, a user
+80//! could possibly specify that [`pallet_preimage`] does not specify a concrete pallet as a
+81//! dependency, but instead accepts any dependency which implements the
+82//! [`currency::ReservableCurrency`](`frame_support::traits::tokens::currency::ReservableCurrency`)
+83//! trait, namely via its [`Config::Currency`](`pallet_preimage::pallet::Config::Currency`)
+84//! associated type. This allows [`pallet_preimage`] to support any arbitrary pallet implementing
+85//! this trait, without needing any knowledge of what those pallets may be or requiring changes to
+86//! support new pallets which may be written in the future.
+87//!
+88//! Read more about coupling, and the benefits of loose coupling
+89//! [here](crate::reference_docs::frame_pallet_coupling).
+90//!
+91//! ## Fungible Token Traits in FRAME
+92//!
+93//! The [`fungible`](`frame_support::traits::fungible`) crate contains the latest set of FRAME
+94//! fungible token traits, and is recommended to use for all new logic requiring a fungible token.
+95//! See the crate documentation for more info about these fungible traits.
+96//!
+97//! [`fungibles`](`frame_support::traits::fungibles`) provides very similar functionality to
+98//! [`fungible`](`frame_support::traits::fungible`), except it supports managing multiple tokens.
+99//!
+100//! You may notice the trait [`Currency`](`frame_support::traits::Currency`) with similar
+101//! functionality is also used in the codebase, however this trait is deprecated and existing logic
+102//! is in the process of being migrated to [`fungible`](`frame_support::traits::fungible`) ([tracking issue](https://github.com/pezkuwichain/pezkuwi-sdk/issues/102)).
+103//!
+104//! ## Fungible Token Trait Implementations in FRAME
+105//!
+106//! [`pallet_balances`] implements [`fungible`](`frame_support::traits::fungible`), and is the most
+107//! commonly used fungible implementation in FRAME. Most of the time, it's used for managing the
+108//! native token of the blockchain network it's used in.
+109//!
+110//! [`pallet_assets`] implements [`fungibles`](`frame_support::traits::fungibles`), and is another
+111//! popular fungible token implementation. It supports the creation and management of multiple
+112//! assets in a single crate, making it a good choice when a network requires more assets in
+113//! addition to its native token.
+114//!
+115//! ## Non-Fungible Tokens in FRAME
+116//!
+117//! [`pallet_nfts`] is recommended to use for all NFT use cases in FRAME.
+118//! See the crate documentation for more info about this pallet.
+119//!
+120//! [`pallet_uniques`] is deprecated and should not be used.
+121//!
+122//!
+123//! # What Next?
+124//!
+125//! - If you are interested in implementing a single fungible token, continue reading the
+126//!   [`fungible`](`frame_support::traits::fungible`) and [`pallet_balances`] docs.
+127//! - If you are interested in implementing a set of fungible tokens, continue reading the
+128//!   [`fungibles`](`frame_support::traits::fungibles`) trait and [`pallet_assets`] docs.
+129//! - If you are interested in implementing an NFT, continue reading the [`pallet_nfts`] docs.
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/glossary.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/glossary.rs.html new file mode 100644 index 00000000..423e9b18 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/glossary.rs.html @@ -0,0 +1,120 @@ +glossary.rs - source

pezkuwi_sdk_docs/reference_docs/
glossary.rs

1//! # Glossary
+2//!
+3//! #### State
+4//!
+5//! The data around which the blockchain network wishes to come to consensus. Also
+6//! referred to as "onchain data", "onchain storage" or sometimes just "storage". In UTXO based
+7//! blockchains, is referred to as "ledger".
+8//!
+9//! **Synonyms**: Onchain data, Onchain storage, Storage, Ledger
+10//!
+11//! #### State Transition Function
+12//!
+13//! The WASM Blob that dictates how the blockchain should transition its state upon encountering new
+14//! blocks.
+15//!
+16//! #### Host
+17//!
+18//! The environment that hosts and executes the [state transition function's WASM
+19//! blob](#state-transition-function).
+20//!
+21//! #### Node
+22//!
+23//! The full software artifact that contains the [host](#host), but importantly also all the other
+24//! modules needed to be part of a blockchain network, such as peer-to-peer networking, database and
+25//! such.
+26//!
+27//! **Synonyms**: Client
+28//!
+29//! #### Light Node
+30//!
+31//! Same as [node](#nodes), but when capable of following the network only through listening to
+32//! block headers. Usually capable of running in more constrained environments, such as an embedded
+33//! device, phone, or a web browser.
+34//!
+35//! **Synonyms**: Light Client
+36//!
+37//! #### Offchain
+38//!
+39//! Refers to operations conducted outside the blockchain's consensus mechanism. They are essential
+40//! for enhancing scalability and efficiency, enabling activities like data fetching and computation
+41//! without bloating the blockchain state.
+42//!
+43//! #### Host Functions:
+44//!
+45//! Host functions are the node's API, these are functions provided by the runtime environment (the
+46//! [host](#host)) to the Wasm runtime. These functions allow the Wasm code to interact with and
+47//! perform operations on the [node](#node), like accessing the blockchain state.
+48//!
+49//! #### Runtime API:
+50//!
+51//! This is the API of the runtime, it acts as a communication bridge between the runtime and the
+52//! node, serving as the exposed interface that facilitates their interactions.
+53//!
+54//! #### Dispatchable:
+55//!
+56//! Dispatchables are [function objects](https://en.wikipedia.org/wiki/Function_object) that act as
+57//! the entry points in [FRAME](frame) pallets. They can be called by internal or external entities
+58//! to interact with the blockchain's state. They are a core aspect of the runtime logic, handling
+59//! transactions and other state-changing operations.
+60//!
+61//! **Synonyms**: Callable
+62//!
+63//! #### Extrinsic
+64//!
+65//! An extrinsic is a general term for a piece of data that is originated outside of the runtime,
+66//! included into a block and leads to some action. This includes user-initiated transactions as
+67//! well as inherents which are placed into the block by the block-builder.
+68//!
+69//! #### Pallet
+70//!
+71//! Similar to software modules in traditional programming, [FRAME](frame) pallets in Substrate are
+72//! modular components that encapsulate distinct functionalities or business logic. Just as
+73//! libraries or modules are used to build and extend the capabilities of a software application,
+74//! pallets are the foundational building blocks for constructing a blockchain's runtime with frame.
+75//! They enable the creation of customizable and upgradeable networks, offering a composable
+76//! framework for a Substrate-based blockchain. Each pallet can be thought of as a plug-and-play
+77//! module, enhancing the blockchain's functionality in a cohesive and integrated manner.
+78//!
+79//! #### Full Node
+80//!
+81//! It is a node that prunes historical states, keeping only recent finalized block states to reduce
+82//! storage needs. Full nodes provide current chain state access and allow direct submission and
+83//! validation of extrinsics, maintaining network decentralization.
+84//!
+85//! #### Archive Node
+86//!
+87//! An archive node is a specialized node that maintains a complete history of all block states and
+88//! transactions. Unlike a full node, it does not prune historical data, ensuring full access to the
+89//! entire blockchain history. This makes it essential for detailed blockchain analysis and
+90//! historical queries, but requires significantly more storage capacity.
+91//!
+92//! #### Validator
+93//!
+94//! A validator is a node that participates in the consensus mechanism of the network.
+95//! Its role includes block production, transaction validation, network integrity and security
+96//! maintenance.
+97//!
+98//! #### Collator
+99//!
+100//! A collator is a node that is responsible for producing candidate blocks for the validators.
+101//! Collators are similar to validators on any other blockchain but, they do not need to provide
+102//! security guarantees as the Relay Chain handles this.
+103//!
+104//! #### Teyrchain
+105//!
+106//! Short for "parallelized chain" a teyrchain is a specialized blockchain that runs in parallel to
+107//! the Relay Chain (Pezkuwi, Kusama, etc.), benefiting from the shared security and
+108//! interoperability features of it.
+109//!
+110//! **Synonyms**: AppChain
+111//!
+112//! #### PVF
+113//! The Teyrchain Validation Function (PVF) is the current runtime Wasm for a teyrchain that is
+114//! stored on the Relay chain. It is an essential component in the Pezkuwi ecosystem, encapsulating
+115//! the validation logic for each teyrchain. The PVF is executed by validators to verify the
+116//! correctness of teyrchain blocks. This is critical for ensuring that each block follows the logic
+117//! set by its respective teyrchain, thus maintaining the integrity and security of the entire
+118//! network.
+119//!
+120//! **Synonyms**: Teyrchain Validation Function
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/metadata.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/metadata.rs.html new file mode 100644 index 00000000..f80ed23c --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/metadata.rs.html @@ -0,0 +1,25 @@ +metadata.rs - source

pezkuwi_sdk_docs/reference_docs/
metadata.rs

1//! # Metadata
+2//!
+3//! The existence of metadata in pezkuwi-sdk goes back to the (forkless) upgrade-ability of all
+4//! Substrate-based blockchains, which is achieved through
+5//! [`crate::reference_docs::wasm_meta_protocol`]. You can learn more about the details of how to
+6//! deal with these upgrades in [`crate::reference_docs::frame_runtime_upgrades_and_migrations`].
+7//!
+8//! Another consequence of upgrade-ability is that as a UI, wallet, or generally an offchain entity,
+9//! it is hard to know the types internal to the runtime, specifically in light of the fact that
+10//! they can change at any point in time.
+11//!
+12//! This is why all Substrate-based runtimes must expose a [`sp_api::Metadata`] api, which mandates
+13//! the runtime to return a description of itself. The return type of this api is `Vec<u8>`, meaning
+14//! that it is up to the runtime developer to decide on the format of this.
+15//!
+16//! All [`crate::pezkuwi_sdk::frame_runtime`] based runtimes expose a specific metadata language,
+17//! maintained in <https://github.com/paritytech/frame-metadata> which is adopted in the Pezkuwi
+18//! ecosystem.
+19//!
+20//! ## Metadata Explorers:
+21//!
+22//! A few noteworthy tools that inspect the (FRAME-based) metadata of a chain:
+23//!
+24//! - <https://wiki.network.pezkuwichain.io/docs/metadata>
+25//! - <https://paritytech.github.io/subxt-explorer/>
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/mod.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/mod.rs.html new file mode 100644 index 00000000..24c858cf --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/mod.rs.html @@ -0,0 +1,116 @@ +mod.rs - source

pezkuwi_sdk_docs/reference_docs/
mod.rs

1//! # Pezkuwi SDK Reference Docs.
+2//!
+3//! This is the entry point for all reference documents that enhance one's learning experience in
+4//! the Pezkuwi SDK.
+5//!
+6//! Note that this module also contains the [glossary](crate::reference_docs::glossary).
+7//!
+8//! ## What is a "reference document"?
+9//!
+10//! First, see [why we use rust-docs for everything](crate::meta_contributing#why-rust-docs) and our
+11//! documentation [principles](crate::meta_contributing#principles). We acknowledge that as much of
+12//! the crucial information should be embedded in the low level rust-docs. Then, high level
+13//! scenarios should be covered in [`crate::guides`]. Finally, we acknowledge that there is a
+14//! category of information that is:
+15//!
+16//! 1. Crucial to know.
+17//! 2. Is too high level to be in the rust-doc of any one `type`, `trait` or `fn`.
+18//! 3. Is too low level to be encompassed in a [`crate::guides`].
+19//!
+20//! We call this class of documents "reference documents". Our goal should be to minimize the number
+21//! of "reference" docs, as they incur maintenance burden.
+22
+23/// Learn how Substrate and FRAME use traits and associated types to make modules generic in a
+24/// type-safe manner.
+25pub mod trait_based_programming;
+26
+27/// Learn about the way Substrate and FRAME view their blockchains as state machines.
+28pub mod blockchain_state_machines;
+29
+30/// The glossary.
+31pub mod glossary;
+32
+33/// Learn about the WASM meta-protocol of all Substrate-based chains.
+34pub mod wasm_meta_protocol;
+35
+36/// Learn about the differences between smart contracts and a FRAME-based runtime. They are both
+37/// "code stored onchain", but how do they differ?
+38pub mod runtime_vs_smart_contract;
+39
+40/// Learn about how extrinsics are encoded to be transmitted to a node and stored in blocks.
+41pub mod extrinsic_encoding;
+42
+43/// Deprecated in favor of transaction extensions.
+44pub mod signed_extensions;
+45
+46/// Learn about the transaction extensions that form a part of extrinsics.
+47pub mod transaction_extensions;
+48
+49/// Learn about *Origins*, a topic in FRAME that enables complex account abstractions to be built.
+50pub mod frame_origin;
+51
+52/// Learn about the details of what derives are needed for a type to be store-able in `frame`
+53/// storage.
+54pub mod frame_storage_derives;
+55
+56/// Learn about how to write safe and defensive code in your FRAME runtime.
+57pub mod defensive_programming;
+58
+59/// Learn about composite enums and other runtime level types, such as `RuntimeEvent` and
+60/// `RuntimeCall`.
+61pub mod frame_runtime_types;
+62
+63/// Learn about how to make a pallet/runtime that is fee-less and instead uses another mechanism to
+64/// control usage and sybil attacks.
+65pub mod fee_less_runtime;
+66
+67/// Learn about metadata, the main means through which an upgradeable runtime communicates its
+68/// properties to the outside world.
+69pub mod metadata;
+70
+71/// Learn about how to add custom host functions to the node.
+72pub mod custom_host_functions;
+73
+74/// Learn about how frame-system handles `account-ids`, nonces, consumers and providers.
+75pub mod frame_system_accounts;
+76
+77/// Advice for configuring your development environment for Substrate development.
+78pub mod development_environment_advice;
+79
+80/// Learn about benchmarking and weight.
+81pub mod frame_benchmarking_weight;
+82
+83/// Learn about the token-related logic in FRAME and how to apply it to your use case.
+84pub mod frame_tokens;
+85
+86/// Learn about chain specification file and the genesis state of the blockchain.
+87pub mod chain_spec_genesis;
+88
+89/// Learn about Substrate's CLI, and how it can be extended.
+90pub mod cli;
+91
+92/// Learn about Runtime Upgrades and best practices for writing Migrations.
+93pub mod frame_runtime_upgrades_and_migrations;
+94
+95/// Learn about the offchain workers, how they function, and how to use them, as provided by the
+96/// [`frame`] APIs.
+97pub mod frame_offchain_workers;
+98
+99/// Learn about the different ways through which multiple [`frame`] pallets can be combined to work
+100/// together.
+101pub mod frame_pallet_coupling;
+102
+103/// Learn about how to do logging in FRAME-based runtimes.
+104pub mod frame_logging;
+105
+106/// Learn about the Pezkuwi Umbrella crate that re-exports all other crates.
+107pub mod umbrella_crate;
+108
+109/// Learn about how to create custom RPC endpoints and runtime APIs.
+110pub mod custom_runtime_api_rpc;
+111
+112/// The [`pezkuwi-omni-node`](https://crates.io/crates/pezkuwi-omni-node) and its related binaries.
+113pub mod omni_node;
+114
+115/// Learn about the state in Substrate.
+116pub mod state;
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/omni_node.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/omni_node.rs.html new file mode 100644 index 00000000..9c9015a5 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/omni_node.rs.html @@ -0,0 +1,201 @@ +omni_node.rs - source

pezkuwi_sdk_docs/reference_docs/
omni_node.rs

1//! # (Omni) Node
+2//!
+3//! This reference doc elaborates on what a Pezkuwi-SDK/Substrate node software is, and what
+4//! various ways exist to run one.
+5//!
+6//! The node software, as denoted in [`crate::reference_docs::wasm_meta_protocol`], is everything in
+7//! a blockchain other than the WASM runtime. It contains common components such as the database,
+8//! networking, RPC server and consensus. Substrate-based nodes are native binaries that are
+9//! compiled down from the Rust source code. The `node` folder in any of the [`templates`] are
+10//! examples of this source.
+11//!
+12//! > Note: A typical node also contains a lot of other tools (exposed as subcommands) that are
+13//! > useful for operating a blockchain, such as the ones noted in
+14//! > [`pezkuwi_omni_node_lib::cli::Cli::subcommand`].
+15//!
+16//! ## Node <> Runtime Interdependence
+17//!
+18//! While in principle the node can be mostly independent of the runtime, for various reasons, such
+19//! as the [native runtime](crate::reference_docs::wasm_meta_protocol#native-runtime), the node and
+20//! runtime were historically tightly linked together. Another reason is that the node and the
+21//! runtime need to be in agreement about which consensus algorithm they use, as described
+22//! [below](#consensus-engine).
+23//!
+24//! Specifically, the node relied on the existence of a linked runtime, and *could only reliably run
+25//! that runtime*. This is why if you look at any of the [`templates`], they are all composed of a
+26//! node, and a runtime.
+27//!
+28//! Moreover, the code and API of each of these nodes was historically very advanced, and tailored
+29//! towards those who wish to customize many of the node components at depth.
+30//!
+31//! > The notorious `service.rs` in any node template is a good example of this.
+32//!
+33//! A [trend](https://github.com/pezkuwichain/pezkuwi-sdk/issues/97) has already been undergoing in
+34//! order to de-couple the node and the runtime for a long time. The north star of this effort is
+35//! twofold :
+36//!
+37//! 1. develop what can be described as an "omni-node": A node that can run most runtimes.
+38//! 2. provide a cleaner abstraction for creating a custom node.
+39//!
+40//! While a single omni-node running *all possible runtimes* is not feasible, the
+41//! [`pezkuwi-omni-node`] is an attempt at creating the former, and the [`pezkuwi_omni_node_lib`]
+42//! is the latter.
+43//!
+44//! > Note: The OmniNodes are mainly focused on the development needs of **Pezkuwi
+45//! > teyrchains ONLY**, not (Substrate) solo-chains. For the time being, solo-chains are not
+46//! > supported by the OmniNodes. This might change in the future.
+47//!
+48//! ## Types of Nodes
+49//!
+50//! With the emergence of the OmniNodes, let's look at the various Node options available to a
+51//! builder.
+52//!
+53//! ### [`pezkuwi-omni-node`]
+54//!
+55//! [`pezkuwi-omni-node`] is a white-labeled binary, released as a part of Pezkuwi SDK that is
+56//! capable of meeting the needs of most Pezkuwi teyrchains.
+57//!
+58//! It can act as the collator of a teyrchain in production, with all the related auxillary
+59//! functionalities that a normal collator node has: RPC server, archiving state, etc. Moreover, it
+60//! can also run the wasm blob of the teyrchain locally for testing and development.
+61//!
+62//! ### [`pezkuwi_omni_node_lib`]
+63//!
+64//! [`pezkuwi_omni_node_lib`] is the library version of the above, which can be used to create a
+65//! fresh teyrchain node, with a some limited configuration options using a lean API.
+66//!
+67//! ### Old School Nodes
+68//!
+69//! The existing node architecture, as seen in the [`templates`], is still available for those who
+70//! want to have full control over the node software.
+71//!
+72//! ### Summary
+73//!
+74//! We can summarize the choices for the node software of any given user of Pezkuwi-SDK, wishing to
+75//! deploy a teyrchain into 3 categories:
+76//!
+77//! 1. **Use the [`pezkuwi-omni-node`]**: This is the easiest way to get started, and is the most
+78//!   likely to be the best choice for most users.
+79//!     * can run almost any runtime with [`--dev-block-time`]
+80//! 2. **Use the [`pezkuwi_omni_node_lib`]**: This is the best choice for those who want to have
+81//!    slightly more control over the node software, such as embedding a custom chain-spec.
+82//! 3. **Use the old school nodes**: This is the best choice for those who want to have full control
+83//!    over the node software, such as changing the consensus engine, altering the transaction pool,
+84//!    and so on.
+85//!
+86//! ## _OmniTools_: User Journey
+87//!
+88//! All in all, the user journey of a team/builder, in the OmniNode world is as follows:
+89//!
+90//! * The [`templates`], most notably the [`teyrchain-template`] is the canonical starting point.
+91//!   That being said, the node code of the templates (which may be eventually
+92//!   removed/feature-gated) is no longer of relevance. The only focus is in the runtime, and
+93//!   obtaining a `.wasm` file. References:
+94//!     * [`crate::guides::your_first_pallet`]
+95//!     * [`crate::guides::your_first_runtime`]
+96//! * If need be, the weights of the runtime need to be updated using `frame-omni-bencher`.
+97//!   References:
+98//!     * [`crate::reference_docs::frame_benchmarking_weight`]
+99//! * Next, [`chain-spec-builder`] is used to generate a `chain_spec.json`, either for development,
+100//!   or for production. References:
+101//!     * [`crate::reference_docs::chain_spec_genesis`]
+102//! * For local development, the following options are available:
+103//!     * `pezkuwi-omni-node` (notably, with [`--dev-block-time`]). References:
+104//!         * [`crate::guides::your_first_node`]
+105//!     * External tools such as `chopsticks`, `zombienet`.
+106//!         * See the `README.md` file of the `pezkuwi-sdk-teyrchain-template`.
+107//! * For production `pezkuwi-omni-node` can be used out of the box.
+108//! * For further customization [`pezkuwi_omni_node_lib`] can be used.
+109//!
+110//! ## Appendix
+111//!
+112//! This section describes how the interdependence between the node and the runtime is related to
+113//! the consensus engine. This information is useful for those who want to understand the
+114//! historical context of the node and the runtime.
+115//!
+116//! ### Consensus Engine
+117//!
+118//! In any given substrate-based chain, both the node and the runtime will have their own
+119//! opinion/information about what consensus engine is going to be used.
+120//!
+121//! In practice, the majority of the implementation of any consensus engine is in the node side, but
+122//! the runtime also typically needs to expose a custom runtime-api to enable the particular
+123//! consensus engine to work, and that particular runtime-api is implemented by a pallet
+124//! corresponding to that consensus engine.
+125//!
+126//! For example, taking a snippet from [`solochain_template_runtime`], the runtime has to provide
+127//! this additional runtime-api (compared to [`minimal_template_runtime`]), if the node software is
+128//! configured to use the Aura consensus engine:
+129//!
+130//! ```text
+131//! impl sp_consensus_aura::AuraApi<Block, AuraId> for Runtime {
+132//!     fn slot_duration() -> sp_consensus_aura::SlotDuration {
+133//!         ...
+134//!     }
+135//!     fn authorities() -> Vec<AuraId> {
+136//!         ...
+137//!     }
+138//! }
+139//! ```
+140//!
+141//! For simplicity, we can break down "consensus" into two main parts:
+142//!
+143//! * Block Authoring: Deciding who gets to produce the next block.
+144//! * Finality: Deciding when a block is considered final.
+145//!
+146//! For block authoring, there are a number of options:
+147//!
+148//! * [`sc_consensus_manual_seal`]: Useful for testing, where any node can produce a block at any
+149//!   time. This is often combined with a fixed interval at which a block is produced.
+150//! * [`sc_consensus_aura`]/[`pallet_aura`]: A simple round-robin block authoring mechanism.
+151//! * [`sc_consensus_babe`]/[`pallet_babe`]: A more advanced block authoring mechanism, capable of
+152//!   anonymizing the next block author.
+153//! * [`sc_consensus_pow`]: Proof of Work block authoring.
+154//!
+155//! For finality, there is one main option shipped with pezkuwi-sdk:
+156//!
+157//! * [`sc_consensus_grandpa`]/[`pallet_grandpa`]: A finality gadget that uses a voting mechanism to
+158//!   decide when a block
+159//!
+160//! **The most important lesson here is that the node and the runtime must have matching consensus
+161//! components.**
+162//!
+163//! ### Consequences for OmniNode
+164//!
+165//!
+166//! The consequence of the above is that anyone using the OmniNode must also be aware of the
+167//! consensus system used in the runtime, and be aware if it is matching that of the OmniNode or
+168//! not. For the time being, [`pezkuwi-omni-node`] only supports:
+169//!
+170//! * Teyrchain-based Aura consensus, with 6s async-backing block-time, and before full elastic
+171//!   scaling). [`pezkuwi_omni_node_lib::cli::Cli::experimental_use_slot_based`] for fixed factor
+172//!   scaling (a step
+173//! * Ability to run any runtime with [`--dev-block-time`] flag. This uses
+174//!   [`sc_consensus_manual_seal`] under the hood, and has no restrictions on the runtime's
+175//!   consensus.
+176//!
+177//! [This](https://github.com/pezkuwichain/pezkuwi-sdk/issues/143) future improvement to OmniNode
+178//! aims to make such checks automatic.
+179//!
+180//! ### Runtime conventions
+181//!
+182//! The Omni Node needs to make some assumptions about the runtime. During startup, the node fetches
+183//! the runtime metadata and asserts that the runtime represents a compatible teyrchain.
+184//! The checks are best effort and will generate warning level logs in the Omni Node log file on
+185//! failure.
+186//!
+187//! The list of checks may evolve in the future and for now only few rules are implemented:
+188//! * runtimes must define a type for [`cumulus-pallet-teyrchain-system`], which is recommended to
+189//!   be named as `TeyrchainSystem`.
+190//! * runtimes must define a type for [`frame-system`] pallet, which is recommended to be named as
+191//!   `System`. The configured [`block number`] here will be used by Omni Node to configure AURA
+192//!   accordingly.
+193//!
+194//! [`templates`]: crate::pezkuwi_sdk::templates
+195//! [`teyrchain-template`]: https://github.com/pezkuwichain/pezkuwi-sdk-teyrchain-template
+196//! [`--dev-block-time`]: pezkuwi_omni_node_lib::cli::Cli::dev_block_time
+197//! [`pezkuwi-omni-node`]: https://crates.io/crates/pezkuwi-omni-node
+198//! [`chain-spec-builder`]: https://crates.io/crates/staging-chain-spec-builder
+199//! [`cumulus-pallet-teyrchain-system`]: https://docs.rs/cumulus-pallet-teyrchain-system/latest/cumulus_pallet_teyrchain_system/
+200//! [`frame-system`]: https://docs.rs/frame-system/latest/frame_system/
+201//! [`block number`]: https://docs.rs/frame-system/latest/frame_system/pallet/storage_types/struct.Number.html
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract.rs.html new file mode 100644 index 00000000..f98dc5e8 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/runtime_vs_smart_contract.rs.html @@ -0,0 +1,209 @@ +runtime_vs_smart_contract.rs - source

pezkuwi_sdk_docs/reference_docs/
runtime_vs_smart_contract.rs

1//! # Runtime vs. Smart Contracts
+2//!
+3//! *TL;DR*: If you need to create a *Blockchain*, then write a runtime. If you need to create a
+4//! *DApp*, then write a Smart Contract.
+5//!
+6//! This is a comparative analysis of Substrate-based Runtimes and Smart Contracts, highlighting
+7//! their main differences. Our aim is to equip you with a clear understanding of how these two
+8//! methods of deploying on-chain logic diverge in their design, usage, and implications.
+9//!
+10//! Both Runtimes and Smart Contracts serve distinct purposes. Runtimes offer deep customization for
+11//! blockchain development, while Smart Contracts provide a more accessible approach for
+12//! decentralized applications. Understanding their differences is crucial in choosing the right
+13//! approach for a specific solution.
+14//!
+15//! ## Substrate
+16//! Substrate is a modular framework that enables the creation of purpose-specific blockchains. In
+17//! the Pezkuwi ecosystem you can find two distinct approaches for on-chain code execution:
+18//! [Runtime Development](#runtime-in-substrate) and [Smart Contracts](#smart-contracts).
+19//!
+20//! #### Smart Contracts in Substrate
+21//! Smart Contracts are autonomous, programmable constructs deployed on the blockchain.
+22//! In [FRAME](frame), Smart Contracts infrastructure is implemented by the
+23//! [`pallet_contracts`] for WASM-based contracts or the
+24//! [`pallet_evm`](https://github.com/pezkuwi-evm/frontier/tree/master/frame/evm) for EVM-compatible contracts. These pallets
+25//! enable Smart Contract developers to build applications and systems on top of a Substrate-based
+26//! blockchain.
+27//!
+28//! #### Runtime in Substrate
+29//! The Runtime is the state transition function of a Substrate-based blockchain. It defines the
+30//! rules for processing transactions and blocks, essentially governing the behavior and
+31//! capabilities of a blockchain.
+32//!
+33//! ## Comparative Table
+34//!
+35//! | Aspect                | Runtime                                                                 | Smart Contracts                                                      |
+36//! |-----------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------|
+37//! | **Design Philosophy** | Core logic of a blockchain, allowing broad and deep customization. | Designed for DApps deployed on the blockchain runtime. |
+38//! | **Development Complexity** | Requires in-depth knowledge of Rust and Substrate. Suitable for complex blockchain architectures. | Easier to develop with knowledge of Smart Contract languages like Solidity or [ink!](https://use.ink/). |
+39//! | **Upgradeability and Flexibility** | Offers comprehensive upgradeability with migration logic and on-chain governance, allowing modifications to the entire blockchain logic without hard forks. | Less flexible in upgrade migrations but offers more straightforward deployment and iteration. |
+40//! | **Performance and Efficiency** | More efficient, optimized for specific needs of the blockchain. | Can be less efficient due to its generic nature (e.g. the overhead of a virtual machine). |
+41//! | **Security Considerations** | Security flaws can affect the entire blockchain. | Security risks usually localized to the individual contract. |
+42//! | **Weighing and Metering** | Operations can be weighed, allowing for precise benchmarking. | Execution is metered, allowing for measurement of resource consumption. |
+43//!
+44//! We will now explore these differences in more detail.
+45//!
+46//! ## Design Philosophy
+47//! Runtimes and Smart Contracts are designed for different purposes. Runtimes are the core logic
+48//! of a blockchain, while Smart Contracts are designed for DApps on top of the blockchain.
+49//! Runtimes can be more complex, but also more flexible and efficient, while Smart Contracts are
+50//! easier to develop and deploy.
+51//!
+52//! #### Runtime Design Philosophy
+53//! - **Core Blockchain Logic**: Runtimes are essentially the backbone of a blockchain. They define
+54//!   the fundamental rules, operations, and state transitions of the blockchain network.
+55//! - **Broad and Deep Customization**: Runtimes allow for extensive customization and flexibility.
+56//!   Developers can tailor the most fundamental aspects of the blockchain, like introducing an
+57//!   efficient transaction fee model to eliminating transaction fees completely. This level of
+58//!   control is essential for creating specialized or application-specific blockchains.
+59//!
+60//! #### Smart Contract Design Philosophy
+61//! - **DApps Development**: Smart contracts are designed primarily for developing DApps. They
+62//!   operate on top of the blockchain's infrastructure.
+63//! - **Modularity and Isolation**: Smart contracts offer a more modular approach. Each contract is
+64//!   an isolated piece of code, executing predefined operations when triggered. This isolation
+65//!   simplifies development and enhances security, as flaws in one contract do not directly
+66//!   compromise the entire network.
+67//!
+68//! ## Development Complexity
+69//! Runtimes and Smart Contracts differ in their development complexity, largely due to their
+70//! differing purposes and technical requirements.
+71//!
+72//! #### Runtime Development Complexity
+73//! - **In-depth Knowledge Requirements**: Developing a Runtime in Substrate requires a
+74//!   comprehensive understanding of Rust, Substrate's framework, and blockchain principles.
+75//! - **Complex Blockchain Architectures**: Runtime development is suitable for creating complex
+76//!   blockchain architectures. Developers must consider aspects like security, scalability, and
+77//!   network efficiency.
+78//!
+79//! #### Smart Contract Development Complexity
+80//! - **Accessibility**: Smart Contract development is generally more accessible, especially for
+81//!   those already familiar with programming concepts. Knowledge of smart contract-specific
+82//!   languages like Solidity or ink! is required.
+83//! - **Focused on Application Logic**: The development here is focused on the application logic
+84//!   only. This includes writing functions that execute when certain conditions are met, managing
+85//!   state within the contract, and ensuring security against common Smart Contract
+86//!   vulnerabilities.
+87//!
+88//! ## Upgradeability and Flexibility
+89//! Runtimes and Smart Contracts differ significantly in how they handle upgrades and flexibility,
+90//! each with its own advantages and constraints. Runtimes are more flexible, allowing for writing
+91//! migration logic for upgrades, while Smart Contracts are less flexible but offer easier
+92//! deployment and iteration.
+93//!
+94//! #### Runtime Upgradeability and Flexibility
+95//! - **Migration Logic**: One of the key strengths of runtime development is the ability to define
+96//!   migration logic. This allows developers to implement changes in the state or structure of the
+97//!   blockchain during an upgrade. Such migrations can adapt the existing state to fit new
+98//!   requirements or features seamlessly.
+99//! - **On-Chain Governance**: Upgrades in a Runtime environment are typically governed on-chain,
+100//!   involving validators or a governance mechanism. This allows for a democratic and transparent
+101//!   process for making substantial changes to the blockchain.
+102//! - **Broad Impact of Changes**: Changes made in Runtime affect the entire blockchain. This gives
+103//!   developers the power to introduce significant improvements or changes but also necessitates a
+104//!   high level of responsibility and scrutiny, we will talk further about it in the [Security
+105//!   Considerations](#security-considerations) section.
+106//!
+107//! #### Smart Contract Upgradeability and Flexibility
+108//! - **Deployment and Iteration**: Smart Contracts, by nature, are designed for more
+109//!   straightforward deployment and iteration. Developers can quickly deploy contracts.
+110//! - **Contract Code Updates**: Once deployed, although typically immutable, Smart Contracts can be
+111//!   upgraded, but lack of migration logic. The [`pallet_contracts`]
+112//!   allows for contracts to be upgraded by exposing the `set_code` dispatchable. More details on this
+113//!   can be found in [Ink! documentation on upgradeable contracts](https://use.ink/basics/upgradeable-contracts).
+114//! - **Isolated Impact**: Upgrades or changes to a smart contract generally impact only that
+115//!   contract and its users, unlike Runtime upgrades that have a network-wide effect.
+116//! - **Simplicity and Rapid Development**: The development cycle for Smart Contracts is usually
+117//!   faster and less complex than Runtime development, allowing for rapid prototyping and
+118//!   deployment.
+119//!
+120//! ## Performance and Efficiency
+121//! Runtimes and Smart Contracts have distinct characteristics in terms of performance and
+122//! efficiency due to their inherent design and operational contexts. Runtimes are more efficient
+123//! and optimized for specific needs, while Smart Contracts are more generic and less efficient.
+124//!
+125//! #### Runtime Performance and Efficiency
+126//! - **Optimized for Specific Needs**: Runtime modules in Substrate are tailored to meet the
+127//!   specific needs of the blockchain. They are integrated directly into the blockchain's core,
+128//!   allowing them to operate with high efficiency and minimal overhead.
+129//! - **Direct Access to Blockchain State**: Runtime has direct access to the blockchain's state.
+130//!   This direct access enables more efficient data processing and transaction handling, as there
+131//!   is no additional layer between the runtime logic and the blockchain's core.
+132//! - **Resource Management**: Resource management is integral to runtime development to ensure that
+133//!   the blockchain operates smoothly and efficiently.
+134//!
+135//! #### Smart Contract Performance and Efficiency
+136//! - **Generic Nature and Overhead**: Smart Contracts, particularly those running in virtual
+137//!   machine environments, can be less efficient due to the generic nature of their execution
+138//!   environment. The overhead of the virtual machine can lead to increased computational and
+139//!   resource costs.
+140//! - **Isolation and Security Constraints**: Smart Contracts operate in an isolated environment to
+141//!   ensure security and prevent unwanted interactions with the blockchain's state. This isolation,
+142//!   while crucial for security, can introduce additional computational overhead.
+143//! - **Gas Mechanism and Metering**: The gas mechanism in Smart Contracts, used for metering
+144//!   computational resources, ensures that contracts don't consume excessive resources. However,
+145//!   this metering itself requires computational power, adding to the overall cost of contract
+146//!   execution.
+147//!
+148//! ## Security Considerations
+149//! These two methodologies, while serving different purposes, come with their own unique security
+150//! considerations.
+151//!
+152//! #### Runtime Security Aspects
+153//! Runtimes, being at the core of blockchain functionality, have profound implications for the
+154//! security of the entire network:
+155//!
+156//! - **Broad Impact**: Security flaws in the runtime can compromise the entire blockchain,
+157//!   affecting all network participants.
+158//! - **Governance and Upgradeability**: Runtime upgrades, while powerful, need rigorous governance
+159//!   and testing to ensure security. Improperly executed upgrades can introduce vulnerabilities or
+160//!   disrupt network operations.
+161//! - **Complexity and Expertise**: Developing and maintaining runtime requires a higher level of
+162//!   expertise in blockchain architecture and security, as mistakes can be far-reaching.
+163//!
+164//! #### Smart Contract Security Aspects
+165//! Smart contracts, while more isolated, bring their own set of security challenges:
+166//!
+167//! - **Isolated Impact**: Security issues in a smart contract typically affect the contract itself
+168//! and its users, rather than the whole network.
+169//! - **Contract-specific Risks**: Common issues like reentrancy
+170//! attacks, improper handling of external calls, and gas limit vulnerabilities are specific to
+171//! smart contract development.
+172//! - **Permissionless Deployment**: Since anyone can deploy a smart contract,
+173//! the ecosystem is more open to potentially malicious or vulnerable code.
+174//!
+175//! ## Weighing and Metering
+176//! Weighing and metering are mechanisms designed to limit the resources used by external actors.
+177//! However, there are fundamental differences in how these resources are handled in FRAME-based
+178//! Runtimes and how they are handled in Smart Contracts, while Runtime operations are weighed,
+179//! Smart Contract executions must be metered.
+180//!
+181//! #### Weighing
+182//! In FRAME-based Runtimes, operations are *weighed*. This means that each operation in the Runtime
+183//! has a fixed upper cost, known in advance, determined through
+184//! [benchmarking](crate::reference_docs::frame_benchmarking_weight). Weighing is practical here
+185//! because:
+186//!
+187//! - *Predictability*: Runtime operations are part of the blockchain's core logic, which is static
+188//!   until an upgrade occurs. This predictability allows for precise
+189//!   [benchmarking](crate::reference_docs::frame_benchmarking_weight).
+190//! - *Prevention of Abuse*: By having a fixed upper cost that corresponds to the worst-case
+191//!   complexity scenario of its execution (and a mechanism to refund unused weight), it becomes
+192//!   infeasible for an attacker to create transactions that could unpredictably consume excessive
+193//!   resources.
+194//!
+195//! #### Metering
+196//! For Smart Contracts resource consumption is metered. This is essential due to:
+197//!
+198//! - **Untrusted Nature**: Unlike Runtime operations, Smart Contracts can be deployed by any user,
+199//!   and their behavior isn’t known in advance. Metering dynamically measures resource consumption
+200//!   as the contract executes.
+201//! - **Safety Against Infinite Loops**: Metering protects the blockchain from poorly designed
+202//!   contracts that might run into infinite loops, consuming an indefinite amount of resources.
+203//!
+204//! #### Implications for Developers and Users
+205//! - **For Runtime Developers**: Understanding the cost of each operation is essential. Misjudging
+206//!   the weight of operations can lead to network congestion or vulnerability exploitation.
+207//! - **For Smart Contract Developers**: Being mindful of the gas cost associated with contract
+208//!   execution is crucial. Efficiently written contracts save costs and are less likely to hit gas
+209//!   limits, ensuring smoother execution on the blockchain.
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/signed_extensions.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/signed_extensions.rs.html new file mode 100644 index 00000000..442f3ea6 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/signed_extensions.rs.html @@ -0,0 +1,2 @@ +signed_extensions.rs - source

pezkuwi_sdk_docs/reference_docs/
signed_extensions.rs

1//! `SignedExtension`s are deprecated in favor of
+2//! [`TransactionExtension`s](crate::reference_docs::transaction_extensions).
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/state.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/state.rs.html new file mode 100644 index 00000000..0bd2a6d9 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/state.rs.html @@ -0,0 +1,12 @@ +state.rs - source

pezkuwi_sdk_docs/reference_docs/
state.rs

1//! # State
+2//!
+3//! The state is abstracted as a key-value like database. Every item that
+4//! needs to be persisted by the [State Transition
+5//! Function](crate::reference_docs::blockchain_state_machines) is written to the state.
+6//!
+7//! ## Special keys
+8//!
+9//! The key-value pairs in the state are represented as byte sequences. The node
+10//! doesn't know how to interpret most the key-value pairs. However, there exist some
+11//! special keys and its values that are known to the node, the so-called
+12//! [`well-known-keys`](sp_storage::well_known_keys).
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/trait_based_programming.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/trait_based_programming.rs.html new file mode 100644 index 00000000..f87d008d --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/trait_based_programming.rs.html @@ -0,0 +1,229 @@ +trait_based_programming.rs - source

pezkuwi_sdk_docs/reference_docs/
trait_based_programming.rs

1//! # Trait-based Programming
+2//!
+3//! This document walks you over a peculiar way of using Rust's `trait` items. This pattern is
+4//! abundantly used within [`frame`] and is therefore paramount important for a smooth transition
+5//! into it.
+6//!
+7//! The rest of this document assumes familiarity with the
+8//! [Rust book's Advanced Traits](https://doc.rust-lang.org/book/ch19-03-advanced-traits.html)
+9//! section.
+10//! Moreover, we use the [`frame::traits::Get`].
+11//!
+12//! First, imagine we are writing a FRAME pallet. We represent this pallet with a `struct Pallet`,
+13//! and this pallet wants to implement the functionalities of that pallet, for example a simple
+14//! `transfer` function. For the sake of education, we are interested in having a `MinTransfer`
+15//! amount, expressed as a [`frame::traits::Get`], which will dictate what is the minimum amount
+16//! that can be transferred.
+17//!
+18//! We can foremost write this as simple as the following snippet:
+19#![doc = docify::embed!("./src/reference_docs/trait_based_programming.rs", basic)]
+20//!
+21//!
+22//! In this example, we use arbitrary choices for `AccountId`, `Balance` and the `MinTransfer` type.
+23//! This works great for **one team's purposes** but we have to remember that Substrate and FRAME
+24//! are written as generic frameworks, intended to be highly configurable.
+25//!
+26//! In a broad sense, there are two avenues in exposing configurability:
+27//!
+28//! 1. For *values* that need to be generic, for example `MinTransfer`, we attach them to the
+29//!    `Pallet` struct as fields:
+30//!
+31//! ```
+32//! struct Pallet {
+33//! 	min_transfer: u128,
+34//! }
+35//! ```
+36//!
+37//! 2. For *types* that need to be generic, we would have to use generic or associated types, such
+38//!    as:
+39//!
+40//! ```
+41//! struct Pallet<AccountId> {
+42//! 	min_transfer: u128,
+43//!     _marker: std::marker::PhantomData<AccountId>,
+44//! }
+45//! ```
+46//!
+47//! Substrate and FRAME, for various reasons (performance, correctness, type safety) has opted to
+48//! use *types* to declare both *values* and *types* as generic. This is the essence of why the
+49//! `Get` trait exists.
+50//!
+51//! This would bring us to the second iteration of the pallet, which would look like:
+52#![doc = docify::embed!("./src/reference_docs/trait_based_programming.rs", generic)]
+53//!
+54//! In this example, we managed to make all 3 of our types generic. Taking the example of the
+55//! `AccountId`, one should read the above as following:
+56//!
+57//! > The `Pallet` does not know what type `AccountId` concretely is, but it knows that it is
+58//! > something that adheres to being `From<[u8; 32]>`.
+59//!
+60//! This method would work, but it suffers from two downsides:
+61//!
+62//! 1. It is verbose, each `impl` block would have to reiterate all of the trait bounds.
+63//! 2. It cannot easily share/inherit generic types. Imagine multiple pallets wanting to be generic
+64//!    over a single `AccountId`. There is no easy way to express that in this model.
+65//!
+66//! Finally, this brings us to using traits and associated types on traits to express the above.
+67//! Trait associated types have the benefit of:
+68//!
+69//! 1. Being less verbose, as in effect they can *group multiple `type`s together*.
+70//! 2. Can inherit from one another by declaring
+71//! [supertraits](https://doc.rust-lang.org/rust-by-example/trait/supertraits.html).
+72//!
+73//! > Interestingly, one downside of associated types is that declaring defaults on them is not
+74//! > stable yet. In the meantime, we have built our own custom mechanics around declaring defaults
+75//! for associated types, see [`pallet_default_config_example`].
+76//!
+77//! The last iteration of our code would look like this:
+78#![doc = docify::embed!("./src/reference_docs/trait_based_programming.rs", trait_based)]
+79//!
+80//! Notice how instead of having multiple generics, everything is generic over a single `<T:
+81//! Config>`, and all types are fetched through `T`, for example `T::AccountId`, `T::MinTransfer`.
+82//!
+83//! Finally, imagine all pallets wanting to be generic over `AccountId`. This can be achieved by
+84//! having individual `trait Configs` declare a shared `trait SystemConfig` as their
+85//! [supertrait](https://doc.rust-lang.org/rust-by-example/trait/supertraits.html).
+86#![doc = docify::embed!("./src/reference_docs/trait_based_programming.rs", with_system)]
+87//! In FRAME, this shared supertrait is [`frame::prelude::frame_system`].
+88//!
+89//! Notice how this made no difference in the syntax of the rest of the code. `T::AccountId` is
+90//! still a valid type, since `T` implements `Config` and `Config` implies `SystemConfig`, which
+91//! has a `type AccountId`.
+92//!
+93//! Note, in some instances one would need to use what is known as the fully-qualified-syntax to
+94//! access a type to help the Rust compiler disambiguate.
+95#![doc = docify::embed!("./src/reference_docs/trait_based_programming.rs", fully_qualified)]
+96//!
+97//! This syntax can sometimes become more complicated when you are dealing with nested traits.
+98//! Consider the following example, in which we fetch the `type Balance` from another trait
+99//! `CurrencyTrait`.
+100#![doc = docify::embed!("./src/reference_docs/trait_based_programming.rs", fully_qualified_complicated)]
+101//!
+102//! Notice the final `type BalanceOf` and how it is defined. Using such aliases to shorten the
+103//! length of fully qualified syntax is a common pattern in FRAME.
+104//!
+105//! The above example is almost identical to the well-known (and somewhat notorious) `type
+106//! BalanceOf` that is often used in the context of [`frame::traits::fungible`].
+107#![doc = docify::embed!("../../substrate/frame/fast-unstake/src/types.rs", BalanceOf)]
+108//!
+109//! ## Additional Resources
+110//!
+111//! - <https://github.com/paritytech/substrate/issues/13836>
+112//! - [Substrate Seminar - Traits and Generic Types](https://www.youtube.com/watch?v=6cp10jVWNl4)
+113//! - <https://exchange.pezkuwichain.app/questions/2228/type-casting-to-trait-t-as-config>
+114#![allow(unused)]
+115
+116use frame::traits::Get;
+117
+118#[docify::export]
+119mod basic {
+120	struct Pallet;
+121
+122	type AccountId = frame::deps::sp_runtime::AccountId32;
+123	type Balance = u128;
+124	type MinTransfer = frame::traits::ConstU128<10>;
+125
+126	impl Pallet {
+127		fn transfer(_from: AccountId, _to: AccountId, _amount: Balance) {
+128			todo!()
+129		}
+130	}
+131}
+132
+133#[docify::export]
+134mod generic {
+135	use super::*;
+136
+137	struct Pallet<AccountId, Balance, MinTransfer> {
+138		_marker: std::marker::PhantomData<(AccountId, Balance, MinTransfer)>,
+139	}
+140
+141	impl<AccountId, Balance, MinTransfer> Pallet<AccountId, Balance, MinTransfer>
+142	where
+143		Balance: frame::traits::AtLeast32BitUnsigned,
+144		MinTransfer: frame::traits::Get<Balance>,
+145		AccountId: From<[u8; 32]>,
+146	{
+147		fn transfer(_from: AccountId, _to: AccountId, amount: Balance) {
+148			assert!(amount >= MinTransfer::get());
+149			unimplemented!();
+150		}
+151	}
+152}
+153
+154#[docify::export]
+155mod trait_based {
+156	use super::*;
+157
+158	trait Config {
+159		type AccountId: From<[u8; 32]>;
+160		type Balance: frame::traits::AtLeast32BitUnsigned;
+161		type MinTransfer: frame::traits::Get<Self::Balance>;
+162	}
+163
+164	struct Pallet<T: Config>(std::marker::PhantomData<T>);
+165	impl<T: Config> Pallet<T> {
+166		fn transfer(_from: T::AccountId, _to: T::AccountId, amount: T::Balance) {
+167			assert!(amount >= T::MinTransfer::get());
+168			unimplemented!();
+169		}
+170	}
+171}
+172
+173#[docify::export]
+174mod with_system {
+175	use super::*;
+176
+177	pub trait SystemConfig {
+178		type AccountId: From<[u8; 32]>;
+179	}
+180
+181	pub trait Config: SystemConfig {
+182		type Balance: frame::traits::AtLeast32BitUnsigned;
+183		type MinTransfer: frame::traits::Get<Self::Balance>;
+184	}
+185
+186	pub struct Pallet<T: Config>(std::marker::PhantomData<T>);
+187	impl<T: Config> Pallet<T> {
+188		fn transfer(_from: T::AccountId, _to: T::AccountId, amount: T::Balance) {
+189			assert!(amount >= T::MinTransfer::get());
+190			unimplemented!();
+191		}
+192	}
+193}
+194
+195#[docify::export]
+196mod fully_qualified {
+197	use super::with_system::*;
+198
+199	// Example of using fully qualified syntax.
+200	type AccountIdOf<T> = <T as SystemConfig>::AccountId;
+201}
+202
+203#[docify::export]
+204mod fully_qualified_complicated {
+205	use super::with_system::*;
+206
+207	trait CurrencyTrait {
+208		type Balance: frame::traits::AtLeast32BitUnsigned;
+209		fn more_stuff() {}
+210	}
+211
+212	trait Config: SystemConfig {
+213		type Currency: CurrencyTrait;
+214	}
+215
+216	struct Pallet<T: Config>(std::marker::PhantomData<T>);
+217	impl<T: Config> Pallet<T> {
+218		fn transfer(
+219			_from: T::AccountId,
+220			_to: T::AccountId,
+221			_amount: <<T as Config>::Currency as CurrencyTrait>::Balance,
+222		) {
+223			unimplemented!();
+224		}
+225	}
+226
+227	/// A common pattern in FRAME.
+228	type BalanceOf<T> = <<T as Config>::Currency as CurrencyTrait>::Balance;
+229}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/transaction_extensions.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/transaction_extensions.rs.html new file mode 100644 index 00000000..87a5afb3 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/transaction_extensions.rs.html @@ -0,0 +1,105 @@ +transaction_extensions.rs - source

pezkuwi_sdk_docs/reference_docs/
transaction_extensions.rs

1//! Transaction extensions are, briefly, a means for different chains to extend the "basic"
+2//! extrinsic format with custom data that can be checked by the runtime.
+3//!
+4//! # FRAME provided transaction extensions
+5//!
+6//! FRAME by default already provides the following transaction extensions:
+7//!
+8//! - [`CheckGenesis`](frame_system::CheckGenesis): Ensures that a transaction was sent for the same
+9//!   network. Determined based on genesis.
+10//!
+11//! - [`CheckMortality`](frame_system::CheckMortality): Extends a transaction with a configurable
+12//!   mortality.
+13//!
+14//! - [`CheckNonZeroSender`](frame_system::CheckNonZeroSender): Ensures that the sender of a
+15//!   transaction is not the *all zero account* (all bytes of the accountid are zero).
+16//!
+17//! - [`CheckNonce`](frame_system::CheckNonce): Extends a transaction with a nonce to prevent replay
+18//!   of transactions and to provide ordering of transactions.
+19//!
+20//! - [`CheckSpecVersion`](frame_system::CheckSpecVersion): Ensures that a transaction was built for
+21//!   the currently active runtime.
+22//!
+23//! - [`CheckTxVersion`](frame_system::CheckTxVersion): Ensures that the transaction signer used the
+24//!   correct encoding of the call.
+25//!
+26//! - [`CheckWeight`](frame_system::CheckWeight): Ensures that the transaction fits into the block
+27//!   before dispatching it.
+28//!
+29//! - [`ChargeTransactionPayment`](pallet_transaction_payment::ChargeTransactionPayment): Charges
+30//!   transaction fees from the signer based on the weight of the call using the native token.
+31//!
+32//! - [`ChargeAssetTxPayment`](pallet_asset_tx_payment::ChargeAssetTxPayment): Charges transaction
+33//!   fees from the signer based on the weight of the call using any supported asset (including the
+34//!   native token).
+35//!
+36//! - [`ChargeAssetTxPayment`(using
+37//!   conversion)](pallet_asset_conversion_tx_payment::ChargeAssetTxPayment): Charges transaction
+38//!   fees from the signer based on the weight of the call using any supported asset (including the
+39//!   native token). The asset is converted to the native token using a pool.
+40//!
+41//! - [`SkipCheckIfFeeless`](pallet_skip_feeless_payment::SkipCheckIfFeeless): Allows transactions
+42//!   to be processed without paying any fee. This requires that the `call` that should be
+43//!   dispatched is augmented with the [`feeless_if`](frame_support::pallet_macros::feeless_if)
+44//!   attribute.
+45//!
+46//! - [`CheckMetadataHash`](frame_metadata_hash_extension::CheckMetadataHash): Extends transactions
+47//!   to include the so-called metadata hash. This is required by chains to support the generic
+48//!   Ledger application and other similar offline wallets.
+49//!
+50//! - [`WeightReclaim`](frame_system::WeightReclaim): A transaction extension for the relay chain
+51//!   that reclaims unused weight after executing a transaction.
+52//!
+53//! - [`StorageWeightReclaim`](cumulus_pallet_weight_reclaim::StorageWeightReclaim): A transaction
+54//!   extension for teyrchains that reclaims unused storage weight after executing a transaction.
+55//!
+56//! For more information about these extensions, follow the link to the type documentation.
+57//!
+58//! # Building a custom transaction extension
+59//!
+60//! Defining a couple of very simple transaction extensions looks like the following:
+61#![doc = docify::embed!("./src/reference_docs/transaction_extensions.rs", transaction_extensions_example)]
+62
+63#[docify::export]
+64pub mod transaction_extensions_example {
+65	use codec::{Decode, DecodeWithMemTracking, Encode};
+66	use scale_info::TypeInfo;
+67	use sp_runtime::{
+68		impl_tx_ext_default,
+69		traits::{Dispatchable, TransactionExtension},
+70		transaction_validity::TransactionValidityError,
+71	};
+72
+73	// This doesn't actually check anything, but simply allows
+74	// some arbitrary `u32` to be added to the extrinsic payload
+75	#[derive(Debug, Encode, Decode, DecodeWithMemTracking, Clone, Eq, PartialEq, TypeInfo)]
+76	pub struct AddToPayload(pub u32);
+77
+78	impl<Call: Dispatchable> TransactionExtension<Call> for AddToPayload {
+79		const IDENTIFIER: &'static str = "AddToPayload";
+80		type Implicit = ();
+81		type Pre = ();
+82		type Val = ();
+83
+84		impl_tx_ext_default!(Call; weight validate prepare);
+85	}
+86
+87	// This is the opposite; nothing will be added to the extrinsic payload,
+88	// but the Implicit type (`1234u32`) will be added to the
+89	// payload to be signed.
+90	#[derive(Debug, Encode, Decode, DecodeWithMemTracking, Clone, Eq, PartialEq, TypeInfo)]
+91	pub struct AddToSignaturePayload;
+92
+93	impl<Call: Dispatchable> TransactionExtension<Call> for AddToSignaturePayload {
+94		const IDENTIFIER: &'static str = "AddToSignaturePayload";
+95		type Implicit = u32;
+96
+97		fn implicit(&self) -> Result<Self::Implicit, TransactionValidityError> {
+98			Ok(1234)
+99		}
+100		type Pre = ();
+101		type Val = ();
+102
+103		impl_tx_ext_default!(Call; weight validate prepare);
+104	}
+105}
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/umbrella_crate.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/umbrella_crate.rs.html new file mode 100644 index 00000000..00d79be0 --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/umbrella_crate.rs.html @@ -0,0 +1,91 @@ +umbrella_crate.rs - source

pezkuwi_sdk_docs/reference_docs/
umbrella_crate.rs

1//! # Umbrella Crate
+2//!
+3//! The Pezkuwi-SDK "umbrella" is a crate that re-exports all other published crates. This makes it
+4//! possible to have a very small `Cargo.toml` file that only has one dependency, the umbrella
+5//! crate. This helps with selecting the right combination of crate versions, since otherwise 3rd
+6//! party tools are needed to select a compatible set of versions.
+7//!
+8//!
+9//! ## Features
+10//!
+11//! The umbrella crate supports no-std builds and can therefore be used in the runtime and node.
+12//! There are two main features: `runtime` and `node`. The `runtime` feature enables all `no-std`
+13//! crates, while the `node` feature enables all `std` crates. It should be used like any other
+14//! crate in the repo, with `default-features = false`.
+15//!
+16//! For more fine-grained control, additionally, each crate can be enabled selectively. The umbrella
+17//! exposes one feature per dependency. For example, if you only want to use the `frame-support`
+18//! crate, you can enable the `frame-support` feature.
+19//!
+20//! The umbrella exposes a few more general features:
+21//! - `tuples-96`: Needs to be enabled for runtimes that have more than 64 pallets.
+22//! - `serde`: Specifically enable `serde` en/decoding support.
+23//! - `experimental`: Experimental enable experimental features - should not yet used in production.
+24//! - `with-tracing`: Enable tracing support.
+25//! - `try-runtime`, `runtime-benchmarks` and `std`: These follow the standard conventions.
+26//! - `runtime`: As described above, enable all `no-std` crates.
+27//! - `node`: As described above, enable all `std` crates.
+28//! - There does *not* exist a dedicated docs feature. To generate docs, enable the `runtime` and
+29//!   `node` feature. For `docs.rs` the manifest contains specific configuration to make it show up
+30//!   all re-exports.
+31//!
+32//! There is a specific [`zepter`](https://github.com/ggwpez/zepter) check in place to ensure that
+33//! the features of the umbrella are correctly configured. This check is run in CI and locally when
+34//! running `zepter`.
+35//!
+36//! ## Generation
+37//!
+38//! The umbrella crate needs to be updated every time when a new crate is added or removed from the
+39//! workspace. It is checked in CI by calling its generation script. The generation script is
+40//! located in `./scripts/generate-umbrella.py` and needs dependency `cargo_workspace`.
+41//!
+42//! Example: `python3 scripts/generate-umbrella.py --sdk . --version 1.9.0`
+43//!
+44//! ## Usage
+45//!
+46//! > Note: You can see a live example in the `staging-node-cli` and `kitchensink-runtime` crates.
+47//!
+48//! The umbrella crate can be added to your runtime crate like this:
+49//!
+50//! `pezkuwi-sdk = { path = "../../../../umbrella", features = ["runtime"], default-features =
+51//! false }`
+52//!
+53//! or for a node:
+54//!
+55//! `pezkuwi-sdk = { path = "../../../../umbrella", features = ["node"], default-features = false
+56//! }`
+57//!
+58//! In the code, it is then possible to bring all dependencies into scope via:
+59//!
+60//! `use pezkuwi_sdk::*;`
+61//!
+62//! ### Known Issues
+63//!
+64//! The only known issue so far is the fact that the `use` statement brings the dependencies only
+65//! into the outer module scope - not the global crate scope. For example, the following code would
+66//! need to be adjusted:
+67//!
+68//! ```rust
+69//! use pezkuwi_sdk::*;
+70//!
+71//! mod foo {
+72//!    // This does sadly not compile:
+73//!    frame_support::parameter_types! { }
+74//!
+75//!    // Instead, we need to do this (or add an equivalent `use` statement):
+76//!    pezkuwi_sdk::frame_support::parameter_types! { }
+77//! }
+78//! ```
+79//!
+80//! Apart from this, no issues are known. There could be some bugs with how macros locate their own
+81//! re-exports. Please [report issues](https://github.com/pezkuwichain/pezkuwi-sdk/issues) that arise from using this crate.
+82//!
+83//! ## Dependencies
+84//!
+85//! The umbrella crate re-exports all published crates, with a few exceptions:
+86//! - Runtime crates like `pezkuwichain-runtime` etc are not exported. This otherwise leads to very
+87//!   weird compile errors and should not be needed anyway.
+88//! - Example and fuzzing crates are not exported. This is currently detected by checking the name
+89//!   of the crate for these magic words. In the future, it will utilize custom metadata, as it is
+90//!   done in the `pezkuwichain-runtime` crate.
+91//! - The umbrella crate itself. Should be obvious :)
\ No newline at end of file diff --git a/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol.rs.html b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol.rs.html new file mode 100644 index 00000000..a42b77ac --- /dev/null +++ b/web/public/sdk_docs/src/pezkuwi_sdk_docs/reference_docs/wasm_meta_protocol.rs.html @@ -0,0 +1,158 @@ +wasm_meta_protocol.rs - source

pezkuwi_sdk_docs/reference_docs/
wasm_meta_protocol.rs

1//! # WASM Meta Protocol
+2//!
+3//! All Substrate based chains adhere to a unique architectural design novel to the Pezkuwi
+4//! ecosystem. We refer to this design as the "**WASM Meta Protocol**".
+5//!
+6//! Consider the fact that a traditional blockchain software is usually a monolithic artifact.
+7//! **Upgrading any part of the system implies upgrading the entire system**. This has historically
+8//! led to cumbersome forkful upgrades to be the status quo in blockchain ecosystems. In other
+9//! words, the entire node software is the specification of the blockchain's [`state transition
+10//! function`](crate::reference_docs::blockchain_state_machines).
+11//!
+12//! Moreover, the idea of "storing code in the state" is explored in the context of smart contracts
+13//! platforms, but has not been expanded further.
+14//!
+15//! Substrate mixes these two ideas together, and takes the novel approach of storing the
+16//! blockchain's main "state transition function" in the main blockchain state, in the same fashion
+17//! that a smart contract platform stores the code of individual contracts in its state. As noted in
+18//! [`crate::reference_docs::blockchain_state_machines`], this state transition function is called
+19//! the **Runtime**, and WASM is chosen as the bytecode. The Runtime is stored under a special key
+20//! in the state (see [`sp_core::storage::well_known_keys`]) and can be updated as a part of the
+21//! state transition function's execution, just like a user's account balance can be updated.
+22//!
+23//! > Note that while we drew an analogy between smart contracts and runtimes in the above, there
+24//! > are fundamental differences between the two, explained in
+25//! > [`crate::reference_docs::runtime_vs_smart_contract`].
+26//!
+27//! The rest of the system that is NOT the state transition function is called the
+28//! [**Node**](crate::reference_docs::glossary#node), and is a normal binary that is compiled from
+29//! Rust to different hardware targets.
+30//!
+31//! This design enables all Substrate-based chains to be fork-less-ly upgradeable, because the
+32//! Runtime can be updated on the fly, within the execution of a block, and the node is (for the
+33//! most part) oblivious to the change that is happening.
+34//!
+35//! Therefore, the high-level architecture of a any Substrate-based chain can be demonstrated as
+36//! follows:
+37#![doc = simple_mermaid::mermaid!("../../../mermaid/substrate_simple.mmd")]
+38//!
+39//! The node and the runtime need to communicate. This is done through two concepts:
+40//!
+41//! 1. **Host functions**: a way for the (WASM) runtime to talk to the node. All host functions are
+42//!    defined in [`sp_io`]. For example, [`sp_io::storage`] are the set of host functions that
+43//!    allow the runtime to read and write data to the on-chain state.
+44//! 2. **Runtime APIs**: a way for the node to talk to the WASM runtime. Runtime APIs are defined
+45//!    using macros and utilities in [`sp_api`]. For example, [`sp_api::Core`] is the most
+46//!    fundamental runtime API that any blockchain must implement in order to be able to (re)
+47//!    execute blocks.
+48#![doc = simple_mermaid::mermaid!("../../../mermaid/substrate_client_runtime.mmd")]
+49//!
+50//! A runtime must have a set of runtime APIs in order to have any meaningful blockchain
+51//! functionality, but it can also expose more APIs. See
+52//! [`crate::reference_docs::custom_runtime_api_rpc`] as an example of how to add custom runtime
+53//! APIs to your FRAME-based runtime.
+54//!
+55//! Similarly, for a runtime to be "compatible" with a node, the node must implement the full set of
+56//! host functions that the runtime at any point in time requires. Given the fact that a runtime can
+57//! evolve in time, and a blockchain node (typically) wishes to be capable of re-executing all the
+58//! previous blocks, this means that a node must always maintain support for the old host functions.
+59//! **This implies that adding a new host function is a big commitment and should be done with
+60//! care**. This is why, for example, adding a new host function to Pezkuwi always requires an RFC.
+61//! Learn how to add a new host function to your runtime in
+62//! [`crate::reference_docs::custom_host_functions`].
+63//!
+64//! ## Node vs. Runtime
+65//!
+66//! A common question is: which components of the system end up being part of the node, and which
+67//! ones of the runtime?
+68//!
+69//! Recall from [`crate::reference_docs::blockchain_state_machines`] that the runtime is the state
+70//! transition function. Anything that needs to influence how your blockchain's state is updated,
+71//! should be a part of the runtime. For example, the logic around currency, governance, identity or
+72//! any other application-specific logic that has to do with the state is part of the runtime.
+73//!
+74//! Anything that does not have to do with the state-transition function and will only
+75//! facilitate/enable it is part of the node. For example, the database, networking, and even
+76//! consensus algorithm are all node-side components.
+77//!
+78//! > The consensus is to your runtime what HTTP is to a web-application. It is the underlying
+79//! > engine that enables trustless execution of the runtime in a distributed manner whilst
+80//! > maintaining a canonical outcome of that execution.
+81#![doc = simple_mermaid::mermaid!("../../../mermaid/substrate_with_frame.mmd")]
+82//!
+83//! ## State
+84//!
+85//! From the previous sections, we know that the database component is part of the node, not the
+86//! runtime. We also hinted that a set of host functions ([`sp_io::storage`]) are how the runtime
+87//! issues commands to the node to read/write to the state. Let's dive deeper into this.
+88//!
+89//! The state of the blockchain, what we seek to come to consensus about, is indeed *kept* in the
+90//! node side. Nonetheless, the runtime is the only component that:
+91//!
+92//! 1. Can update the state.
+93//! 2. Can fully interpret the state.
+94//!
+95//! In fact, [`sp_core::storage::well_known_keys`] are the only state keys that the node side is
+96//! aware of. The rest of the state, including what logic the runtime has, what balance each user
+97//! has and such, are all only comprehensible to the runtime.
+98#![doc = simple_mermaid::mermaid!("../../../mermaid/state.mmd")]
+99//!
+100//! In the above diagram, all of the state keys and values are opaque bytes to the node. The node
+101//! does not know what they mean, and it does not know what is the type of the corresponding value
+102//! (e.g. if it is a number of a vector). Contrary, the runtime knows both the meaning of their
+103//! keys, and the type of the values.
+104//!
+105//! This opaque-ness is the fundamental reason why Substrate-based chains can fork-less-ly upgrade:
+106//! because the node side code is kept oblivious to all of the details of the state transition
+107//! function. Therefore, the state transition function can freely upgrade without the node needing
+108//! to know.
+109//!
+110//! ## Native Runtime
+111//!
+112//! Historically, the node software also kept a native copy of the runtime at the time of
+113//! compilation within it. This used to be called the "Native Runtime". The main purpose of the
+114//! native runtime used to be leveraging the faster execution time and better debugging
+115//! infrastructure of native code. However, neither of the two arguments strongly hold and the
+116//! native runtime is being fully removed from the node-sdk.
+117//!
+118//! See: <https://github.com/pezkuwichain/pezkuwi-sdk/issues/97>
+119//!
+120//! > Also, note that the flags [`sc_cli::ExecutionStrategy::Native`] is already a noop and all
+121//! > chains built with Substrate only use WASM execution.
+122//!
+123//! ### Runtime Versions
+124//!
+125//! An important detail of the native execution worth learning about is that the node software,
+126//! obviously, only uses the native runtime if it is the same code as with the wasm blob stored
+127//! onchain. Else, nodes who run the native runtime will come to a different state transition. How
+128//! do nodes determine if two runtimes are the same? Through the very important
+129//! [`sp_version::RuntimeVersion`]. All runtimes expose their version via a runtime api
+130//! ([`sp_api::Core::version`]) that returns this struct. The node software, or other applications,
+131//! inspect this struct to examine the identity of a runtime, and to determine if two runtimes are
+132//! the same. Namely, [`sp_version::RuntimeVersion::spec_version`] is the main key that implies two
+133//! runtimes are the same.
+134//!
+135//! Therefore, it is utmost important to make sure before any runtime upgrade, the spec version is
+136//! updated.
+137//!
+138//! ## Example: Block Execution.
+139//!
+140//! As a final example to recap, let's look at how Substrate-based nodes execute blocks. Blocks are
+141//! received in the node side software as opaque blobs and in the networking layer.
+142//!
+143//! At some point, based on the consensus algorithm's rules, the node decides to import (aka.
+144//! *validate*) a block.
+145//!
+146//! * First, the node will fetch the state of the parent hash of the block that wishes to be
+147//! imported.
+148//! * The runtime is fetched from this state, and placed into a WASM execution environment.
+149//! * The [`sp_api::Core::execute_block`] runtime API is called and the block is passed in as an
+150//! argument.
+151//! * The runtime will then execute the block, and update the state accordingly. Any state update is
+152//!   issued via the [`sp_io::storage`] host functions.
+153//! * Both the runtime and node will check the state-root of the state after the block execution to
+154//!   match the one claimed in the block header.
+155//!
+156//! > Example taken from [this
+157//! > lecture](https://www.youtube.com/watch?v=v0cKuddbF_Q&list=PL-w_i5kwVqbkRmfDn5nzeuU1S_FFW8dDg&index=4)
+158//! > of the Pezkuwi Blockchain Academy.
\ No newline at end of file diff --git a/web/public/sdk_docs/static.files/COPYRIGHT-7fb11f4e.txt b/web/public/sdk_docs/static.files/COPYRIGHT-7fb11f4e.txt new file mode 100644 index 00000000..752dab0a --- /dev/null +++ b/web/public/sdk_docs/static.files/COPYRIGHT-7fb11f4e.txt @@ -0,0 +1,71 @@ +# REUSE-IgnoreStart + +These documentation pages include resources by third parties. This copyright +file applies only to those resources. The following third party resources are +included, and carry their own copyright notices and license terms: + +* Fira Sans (FiraSans-Regular.woff2, FiraSans-Medium.woff2): + + Copyright (c) 2014, Mozilla Foundation https://mozilla.org/ + with Reserved Font Name Fira Sans. + + Copyright (c) 2014, Telefonica S.A. + + Licensed under the SIL Open Font License, Version 1.1. + See FiraSans-LICENSE.txt. + +* rustdoc.css, main.js, and playpen.js: + + Copyright 2015 The Rust Developers. + Licensed under the Apache License, Version 2.0 (see LICENSE-APACHE.txt) or + the MIT license (LICENSE-MIT.txt) at your option. + +* normalize.css: + + Copyright (c) Nicolas Gallagher and Jonathan Neal. + Licensed under the MIT license (see LICENSE-MIT.txt). + +* Source Code Pro (SourceCodePro-Regular.ttf.woff2, + SourceCodePro-Semibold.ttf.woff2, SourceCodePro-It.ttf.woff2): + + Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), + with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark + of Adobe Systems Incorporated in the United States and/or other countries. + + Licensed under the SIL Open Font License, Version 1.1. + See SourceCodePro-LICENSE.txt. + +* Source Serif 4 (SourceSerif4-Regular.ttf.woff2, SourceSerif4-Bold.ttf.woff2, + SourceSerif4-It.ttf.woff2, SourceSerif4-Semibold.ttf.woff2): + + Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font Name + 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United + States and/or other countries. + + Licensed under the SIL Open Font License, Version 1.1. + See SourceSerif4-LICENSE.md. + +* Nanum Barun Gothic Font (NanumBarunGothic.woff2) + + Copyright 2010, NAVER Corporation (http://www.nhncorp.com) + with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver NanumGothic, + NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver NanumBrush, NanumPen, + Naver NanumPen, Naver NanumGothicEco, NanumGothicEco, + Naver NanumMyeongjoEco, NanumMyeongjoEco, Naver NanumGothicLight, + NanumGothicLight, NanumBarunGothic, Naver NanumBarunGothic. + + https://hangeul.naver.com/2017/nanum + https://github.com/hiun/NanumBarunGothic + + Licensed under the SIL Open Font License, Version 1.1. + See NanumBarunGothic-LICENSE.txt. + +* Rust logos (rust-logo.svg, favicon.svg, favicon-32x32.png) + + Copyright 2025 Rust Foundation. + Licensed under the Creative Commons Attribution license (CC-BY). + https://rustfoundation.org/policy/rust-trademark-policy/ + +This copyright file is intended to be distributed with rustdoc output. + +# REUSE-IgnoreEnd diff --git a/web/public/sdk_docs/static.files/FiraMono-Medium-86f75c8c.woff2 b/web/public/sdk_docs/static.files/FiraMono-Medium-86f75c8c.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..610e9b2071ec1d6c47a7815010acb20f0abbdd98 GIT binary patch literal 64572 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 N?7!cn*`i$bGXP%$q+|d9 literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/FiraMono-Regular-87c26294.woff2 b/web/public/sdk_docs/static.files/FiraMono-Regular-87c26294.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..9fa44b7cc2d38680bc14df07ddf3f6b320740da5 GIT binary patch literal 64868 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

^#>IXLWsI|EZ!SFj*H;jok!m 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 literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/FiraSans-Italic-81dc35de.woff2 b/web/public/sdk_docs/static.files/FiraSans-Italic-81dc35de.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3f63664fee6ddf221f71a57461a7f4d1de281177 GIT binary patch literal 136300 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 _HdD`n5<@_AzZ{+=$) zs})?tgnFsHvKA*9usjl5_rB&GcOksQL?7l3@!USlcRcsY; zuh8johBQI=>Dds;?Kd!{1x!-rzo|hLmm|~L0*jiLW)gX8{WXGL$PXG4) ze$ol(Kt{_3Ft8p;01C0Xc*~+$&rF9&wyiSYY((oxiv=T%AS==?hcsJ-lT*4e6I?|6OwD~r{U z^cbq$f?2~si3+pWE4NHOk(i6NH)@qk{j(ls!R#R;aa=xN2g&nT}CD@))-4Bkl3SQy`i)kov|~ zYp;SeZDoi4?xT*?d!&-~d77rgeqVp@)Ui4@AdBSJcvZt)E}Z@D=#FHX3@2+#j>Sw0 zyWE~wZwf%&)52}woVCH+br-Ui=OWRcdC^}W;PegBDRirwVO6IX#0yZ@{P?9F|Gvg+ z^A%o*_Ef6Mh*a(HFB#LgUAS?Tkf3-sRdouY4Xh%X1y9Jb+sYHBYThqn;R}38v z`XG0mm6Ueng8ye(LpFBIQVs%@)2ZH=CfH-SPclSKP#{Rbj-`8`u5>Btee}T*M9W`LIZfmXO zt(Eq=;e2CLYu|!yPNBR&St#RGhyxa9N&e0I`MX+im-QHVnX9M{`_kXRG?uK{f1dwi z#K}KD^>vA7U(|l^;%~YR-NF7g{;hrkJFn)e)xMk;xeCilR_Vj@R~jua9;v&TaCE(D z`~S&`0ur+?UYWPkq7kR{BOG6_?OYzIXFO~Pm*$be6XzZ8pW*Ye-(yFAnK{%RHKwmf zukG=DXg}eBa!0LNG50AK1TPeyPMQivY%ioZHc|zJKm9ugrA|pLXZB^!fO0j`LSyv>6HG$wXw5$E|Yor?c zjGQGPCBsZpGh~jL@H1Ai`vye7T(Kimr2S#cTG6;88qo824a-(79K1ukr!6ZMEn|8Z zcZc7}hWZ^rkFru1GGukD)gl%<-l2AiBDALmroU0ixcwT&4n8|aRZRWsc{)NGg`h-- zF9(ec@t?Q5^0s^Vuo4N9C4OMQJX(DWd&p97$XRyHF$H~A!!x=h(E=?6DTNx!O0-RuRc)vThyn7z}ggFW_qGXXkWi z>>mQv|U7_H#UUKWIZAh^M57A9yKBCu&aniIo-* zitV+;$_jf43#h1)7*&{_eAV?J8dwsNP-G?$ltj71tAM_(0>m651|Fb8XCwtWwaxy7{O< zqQoA97;`bZR@{3uK)M_eRd+^O#gp%?+)Y(+q;zr8- zDoXNrj4c%*oaM}yq^f-<149G-h8GR3hz0yJsge1WPld)YGiMc8CA830bh%^J>2i_W zLQ~TzKWV|*#YC`6_5b!Z808OR7H1uC*~yxSNl@AT)`lhh%*F$)d+yu5aKlDcgw0Se z=o*}==cfj`jM942O`xjCfWKOnR%_BrWkAD#NH1xm|Nm@&rkG?3`wi@Ws)RYJa=MI& zm14=K8Dtfv{hOerL-KqBN=cO^U;l9W#XBcTKCmD@aFzWYXBK_-q6uSg2W%3~NS{5} zqjhaTJH&cPv7b^`i~8>0Y+(4>MC(2b_?;5wj3%$GCOX_s9n5UE?;P=&bnmYj;^|tK zJn+@|V2JKAPvLv$sZ1M3 ztd6)#b`g{`2GbYgYZwkZQ^OQV%L)#|m9Bei5w@z!TtL+?Wv+y@hYpGLdT&}Wd3ae6Asc^f>rvqj{TS@x9s-Q)) z?Bq_{7Qp&eJ|d2bVty?dZ=E-^z+RZ3gLze|c1vvSFbOClN@)~B>Dq14`f<{jDCCqX zY<@-BNx=dF=1ki0)Qfu**@;}QX zIm_JeW#q+Es%gxhzH=FS#8hx3Lc8}Q9d&lU4`U3(>>^%Quin?MalQMl6iF89xy4p8 zZw>>!=iiO$Yqd*PpC9$lVBb3GF`Bm~5+gKib8^}>_9%HNs+0BDfK;b>Pq0mP;Qi%$2anE0I?{8>3^QhW1x37r20!g50(>&fH@^&QYk%4BduiU=U1|ZXS%Btw; z$^7Qg@f>e)ZQUFY_?2igk zF%g-A$EW5Ne!d${yvJUp(2oFqnN9^vGmPcg4!73(~xF^0^@d;<1?K zj8*%=Y5vy=u+l)@Y64mf84ILfrS_qu6bxtyt4xMgL&hUjfPpoutG-^ncX%{{v$?SM zq{kv;mdYF#Ie7`!Am7GP7H?=A^{Dk|CoOYUqvd5fVf(3XrXGKacqwdkkS zS}@r2FEb0kK93IW|NHaIAovV58G?*alU3UWau7wg;3_(HmR#(*3f5aPAcpOnm1oC^45op~wHfswB|k)2Lh~G;+Ni1j1cz{RV`L)LCf*y|J=GD^~(<0RYzpcpXYa7KaXIq+}hunnN`-`Wq1m@HW|Li zoU>e!scmus)P>cJy7ZhCrkrJ(R7_t0K0v|0mr-Rs$prMeI-}mKkjf0kI-`-Tkd+$D zbw+cdLSZ%<>+}YNYSnD9S|+Iytych$Wb(=^>U`Gy^;`O954hgn74N+U(g<6` zK87PmcUP--#1p2&$cYuvsNKKf_0C!`ykXiU{(6w_yVTH2{l9ehMrh*;8c~*iTYA&H zx0^ppD3cqt1bJ>(s(_uzcc$7eYweLv~C! z8`dE&tpPhq!K!|8b&dPaC;M`ro^;s@2KFAITyp1am#HI_74u9;EWR^|?!64PyyoU`>nO zDO;Pe@c*WyGDTev|47Q_9X8^3kI1Pw=HIc<=Bx9sX7xv3E1XAy(3bLs7KtyjLpEP_ zhXS>>)VgZ@-u8ua(!6tq=VZ?e#p{7{hv%hv=Pm45EU)b=`?#z+R=m#mTGAWz>KSBT zRBA}gS!MA)w}TbNiQ7gjTN{!9<#QEzZiL${CzhLCe0fUl8jEh?YmF8=@xMY+E;4iZ z_%=;G>yyci{qsj0AMR=ym|O>@v*JN!Q=%?m=J$1ebzQ_6?ERS^-mx;=81)G@wny~d zG8yhoAV_f+He+<6A^Ur+xnxi|t6HIM$Y{tKL@D(r>)UIr1)ixRe?YuH2R=_2B(>-U z+ixCA9QHSBAYSK)x_EHaQ0;(YE!AnWi@sT%_URx+oEC?^ba};I1Nx%7@Cda$`I`^c zELa1Z?n?#w1$wY!z|h#Ge1Wd@!?Q>glqKP)(=O7nv_g6(?b<$~ht1hQUR)X<$!T_s z_u`i$k0IN%EpMMa>G1cLE47>>t?J3@zcKU;Y&r?2Oxl|b8F&V4tU|CJXQ90kQ(5`8bhMLclJ#%7 zu9n5KrDO@rWiLp&w@EI!b2q_e5)|s|d)ExFX?6&(dKtZ_5}+!N2G_vw0~+tn=jA5EG6AjaOPe=FvQwi zYp;cs{1wel8-8_xG6jqXdVS_=3mjZ**dqW~?u=FM*b%91^;h+(W!`Dx1(sNJ=g#Wd zI(r3L%{LVU7#;7&9|7eS$2^;5fn!F+T&sD$L&Y6HG(OQYd=MDj^Y@~^2Grb={^<0D z7WBzbT5#H)LcMPpeGXBd0(%K@*BUwG=31S(%CA`ceoQ8Hy6Q}9Qe%zIQstNL`Zy*L zzpGn@(BkPA%efW}QArx`>Juz#vXUiGai}W_btR1R<+6fTj)57N>6G%gE9GnwSY-zk z__Y63QeRmvwpVHnq;+c5%>mR01({7wJ2@$G!@h{{~6_ zE&!j}H+P_Z;0D4u1F2JA-_#Gz8BCe+xej9Jvv-}St{+xU{A(Poff#xmUGFRE4?@!( zbAZLOH_j&yW)00+Tw|@T_6q4;)p|7*AX(vQ*4l|)e4*4cYOYJG!?+jCRg;ECqS3!u zPd>3belp_4n2cg7-e(m_Bqo!TTI#h5L?cuu-72l5c<3g{+a<2o-I7==?X=o%6ooLQ z&t2@JwJ(9_m*lK);CnGdzc^>51A7tW14(^Qms-eV$7vq59R{9aNu7f9K~iyL+Xe+% zi2f&!lB@!k`d*GbwW0Qs4Pl&F`P<+8GZSt7BmVbKi4fyruN70(_Qd4kvYa_L%~iXyw`5++N-*RHXrJz;DIPTcRoPN` zLj~?l#!`Kt(Fx->DN;>b8^Q(rs$cr_c7}2LRqW z@HzbPZ};Yx$={Q|qH_(o;bu@CG%q2uDRG!j3286Iya0D|%3t|ymd07;pAC)A^|fh} z&?uPoV&Q>>4F6x(|0J?~k9>`DyboQCzd1+d9nGzWqfW-`sjq4q!$9xbnN2e={*a*L z;K_YH_r_WsZGA(loj1R7P|xG2j3JATIlsg2CaJRlJOU0vx1!lH4{B62zH0uWWyj}O zuhjYVOBUN}!nGyYn&~y!;=W_Cy2D+)@n?58y(4P9^;yaDTX>&-Wvp7`oqy6&`e`|h zqEs@PSM6Y$kvc1y5fhj~^#IEj%xI?p0vC;HsgTO5y=-l%nxL=o`{)XQiaB~!hX0RJ z{Aby0A5l%Eonq6irQLf^Dd$Y4emUewOI3(FQsEUNbl}%&O0{2?jZF(Js_RTj#6Nzr z$ZlWka$d4UcBgBxOsh1zUTk-%SY3duPotLg_7t_c6G%~OWPPKpE>+pLNz=$gj9ijQ zDr}X!5lQI0H9jHPsU=ev&U)6Zl=rAq^6qYh8t768KuA4ZN`QaO$7Kfjd}heUtE%+! z4B+`G=;c;6KjvQ2b}EDo1&#b1)1YG!v4~5`-HJwia&2z7{8`#|ei=y?AgUM+WXe#l zUO>R+BHsHH$WtiU<}jy|rRy@f0vcZLZy#l@A{C>zeO+;ug6zY6`(iHxjeqy_N&D*d zeyYkq)JGSah9-15*V%#Qaimzj5Si?lQy3%BlVUb@k; z*)@&bcJ99up?B+^Fj@6wN`4}eQ9t`uM2`C>y*d)tS4yPp_{7#8Ynn?hv5l%ZWDRT_ z^zOHHTk#<4*#AP*WoJYp54S&zKB%-7>cKm~hMnS*9*~KzoMj$Bb`t&BE{I`g-bRmE zJI&g$GVEyqa2K_T;%B4ZeLFU7+C}TMT6O*|>d)OFZWlgo#TR?C%Z z))p{Ye)XC)pz`ogT#T@WxHr`qMMQBfD6akz55(jQkL0-2# zu=Mi5(sgl&J|L@~m0mLhT46L|Yw^l0yA@T86pXCUHI0>#0#f}kd3 zob33Q%>y-}4?qkDq@Q^}CP;4_N%%9wSvec=fhSO$bJm`g0OlgP>Es*f>poP$Pjzh< zDp#jFlStYs-oa2-;^@-4E7B9}UemaR;XXffTUK(@{yOV9?rBkYnVj z6Ngg@?#u6;(l0tvo?Yn_H7|?AjibhbosJab_N|-Uw>Gz4W*wWZ(V}kvI4s_M@4!>P zQYZo!^gQz^L}Hy5eG#lxs)~(lPxXH@yNGweKvTavZL)feN+Dv``SNmBNM3ZWxvb3p z#(QgN!KHWlg0_&ogV!HY4cRH6Y&+}&Itk6PCGF681-BVK$bsFKv8-JByV*EJD^!+Y z=;c>M3PRD&?&Q3pvge%ilx0Pv0$?;cWu@k$Rn)m`mwmmJaCzr0-KtktK;SEHZp#v= z65azT0r^XF?vV>Wc2|uov&TDpU|KyLx^vN4shi zdHH+uZgUoITucN<7vC=Du@{^K_q&T9xC^$a#y6$vYyGH$>{Iz%og-PwRy)qXH#nm$ zrBk}(YqXsmub(vx98Drmm}yM*uDX_=@}=f!diJwBYFBHZ+eX)pZ%s*5%qzr9QQ%9x zg%p2LT`WpqeN@z~ONM6@S9zZ8{u0ZY!UB7P ztmL86H3p}+9$n`>ab?KRII|OI@rfVC1jh&5lL1JIp zwWD_LHmRD>H@XsVl_{Aab~0Z@H^&jGwKyN0jm_$c$J*jUYJhJi)kk^6<0-k@LS~+) zz6^4kEvzOqia?;;84kukkFE{hu3WutWN%6yu5IO#TWwoP&a0^_PI5q|Utx3xI=C6H zUkXBenRK}zbt0@mBYcI$SVdl@6 zY2P!KbFlmHt^7h}Vg9o`WCh~ytN0Q`ZxQlBI~Z4DlQRRUIX5KKhD zC;3@dXD;PQDqhgNa=7+i-!qtjoKjfuJRhqZ))0OK3!9@$*oC9vvO-zU=gGcb3)#g{U3NFbtXftV1zixM3co~Hb$BdW<5TN}uW402 znQqhd#E@B-7~M2u--ugKL>BW&K|+)#u+@@OYQ@@&Z^a7-IgsYUT_2L&2|s=c)TE)*SY1gq&MtKp7qctn*;D;6KBZD_yT-kfrH z+DObNJ|J$wApf7yDds8OS6usZsHd{V@Yh>^#v&H0i_(xLV}dRVP!%dUF_}^98zxn~ zwDVS>>ZIY?ZC|HTW?LpSyoxk<&=1LI_#?Am@9Qfin|5YRO$(@BN=7cvck2{3)yz{H zvp8qzk#wqWE@0bwz2LOqjjY14`#iN0ms#_rO}|C388=|fGabOD7Jb(aoLic{vK^=6 z%!3eXoA9IJTyFd0yODxJ{=#Fgr^Q8m;zwVXCXc0K9{I7qeA%P?>+2TuS7IZNBx~@_ zKz>=aDg|m4GMNv4t{r~TgGZGzn3mZ(8hEttK_E`V^MLen%tJr+*E=K2Z`>>Qv#P>j zOK0`G8W0@ll1Xe}#24g@#w1Jcx-(Q|WtG9?l4(#c+8Gk^G z5&00tB--y2wNfgJz36Kx&+uhaOfWDqFK)tT(s^kb@dGT|P5Jz~j_(>g$D~NUr%0EyD zlluAP3XNY#)7JAvPZSzBU0v*^=UQv;KU`gS8Z=XM zV*O&t%X?LgEjZwo9Z`=r)M%gM6||Jis-az;^kn{s5n(@bxTXSj@)U_Dx2nuyl_!Rd z#J#Hg&VHU!%1l0!QH)S-)2MgzYX3nxJrtGGPMJ{%uPl%% z0Szk4kIR3YOsd8W&lo@@T$g7IEz4Q*T0SxP14W_b`1B=-;QX4j^-q}6BVz4nc8wa! z8k;>giL;h9`Wo-dcG&iO=Vcv81SRHyP)}wfKgx`e0&YFZ($MT(K7t1&%{aLzsF3Ov zDJR9E2a8E){Rw0S(_)#qYjja*iXzr$!ct2{`Nn zzxwKvR(64j%lSFIQ(!urGM|w9IE=d|ijuPSltBl0}^62l(p#&N?QbMe%b z1@Z5sb8-jbT8rdyR|u{)F8ArpLiW||!Y%kuGJ2GorS<+lfwipq&b3p0;H@|B6S_=EZuQAO+xtI}Zl-|UZnt$Q_Gb6l z=uMuIs=qzmejBOX0lpF`GC!zF4ap|E5l-{LQ3G&HZ9Z<#Pf9nMZbaslV_M0T8@Vi`Q=F^6v5Wcj188Zl+K`x#^Rd zSWtG~m}~5ZWEKfCx=CP{S=eo>*qhy3rA6Y9%}^$xw^J=0;I&hN%qUPpE{ML!XZ`eW zKo2*u`M5(dP;6SnxS;VAGo$*u2fOwHcJFn$SNfU>$p`d^V~WP2-23!QodG&Dw}*PP zK(th>ymq35UBqEGYYG%WybUKcekMFH48`aG& z9}p;8qCW$>9S{1%g!VVnC@@oc9^t1P=QE|*v7T||Uf9PN4siZknd|~|WCytMEsyR5 z#_PAVHkLNP(q=T}*V?mt^7tv-_^%h+6&>vI7j_S&&>JdZt})#0A3Um?sm9F@W}hEo zIK1iX9?{bZ%w%lw+JkYgJ%o&(R4m&a8Lbrj3mXbYjP4J*`w9HP zz|BACZQQ%M{@69$t)m@>8vFj$rGT5N0p=QPz~iuP9LVmzw9eb-*inTXC-e!5Mv20y zr-k73VTwG?INL-dh4Y3|f(x!+qKO!hYNX<55LoXEw_pC@xV}2q;0bwo#T4)&+&3UK zc7l#y3kz_o*aFbJsl9OmMbGjTGp*=JEC?rzKLlqCx+fbQaMzL3>?V3^ytKk_fPa(u zAz5LUxK*yEM<4EL`Up*Q;c7{cx{vEtV0GL+m`=RappOK`l9U8n@;3_exh2%m96E0k z&raeU;1+0xx73u z{Sg>z2gW;rN&GouydkJ12+kWA0#46iNlA}xU)u8uy@H?a2+#xlmcvFE@;J8V5S-91 zf$Y9|7HPkms!=4}6v7$zHX@P&^Yn4S&5PjTp@iUwo<%ejw>V2Hn5p6Rfo~G^u~dPKoFdCR){9!jMikC;@_&f8{j1{ zstO0RaMURSz1Yi^mgVW?(gSo1PIGA&4|y=mBwa%ULBLdXFx@8I%n6vMTMAkP85Yee zyGQi20y7y~%w%pcQ=mn+-9cF{zH^et5&fLtiVKb4`db@OXOK3X`c7cNC}H}@^SmKR zcZ!Zi5?UVN^v4TAGS4jn^Q6K8;jluMwD%dAD5c$nW5*%_W)N7&#Ll?U{Z2v;f!|5F z`8&zYdRN!)>!!Q)bW^Q^fV6#+b{4ZAs#l*-+x z{^Mk`eA$spdN`0?0nUR4*`Dn3FQIrB}k4w-|!UAGs%YXlT4mtmMxQQ{`^6Esxs=Yo;#*I}Ik} z8D>_(o^0eR789hP$DubUN=_J&9IsLxt-wsiRc11`RFh>Tr7~`nbhSTAXeFhDz-e{sGxCPlH*y_a)37TR= zg7t1hNq()j_U}48E*l2w{BZ@8(3Sl#)Bw4h@kfB5JY5%H;Rhc0nn}+HM_#<>rOa4p zR{j+7KVF6#+!D?ejzMt`4J4p4IfsD1)0 zZq2DaJ?;M!>P`bdL7U?yVsaE~U{6BPt!ljbtrzXOa8v6f8}&QG?Xy3|Wa2+P01yLe zz@uY2d3k?uG6nN8D>ej6rt4K*51&Cd3-@okITHmQVUfYD^KmoF24_!;8bAztGG)En zfgaoaQ~`@naj?0652H92@v-Nc0;pMD{qR#T4Vjz2Q2~(U6|n>Eo<4O4NL?r1k0YQ< zH5Z!UF^!1xnszbPq>qibTf3t1gv}l#)mVq{52!o501^a%Wde}R!f8NOou&i6L3Km+ zZg`ewU_ElxH~aRP9_}wolb8njYE%%epc?dr(-~>kGDh*XM?Y+FVUp7gwu%CoGYV_P zB`mTNH(&U8m<}C)qA-D5HL|6t5VWws5Y-iR741OKquuK{E;DsC$mp>HO@YRMeJmXN8_frxO&DOk zq;^*!+Wrh6@VW%4H>I~1!_BgE9wlOfEtV7C;fMM-@IyE&luwKB* zN2ON|<#03Fdmj~GT!xz%*JY3(-g>d`Yk+|JrW7Y`>Gdau^|)npp&PT_LQ+=t(%#N> zD|S)roca2}O(jylZ9sruWl&aO7>Nsl)x=?J*iKG&*bs zxP5T9*Se3|0T}2|`JUT_IRfv9-^6-ZXbKL(7t`CELwkDAqjztTVsEjx+*|G~_tug{ z>2vyObaZYN({Jsg<}F5hHJ;+~thc!K;NGJ2;NGGR^?8b%XaGUIj%s>i?zxxQfPy&J zuKudjlEG!}yS*h325~guxtQ@hj`0lxox`;A3WrTOxl9h5%Q9We(QKyaly9z=9l9HS zmNp;i<|iXmYV=&DJjAaqsDSWPqBrE*U?qa5r$l&51Qc0Z5kHkkZlfwIRAd0U= zbn9yp&DOAPBrWi`nRf>zZ^&1@P>|s6-xcBc715J@@m;?9NhYy$d?PXMeVQEe9|4G= zz;ahaJr-oq69+jKKR8fKB6(t6mtHYB1<3%<(x2iJ)dLf=zjh3K+x<~tY2eC~>d;0M zv=aqwMQCpJqETow>dIP^>MISG?>?3{`F#%`K_WKW9jd)#!GRiM}k(e1!t)x)Nj}Xy+uzh z3kvC%VkL*^v0a{f!u;1Hl0@+Anh0-?fFfU1#Lpy>JLyZ$^vaS}v!$z36V+|Og+;5M zldl__SE$6-XmXIh7$WH82n(NJ2`KWG#ou)hEV=s=K&pO?vF&?Lf~y~6D2i3z{gNB9 zQ{>OtYqbZg*Ln`xiGsGGpuH$)GYZ;`g0`ce{U~GU{a^;jLTT=E^I}`0U4WwicO!|P z3`T!pS$Jxp`(!zx9~FNVTP{Ssz%wbXbynrof)5m^0=bEOw?dGL=*a($tJn)TlkY~TNMR?jwm zE%=P5F@Pc1|9fX2Lmu2;H-tJw05pTgR*3^`^Ej%|T$i)CE;%oQ8>lX=4CAa4dtn%R&Cv%8fwI4L6{tWB8qk6cB0&#PU0g!b^JuL@} zBBBTg58dva+Q2UTz_fi+MH=oCdl6Bw`Mq>jmPf8?lp5`isTS|)pAELo+B$YYPR;e^ zc?RZy)>-oQbSYrQ9y6>}=O!w|aYg=__CR#652cyCq5CQ zi#qBZBBFf@!NQ5B0rdJCx6;ewZA@a+*GOG<=_X#D{8Dr>H&E;khG~+1Ye| za_b;+N5z&}b*MU29olkOrTs8%IrBd`(pU2A86g0A##;84&emh@p>11*Pb1>~-xWOm z5I~GnOUrJZ1yqqL-`Wqj8T%K1NA0TqQU_R}SG1`Z*WdTI_V%->Pteda&zOSM=FP+} ztnc+_E#Sn!O*3GEyPNP`GtjXKTY|B#SDyLz-PkN112{43|F_e2V(!K<=lg!?&1av$ ziF2FR{t>e`>`!sPvGbQ6a4S5@EVpdr=4fB=89vL_@3*BoWR6-VM?Tp~>B4$dN)rlv zmf}e<#r#bLeN&Icw95&CG4jTQvG0o&b!DzJL3Aih7c3^D9+QX36mw21D5aQcLZ%*> zX&1jS39N!qpG#o)3`HA_ZA@AU0YvXoyZ^4S%WeitIP{>gsekeJ_niN8{OS)@`ClJW z+uN}>TyObbr|x?}($;T!Eq5n>z`oH>5_EAG#b1Qza<0dTm zT6sl_IA8^@w;pG_m*fCJqtAb7E!_soN5s~Hov*VSz~Fzr+m}}WroYPVQ`PZ9M4#&S zdgK07gH@kr|3BeB|0^q01Mm4i9oU~6#b;Lbj5jCu?T-8p8koCSf)D>+zgJ(pen2ky z#-2ysejfbz3;$xK{u?;nu+JruvNG`DeaHM zSO6S6{Y}_%+XBSIS36XF{sPvMfY?);f;xm^ZX*l9tB7lIcS46+$z5ct!65a|*@9Wz zeqiXO&Q~9V1hP#{`$CdKDoI(^vsm)1Hn~%qrA}Q6OXmT{im(?=0vXWoTJEP;k^1FO z${k^uB3JSGz+oBi4QGDrS*@xw?$p9{wIqs#u?nTQ>}XNGtiOcow&? z=({5Z47=66*x*@hs77t8ZsqyH(qKi6IJcH_d&C^f%^@z1KkKy9#Z~OzQ^n8E*5T5? z4p?=-23T+=?V=7fo=o#eTc#bPoksu4yMNpXSUcez-qWreQF)56SDDfSyoSGy{wv4X zmw5S5iDM4nwaP;Llcn_z6GTAgW;NxSR(cNTst`PCWC>>uO1Z14t188I%hK65m~pXq zwzz!en&lHLm(WdjI)emH#RCvn#^&-;ZG|oNfZVpx;2J0_!h50bEc9J1-7(#xr27ne z+*kGFg3WHNREs5!+E!gs)38v34Qk|A?jY62&eC2I$b6UHUXpoq)8=XO&=yy51KaD1 zB!6pDXZ3XTbnSHAbQ@I(oVjN5?p~Wc862Bx1hFMwB8zL}4~MNV2>yu|ub^YmA*H~~ zt`pP^SEUXo0+j=GURC=7T9q8!l|kxXT(ig%0kvLD`$A!*$63xnKgGpl2&n^#?f2PwRGVri}*tW)x438 zGD*wI*}$IP@!%iwi~{g!wy-YRJj!i*fO9N+Kf+W$6B0K3ou}GQvgL_NwiY3Pl+JD& zQgY)51>v-cAGMzAvk}Of6!#n<;I>5hvfhE1nYqUwMbcvG(d03nx8C1USN4?z{-J^5 z?M;!iYpEB8(?5Ld)cj7eEd}Gs4FtdeA*gapQ+r5qrM`6jHk2&ZU#nQyPrZW=%q8E)Kmij78wUq1lMACO!bj zuB-(mF_ERz%}6MO)Lt%O+SLks7KDAa+*ci5E@5YaEy0!%CCta~`z?Q0Ec)}1ySX}? zzVjo*8t>;Q=VO+^I;h{YDLMqdHj3r5e}i`+&7#Gz!7x7(Nd zZY)S33rKsmk$O73z~)T6%_0&=7%THue6FL+oE>jp4lM}^3Cys0Q|dT+wVrhuslx4=9hcosLZ}q<`hXcX4yy!8?Psak1bg_ z#zfWF%{}jYQCLXmNNh_>%W{Td7Cyk=#-))>y^m2*hHvtE`x}yr}WQ!3HDjsA$Vu@ZB|?sSEXqBuizh z4`Ko@xqhfN+%u>)lKBns-#EiA)<^;BfH7iE<*D;VAc7HlLw?P|UdWnjO=YtiSgcv0 zq1QK>#uzsYGYjylA{_WO*PlieSR;YT;k*~fpz6?vtL|GhOVl!%sGj_4Jl7H*+k-;c zB1F1d)8(_Is)AF-r|*PHlW%NPWh3ZybaD8y<99a_f&Ns>20ad@yIbW~;OdOVfa%v7 zy|C$qR1ww^r7KO<%FL?f7JX${HLz}1RWNRqx{B#lvbA01!5-B3tMx~QHSMpbDIs7~{AM))ezV;M1Uo*(KS+GVg|p`?vrf4#2xEwqt-Y-8N5H zm-{gZ{i2tY&TNSm8L1dn#a2Rxl+BW$oqYlv;qGlDCcNmpJj-Y^TaN;>oM$jaKV~O% z2Uvh-77-xysWe<$74QkoJi3aAV(0?&vLAk}7#)N;@Z z)K&|vFb-zGSPM&YatuD+s5HLW@2n*Th*s!XXsbAnZAX>WCs ztmIofN>z*sRFXCVsc8H1Ig$%6$SAUaiX1yS!IprUFZl7ww_s1#ILWiCE}gd z}AKe-vx-B9%#w^Uc(Nl1$~;cWGQPmRQoT7FkVdsueyW%#@*l*$f#0 zN5(b^(lUEK)f1LgjI7Pq1`AgaD`z@ZVIRLS{#5uXOPDqS_(hR`ZY_5uR#Au2Mk;)j zDNwL54cdBsSSUJJQx#9Hm|U4i3p{PlZ#xN@t)Sa@nSx+e0_HJdD5xNSojB`&DVa%3 zzJipAH`uwV224K9({vITWkR^J)d-Xj@4RX@ZeMvrM4~LrqgnQ(@|po#u={t6L?3_0Lgi=~!Nl;BEAO+)M!b^e<4h3l+Kt5wO$F zt)0$`vXnbw;z$FUW=oorCNYWLE>dpAQ0^3TKk0>2$XdWprX~m?S##AoJQuIgU z`=N@Q45Fk;)A^rTfS1%phke!vZ6;Xcrq7MpPA?`h{u0%h&tQL8@o8>y_tKm@9w2^p z5Pq}$d8uccgv(BO9^eILwt~&-jaUWic7{9eH`7?s zeYC#JcTz9mIZ@Kax=%H%0w^Ooajbow&B; z7?>TnixuV@kw77G;oqJw@8EHe!g7$LH}#Y!Pm!XQycx$a7pPQKB=9Y?QCmD=)=cC9gqED0wfkAK|i zWuI!vtRK}_^moZ}ipMbjS{1=uqmS6#zlUdQd5>LO)h`@*K*LlowakwG5;wn4 zEVXNj^~rH}+)JB}T6>qRM0JO3K9!pV_N)_ec)XJ0QQpzZ`CZ@Dde<3Gk0I+5Sz~Wd zdyk%_6)0u`BRe880elz#`EKfcvO^B z1S=t%wPr97tB7a##Q0Bt9a07Uu-I~F;}%%5_xAs36(IX^ziekR^rPDJ3~b(~`}Pdo z1u7aoOSgO-W=R^oZ7iF*3Plt9bq~c0#c~CfuO5FXizXUH!@$E)}g^ z^~2ig%MWbxDj#k``*D@d8^hYCZ48FjAg|AIDri|B(9z`{e~+%_Umo=O@K!D98P@vY z`&aW&QIu}~P^_{zBl1qnQ{~x{^KQDo5b%?B_7a^6r%98P|z;2K+}CTZy^WQ)NrMX&cv z^FxfP8~Xl6zk#hF&poa@R@ zh+QvEeVFEIy#vc|w>^V*@@%~D?utI|$5Dhnw__&M zyI7eptNO`uZlHJ4QK|rh@&4RNFad)-00ds-t=u?XT47+Sht%O_pQJe2vlKlVN&RGI zNI!X)+uQ4CDpEbtsK7N7)}mpt8Zw2Reu!IbJh+W`Qmr0u>NXW{+!4k)jARQ>^HOIE z5(=b8iA8g+(&D(pwCf1IO_IW$p#I<6CM)2oHF8(+Rp9Vbr^{kU)N2Y0e zkLvq*#)<^59q@U|yP|0oJ^yWVCv zGTGr4kBM|Yj|>zqk_hh!U&R7&%C=W-_G>SMMG&InzR`~hiP!OXuSozRFhWj4-GLYs zWbF$;jZX9d1&l}8mU&`5-mm4bovmVo)l?@|KytfNFm92SjrpraXV5IpcP8c~Ou+L6Utt98`eJp-Tx zA-D>Hj9LN6j*K!Q@{YpJ9xn*KN@n+yj>)c(X^)7a0Ut(ogR-#nR{#>YBH`f|P1BTa zZACRm%Q=xF?6Nu_E^$d?2_Uc7LAj7a_{}q(atcNQcWhOVx-kTE*$Ofp`QgT7E~5!T znXNPMTAVnjhb}PFaDA=hVq_IpGF_tPIpDt`z=@GW%8@)SY&t#~h|t+Q#j=#k%ulYg z!<{jM{F-VeHZxL>D>B-S-FAvq=1?qa0pHkQ ze9$54>H!jb$o$Z=qv%7umU(s*#&ZDob*V(!sCJ- zL9k#Yf$JELoCh^xWl+SOec7XlSylruW>o8wh!uu=XzdB0p%z+n@tSCZ$I}r1Ahb|d zNTLgGRe&KTdygmzdX~hBMeAhq3N2N>rVPq?BoR<|Qpf~pSWzotW0xQ=*hjy2=Y)r3 zELDu~K$pv0A$X%&>u^XH%#q3$S6hg-9Mh{xSt_1WkN-!eLLQ>oha&#c2Oq(gX827) z8Yh&g0+4Odl`@qPEm`=xvRlT*EfFms4tLT;dbL|skQu8b9bGOX4G`XY5!C5oMpn1Z zoo9nSNnd5^3*mmaAjo3EBV%gm^jc&6d*uE%KnKx=h?HLH|F;1=3MHrTOX zsG*B7IJRTyehCTp1&T7h*vT*CRPw4yL3qN7R$my-ew}O}Vv%=zfr&Wq?&7Zl6-~2v z>Z;^zaG}?V)`dx6%>i+u6;n+WzZsGV<2QmIvJ8aw7lpBsAcFOfd!K6!#zMnvRPykA zup}ZF(fK(KJp`DX>$n{Zh|Yte5_*TPvnZwJNJ|hVe*G8Ab^$bIF*n zeYD=yVnzfho+mDHOhyqwrtqM3!euCYls^6m4ymN#(+WgpX4WVl*fRh-K*Ya%=+8$W zyaYkiMH*5?m9PRFNB}Ab@PLx?SlK?)hNg(FnH^^}&Z3D!WuF(F*2?qllSs?~cAQ7r zWFH3X6z0JULU;#-tEQtU(oVy160O%nJ7rem>p&{Le4AXWKgpEL1WmjY$^)s^nB ztHOBI*y0yAXWLIu9-&wZ7tSXDS~kJt4Ls8{sUVYNwC#?RC|LhEjBvg*eW=6Ed zqCdq=sq362KR|PBR-$&JCC)JzaXAjW&Aw2oN5($$DB2Hgo6g)0;}+(-V{p_yhrWs9 z3@I9MfqlGj0$|nbR9>TlMVx0mqF_OT&^&ClT+=3iL>v6CsEM-*wc71d6 zYTTPgdLIdoBAIx+AQ;|9%UrPs-dEUSb!<_MMQU{3f{@OE5~ww%&x{Y_5MM5|Ct@1UgYFs zE~tCz@gX7*bF0x8HuIrMZ+ANw)4%s`*VzQ)2R?|bRLbY5Yh_Z`)X{)(pq~1MwLmd6 z`f2d-qqZeDdw=`+^}W5em)>(h9rkx6J^==#fvX`;%$&-majj``zmoGxk@qfCTBq{< zxvI$HKLfCSJ$-$>Rbw?cODLDM1qRz|2XyQvU}g#p$txtY?}i>*@u554bvB*{?0C(q zOy`uXMvXXD zDeEWKFk&NGr;So8HX-w_EX?Uqln;f|;cli^Z;XHS_j#=3Z>x>|n9Adcc!zpS@IL7W zR78bx(Y04pH^@~_Pbm&@zIW1lOmWc&0_0#9)9e!Zq4~T=D8j1khgg= z`4uPl)y@aj?k~!MiBlR>2jZIdVH8`OGerxt(W@ToSAKA*Yr1r9QBU=V-QtOPe8pj3 zP5o=c2f_}8G9d`84H?{nm@u-(xT3N>4m5ARIHk+*TydJHHRZprcU9zEr6#=qQ!?Nm zOd37lca|~h!ZNHIO{7flg>0{edZty*T6WGazoUkQ{*!N5!@>a;?+Bd33@3)eu%?N1 zQ)(>Rx`$2#+hZUBG?J7Y+uk!VV$&Z{@$>D50T>-rw|h>8X!kTnMj|JVi#7jGYINop zNY*C;4++zJ$O-&&rg56(;WXf>_b9Sy;)wYMEk-#g?hu?t_8z=%I`!{%xPsHbB`XOX zV5~bRmyG+q6HQAG$<&Z>o1j;@(StEjeZ>Hk)O#6zAVXK+!ev!h7UdY>ivqHTvA=im z!uNLFj_C$zLR~~SS7=U|VBLI~EPz~z>$VwMI;Pf?qh1YMWf87`v85~HZzfmDcWNw}?@+eQ;j2{a@(wv80#uio9fy{oXwB-N za8Ul5W26=W-KoB`P;^g=wHv8U%HmSvZVM+fW+iB`uG}aeY++`te%Jnk?~V6I-jeb) zvUAL38&nTT&s^I~0Jey^lOz*N528K1@pR1~))$dTW?z!Vd?kRUn%x}jr8|TQ3011X zI+KBB-pv|Cif-B4o9(Cy(N5agw^TKC!a*V}k@ zu)93V+GOin{^kqzz4r9iW9 zDLDge$_l82u-($>Uv?rjxxus3wk`?)>IRjrJ*o$sTabI^!6p4n+!9OFU3HU?zW92( z^uacQNOtRyX31@iQOursW7LfCB&j`wVMi2v4GJ>UK@SNNYg@=L?CzAYw{y)4jbUeFBN`8Z zy_vEVTS8EqhlTM5RMm$~k!91^SFn9+E-aSw^QD1bW(J)5CMDqcDckDNLlS7odxVL^ z-h(u$H}HPHF;e{o0z~v4phX!LUK6J+=(#t`ehBSsp}PfL&8Q$KTkiERhXCP%_RMqz zpyZ71ZBr#-xerqG4Ki5OpVI;fqC~$+>A}(laoUuVd_x6BoAvfv^OiSH1Zb))r|Kf;N%n zHDL1IOh;=f9fySl9jNTO2_{pDkg2}LRgVWJo5f?Cz)~5%9T9~Z$)O>3A0}1F664mf z#p3m3iGu-3(4FIDra_-e?({1zIgjMHG5Qv+Fx3t+=cubX9paL^Ks9~w# zQc~FLUKR(_U@#9DmWiG+OkU`tXGpS}&&F~orOmPV;v1%J7Hr67S*hX+^x)5vWWzcs z6H^Cxju9P3H>8oc=3w1ttrQ;CcP!<&+v(8gc?_o~RtAlCD#;2Vs}<%t>$x_l%$FQl z$9JDZC(A0D_Qj4x%#d4{U*U-~mx6OAo9o|Zr}~|_Hpqfz7=UUsCJ(~6It~Dfc=B`j za=Sne>^;>#@Xv-y+y>AkcrvMV2&ZPIW1|Kh&eIJ^;GsYI;oUXk}1K^;xjcyx5l7fzp zVDy&8dg}Jaz0cis2>X}iF-0L;5A@I4a?_yW{@Vwz`Gdd_piph{`+-grtju9_EwzWv|`a7_gLvC9~xbrECk${@2v)? zWctmj^PMKVUkEK)gH%zad->z~zVCjfzt(Tt@9nqO+qXN2%Z^U|!IQ1#0adJCCq2~6 zeWYelV;Cx1TdY?Xk!rr5i)~X1k^)+d{7h0A4NPakR&%0pXO^-t z30d^!&Zc@Wfn1LN>P`CLUBsE7*1c(KH`R%>$kHwJnSD?_MX7U%gWH6UE%g|1dKFfs zA)q5xX~_7JWD^ZLBz<2=F(KsD(-rA5iesD&G+&N>aKq~RB-PQ5I&+{h3w}N{$hs7B)1|Mx2N{K4&5v%qP3I&YOaXcb!bz6B$gp%Yt#S8q6@~HYKY; z{p~sp%F5sPHl@^zh)h@^;dM`15HPrnNoOQB8lV2Nr(N9z@$QiO*6RPRRcD%b8q^-2 zv;4T*o8=l}R7uD*mZ84e83Kh~#=cPm`c@10p~1r?k9n`dfp8H&p_m5t^D-`PSAzSG zKYv`mU%!zp8!45+9Y(b3E2>{yq`HBH3o`M;bei8LXBD+_@?8Wb-mG~UE~t17_u5VD z5$O#P!DS04s@LnJDkS^3`~}?x!NWL!Sg62 zHP|hQhzQ#jk+S1q-P4A$FB**?9jYf`d8-;ayz>XVxqQQ#@qctnk$8ah(T=6JSqQJS z73MPP*zr+0PVn-cA&`E`mbn(OWKn8hWL22*63ks@x{&xi@c5c@hI;VM zIIvrmQ1L#N>XS7ElY1Zz@31n zP3nuWplvPS(AGXFrXll`0NAzCUN2(Qt8U+4etvli68Kst{UK|9r|A@J!ID)E8Ozf5 zm`wt*tF^RW1D#oGaTOt*%i0W?DTQcz3~$TWKYaqNNKCqQXE?gO5QmME z)+LSBUSM#QLQl|$91w->D;fa7Oh3H2&2g9JZKa@TLF7jitj>l=xY2{Ni+SrgM!8^8 zvwxI;K~aoPI~zS+>a1sT5C=QH!of^;Th4IIYIeJnwl$1a^*~<4$I{?NH+OXWfnGzQ zjnt0S8kpuEUO1Zk)RPnzA^#_=gk*$g6SLZ~W2qBM6+V$Ywf}cZetv&{^WKWA`x=f~ zw6S(A6H##?gwW~_-qr$j50*`z<>p;E53uhe3%mCHf=2%)L#ALx5Fx|`+vT2M`GW`1 zx3K%EjkLFNiZDE>c|t!zw1?!bY%BuYgv{zqN&3SuTzxLaX>hndy6&Hs&sLd)#m>m~ z51V>SG*XF!HR9vMK?d=0VkV-8`gPW;z;6CjDF(~G@v`u(I46-GkiO-=!42TakS@!^ zrBqfOL1)FCJ#CU*>z*5bDD_E2q<`Z?fd1T!+tLU@(7iBMbLqWpL>_%AHM{RYylMLn z-#*FmF%@Bc+HJ zXu40>;IJp5oY8i}`c!h%g1<=JB2LkDN{eo+2!#v*A}Zt?>qnQ%1a^CVH`|;mlaU4U z>8XP0ScViP3kh4(qnV2)a7J~2SYDS!PHYw#QR?%$^^*(B^uu5Cc162RX?~3C2uiNR zlwM>;zRuiW0-|6;%e9d^3}iL$(!wSXYWmqY1_75C>$ktYetEqdw$j=5T;y6>^Kdou z8St0UoPg-s7{xM{0{>RzN0So|*KGqqxs!pgYs4w+8Kr)>8E2d5oriZVyfSG3GmN+B zLl_UqNY(rIwl)Ye3KP2S&t9%P+_QE1=TtHKT%u#bPrn^&Q?Ni9$${q45|pzQ4W|oo z&2mj+*pacRyOIIeHP$=!5}SzNq9);q1S5O@#>LLV=%+Sawd~h zt9H&Mw99f*#%1CJfw?ae$R0;)Z=?szI)}_VaJ;c-DK}Y$ImXA>1*Du$BJ_or`(WjC zh4dRBZ0p>B?G~!yj=dU4bRG}}pMD`Om&0ScNfk1Dl*}mY>3tMGR9s~`!Rz1Xl+Wnq zTaM;ZRGy!u^mqhsc5&O5@sD$c)s&u9dbN{m%H1$(ZH2NY+GUG1ZB^QH=!KJhFqv#n zfmBC0Llu9tJ%x#8QkwBRz&=Kt!*k;vgLmhRG5`;G@cQf9{mIeVfWt9V^s|1sp<~#8vly%MdvZLq@=sT+(=}v!P-zv9 zT>zL>++I^jB^;cJl8*z15DglxTHgvBS^kHeCxZ3c={wq#`?P{t=G|Dm+Kp4JC-Ne& zpgmloq)nrO%=_v8m7hf?n>BTkb?o;3C+@_xhQG_(_dw_>y)Ka-FLW-l^sdJM$--dq zE`7?#H9;+70EcIqAhM^A%i80IqsBo~NSMO{e~#c2Y*aW_pM4uv_=3+-GerKe%IlDC zK2rU!PeLJ(Vgz6%4*7d`2Ycpp@nEU3oL#Y?wn*m_sFVTP{i!TW>GOaZA3^xnKTwYw z0{24h4=l%b%8y1irJ=D<=DZ8@XUQ6fLk4l(*EEq7%7J2xuG@Z^NNCcCA%m5TWvBDa zUfq542*O)%tT!|TDNPMSsw9EOGV5;XHR<-SRj{E0g-J2r+2XKw(dUPHMF>pf#HT&c za`=NPiM~}b(g%o1{IKH$kpK1lMtq~`kE!_V%9U(EaYrDDBWh}*OVTTi;KGT)3AKCS+y#!RKO}y_KFTsd`S{q-gBGsO&C@)-VvMQ`v4e5ZHw5|ETumT%Dr_-Y=HXJnDK+8T&{0~`>Fq2+b(T!%k4&VN)*2Af zw&Aw4guIt_h2JVCa|6oXl@yLB)+1rDNaFgPye$=O7H~n9SnhH7XNa?chRsO7V`V+J zr#i{DJC$Uc_x78t7i4$wzz+O=6${Hwh!H1254b^B866oGOh0Q;Hm7-?d`vE%9iI+6 z63@50o0_wb5)rsZJN*3O*<3Kk4B9Q^6yeU@S__0Q#h4iA*7gS6g>Rd{dJH)JTv4HS zn=*X6vZGd;1ykJ;3AUwxcHT82kJAH}tf`6ttr$<){4Qrx%hK*sf#KgUS^bcD0l)*x z=VD)cULU~s{ln}Z5nq21t`6H!h|H(MAC7wa1)R4@!VX8Cq_TuqZ`~&3#p2imqAgb& zSyelLyYp)*-T+cfWGHdILdQKin*`3f zLd4g0@o{z{lOp+QKL9Fg70W{n?)XlpUe)R;HevoaBV@9%A3&dZ_F6E$1wirg4?Q8& z+IQKJjJ`C6$CYY=dAJzF&~A z7s6=S5QdoP&gS zk1?R}I@aW?O+H#N_A074S*Zz%o|=hYk9tP{=0#yvLix}mM3M0-aag|0ML^tT{kX8JDv zpTj0?)aGs|o6_c^Pf|}FY#KI`XIJ%8+7uEuOFO?S|C(TSN`^1^q@0}0V@UA~Lf<*o zv}!0Kk*V2Cv&OfJWkaDU1A^s$Q2?+$MM)c`1yK+s%fij68NK5Bt<$G;AibA-6L<0FHl41YXG? zhK>G=Y1|BLl>WsDrFJCzF*MlPj$)bf4k3X&{@8L);c?d{7D+SZ!DlTF#Q98|yh0NR zt|pxs?SKa0s#Cee;gb!RAsN=8~t&vL9NrcvZO%eq+(Ib4uS6&lkV zS{pxA*gW_5T@G1J_e+JJc$!g!c}*%!OcM5x`NS*kQ19=}!OfoD zoXUK^xH_d4gg{fl>||``4xERkI49yE*3x#NaeJB1=U!DgPv^;ztbktz&(%rKawowc z5v(08goh~mLDrMFs*5L5Eq&zNJEjd2?CH7GTc?1GR@g}tRjT4W!P!D;bPNOPxoA>} zkbX1k**CA?GhCDd?V=PcOPEH&_!n@5)CmhE9gL@CYf^_bhvGo@Lbg zAaZCF&KxqZQm|Q>Bqh>zcqxNrUhmSPO7s3XPB#OaXhPwtE8n^)RpfAhRAne3x;v0V{51o0^auX1n#7dmu4Q35KkF{eO=CQ0Zu zm5y?P5of_k5e^#1Cw}&q`P~Z)vt>1Yzj0Dif~p@(F-e-V(DOdsOL$q#JXiHDyZeEi zAG`2x(mkT|&o|6b2-}Myl!?&XC&jD{o2T8pTn7xC0N*8cca;8YTPDdXvz>kCayl77 zf^k!)T7QA=o%UK9&=9ypSpv}vR~@GP-&^1^0>LLnl2XUr!Jme zxgij9P3%}ZL0x9r`T_=BZ}GPwq&A~%57Y}|6P4EK5xP{`U`)Ti%q&gpSl%Q%thKla zygheRT&V05MnCy#N~+C7@{F)qL6l>ehW*E1oWp0wHDrS}HSJh3QME1)w8Q(6#JC5( zvG_>256O52SS(r{s^>v=!b>6sf$CF4eRuZ2)$3mb4}avpH1Eg*?y~pQs=wsP`-`_7 zh?_yggd)bz_eQng9UdzpG(ahDQaMxZ*wfgaYVg)Zbskn-)DHy7SYkdV2U0OEb{`m; z9y=19Wk_R3%jHTHt$~=+&jO-5gv^&{Hb-7In+tyHw*E8iJS0Y(4^nl6Fq`ea5DaxKa;5k^aEwhIoEc(4tbkogGi;kc^BB{D1 zEffsp17xBPOrsk*byzmIhB(rQ7a1&-a0%pswmc+j=F;;9i>TLK8|@1C_+|FM!EWlJ z>{`2SVwjD|Eraa=*6A0~X|N_YILC`RD=Oi~%=)ce-~7yqR^`XBAxshOWa4E3uviI& zBR~?`GzmkzHw+_=?6mKdXiDu@4v8zz&*l3uE^yP^h*Al`a+S0@9#lk@ZB{fo(GG%h zPh(;QE=aRe;u5fzC|Z}Wi>&>JwSbnjgdWx^wkDMXCI8iAU{fY6yg~$^hR(D z92Jq|2qAzbgKFBN-|yF<%QDC@q?KpH@fItyYM5gq-6X(pC7w?8eQHf&n4CQ*R*4~z z;BfS_t*Ijv<+=z$}W5Oxv_FjJ&!b{ zv0ZiohRl|GS9$A(zETFoG-=58++3N!B8Nty#pToFfzIpfiKrOqwQ#DK#uu{K+2y>z zqfF3R8L=tCGQkGTTFZjS5w!H}BUK^bS@#;DJz#&E*;+qej{}G>5y+`d`Xz2#CnJSI z$;J+#ix*!1xUvvAtg;zUVq^IP<}aBDr;*xCQe)IX^hk}T@xYlGDjS)hbgn6;X*&~w zJq~v<=M^aMU`|r$m^RK}_p_Km+;gSa=Jc>u^kS zG6O9GU8LzeR&bp#MsD2FnNsEsotSpu86A{!%0Q6~Tj}#eVO|fp{4LCg)J_ph^&NaL zok?vY(dy>~R7$gwp4xAX`A2$O1V({IYPq(s>c$s?a#h*+mNdMIih6ukXr7W#ED@iQ zWZkd60gkhiEE5tz%A$rSh=aMHq!Ue;4ZQ2fBIYELM_M!vx(!1pv+v*AUzZQI94zgI zBTV05uZI2dx?Uw&k~KFU2oLa37}s;G%W5d>-LTTlUfP6XYtQUDS#R(HWfi(+b8ipk zY;1;#1CSQiL#@M=!9Eu5kmv$hj%1pj1O_rQA<}q+ia=LATp0?<8qeQkLxhXMsimII zw@$GKQ`DI_m!RVt!>dvzrD#e@qg<&R^HOV*ZK@1xj^foAi1>7Q;H61zK$9m z4yPj;l~>JC1x6-Ek3!|>>u9L2f#i|7d)4y0R)U%{!a}k(Y76r;@&U_2OPek?_h+3m z#SsGi3qIaucHn4O)f%C*GDheSR?A8=>m19hY?Wzs1jLsd2|M?~A!kS+L5j}>MOW^& zaFW(Mk#>sAyJL(jo)k<*;4RMbh5H|@`!fa|?-+YC zJICC*%yPGmoKX4!(y|?uAVTup))gVjOPK31SCyf%+^pG3sxXvd4ZK6wa^@%&ak_>a z95>U=w|^bRPkUib@jO;_Aa=BQhQ2?Vvc{aTxGE?1G<|q-9GcL$LKFZRQR+9q9Sy0i zEtX=7oxSItvPo^Trt=K`Qnh~KPCbQtTs*b)j6hV{I-1&^nbW0Nl0L%lb-(&f2gno7 zesnlGdR|r8I;UC1tL3h(rdbyK7B6{CI3qM&dScFF={noaK~$8d?wUHS=e?DtxZP=M zhKyJ{)}t+F#1$76XlnfrW>G`=0odEO0mR$R)>*mA8L$SBMs@TYuu@DKx7q`+CIx4w zIu~tu#x0YhlMGdGTj9?=Vs2qs=QeqG);N)$NH30V&!8TsVr%|QpD%W$1`nMl-k!0u ze7tv%FM6N`4Al?JBt>S0P@z`Lxv&x|L$|FN&rLjj3xYLnzO^%j0_xG>3e8_>w>>~s zs}bLFmA^EC?J=v0+)BuG;S|2~{pZi4+KPtL<8I)Vv>^@}5v((xHR0&c|F$JrsL6F`padLd<+(_C6B7q!_USN~C^hkEo zi)|-!IeMBp6%$V|T6UGe&Rw57b2_Q3Gl_N|0JSXnwu6UFv9bp+;$|#@69^blyKNpM zJ2167JTDsxK!CN4sKuF6{Th#ehaR@pZdy7y;hX-^);l3DXO5P`90Kg*L zLc&ov1%T4qeb(C5!ze#i)7dOtWn5wzU{1-D=N`5yHjEMSu@7Ll9=JkUBc`!3b2JRJ zOj-$N3Z4oxS$h^a3<~yhDdK5gH`Zb^&5F4j23jO$KnTToZ-8XW15L6`fW|2SO|yJ9 zgW)L+C5%l|Pi)~A!9nc8x|ftIj(%lFzW(K;uPfuG7h!uSG!;O@i`N83xoH|Q2&#*L z26l7VZbH3!8>6 zjt9+SJ%HzxHb5!!L(mIHX#r!xTX?-p=e<*#Y}I`T8u|L$`TP6pCSl{2ppnJCy#MFd z4@B<3qxNRyQF_l`(eWW*^4`@g!QIlF){<02lL_F0SDIR_-NJ5Bo)7>bpEIZS@L9*N zFm_2~Z#0%&A87xt2zO~zW9mqBsuqJ_^UY7>rq**U3&c4h2orr9n^NryGkM&==^Hi4 z7=pE_7Rg(uZUi)L#@1w`on8QMEmeX$LUgDKfa>HCKv$T~<4I6U`@NUEsk;r}02^V$qt{kbfor5%4`j5oqTaKamUluMobnsj*`w%;yN(}C zJLmP-j(J7Cv^2^=$cKBe-WQ_~w39}HF%YxP3dxC4oiR`yVBq+D7xp4C2ZxD+`7_rEpPsJTp~Yybpar_GdRW=eR0D%V__??(GWL*C;Y{FvTU;>^M^rt=%4%PV|s%kO~kP zbfTB}i0DLb^Vb5Kd_)ADc!U{7=4kEDbv!g4Ew#tuem@hZ#BozDsxK!)+f z0dpxgqM4CpE5pqrW!k#A&V4Q%7XavlrYZ|n=WmrxKax?UUIjr(S7}Geh%v!$bAjr*4(}BfuM^D#Y;a+JdCPv>Gl#x~&`P(cI#_?boox@9bS%JO=-?(4ugTunj zq`?V$i?QY}#j@>F)NJu^&BSSTX4Fw;YSSgkYTknF;$CHvX`{W3;=~ksHXX!+ma#Cka0>6>r#8`+-D23 zFp!Xq7qfQGkJXHWJtd@m5$v3Q#!y-uBLdtVJdPmnPaR-yzxU8x!N^PdDSBObWb!ws zY}_1eW9kP5B;4bh0{+@JQOX#9eqBXfCTy}QjRv_{d4sXvu?kc1PR}xy1h6I2b9H`n z9eR*uF{~WfubX#zZ=xd`SyZ2?7fqRxsjPQBCE0H|Cb{E|az4wGK`EgNK|sfwkNKnu z=sqo;4;sD|)G57rN=S;RvhyW_zIc|;Zwf@y)|_ll!qCZm8R&J{ zKq3JyvIhw79rBE4Y#SPX&;`QGzfc17m&gipvb<@X5}?lir1sT@5?<>}blk0H&O{lC%88@c<+4nFE@mBNT=p_`UE+LUodaGmGzXMsW2#u54UK z9bdGF7QvpGLm`r4Q_?k|D6rpqyTUd(4~XsHteg412>BgbiN#Rl?ywEhPyW3xY*{L77NyM80(f!&%1Z+JotO@nJv~ zdVuR-b_i9qzBCOT>;T zX{B6G&UDfP(9~zD>=_IxAq-3oqG7G=DijKsFC>sjiEj}$Ll_)^Nbjfgtn$6w%Xr>8 zsCZhvMz_^xBfMzXdnT{rh6tu*hj*5{ef~L{-ifX4cvl8;_E)B~(+&Gx*(ESzou~RB zn}shdn*TJw?}EdU7`yOp3zFUR1xF(3)dXy7C=9%l*`koXX6R4>@>G zi4`UW7CX%}kKnlCdJ(vXt~n4hTW*`}{Y`iwky)p9u}T#Cz5p6N$~XFSrf;e$AqYN& z-a~E3+2oSzKjvm?b ze8SN*;j~^i*`r?yT5%1h#zeWJV94`RTtc2yOrBs_Ws%8o7kOz%M#~iuHy2h{8mZ)u zn9^iJSTk*5J7x`yaI$MiaDwgKXx;4x3q%($4k9A(&D8OZ`5Com;<6pZPJtyjIMVPq zzNKje+C1~wRQaMUl3JY}Et=L!;XUR&M|NX1tNX^bT4EyJ&00|4Jaoc6(57$CD}?sX z%rQwYA7x%>b)ha4 ztN%sB3M_LAU%%js^`P{4T1@RqTQvks>zdL(7cQTP2S#T;3x~2ELz1evy5t-D%o0%e zjMCxb-e^SC`ezX4^j)4ax2ek+!4d0WgJRDS5VmfTnbEb=u@}?Z^-?&6BX%68jXB?o z(NFMdc5`5aeOgJ%uH7T^DP?ezt;e-K_ei%|abJB}Np&>l7*PtZ2mJN3H@^uU{V0B^ z-;vkNig|PsB2)*f)9V@)=b)V>IM!R=eR)~v*MLbxzsJjC0|f-j`G_cQh3*rAILxt8 zdjJ&sW|>P`BdBo>F~1Gz!2Nyziin$qE}N)!mhptz9pwh2sT${xv7Qf=4c^Da}7nx>Dd?jtPbw~@?y4V#Hd|{t~h6JUsgB)SuNRz>tnHxa|{Id2d))-%H0sr@KKrpBM zjI;2-Y={e59BeNBiMuC|DR1e?QG`;FD?%O8fq+_Au?X)j1Nyt(Pmrdj1drXeXEw@$ zQrO>^$#T#}_xgKiERv3_<1QT<2lAlT=YR!7I2o-W0F4InGZT14RCnL(j zkL?6(=aVtG>%Gljj;NWI(rkxRh-~VS$#>FCAH@#N1^Cl8{Tc;h3%G3dB{gGF!PU#5 z8LefWtfheEP1!T-qE>j4VNRQ+6$RE*1*GpUU13dov*1*grng7VDe#>f{La8N`S;RG zvr=sHiFY&GNs#XIRT?7gUT`RZ#Sd73I<32rbh%)QLaWJ%pQz1^l=o}VPNAi2Wg#4V z9dj}kkTud}@n(>b`(?Or+HQbsnH$t%>f6L_!(!oyq^ex)%BsPs3_XHD(wu^f#mk44RT97D*aGm$|gAlaIF@r&-idMgSx>T}u@L%%(xSgR?)D z(UX>1s>TYaXw4vcgOtkvT)yh>X$zu91RJ}4~uFRP|Ox@}@x~Gakr3{OZRwSk}832NxEw&H) zXiAo5OEQ`H5iX(+xd*AB7uBVe)VwL^R_+p@2IpBf4eIdXGwStUUpy;Gfu|jdICD~T z8!J4nO}7XFsP$O7B>NHZ_+njK839iA#^3{X-bQH9m!(dT=kM7tyJ|f3B&~R{0+WO) zcX|>mI7+8+0XRA{^H$Dm<^`rr!@t3}5bhYOTXpSNf0e-T=FCFA-sPXetZ)wbOPjbB zqJi-?#P&EAfrg@X8p(3JA7Rnw1X%bSp}p^cx_>-@ZFZS2 zig(Vlb~H`HX9F~TA?v3UGGELzD5Xm8WOsF`!5$&nLp`@H5YdjAY?7AqWQy@yWQ68oXO3fMC7@lWEtK zH1FB%!;6YWoFM&8N8&M13`ZyzyQSt=n8B64MQ5xlg>PBL%d4zk9y*}!2Gv2@nUvqP z@HHI@wYj;CLiU))sk8Z;92KPS0Gl z;m&lc7FKRKpHrk&WpYSv`$@?u^b zshPiLnINKyz2TdGt}XJ%8kc2JwcE}Y1D(7DCJoPwWuVxT3OFyKoGjNWX4=e>f!kZR zyPQ--^aO8cExb8EAJz?$Xy@a@jsSE>)$&&G;hNBFvFVHx!XsTa0*zg=Xg|aAh%J{V zc*B6VcaBp{O{ll6cFkfVo&z-M_Z&Srt6yB)DDxQ+`|Pdj$gb(;Dz!zsUc@0M@fG{g zwx&$x>9_$yRPC&f&O$hm+5S=Om;c-5ixU14Q}-zsp@tvg;f*$jyY`BVwQ&r5=j3~F zgJ}GYK+@KLONk$nEvTJiOVjUOIdB}3-0Y$O2B^pDEYjShW-~yIe}Z-njM6 zMa=>@evP#p{1w65G@6Q+32kt6^8W8CrtZsu6+1?4Ie0G|y;x4~FO(K@c>-B{^7A5_ zd6iQmKh)7GqO{U*AtOh$gI7t`Al&7+z>O^7y$sxXVOxe{0^IO-sTm?LZ3mR`b5Lym z6OOYad?3Pj|0LtWji>7i8{-Spp!6lyA_bk&M;7U%wSba5uSQ-u2^~;j2CndmM7lq` zlajqpV=B)|f0D7H=~GW~cwY*{^CXgf*(W3TeEdX;HykN;1Qf2H?Mr(0W9o{+bRTO{ z#i@9T%*Fu!uRKtd8zF_Nn4>qAvO{LdYl4 zjP-7E3_Qu7x6<@SD4O~G__)yHC#+!Ywgl5y6V|N(#T3;fYa}{O@IO%=F7`MQ-oISc zHPM+VrdLi+t(QK>z}ku)pTOD#u~_#EX^x@9o0r-&UEmIL54y}VsT$ms-Sd8_XOwz4 zF*8XCjenJ&bt{crI6qh}YWke{U?ltY$NSq9I*;wJ3n=i^wisS5RG_v^OTIU;mF600 z>3PGI1$32CUfi2&PpS;75o0OjFf=B~I* zX}HWE<0JUM{P7iHDqO_Jr+qTJ%&NlVtgL{Mn^sT}d;VKNFRT|+($M|!XrBu!Y`i16 zHnUtGhMj6YwlIh33Z$H}P?t(VEx+1D18xDF^HFe=Cr;w0!@@ zIxlFcbwU$~7_z^aA#4^DI}n;q8afX*V^HUNe#^pgFxq3P4E_}?9`>#Q`xP&CVq(tN3vJ8O8sCqDB5sXR`t>3Izh6PWqLY{C&f zVa-OQBS2Tif4b%t0C|;MnuTb>OjuiV5cr(uaW3D0)rt;Y_S$RJCU ztGl~uZhOnY6h?AQ7|l5Xm``vvLih}KbCa#0WH|pnw{V3oF74jEp*}h2mNTH`Yh6e@ zw@8MVdTaoIK!3mHb>GaSusejHtPW`<2=+2X3eE}|s_)_(gyA_Vjf5TSw_$<=+8p5c zo*~`CGL1Hd`nD$gq_v>&Us@O)LtNW#Lnjj#f1jXJYS36dOUoMKrMx77^(VEIX98Ak z*I0xFg%AF|#eVw3pc)0s%KY*o%!9Iye#@~MGR`dPC5yBMF3A(}i|p1TA$TbkyE?7c zLIQdB0uxeD`NgDaKLe#HthwaxLRXz&9Qwqv>iTR*`)WvuAEfp-9KDOa!_B!cpYiID z1_e3(AolEe+OgIt00dmF0!4o3>y0k0zyz2NV|2ul^?KF- zQc@*=b;qtOEA_yR3I2D*!F%7k!TCx$vh0-Ok;-Kz7x36P3naTKU zps80$-zBu(s{{!MxP2QBt=nO~zOcbo9Kv=pa9|h(y%PkzaL7fz=DU)^Tbkw*za6NH z#v*E4Y%<-verN|DjPVuho3jm-fpk^m#Li|^ErbIcikOR zywvk}Tn@>fUtua?jnxIkKyk2BJ8ANi_CEr+55m=2^s4WIfpkH>9@P^HzL5l9DoNp8 zkWQCt84rDL=s-`=OZMTo(F>$(Py*m?$&R8-A4KC%6@9T{v2AbMMy>UFvc#?Ig8f$d zcM)O2uNC}Zy!c>SgGUsfw&8W|LaxL@uOArz`@LV+wKB`EHZd<{OzLK>qrFbpc^qdzEyP9Djr4)hQZ z#6N|%5z($_;`i0p{g%0I%GgYLttIYi_jT%6)?3vhg%FJ=nOKTJ_Uebt8tR(*wVR(Qc}^0veobyP*p zS9zv+aHu6jxrPj`qqYLxg5`}1X;-#>7LJUnF9gfeMo3P}hvVd10or2D)dO?YSHG)Z zoz(K`n|Hon!LNU4tb2b@qAwfw;Z4496$0es6ui=Ki@S_Z5Eo8$7otcRSU>#wVxJ5E zcm;l;6Gw1Y3|MNc%b9q(VT|;F+@FKq69{_=gp8a!c}8Tg<*uSsRqRPu43W#*f#CF$ z{yL4M4r?*oW$xr1b%o2gifzK$ttw+YM3-N`Ah`AU`@etvBsXELL<7l!$(V0gjw+s~ zz>m2K=)^-r5%T+#z{Lgt>)WO{1Wc>E4(tCI*QeYSXBEar=_dpZDOglJ&eMyXWQK3DX*87ksZ z4hA{_yF-~X3Qa%gigLE~AH-Pc&k?e|j7k#d9SP(B^f>t}u>p2NUN*VfI_(mZY^Ic| z{&GRAc~HG`vc45BtuCUz($=aks@*ToQ<7pcy$mD0VhWrv$@-GOr0nZ<*n5`arXt=H zVhzB@P5fQ;PN-ul09hwbD}?ddLKmDV=gjk)_gr;BCa@~@;!|3ijDy}h#BigK%!=>? zKd<`?<)V^@5pVL%4W8S>O2tu?*uDZ7UCr8ai@;*z>8YrpCXq8gXq7`MZVYc&GtZj? zVn2PgyA5$<`TA);YT9e0JR<#-g`THXKsRcI+n&1{HugWXI=7Az9-j?~Lc*F?B6vrJ zSDb!I_C9dgs`Q;IPi@n&7c(kb4WsKS#U)US3*;-xcce^F525>njkTuCs$fAVW`*g8 znfqn;UuiP{Y@@y0Uk+gJJ%cKIzB#7NcK)*SSDVcVuXOI08-CR}7GuZ@-DTDJ(t5`; z4Nbrx4F2#W4~DU3r$x_bEMapr6s9lMD=HFON1iJkJQzTcy6sp+O<~Eb+v-yY062V@ zs9O>xUYvR`3OKj2}k}qcPIeu{f;1W^-aUYa^ppE>P{U`g| zhBA;teP}bKWh)`fhm%=Yc67X9#LHBO`*uptjgKhT_EM*r8~jygyvMNsYCSap%pcor z9StQgv7E6y*&)LuI*xf{g2JOGepRzJ#J;LeNVKClC##*n;R&yGnO9}urQQV70C%(< zGuNyN%Dz`eJhd7q=TyAL)2=+<;>H5sB9YYNdy)i>1t0l@Dl=y7B6u@A-r`ju43R0S z*nlbzAgnxST|a}l2{Y0@9x}w_+93AW6)6*^bd+M8TA!_?MmH^QAw_F%qxu544|h2o zO*jm;2k)zGY=`~!iYVy(CAVV$uHh#F8HDYah~4q8E^=P>ubm+A?@RiN1f_Ph@Sc+S z@UmZd?Ur~mLC29YoT~{l;Om>m$!0U5FlTLwd07Qjdr=GmUJTD{zmisqm?e;S<3vEA z*0(oHv@4xk%#15`2w5GeBK#tg+o*nQVvg*XNzYr-IiRDP8gm3pKFY{v;>R0=K3yep z8C0~8n4gBMj58d4HDs{u@}Y-U+T1@}0jzAs)nu$qPJqpF1c`--zi_UqscfUhj0#>x9g99`JFF5b$Pvl_t zvHcDvyu=pMY@KGQ@)-Al*{nMhr@rjt6KBHQBNrk{Nn-VRF(aIwHusj%vGBoM{N5oT z!bIX@excR-hG{O=gU7=|bIMm-<|TkYO8{>>mtZYXH|+!0d74v)u;LxhOjEGVH|_6`WS!&D{SbU@MA1&g z%VFyMHs*)27G#aa1*t2Ks|b?QOp63-ubUMUSIt-^4lR6PL8TTBQhAKN`(`@RlD{12 zYv)TOqPH{|>rB}v$a;6)_1ebdnb^lf^2N+6?{aYSKD$!05Npz5bsOZIjWF|W*QX)N z2#P1|wf7?e5~}8=-)`^ZnJ9QUU#*vsLA`NCo5beB;0J7_94Vj5eX#y-G$CIh?e{?0#rt0BC6A#gy{Y z2?alvPhS3DRLS%rkwsHlzVpo{uUtrbQR|wR(L@h(@gJs#R#rePW~%g9FNsluoz1xi zk&e%(hOsw7v@mO_mgkbJ1YJptEgHmU19*?Wj4Zm!+)Nt;s82C06DTagh2n1w5zay= zvAMpnPWU38KE-;QzPSD~(^q#reUhb-lg7V!!PdT$>*z^Z?2))f-#4v6OMR6^5#X=% zf}hS!^b$V4-i>j$dSeKld{*>LF=F!H&LNBx>ZX!|M?Ii}q0e(p+DjL`TRX2V)5{K& zE`PRaTzxE@eHRQa0dn1gbujNNpxF^~_qVRFb&GFbH`5;#Xqts$w`E|JSHbOf-BXtV zHq@wHuNyBn{?vqtT+euRMVpj1uRDH%V8uRZnvkaQULB@eo2C zPK<{uxq^O0z=U=6OmR}Cj6F`ra8cH2ubz#ZaK|7OQR`BM1#QfWkIk+B3JNQ*GMYaI zXzArKV=b@%oltp(tmsht?Rg5Z*Dw629DGMGGT=Q2=X)u z$Y&Xw8w{gq1E}OVVE}x6+fxI~7}z!X9#Z*vJDee{cW{j2+Fe61zHzB*{m5P5=McfNlq$Ni3U1zP9v-cs8l-G>ZM5)@n z=WR;`2}ZiVgsLEjnxd^r5)vp48%ZUdwy%d>_AcSC{OI|NJjgtCx$J4fdD*{FX*x|s zo)*gDZEg=_g6ShUOSQK(b2FQ*Zz8ZSL5AQE;^Z64>RI(>^F)*8K1e)^{_#-;#jH03 zl`&+*@DcFJw{J@IE>yDGk#KJ}L&QWUmj_d>opyJUHc{�e%nZC1!^pP?`Fe-tm;C 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 G0{{TFWc059 literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/FiraSans-LICENSE-05ab6dbd.txt b/web/public/sdk_docs/static.files/FiraSans-LICENSE-05ab6dbd.txt new file mode 100644 index 00000000..d7e9c149 --- /dev/null +++ b/web/public/sdk_docs/static.files/FiraSans-LICENSE-05ab6dbd.txt @@ -0,0 +1,98 @@ +// REUSE-IgnoreStart + +Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A. +with Reserved Font Name < Fira >, + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +// REUSE-IgnoreEnd diff --git a/web/public/sdk_docs/static.files/FiraSans-Medium-e1aa3f0a.woff2 b/web/public/sdk_docs/static.files/FiraSans-Medium-e1aa3f0a.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..7a1e5fc548ef28137a32150b6aa50a568cd53d02 GIT binary patch literal 132780 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�|o|A<_G9#bJ&K$mXTSM@kZfZ^-ZYS)6EG~kHJ{! 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

TIWHPC<_9>em(Cvlhuf-BD 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 literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/FiraSans-MediumItalic-ccf7e434.woff2 b/web/public/sdk_docs/static.files/FiraSans-MediumItalic-ccf7e434.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..2d08f9f7d45fda39315519c4d6ffce5b84454d70 GIT binary patch literal 140588 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�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

%kIaTch%S18n7|ogN{Ilm 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⪻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

(_VuT5-N!zd8q@AJ44ro;*^XcsH^-RBAu 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 literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/FiraSans-Regular-0fe48ade.woff2 b/web/public/sdk_docs/static.files/FiraSans-Regular-0fe48ade.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..e766e06ccb0d457fcdc8d4428efb796c7772a497 GIT binary patch literal 129188 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

)Thpg9J)x+@B(n?maf9&#`PQNHtKX<@|CQ`> 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 N#!G)s;2JO>~QPMdMZ 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

xz5_8aF@(pQs@zgto+ItjS_s2^}<|M=lFQ2 z(q-ZShLtD|7Xn+iOvq$OBMbdg#~aF)Q;!vf8bMkNe|D&Drx))jd_321w59&m6JAb{ zLt@ATHgyI=>^cV7U6h~qLOU(^SPbQp;#8x$?q{7?x|qqE;YJ*aoEXXGO)ZHSRF<+< z^iwfU8qxRVuS8lK#rr($)+r8>FYv;Y3$@cSPnmJ@m8-)DVHylU2t|1SM?kp0@Wz5W ztUn0O3Jd$|1$Q8OozY^lus}3T|G3&I)+S_))IDOa%VBbF*uc|;tutcgzDATMuC(f}qzArQ%NO zd;V*>wPN(8LySz8F^i(9kdNg~jnF933W#J(vVX{#f6D505hJFb$?kdyCWPrmG6l!d z_DFmYFPl(RIfa}sDTArJkCoi3Y#ndzkTm}nXe-M1DRsw#{EmOscqRL zdrJqb$t7%GxTC7lGXaI06vd1B-&{R+gAXOM*D^4!xIsVWmQ;lW zf$?TO3r8df_-n@`!I(*z)xXM-z9VGw>DN4bEC?UJ$NTuf-MJ~33e?Q^l`eQ?=G5Mt z@GxaA=npIvS{6teEwfs_GN&b<3rYKjB1u!j%BSeYuSS6~$T#vXf?ssedTY^Ws9RCH zHv+xCgSC7;46~>gMxx^Am=Pi_=U1g<)3`AOiR)ia&N3?>a0C$w4#ZzaAvQp;GWDGQ z{FFwjgz|Y(>Py=_I=0fB+QD6n$C|WCEtV`R6|9=iI-g~(^y*y2{(M$h;xk%@;;}NV z=XO5`KRS8qgw|~jehiJZm^UW0AX7V}iEVR^0^GlD|`Epkse@I#k z;=S<=o)VvTf@FExDb06Zcl;qSDr*?=b)JRD|DdzdUj@9pntUEQN5E;uCf&4?CK)vE z2Q$fxeg>_dp8GOm-Fn%Xii^YgX`(Yz`D9(054n6eeLO<)C^LK`wjwlJ2>R-Rm-FY1E3rNpY2~gwf6J3^-pvl(5_M#Hy;P z%Cy8QbCprpWYa?{4G89vW{2~WR;)QMXonk0m^w#?ptEA#sXRxzcy)LZ9M zbfz}|kw;u8k%|V;(ij`j^~I17HN%2+RTg2tu8MVnbMYk>PP`OZVxM=5ZS9fy8q50; zo%ez{pa*RG6vM*6-FrT;cHco7F0WFw zCs76L#0?w}V>*`$Ueg*JGlW3cmzaxur=Z8!;o_WJPO{Iyp?i50yb<=)8tmm`K)#GC zUc8|G@{ngQWCUNDdLXd1eY*BSi})|eaH+vw?Gzb}2}1yI=pqkS-zl))E3qK`(2F~d z@AzSUszrNIkuSIN38=3a{0f)?z5xNBLA}t|a0j(`k*&pBSWqx8f9~A*`33nsMQx>8 zJ2Y&v2x`nTLnntxpuPjDt@g!>pST_;Qn1vLK2!>qWTj7MW8F?o+zvF_lbJhNHhp(h zSw~wn%i)&290rlvRxbD)h%0ewhDC77JAJU&Zj5MDBpZe%lk1bsU$z$m!m zoxfMDRCE)e8+UzS;e3_@*-9k;?(5)5!ad56S>jBc)QG<73Y%h`*E+5_JbpY8_|wD= zRD^dIZoL2eDlg(!(IfB&FTAghqplWU@HB~J8bJ*fOP=oS;AC&3A+rQ(l~j)^PpTTO z5fZVYdhpHxUgiJhxIGaIJ%rXJZx=oN}1Tzv}rjqWd?zqhfd zx#Cs-ji>0F_OYc*x%}jC(vr4tP@O9vM>&?E#=(jzs_cegV^$*8m3CflqG&vxrC~) zQ9g6IU1WDzH`%2H@2Zocp4>sm-$v-52YSAeil-A)V5#`(7ad%2tnVkz)Jl^`i>ixn z35zVr2MVPq7Z`!FR#<=M%N?|@D8DG87IF&^wD1VEx-xdZQZq=Q+n(GWpiTd)^ z9;T-saYO)tO4?$RoXka%i?wHv6_h@zeEeY1Im z!yJJlFlj92=S$eW|6*jq0p+wZ(Np_UTncN{LS~6llzcJ}E(Vw;`I@*q@w0^Hz}Qik zcVz(49|V3vjTlqRw9x=vyYflC0E zMG^9=DAy947)1D2`EmM#Ko01(f!aeK_@~@`645kLxwTk)byq7P3Qg5{cuKiMi_*mN zRJMy}44ys)^R05`^!tNQaB@7SCqBsT1AENu&zxYfF0;Ni#&p%Z+&lDV0 zSmlWgWdvY?$I4BD)w<`-qv5X2CJR!XvntkU5Ob55D@!7s!OaT6 zII|qttSM+?5@THvRsgPia5q=c()(#~X)F8(I^stR1HheJg-q8u;ZjumT6_9W*213Q z{tTLgJGtjvGoEH?pm-u5*R5r*hB-S`F44DLii#g;%iB`1acTZ>*n&36=y(r<#V1H( zemh^s(A_>edj{)c%72AsQTYJb9{_qmj2r#2R{xY| zc;!!h?Qc6-%VZJXBUpUgN~`>IKFqZk_GPwVWNN(!D&C~TvA`OH?#VGhsklNgA3HlM&7e*i3KfZfd+ z)E#2998Qp$;e56xhfiy^Tv2H9pvWx5Zsm6nnsR~ zI%}~Hdn8V@Z`PNo%H`$CvZK^m>TdF55kn{Fb^e$1x(J#GJhMBtwBu+Do05rqrT`!fZuQIN)U5uyoiWF%LWIpm#TcEQc|NWYEmsZmn> zeE~%Sc+xTjn#@(5Q8c3SSx(L%jQui8;1&&!glr-jIVsZzUPtA!+W^tc?ftKufQI4k ztgfs><+7>-jG>UYe0DW@;e=+r*9r^@6C%D$viT)EQe;z{5g!+}-S1SREMGRCaxA9~haWCb3L5Fo!y6}Wj&)ESh7giBH%QisujKsU+( z1q)#6eGhShx(PMs$5dpDqbOMh;B-m;gl@G-9X%MLE*c{j^UHFgD>J#>-c68YU^y#A@Z0Hx=*^qB4w5JlOCGeTMS}T~A2`$qR7LG&+ z6Lw$H3(NxM>wz>#f@fX@BH_p6c-U*lzp7vjk`uqQ)y{N~#a~7t9Md1qgqvnyKvIe= z?NN>UFrI9lNDCxao-BPr6#85cJ-1o=T@S^iEr3ncalSr`71xgdG!|=)5YAT|?a}a4% zER!SRR1a`kTn(atB}0n>vQeJZ@|eGe|HmQDn3@>LFU+J^M^FV=@p+bW<6w{vf>7R$^w^!e>7eN}I%XK3XyRvQlJ_)S4yOLGk$xiB>QGs= zWKm)g(+KN9#0gl!PBaI~ivG5o8n#qYT_DW$YT2uH-3e~oC&r^eZj$T9>Y6*b=c?M{ zM!^bO`T}KzL+yQ_&PG*ksv(F8b6BRdV{D-o^{A>NlI0nX8hqB0aJVS$P?pF$0o8l- zA=^@|tkiZV!1|8t)eQRB-_wj28C3rUZDf-sWyj3H;mV4i6!v&}D9- z?x%|yNzAW)<8|Z?43vXc+6ghPl3^QS4A9kf`e{%P;Y7Z&FDzN_dU0C%k11NsYs#!TuNF zj6obAE>D2^=&zigeY%!Gf+&u;$lPB8FeBH6qpIhmVDXF{xV zrm>OO84Izp)LRB;$1MsBqOjteV{{LVH%ofrsQr}XUJ})>!A@L_4hI=j+@^3J)Dzrr zja-NR9{yT-we233=Egz(z7*D-#92ju3sJ?y*pp@2YSkyB45;xj++YV@AYo{zV-Y+F z3`RJfM23AYGSE}EgN-EleUDyC4|=(NBf)Kr9qKv4&q3sUSkork9dhmp6 zNW=$Z6fn+sQ^VpN-4%$ub4ju6a71;GI))wFYe=eaL!E3PPZ02^CAOPLvEz~XzXLxq@eBikt;`1VWQ^bvQO^u>)-aRAI0?+>uSdueh*u~Jt_HHa(R+W z6H|?~!Yc$J0a61JfP6hkz4$`fBK@OP9y~gn5%IdaGApX^h_^hh@V_)7?34OU6nowM%kHFNslB&7fy-exD*3Z9B^R1#NZRX2yOxd@j-tX|vRvsx zi1X}L_@`?Qb!^8D5Tr{;kC%7NNge--mY#Ds%}$l<-te{LFK62&J!{V3{^qVApLHE9 z#|s0hvnnKgWmT0j_{>|L@$6eJ2XVh0w{|StZGLJ-@|CKnOqpSvFmwCBr@0tsF-i7y zbF=EZpR-Z{iKtz!)UI~&n3+*ljTeS+^f#zS#*Mk*=E-wA;?+F=al8a5=`0DnKhK_@ zqYZPmwwJOYX-pk_9(fw4?qcUh#9*1wrA0LoyP8#Jk(^Z}QN>=4j-TS++c3}%O;qR- zf9&!~hWXynI?fsuFj3d?tF`VhQD}TF++Bq;`pL|FjX;NHpwSWkQ4qR-cN6^dkLIq! zlR07HGuKktpIyk70Qjxn&G#b5189RyNb#q2_%3KG0Q}T(sQi$VU3x`;?1qX06+c4& z08Z1!vWYX%%;IuaG&I&3pC?7b1%Sd(7>y!^CBxTB(o_L_i1)_e2aGHJGk(4oUx*1Y z92h53u*8z_CT@7fbPhfbHA&=W*)`)_&sR+tP~1P^fpW&^1r+bO)8(TTik{_LL(!?O zyB^dpJuVZ^AgIA|*|Tpm6J=p`b$EkNEthHrY!nsp&8IwWwl+F67z-UmfC%tdOD!g! zt^6VzUOn!h&A=epFAau5${!xcA$GnooOP)qU8t{G=9QXW7jcB&``4ZUf#3|djGrNc zm#94+bkm(=3M>|0z1Jg-LO`CGrmErUpy7s5_;{gliWRo? zclq(d`HU?}d5Pevw3FzoOT$%5r7CJ1%SSa=1D!G!^BV~Y1)*Z15BfZZ-XXBCZbz}f zMsWGK!4Uhuvv%$^vp*Y7gKI{vB#dyXP_334B-Z>|ltzumG4EK4U&6Q()p#bvHQl0~ zlcREe<;ZejZ^5IYMzbc2K^E#h^YGe^a^}uD>cITcDQnD!fA(f9S+Hg0UK_x3YSv=S zn8Q$7K3LtbRGkr-YKE_tahH}k-bTUcG?nwc)N92(*8vUQ>+aY6{vs7CSFY<>Zvc38 znoUuV5CWn{esh2Hb2^n#8nf0$fmf;>{eWmXUE}=foZZXL9Skr8LcNWJoKVU6yE!ZT zNp{r=HF<082NaG^hiPd_=X;kP)a?YGd z>ymxN-=dFLBTw6nm)gO$o_Amf?t0q-W1}GrVJRO26#JW;tXG!5 z%$~HsufacOVeDQ%BtA7ar_z`W-^Ls2oMRL`@r-Gm7eUq}J6$@2TL`ps->LwP(_R~Z zksN!&OvbK024&nnm;RUiaJ}R!?z>*?XF}Dbof!n`EH)H;D*!MiWq*#t=qQX|D6Q=_ z|t*Go)Wh2L$qq;za(%_VcOLFl7=cR*(5Aw{X zTsNre)Ct!?NQgQhO&A~N!@6^w>UZ^1pV1T7Lu9mV{^HU!1i>$iYmQI$Da^_RZyFwU zURh1IJ~#GLok4e5t|G}Pk#Xmk`LydM)lHpsojgE==kO*LBqvhNo68dN1Q$cGvr}^E zbrYKAI_pelPq|+1L$P}vW^%;a)R1e4`aX*-r|(QCj8YJV&VBoS_&qDQH@yhmBW~!j z72s)fx1q@PrA?Z7T|q5r2C46;-}RJs`)f9^jL14PcP6`qG6$O;K55-f`mtk0JmdUx z&F6UV&#W%8yV?}u6#)U9s@l)+?laZ%$eqpAvjjqD3~bj2kig@wDmnAJwlq~#MjQo< z0wAE@dF1CM-z5fn!8;F&Z2msE+4VH-&$plluDtGUj|TXanvFyY?l6>A4AwO)S7$|* z>Lb=k>IUSFPX*LEhQ|4x)bZcH|Dg=!=+N!DtrNizVEOLX?heHZZwR=LcQ? zqJfh0k4tv0+H0rCXjWQEK2Tk^R0TSz4ABO=U$>mI<~d5=YJP+Qn~d zv0ZZ`$r`)U?UPt4QRLkBS0L-@T&L>EsWdA5n>f`IF1yHpe{J;PMl9S@UW%*5W+SC` zb)0Bv!>SDsZ8!B?oocgXqY3Ez>d6$2(})&3h6fpaJzfo`^n>}kmQb`sIhbX)7|_B- zcW1pRw_ecY=A*|NqdGt~ljD?tNwRS~=T6+-Jo@rk)izgO0_UU>;_v>~QL4KnyniO{L*dmL@H&=XZSjBD11_$Z^YuU7B`6|eoK z_V?TNiv@*+37={WI?8exJhgP>)Umye_M;GCGQ7aKZ{OjmOGE&RDZ8_6lVIa)!mgKl z9(_u;EdicWSxhQ6#C8}{z$B-nk{?Wbo&7Dvl;Qc#eftiEM-ke*Ec>MJaVBENWAq)} z-I{>Rtt=rDjqWhm73Rd!9~Ao&9e;1f6+|~=yCQkPzO`zYKy`9#ijD78{FD?c-z)#! zkzofke{EVx4xM+N5l5586W-E@p~QltUnq}Fg9a&+J7CTo?;D4*BEn*gcH zv1^%E;~sb!$|(1Yf1J0MwgX#H4ANj;HBuAEt=S`JH@&W{jwd>fnp+5;KzcP)#aoT~*v{8CEkgnrcCmQS>dNR$^!O2?c-m{I+o|N6s zEJXx!J2Fi3h{_E2V5wKI{5{x;DzJcxYP{xv+oA~)c?S!P9Apksf24+`(u`N9l7TJP z)46$Efz*fY@4smC3aq@;6WWV~H=@&AL+3!#UTP#~^F&xL{ zu{cFSH#f&DRhRbRKA}S`KMPk(Nzrh=gGTjaBGiA&A!D+SBtW?`z-pSVRL*GpK}?8w z#~WZTWLc@^85htoe9uVM5CWBE^^patQfN0}Wy0TFQ|=K*`^33hz>6PWc$jiLuw%<% zOW6w$iG-Rbw1i9zd702=rUsI8!!C2(%b%eUy?xRyA3-8_AJL2e|4F7_PPYw8zFKm1lcM7@P>BGu^nm=q#aDI}Kb#C;wOmCV$4Dn)*+{xmEMX)P7pr+JIkX1G2>VMn2vuytfzip7Jk9*SSkY;&W}w!6 z_e~Z$*1k$NT0&X^u-A3N3?P8>sVywF--nS;jlG0Z>7(((5uv?8aa0sCS5mr)iey5v7>V-y5wbK{tFU%6 zq%8=tDhRr-VPn^y$vd&UKf^Uew{Y0fLjHhznYWCMdwB3Jsl-}ae$aGihS4xN<;H*w z+J{aj5MK)x`thYYl^!+6W&K}pz^7_-0^8zlSn>H#-1wVa$}1}sE|_Wbki@ycHV(#8 zm@qFFvtAQNPFFbl`HZY||_+b(4Lv`;K zaT&X?`T}`ZZJxF+!NAC?4{XNk&*82^QyX+5_jDw;YX57&!_w+GFu~D{fW+mKR?e*t=oij_I`ubxA42Xd zgm%GMz6+F%&!BQHy}re8s8fP@U`(C@xnfU0QjDovPz z1;L>JY4TxXR(9pqP8U5rMAu^5*@^fJH@^=KhI}BYS+bc0^(p%}sx?`;q$z6x| zuKkE;GZmq84tSBvVS**R#VG;hnR!Ulb>|i;$zN{_KcQ6@0jggbfD7Q`P7#Cw*U`i4 z)DI=)W*60TI#~9rXt=vPN{oaw_KCHO#j5XeA3bB=4cFsoPiRx0qxV!m-GAR3+YU>? z_|N5@NfL4{C7ZTaro~Eruua)vC=DoA1{kR_kdb3a&(J&K7gH5@b?dD|m+$h*t!pbq zE;V~cq$;B=s*Y9C1WBXeWh{zZKOgd`n5K$JgYbT z&g>0NWPG_5DL}DV?9g6lt+5AId&WAXOWs%#Oy_Ye{5<$6sGiBMh!G9_LCR+Bphj4z5{ve)*2~XML__x-YNle+As{BYaaCZxEs>j(hi8l9Nx18$;EvhOim+4Hp{~``}xoYmR3vNiJW< zvcg!zX%&aXR3C7?O{x@(cS%rDu`8vECi%GjR2Doc6H57Ij#MlcTKzhSA2TG5<9ruC zB{GWo>l#Qpy6J#^zb@%Lu($|I*1thux!lgmWV~v+dkVQOu!&G^_qN@fU(q{KQSBKr z#tCzA<>GlV;A;P-@LbGL3@!_}gK^wpNZo~uZgsa7(0w~c@Gz2`M+iC0Bi9ZmyK}zf zkoGBQTQNE1^E{>`LD$MggBN-2P;u!U?K~Z*?4U9Fj*vhW$%KWbPPJMH@SG!T*RwxtDg9m57Jf3vQ4^;Q-)o#b4z6>=&c z62^kR#R@UT__}q}O=B3>?1cwGr9*j3HI+e@tGS?=J;zD}%PEbP@+ikmQ#)Ib zx7ANOg2ai3JLJw4&Ahn%)#mw45p}71&v-}~_zH6Vern6VW1t6h zZ#O+t+1g`eknB5jVom2i%9VF2hms}Kv8r>(aaeK$p-zhpuW|NVKIE=br90eS4woh+ zY!7ud>NG9#YXd=#(Ns5Qgtz1|-ATh*IUp#8;#3!qqh0e|Cz?cH0qM{H+gFJ=N#s?>2A#xBngtV>dMmx(yBweBPv<5C)e6@r>E37i88?^ z(D~aUyGy%xbZcKnPCByh%Hy=rRKeg>LrCv=&YpRHkARUoh}p#WkRKX9WA}EOiRaCr z(;Ag@wG?T@K7_6I@(D&9jL02S{{)Xu&59AU=q;R-Wm{vGCq7I;Y{;fZih z_pNE{Bb#E=L73_LvN|#=-5#<(evsf?eM-a!=bTd$!Vv%Jmy-n6t+MkN(`%2nFmxs= zR8WD_$@lx&^jw7Ja0kw}_@kZtVPf0!Lp7@Q5O}wW50FQeVB4KNE${$3eEb6rlv3|6 zfiYjdkazAva5>j{9%qK`;R+K|Kww)rE}8=kIHx;)d^)~0o?v;d`M;63COm>W`(uWj z)WS7{$>*M)+%IYmSGbvYfU_bxhyovUDLsyYQNA0(FWaVG1zK_Z2+@)C6JpQZ`W#{I z+rt$m6USPiP51x zaiV0WjX^BuZH~zXMpUV{&6}5S`TxQ`K?Hz>EdH}Ug4cCRWIA2M1Bp%&D(b>iI6_k9U z{ffp>S9Gta`7((er884KiDRq1q&xYj{Xy#H6O`lL(r-e$CRyWs_(UOfT3>O@b zLPH9k6-N}AIiqA&okL&9vtZR?cacPH;HxwXWW-2qP7b~~T)$w9YW zG>{-7w0o)l4Jv=7+BwkimSZmp5StVf7nM;UsI9TOuhBRXm@+ihk1=dMt|qdXT{H%2 zKva?Lx0dl$l#@^pj5&rb|3#qu;ohe7`4i0df~&|P4g;ON2HAj9bHI$d+j)GAyv}** zK#%Qi&QhU$sZm?#<8bU#oZ9}d7$HSla24x`z`OPJ9kgC4$}}iRm<4vU@9EOi0<1k7bYI}?*pm>PyEM0 z=!L!Dq<1yFQ!8?UQLuHpP|6Yo$C939tNv|)vo#!E7qT;BQqgQP*co>GHASy zju_YJ4UP(4xJJ29WA0_yg^jnH%FDe0&2ND#b||FNk#)O%DPrnwk=ysPhxwRomM~i- zMxW93R&8|kOl%X>6rTu17{`{9A<{!K#x>03f|liaQJ^;qKJ)dFeUmiv_rrL6CGs278iSnEUd@u#9fvXM3 zMY`rasai>EFuA!zO;TnOn)sSKi~H=!{dY;1iF@PRIPPUWSA*;q?1%SNP+tw~{p6^g zO?wT!EGkbDF|fSq`{yEQd;A0FLC#+s>DK4griHnyAa1Bp>BN&vV#g+H<%qW*XF(V*>jliLReK zh&hJ?N)eP0CfXX|u21y^)?Rmo$C4W$KA%VCxdxG2d=L6z<{jfdUORRJzf96s zUUF%lrFTU>WE~L&Yl5|$BGzUdqNq|~h&~VIjE60-4`IbidT*iEgy#?w3$^4NiX3$X zYwAqYeDVw?4ELkp2F9tzLkE}RRq!!T1#SYx1|t9}g> z;K-qHus~}17+T`h)z zXh209zkPCaW_LO){sXCo7kF<5=sj>=2Au>So6PDoerVLep+*S>h$IEgj$ z{`vU0-Q-ZZfvU!3Pg@Dop2TS(XMVYlI@>qQ@u6y$b(R~wqVoUy-t|yj^*74Odvb&; zMTtd|9VY}8+=|ttZK7#gJfNwT8^ zIf*4YsjfuU6Cm;l5z2A`Dr;gFN=A|1hQ~w>SimJL!q6UebPR8g+vp zu%D!QFRHOGLlr)Wo-eWb`Ky3qsKFAV>X|(5Z^1zU-ffuV2ycbI=o3<%$`ANSpHh`L zmX}rtVWf;+TAo=c9y9=%tlCpEH_-HxLqd)nZ#hk_rC{T}t#E5#ANs5b8t)mNltm}O z*d)8!UE@#X*H=T`E&rZOE`bv|hpLBm``BYuynZ4$$K*SKR$23^U)Gie52r%!`6c=O z#o5!onYuX~glGJ19YOc7sGW;Gcf#Z#2r6Ff)uXUFpl(=f|0vj%+@k+ zUiIlmk+ePe0rVj6FP>Y3veEXk#N=JP4sHvzh1UZug)t$PaP9d#8o!)H3&h@3k%ifzIS*NS)H9S$v|7Ke`8 zDT0#x`{i4h>=z?#nA-o2+rGX~GD|-wqw9;rXUnK>?~`LZy2tjuq?lhCy^H8@Y$3NW zj(B>g-Y3wl=v!3>Ygp`XL7+h>!VqH0?x9RG(NS1m{kw<`W(%c-*#j+g6dk$n zEjscp_k5`YaC{W>prZxziS(k#k#@T0Wj^rf6FrsG8QwtQb9oM>*ROyp7LL7Z@T7P6 zyy9;QHT;@I%y@@Z>RF1@9^t6Ecc2>_acP(N7K68M$*WPnBp?);_JV-QhZ0>3 zd0Q@O0UPD~OsN3#Uf_sG0A$n8}P6BKGPNKts>MmK4+DaDSqJL0mLJ+AQ}a;%3okGq_?*H2y=&A6rfV*ZX;=*w=^E2 zX}3n^6Gt*fC+vCX--9^gfh}RHegbP~6Mbu3KDPOH_+X9JT`LHXYoy;3^YAX~^rOFj z)h}QMPeiz{PYx!9?b<98NJ|uG%cEY>L<*Otl=8FCBaC5^9Lz)q32X@tWF?r}R~b9h z_*cIC5WfeOf@|gsyAZTL#lp@)>Li;E!2F+Y@!7CK{l>g-ib&w1xy6rMJaV=&~|Ts=wFfN*q!HtCjBol1`o4- zjg{}J-#`ElM8CRp{ZeV`@{R)gsffl>=7%iyxh#mw{_v7D#Eopb_^B@n3179G;hDI& z&D5t$41?5{entF)mo5D+9Fq+26%oO4xi7cM{A}zE@&tdAcA}TAXUG-}t=Z0c_?*l` za%$K$;t8C`4+sqK*#=ts*efRY$S8F!;@&Lhjh7S6krBnqWIr!HiK#|`U9+g7mI7o$ zpom4$0)&|3Xf5i#-1zl6%)m^_)UCB8P>?A^aW{?gKl~fp4AqD4{ixrCG1zz*x0%b~ z23WX$gnty1Y(gc4=zQKtqxx&d@CQ@W;O2;MH}(Y3~qjG)jHr+_H8?T#xJJf=vQE938GUxEL^>#60isjO~e>fIY6 zI>zdaeZRDe$}Ul(G#Ap?x-3jF`WIbW{f7lIx>c!@w}6S=x;ODXCA#Jo;DAXNh14LA z4_LKsnbcFx#T>-yG?LbuUpK^b3}s}GAu+!j4WIIUvkOXO=kwXRzA71K2iC7K&-fz| zml7jrLPkk2WRXF##x39Ntq$e3ZnzZxl_>yJ;}CqnIz0Zd#efAYXf_WZaT8C0FPJIo zjSqdA^Y{f)<4Aq-dghMQ2&v(h*h4y#jB&Fzv8~04a8be}JxSpT@Vly@>DskM(W2x;RBUMrRKB1N=PW{!OLr~DG8NTu6Z-x^ zhX5nN5zG{UxY4%dw?o=zlM`t9GMDc}ayoEy+vE zq8DIV#ldV9TU!?IQmthY6cj%vcpIy0StG*o67n$7hdtYwi~nT8-ZaK*8Ff`tw{I`$ zpghNv7;FLC$(AwaNX*@3HWI|cIE0ChhG+~mmn#bG@$VNOdy~(&)kiA%|6TJVgWT}z3+)2W&LS{Wvdj6{+K2@jFf;f>_;XS95zv5B1$ZHq zd!=4&;892bX(}~@kb%Kc2{v&26TzmZz`6o%Ag6fTRFaI0R;a|JrCJSUg#2VJ5_#_3?U{&^mGeH%$zf=UoD7i2-nSnL zXqk4+s`LLVGdq8?J!>B?0!x-h3Z>VGk`>KTs}0g+h4?BL$`&uKhsUt6YgJVlkELnZ z%5FAD*S5%AnKnleYsF&y72Hv9ns9qny_X(B@?>L`v9IN3$z$_)X_x*I&T|ZR80vKJ z((`zMtVk*9kn_q#1w_~t!db(Y`$muY{r^nQ;rX(;%G@rwMe^KyB4A0cSrY_jb)JN2 zB4LzWtt@MkTP-g$jze;Gu5G#ubZ;=xQp94}Wy+K7a?2*2TpYtY_~aUepiVd;Rh|UE z5>IT3J=vd{G|si?->UHy^aa`@H}o$=^8JF$Ur2u!I%WSk#KJ3zu_B#$KXosm2b3Ck z5Uy%BT9$C(w|%yV$OEr;&@~d~&w+#Q10>CeGe4n`Fnot5)fxl4MpC-jx|tKTu4r#gt?Pk4I6GD-etsU8rnwlAlMxZI4NRr$Pkj(xb@jt+xCaRA<9%bp!e~+i% zeSGfEroC7ima9uCl-+5NzSt$FnbuP1oqrfvSU4fML?g39dnhGZsrx-OO_Xje~c;}Zr;&bqPN_M~`oB>Y+DE<`u0*F2ZGy@98FJVfhYw z+!#6oP1sK4%RK?f)Au7T0{vtqdN#8{3dQ5%L$XT@(s_^Mu1tI9C3vJZ+K9!bkYl6| z+o2w|Lwy^>AV(wW{{AaHi5JLbC^I_by6=-wfE-Y8lPtT+(ml^c&J34LTuh;!4XU;+hxvB@QsJp%X+KgDES&2oeV{h?6NEis6gV5p!@0 z@bH&+=HWzp;{n@U>p8;!&A|f5h6RvqIv^GhSpz|uY-b|*;eRMzMcgArM}nq^d?WM; zTHP!8dBTO?|9PG1sSDKGc8CfIMenVn3{t9&8F|lDS(i##e7ILG+AW7$ke8+uzs4o2e7jwbw@U z>7-9=8m^emVG>D(lvS$tQA<+D!6ua%iY0Xhw;W1F9y2n5ko|^D(`L=oG6IB!THZlD zBm$8e`sqgjw-y8bq6rU{mg+2dDV!<~?yOov24s?5AgGE6aj#QLjTy;ptkF*_d1^!} zq(UoBEitV#!bsLlAc;BR(F@nTX1Bz`5763{LTGJDbgZ{Nsq5iJ+n^7gzy;{jbrvsL z7b%q8s=Ux5xAl4#3h@Ldesi5GV$b-Vtn031^hYF5HcA=wTCTdYs66EDxUtng$#3l7 z-Kdvhlzb&dihtS?XTTRcEJVlM7a*^-9TTgAe*v+koD*#fnngS1yWQGbD4H%fIC=(O zEIUtmv|VoA3`ZB^k7b>`;SL^1z-2&2-yn6VOKDk!95EexBdf|t27rliNYh;2Ku4qT za*E!Ro)T>Vt=OdTZ00#Ql8gEPTR^10puj$jx)tsdU^n4#?x7!$49U<8$@(C&Rz%HY z4kS>g$4E=y0@)MF6CHAW@)HHkS*~`}wNoLq2nA38y-?705W~fexwL~;CXBKJ%BnWG z0ZWw;4?-+fb|((b-3HzPPDTYj)cHBZ?jzmwb#njXGW>X(gI+vt)r8DQGTHI6sC35B z*e#PnRGm24!5vnhK0{&z@gcr~F?3Z3{(HIkKy_bl+k&a{PIUQhsa7^!g1DR}WZI+u z+cF%lytoB#nrD*2%kiwHj-CE0c}%@4UwxJY_O;X-b1eH zS-=AB8zA5%iQf-v?oo!3&tlqI+o(*3s}Vpd_X|miIv|= zvRr~!SYTnCL+kV;_=0M)ng`u;SC0i2SZMYK*5e#7hxCqX1CQ2}dn~o=K3D;gc&V>7 zwR4SGWbWBuPBK@m7e*O&T6t1w7H{V?gHTk+v$*kAuAn24qe=1&;rKE%oN*83zQJ5y zriOHM(IPx#TOA@rRy~>MW|i!Y;&(?TPNhoj=11)glm^901E0|&?~F-haoRC7rh(F; z%?&RAA%eV5H(c(+k|IfwuEKa&_cAO6YyH4>v&;5INAHQk*(!iNXs_QiI8Gb%JS6IF zkSs1v7SxZ}-V4$${-Pm+I0?B88)5x*X6-X8NS~|Y>9&=FQn0mCg@+e*a@gO6;^8Vt z{*KM*{AGjH==G`LjyD;yIMGB$Fn6#ey5W1`F+A1fx0tSXvTkG9=kEzeekIVOdWeT% zD@DPg1J`71WBib9g%}kA0dhPDB}@u}4SLvN$nilp1xXh0|~b zLcv=dZ+)_waMaIo*vB<Hx4Ut3{LGjLL73n&iMYJTn zlh)2E0A7cDR!B0a4|ZW~8d-MC95$ItcLW1kq~3CFqKE0}PTUn?mwPtJnfDL0zYb>>kVx_v5fKI&KdLc7OPLp(GRa?oioM<5Vd!9|6MI=PN; z3v%3spIysNBIQm;~{^ ztNNZ!|Gw%weiNV986a;<`b_*`@I6#$3n}2V5bSyXDB~n1Y2?eXKAipx^TLfo3o-V1 z2_o7v4ngH|gNEY5l5rh<63jo|abtYc$wOlV(f8FSoum2=b*S2@)PfjWy^UWWXg=7Z z>;Y!yWSl{;>-tvH<)D|>*eOTDhq5Br6+?eu{WKL1$daT>k9t4)=MzcRijV{OlZUsEkszSUvav0?}LG-bs3FT?5QPhrI=Lw>o{?i{9rE|`}{|@d&ugT}Z zwnO_9rQHinM7g5FUA*F%!zEI(QkC4Ytoghyf9OaIO3!FGG zs+H8Vf-{I`^VNIPA>D5ecoorPFhSc+rvM#La#mt4|8cSj39iKw8A(|&bA;p)J{l7E zV}VmH7~@KjkXv{;3CNN##^u6zUeOhbTn1>8qGYKKG%~=C6aeyOW>7)MB{C*j6W%t=drUN zjZT@FxrnJ>8arRqqD72?kxwddNp7s5RI#Y4Od$}IrBp2{O(AF9xQJ7Y#9(vA?Ufo0 zf6>|^PBYbiOEeP4I!?KMr!nbb^EU!ZCDUoDs zN}>77nZ!xpxi5>ZF>Bxc(W;WL!^nfNj<8g~MeL3$_P|8M$D4+YxKN z3G3bFwQOPn7`AgXDDmqB1`I5U{}^=1n{94PB?^eUCw~^}wmV(q^?-wG5$crjCH;6I-c2rj74)Wp7*!5&V^(6 zi&5U;WS}*_*@<>8TXtK}$C+3Q`!oM6ZWY2WPIQx1+Bu9e>=ZunGt8f8&*k>e{Q3Mh z?3&5=<;Xd@zSZ7x&==|Glp*04tOEAj3#m|+6x1%v<#DVRgo3$|+~C&!ef*4IUlW;+ z;Ey@jhxbrhv8i}sTjup%!xu<_U$HGB?&gCb)f8mB3!t=)a{6FKouN`$Sj>#n;d zKIMJ=6rlkS{v^jMux*}PC~f(ZfFr}<}uK!5|^fBu^ecX7{VV@A4p4#l@6SF z6+JV?=Wl_VM!_0lU6Y}C)`9%=cAni14TX}(iI!6yT11$qmDT53`l~(6oSgKu{BsIN z%aPd$rJqkyERIA&k=l?}-Tv1Yo%w))yw6Cx)y{>wn0ejgE@d{TxI6)$L1|;A0kM+D zMYqRdJa0^K=kc`s*T^qL2hE&$P{?~b&1qE{W;PZX3ZaJcwhDH%tdgP%u|LpZ2Qlks z*cjY2}kSJI!awb%ZKp^^t(rwsn?{&1D9Az^m$t| z;c?Z4eddLVUJ#7oT?)1Zv-7wcl~!&+(I*C*;nSjOE622v8$IwL9|A!l^x?Y%5kgzR zrDn*;w!uGyPOAl!HVMy)dIwS%IgKyGn3Z5JXzY|MfNChL4%h{MW#|LW+A0QX5D>fQ z7*<5rMGfX~gC?8hf!Qf=pf@OJs!InLn3D_#u65d=>KTdUy&cp>&Y2e)m^Dx@WZc25 zm*5fW2#P3^uH3_9J&i94fe`uAT&430d5}^c9Wtw6T_Gi#)t&!nab9JNxw#qgsDAgpG++HmgfS$nqH+eP<8|aO|ijA|NJz} z{}7-hr+qNxpS12V;5*;YHvk1d<5qUMRgyaY4SN(XAxUR_8|2cCPU&t-UQ9OrgY_)! zG5+Bt%l@kkKkX^_?H>$Z#sHCxJC}aBi7bR!rMjPV#?7K)ZH*t(AH2d#CY1}ttTAz< zi^en!;0`#IJ{`gUB^+=xNa=hO3}7ZbUK4ml1vKE0>{ztJTlS?3UZ`igwZ8-z*NNO2 zHGT}500~y`#Ij{e*Jgd8b|(Fxsz>Obogy|nV}hoT_NBs{WLS3uTn3ecN_voJU$-rD zo40-B0=5ukE(CuBjqQ?Ru!e$?H0%3de0V240YntQe{zP;mMrV82^!)i1MjL=(8$S) zn6ObLbH>eMQz9^`gZjv_yj~+0(S-=B4EPB!Hj9gOHGY_LTR>_jRfr_4F>zE-5Io5i zyj!wgaBbl7)BFNUe08|lB00&(=hx^Av6$-=&f-y(=$>8I#+a#NWgYYX{WEzZzH}QG zf}EHmymT8l8O_8j`mvzbLW(2_nTW=t-+yXIGGrp^9Kso>?#0!pv3Rf9^Ueen2gpE8 z%)t#dMw-&bSaOhv4!IjBjg8d?_J@q11!4aPrg7 znc`|Hlre(hA-maKB)j1CdKgS^iuG8R_Y0L(IlE7l)05| zpJKp$2$zMnfk<0uNShFDyZLY=;qW=Z_j0N8_m4B5=}mnf;V~a4UP&l{VxWDMP#ScS zx130diiJX2nj(?NQcK~oGCBCEG6I-T8GaE(hsQ?`E0h<#^qd{k$J7M) zfqik!c!jkhQ~)|MaYGg7DWdvzIAdo0ZbbF|? zDZQCN!~?2QwOCGXKmqXcyV*|c_o?I2JNJom^L$G#T15tKszE;+*=VN21a^jMh* zq`*v(%%1MdainL;!j5^#JH~`|EL0pj=g)O9y3pzPRAac^Pe1T0*HG=_1#}eJ0zs9~ zbFZ8rie9JpM`H5*Yh=UXMT1m^OxGcRKP(h02q-r<2eK*{7ZvFj8JvH9PjEEYt}2Sb zzr&#-i{0l7Sf1m4NhZ_GBooBw3XlH_f9kDmI3( z#HDx?7s;d;9!-rdv5iJ&w_o7N=ntP7QVdvD(1PZ9dZ{1L-nln|nOtejiJN%wBhw{0 zS|^3jOz8EzE=Tk~z@L1?#%%Ye1!5oo0dN5xz=Q2y=X#j=A^D>-%VxBD7qbc=B1)dz<3uT`br*C(A-)KPzVYi#u1k`D9*l!4T zTf7=$TH>On(s0o3U;Gv!rBd=2;m^}`2If*^(sX2gdukf8c3(#?XX=NcG1lzW8|Fq9 zE?4)Z5*Y*qfgYI*pmgGeu+vY>mmn?D!a2AH_XN+qpE8vw-wd~8wzY^F47X&pw6U@Q zNQi{a302kZ1TVL7s8olO>?5Pbe(4}!8Sd(rV#&b!@|@TA-#5w)HpB0mjx3)hS}^*d z)$^zsG97g;pifb2QfYb;$gSY-N@GXP)y=DTE6CT6L|iEONfbL8JF$WSzH%pfntM)j z8P{R0|B~+jpHWur74yGQ333 zDdlWgiE;8@3-a}^H0SbuDB&D!?YYaVqSOB{U*Y^v*5T!!TB$0*-nh*I6q2+EWgU5> zW?td2AYVVEKdAe$l=FPr!mcieQtcF-=XR8Ll9Z_iQcA>1n2@k5`xwUgK%pLL-ilpitth%dM|oF4+^JqsWHurmR*p*8R1Kdy&N@vP$pXUKryYRHtS z?lmM&Pr6fQ80lUdH?f}Tjuq(&0o=eUikm)wCHJe`)J(tsiH%fj;!-@Q$9|@h6oq1# ztN2;>)Y!cqGe z`_0e>xu9VnZc)=}%S`U#aI-bM z4>Flf#N+D(di|L2E8TuZcCqg-v96jy$@6jmuvR#pNi#4gdN zz20XzmuTwQ58stckSnhrgR*>`t!*UI(8Wt{(wpMFZ>#2HczG)gYQ8%CoTygpa!G+` z*Tp8Jf-*f!{l2v~F5DsB%g0m>dARKstu_X3@%oHC_S#zupgz?vl&us|YA?l>J?`>v z|E4c5X?>y80`e#UuUVZlRGqzM@AnqeJvTiwh5jn~^&ehglxB}vtyF7Y$R?}G%1Tr+ zSxI8@p4(+%w^8(k<@jd^cJtT7F?*SIDz7z6E7YbB${JGLZqdpVN^woGNkdvexHaVa z)?R9;LxPt+U?bV!2A#H(88y%TO)@8=1yh+a)Ge60DObz&2&+^=F1t8RENe3ra> zwfX9vrM3di2SGlJe~hC%?G6W9xsBf$&}C1}eY&n~wRSaWj`!rS)VOAX6OL=A~#G9op`tX#d|CYsk{}1lioc2QE1qe@JR)f(>fhUkJZ7z3AI{!mvhe zBgP4CSnBm%e(Qh8LjC+fXK#8eNta^AOlcTd!?}fR9wmuC!XwLzN@MV39Er%-aa*IbF-D_3ixs*~5ZcZ2-tgn0bE5Vqnv|w5 z`iUlw9e3Fzo}<|jXmn|Y1nT<|PqM>-Crc!_!r`zhGR5@zh4NZDy;d%-H>TsC;fP$b z!-@^s!beG-Z|#stuu$NgldcWxXlpaiNF?6Y5oVr-Q!1{m_J}zwPeOG~Ny50Zvw)u( zONcB65t`AA7PO!jB_Qm25C1Pq2Twb}}3HD+K2+=dtMV%zN@Op|Mx)Qmg$)ZXKL_Y-*F5;4Luq2@idwNGi^ zf^2lfpXeNgSD99;p1@ffqKVd|UlP|!7A%lv@$Lqjh(;)tpwS#(*YS3goJf$-)-gN; zP%>-b?0YH>Q>-aq>Osmj_PEmonYk})-`<6VMB$n5D-ZOw!nd0;E9bnDzwa6J5~+kq zs6h>?Q4MF{4%}hL2hI%DB9m$HI`7c5)p|l4Rt--@sEh=Y0QaH}`xVJo+2_lc;_}fS zKYIys8V`1kRMguSd%$g(+xF}GqSefr;jplSrlnKk;g3SM-~(oR3{{~C@Vf9`ORzX4 z)jQn3Ba2upqcz{9m4_TlE~cu>)6%%Ry$Xv!!Gz-)P$uMV0j!_|L;ZPqOwxGjURMp1+-~6SfCNCxVX%_iq5yw zZ>xc#OgI{q^C3eM1Kc{~2~_x4fw9oy%-3u2i#g8Vta%-4s~+Ig!8fgIMCW<;x=h2A zM#q@!{HQ*P0>=b4qc>y7@f;ybDX-p=%{zU zbWjk=XMcDlmOQyy-r0|hQ3jjA;r%0WMb%0^&jEZ8ji#+|xH-HB^9-y-(63NlnAt-I z`GaiU6G-TxnM`h4(mpAkNrRxsLpSPDv4CBHlc)aJf&~_+u)y6PJiVOv!vW8hDqP62 zh68?Bs;_U}$QA2c6LTs23!E2Y@`QlVPb2wHL9vH!GI{7=6cVMx6Ji8Xv4GvdQ>OlE zz=8@?SdjOVr#I$1IN)h*c)G@vJ%p|PxN*3W_I(uf_Tc$^g$t?kpJZA9*zLpaLk5*o|^A`TjH~cw(1VG+~;p>L^I(C8jz*56E(q(>Yvz9BRlI4rk zuYhG~gd_-i7@}mSAe3`aAya}+A%Qu`DCH25EQegs$``awB)q&Z^z3Kc!r%jXZS#;{{yBrqLnA6v`bFO6G-oUCQH6Rb+$S0HaPr8OJYg>udmX^#}x}-g%L^B_COfp~eWKt^F z<{gnK2+cHE^rPG_LH|186xYmm^JQItZOow!Hij}ymTSqOn9F@jKk?W8VQy-E89c6l z@>;wY!VpvnDdeeMX=xc`mq%O#JcNgF&B2GOg2Cp@=TXHviQ8@`E&Sa?O_>y%_M3?&a@;AR|7SmfkkMu-$B{vz zN5OZZ9|PD}$=2J1Bf$&j*uV65)ev1OD2X-!hRzY1Vo4~h1dqV>T4=qvMto&BQ!FkC zPC2(dhA7?wwq&)nh#CmCSX`(EhoJFj=4EE3$7QHqeV3oD zo&D)y^3Y~G`wut-hgm>ov0sy~paxRMex>#r>LhVEa=Nbj-4tL)=M4LZ_V5|$j_?|7 zZ0bfkrW1059ig^()A*!#o$&0Ie*VUe#K$F7NJG=1?nRIS>gW&m(Bek4GiRhbn6=vV zI)Dl^0?E-d63juzX9nz7G75Uy+ewaD33(L9JRRt+ZV(*K1x0oS^o+%zVyz>h1BJ3E zmnOmI33+WuPKUc!oC5B++tuszA98)^TuNN4-ps=FWH znfjYq9XUq^ukvlmFO$`wqI8#O#)j+HF1)5)|$dgdw46a?EqxG`4yQL5@gHk^`c5OQSUdE|_mG9+GG9z^p6} z>VjnI4@4`$zux&W|0N%oQxKy_t=d`kY-9BJ1Hn4 z&}w(jX?^j?be9$J{8EOD!uI&gUn*d%98qnB4dnvYXrrm=~Hrouoox{&0d%tR1NZ-v3D=$E*yI`O>tAn150S! zN1ex2W{0SO|CrQ(y}x&IKq zbte+xO_T*?F)cw`i^&)=c5^W=FcY%`uE==wTAj3}-3TzY_}OQSIsz}9fo(altXK>G z~p7Lzy~sPIruls;D*6&lWu^7Af^lu}_;E!)1; zUqV@x0^y-%qaivI>B!i4+Mp}%_Xv8r8n6^c$~+2j?1%hqC@Y>k-x;IkF zoE>b{3tOxRpr*SuXvwV?z$AVYA3q@%-YTFol9E|31=A~)M1#%g>!7W1EoG$VdA*yI zC$dos8$%Sm)tSR)6w`LZ+`8ywy*@9H11=>H5EYigK5dfPg6$yBz^y~RC@_vQ!n4OZ}@4vn0=4x69&&0XEX zp%~t|`EBzfFMV&(U1p*FeWaBW_1+}5E&J$oQrXla3FvIzlPB6IEb8OedILEfxQww8 zRaWRwHsEa!!A@$f;#W2Iut>SXf4!P6R@CEOt)7&DZQ%)B>SQE{qbwrewt~YDyRk zShJb}QPrhKD9fHa+cqf?o=y^4q3m9mVK=~TqC4Zi4sU)XK!Iv{?8^CQkE4&cE>ib1 zT7#!XTMAAYt+86-9AggP!F<7FW5sA~5|^f9qa*BQcwWL7$Xx#H!g)|5nyN^8e}Ye} z8mlT1@iRESq?9!&Fdm+1G9ZKlM(TQ7odK6;EIww+3#^j9&N@AnMP`l}x+3-Vq{}fX zw}n7;1a&>J$?SSqOS(c8VFGrK_AsdpD+ekN#vv3JjyqyKYf0 zGsZvl`1u;V!ts)uv_e(rd@20SK|4Ef0&Yf&8^lj-H51gUN{R|Pi`0t>isqHH2vm__ zA)LtTMTUg&BmKtw^uAP79u?%G%Gkyk?UO95 zTfo;dhxSF~aJr(Fc;qmU^lU@JpN0dMs%vwYn#@mvqu}*=01OEad09wan-8f$lY#?b zO#JSF%lf)%QAq59c~35(#*?FY z5~toJSo~&)&I0VCnM`3rv0Tf^AyN#~KVQ_QiOw^CsYbSDH)a-Sb!N9L^eA6>=uOAU zOl0XQmWlnRb%=IJ_zIOBX~aPN+bwN)cbo!1?XHn7nAMIbN2^}IC=Db+EG)``Mmw;W zi<1GE1g;WLt3|VN7W;E>=P0wpSJ)Tnm(;Yuk&5cf)tPR8(c&%O>i<+&l0OXN+w=S= zA#_!r-YaSr>Aw8)0=EIwep__4B!{hQ4Ze_xpZlX9-1&|rolNsXW`tyJ&7@|x9^z&= zx8~3dZh2>gb+^g0^H(Gy>%dcG!osa}q7&To&PcrP3E+QMX_`&sRc{fgZzlC@9C^P0 z@anSGe}+Ev>N{EdNjfUPgAg6`CbG|lo8TJle{Vp(1>0Ui8)|8LZ=%tEM{OmyC$5}=3n0j|J?Wq~q*v-L+m?I4 zmGLO;aHi|s7qNR&OW?t?wqE|88)tWJmlfxuaF@MbyTe6gKKPoV!FpeI08UUg7$*4x zxY8zmHARw9SCmca@my+GL`FYwW;IyjS4gf%NHP`_Ws?Rxm)eyQ+c!B}N4vJA1#d)6 zASJ(o#h^jFpG#1(=j=DXz)abNSx~3uWPkc0QV6is;7aryc-pV=K9pAE#pUQ(ABwKX z{Q>Fnby)j(NXWs0`+&d6_POSJ_>pe3%?yxlQjp#$<@LOF=cWu$??*1t_FVsT#+^|DlD?DLzesL-tY30R+Y7Wd2^hR7%63XVr%032*O}9 zVrF7;^kM6#=4oqsx?9WWn_|H!-&1Q-%$}x{X$h?v-p)0srSQq2kv=B%5AHO(SpTyJ zevOUf8@bPx1#H#067~g`cs58WGx)8^?KQFOHUGpi+?0QV?SUK59&O5?7r?sXtN<3n zStO;rn%kP3--1IvpnHmiJIyXzX|wd!<_I93`~Or-&ZiHXwD3%b zft`kpcXwhJEVoHluMqa72OH+t00gEF@b_TTOhJ)~jZ|5Tn;XK$j&a|1F!e5#I`%#p zo&&k=uHm;BpS^Rg?`9ETG@G5h$cC?Ojcq>8__2d?&SPD}0p65N0my2$&4EZ&l1Kk%sN(W1j)$GFEL&kKZQ#ZTs3kB~Q_J&|Jm zzeObnX$(59_`LbpEsPn(Pol^>wiRW+)eYGHfBboG8|!{sY<+42^Xzk7cG{3W>*>4+<;MK;#|d9E;i20Pmq|+ENC64%8f`M&Jeh#y+}mu zF;&W~AKM0(jjRAd;?$Z+N3lh6dfRRhGL$0o7HD8>fN&9Pq?%p0O!m2*lRv?KoYMB_ z6e?EBGPqxkWzRyLUW`4~GYxT_i6wehrNU9l=)(lUXBMjVNE4m-s6zdTSa*lEXz6(g zL&-Og(+}o~{={6FfVZ;R8S-{P*a!76A2?^$jAKK)3{G8(r>(lq&{fvdeOY`!I%^GQ zQA_eT-Ez({UWo0;`M{oc1{b%zy@uL4cE)xTc|2<6WYEVm> zhp0*4h)ESTU3<~jh_RyvgP;3eWd#1rc84Noex6rqYeS98mVY34cYReohJNi`6+KvCj?jnxHI1 z9;DvN=D28A{^wb5hX*|v_w5MEfb+PKO+0f(y|I0Q$FGnC-RQ z7C&wV2L0~fqWe?3vY$El-}60?lgJ(rR+nW0?;w9BXzNjv7TDb0b-)BT%UHT1h9DTI z(nTDzJ1Q=EL~ML=?PtK2*rd?EyQ9>W@o*5@UX%KXN<6Bs4WNOb|F0S860&GaR}#b& z%Y0X8YI{8CIH2prDS--8Bu5_qN#}HxGGS@bFtbgI%eHGlNEiU;uC53#IdQ@_pbTD7vtQBV4YPnw#h>F_svC5($|L@+Rl zUs(`<{Ob@|Vr#?o$0?+RsQKCINB*ZNtEfCtI>r=2;p7b+%+mbwRGQDVQ(T9N!vN^x z1}{7wqq#NT8e_alkI)0A0qQ9Qbk%M1aCuJ5d3)_d;ge>HZUj%7R%JFB8H*S!vYyRC z1Gch%!(s-TpwVi77BRU&U$?lbb)E_sUeIo1r5pOo|nd+5uE0vNT-5d$AleQ~}d z&@()T!&e!?zt^P)P+7m{&1C6)%JiFNM-zOh)laZFmu|$xdBVJHBV`E*g^Psobftv( zqcki#-2XZ!J>aGZ?VD`pa+WD;S=mql6Vlbx34BlS{x6rG&csv@99NN+u&R}-!8?Fc zjfE?g5yVugav{g&j*N*O5$m5e-l(-^HmP(I-xDJX$HTzMr{^g&stZa{e7=1&%QQf7 z3|~!tS=r}*&H1fUfGbT60TgkH|K4n^gd`ddsR(9>I;VUy%f?pjv<7JNMop9fowZoy z+*~YjMxIvNHb2(wwM&(9d#$s+*i~VSFlmjCIkfDui2Vow4zFE1yf;4Z3PS| zXhJC#8QZ|grF;_cV6c~#@QI{ez>6cRyk}9Ak518D;zn;kdi*?Ki~k{t4K7DC(;U8@ zu+_f-+Z#k}Lq)BF&!PBDRC|E#3SPN;uY7ze)uID2I^#Q22X)@@`g?;(esK~;Ar)vm zsfiNoQ3>{^m=+wtFHRSqz`KDhz#+?`hv$6KH4YZndoy7H!0>Rr4^lNFN%NCect~xF#6oaHsKyl;!Hf*dXn|@S1Q;r#n2r*Y=VX2e*MDqfSkD1?4@lf z{#on|ocX+L6AX<~LvwQtP!w7Z0{}fs#TgEe+`57f5gsY3>*^1ze#b+ZL2#YB@rc%U z^yX*In@%ngkN!uvTnyB;tVHeAls@pGz~-77Z!!bPP$sOHVQo(^*YA*O?|200TnnFh zX7!teDFaJ`wC{>QS&PAOi0Cw6*g#UBytvPibk@b0D{yQGZHu)ZQaQ#$h z&a-CMjp4B6Fq_CF`U8ZqWJY6Mna;_1Jbqrw*xp@VrG7&r2acnRSoT=9`FFzLZs&?B zDGqUgF_R-pnF7R2J*ySZSbH6CaCNjCrMiS&Oh1yScWaUDMdJr(hg;AM22cs#FTyFF z&EY3!@gLl<7tw@4yGP0E9?LfQHVq!b=g*w>%(f`O8C0Ar%GqK`vf;7;{E`5a93D_L zIez$nyB}Irz=9kxYgA|}%dMUI+XNak5`YwH6|YRv5}^n#tR29OW+CfjT!Nl+p*3>LJ|e zqdPX=)E!q<*z27`irti+JfC$ASBeQu1-y~>nEFNX?Y1cqt>4rL#2(9U{y~#oBp{P5 zt%dyYYYPRyx29DDBt?Ii8~Za#)GqxG(`?c5n0;MAe}>rNUytk6hxDz)-5pN}#QXgC z2CQ0`Tit1JSIw$fQ^ zA^->WUx_(i{r)8VOX4Y@5e;S~m#7~~qg&6Wfj*je8d!|1P7mQ1qUyjb64)>xE}tkhc8iRUsFs&E9y;4sC<{SO4F%Sh3ner@u?@brILXfZ zFmTDO3TMVvmEfM=GP#488$Oe6i$0&(yxR8iNx2I?jF zH3br1yGOo^j?}jRWD`#yt_PM3Wc(AXh=4nx!Qr+0ry1M*%p< zM?C*9HS|}BwSd8{$wXUr@c6X}Oc1mEFt@>VhbFEgfB`}#T`S4k0ZkZKmdW`FwH~Hq zvBeEd^s2^HBNgz&c$bemqW-W=mkbSfpmGW#kP=ow=`8fN7byXjI* z_{F@iiscVJ1H1Bb*&4eBzu>X6+2eo4d~q z8sNQqL&-50gJTk<&k+ESFAFO}0N^ee?>k0iAM*IslG;+v@~>UDTqYsyeL$I#1W4@r zXa?TYXS1$WsjPBTklsvvL$aiX#dpRFSFa`X0JPtB3;G`WlY={Y#%n>JBW!WWSN3oA zhY@}&ceB^0tlC3F3ZrM+q?i0oQ>l=!++1zQkLJX;TKFHaMxB~Q3TuEOoa1msaP`6n z7(8mXhL7}-GTWE*M6j95KcXC4|odA=Oh-%Rs>bgi7$fPNVs^+DH$9MOq@2 zsAp}r0ILtGVP=%89HH5}ZoxX<=^GY3hH&m9iXbB$d@t2Q*^}537C4_{AwymGWirry zsQ*t8sT;v?pTuzpd5ht}xBt*A9EZBWZtQm?$>ea)qCP}?&*WBwT>7RC9w3G8NyBL2 zGX@{mI?*LWdfyQklIwvx@--@fzUAOE$-pIrxqPrw38^tUUMVkznr-ErD5{^o3g*mE zKW-2Uiq-c=VBihgjY6Z6K4L6ooUfkJ#!8WUAd11I5htT}dZTlvIe%gu~r>KKkgqDS*jU8ow%v zd(TAW_~RAI@uJ3z<7Sl#o>cTwf+7Bl`e}eOQ09)5vZ@(I-}KlT z=6sGGj`CNAKWw-^N)rwo^?t!5@$#6S1;|Vh%X;d`Y`y#y;W<6+T(3IiI=5nnkB=b` zgm)Q(W(Y)zE#2nexrDWWyofD_1OUsz8 zk=H)z#X|x@UR08xXEzDbcRTKYTM<`JGkq@5`-Uo95}2A+^CKzb+DE;({V-CH%ByWG zdQGM{ZiLGbpPU%&nz5_i_<=@I;`$GwY5IUwO!C#PY-1D&!ZVv7anL;zb5 z#ah;htgxXAiMfBx!b0yy)En|4<4Rdj4;BZ0E5P;N3w4XL+ZbIHhsjPtJzx)(07=cx za2+wM?phZbKxFqlQU86fnkkiA7z39H^Y{k<*FNgOBoWG>eF^Y{JqJm-Ui1oyxqF%* zQo|?kJ?U4+dX-?}c*Y6)V~7D(sIXL$vU-EYb;isb7mh(qFjd;qc(d`2xt_-t#b2f5 zk8A7w=EAA|d(yPR34**b%{--}5vb$unVouM))4Y{hMiL58y@O-$1+S>AV&~;Tabvg zTW~7>qfOG&9K7eKs5L97MP-W(t=Rm%&o9oy}G=+-;A6PZc(bi5_Z z&rW`kHG&vZ#_Wno^=knD-OR$vuxSH-xQwq>*Hd1^Y@5d;mrG*zzNB0k3rH^au?(g_ zeJ07u8IEew$I{r8tZ4T)e8vqORfG{(X|eYO;;x0rxv7ljH#QICb9WF@!( zqoy>461FA0=vYXqUJ+piZ`l6n2XB3Hxq(c;>3PLn%5G+DtgmafP2|&;8+iCE;ln$Y zRFcjjG7!2=G9^gAEev|tnO{Ma{S z^8uV5q#zVXe}oOj@C6+E;|Zt9ZK;R*{|vGEC78t*;rAI|v9Fmtj&%#W#jAg0SsyCy zF}3^+NH4YiMB*e5->&XfC%c47pE#y|!2eDg<-Ws#$3(dTu-8SzI32%}A4kg>8g3NL z4+ToNAFmLtUK?Qp@7N~#pEPa1F3 z;u(!<%^%ui9t#DZk?@`Xc0h^0ye82Kv;@FrPQ~fTq`0KjcSkdr~Y*v z%Tn&V7O0Z~LtT1gR)^BIzer^DI%76(e5hMyETt!BuXffHyC{q>t|)9=XLc1cAqX&a zu(2lWRq~k4cBxP|;PQp0MJ7ZwXwbO?yoIZA@q|KdX(%YaNEHBU4sto`V?4g|NcF2q zvo8hTPj>owETuf94VwDH>=DO4x!@)cO!xdRJ_Zt)h3(`|Wx@sIFGi1ENIcdvmCS^c zrIqj_IKsz$DPh+~6{-nnuD`n~6V6AIAER1&vR3m2c`1B8lzL5s1-xw=?}ukTDV_p59Bu!%>-4_6H4Oze%&@IjPtu#`k3AH~m9R%T zZ_+=`W}y?vnR~@H{BN@FK=xa9`^9tgw(m5>Phd_5`&DBtduVaT=MJp%pnEr_cS z^ayMdD))#%{9y~;%#{BX)QM}L=kzl$a5NIBd96;i`jO*G$54a@c*{v$GgmfP*|_)I z;IC*3g$4I$Ywo5jyi90Sx}ubf5vu;}0I~|p=kc%0C9>uJQ?8T&QqX-Y18M}GCPmpg z#6SX7VU;O{&H$PthRmrIVZgwlNQ`E8-DImD!>;rL4*a7X^k3$`o|O@zHi5&Civgnj z^G*o`=mq)wce!;hoB%V`Nj}ilfy|N=`iCQ25MI&DnoV^r14ZNZj^PsO%f(;&l=(Id zD)9#zYMCvlP{_y94FY_Q_y%{<4AQxj7=-oCtQd-(D`Q2?Yj|ne2F!sn!EzRj=F#yM zt1rk-@nbqw2n?=thp0uk>dOH;f?1ypbei=PBG|mTSLpi@#SjbibB8`4eb>vjE|-AS zs^m}Hd*c|%teKl#UD5w0E=ZhsrumKDG=xGZcj~=x_2i>VxZpBQ6$x=cCu(e2N8bDu zS<07Tb^zfona43GqYB<&6aWWO3ewCI@iHSY zT?wr)H`8ph`<2#eKf=Ff1a0a!?KTyV8m5MZGWyu5U7JgA!so2nx%o+wK-f%cy+P%P z;z|<~rz`#KgolrkN%Wc99294boy~T1B;Rgt!od^+S~X~H6Y4?=#UjuI6iT7c=djeo zZC$l!YV8-K0uIrkBKOnn2+H`=r5W3V|8}W05A*F30XxYL1+dZ+?PO>@P7%XUpD4v0 z>!WTw4Tf_f;R~M7jVX5F5wZ_va0*4x;>RP{0#pOrl@&J>6w(E}02knrJG%vkSRlM? zNiG|5IBz~50ujbx=)msm(fqEzOQ8O^xg%0v`%GXUxD{fv$)bU{OQ5-Fsrk}bFBhP< zZR@(CJ6|={i*|{zB{_Lt$JzVw+;(!wf_|Y(px#ZZ@};xhEPzq*zmm`QU{LI{NM7W> z8<|a?bt~lg>-U})U4{#rdo9}fK@aw&0jI77)LtvX`sceh^8H3qMDh^3&tALtYyxuH z`1yZCn;+>iix$~S5WBx~|Gsl7i+-8}3z5gNF_{Y;E@daUc3+ko=hrik5!)5nA2no^ zX+5m7wCvKwdoK-U*OSroD0)@9$<_@q(5P?Qui5#L$gOAR9qJ%_-TG~}D9uk;ic(^Q z!9^4e<1!Y=)v&qo|9M7dZKT6-m{hZf4O8BmMk_o-x7$ zTH?F`f7-2n$&zc@XF~GxE?d$VhkxO)yEI-KMDPofARRxKw}$*Zc8^g`jr?ew2X^$H zxjHXbt?MB5r2fC}?rc8_YC0_?NzZfilYk6_L_ag2}LE+yj@w*My z`856rWI%zn9d!NZHSZg8n&k2rDv5ll>^e39O`5%5JjxRfjD52apFp=U4^{SS>{V@x&XCG0iS z*L(4;!2^csD{7)X(vHliVO#8B2VW^##zs=_Sc9|3%>K_#j|3pST)O2R!?BbbI2qFn z>fs3F4%ums>Jx(&9d|lI=t5cb1H%!i>AzmQ?`Cl-vg>zpwAyK;pf^<&2oWAj4{&Eo zxkL*iomqOuA}*3Qa|u*|RWMtb9at}ov8uOtjr7B14W`cBUOD5FJ7LQlo;lfB?J$zC zVl}A;lH|48*AF;t_ke4KrL-oQ0##CYY$kw`2}8A5EmOj*#u}l)FE~5P@jC_%E zETXl78~3icwL5zU9vt4O7wI@#gYFqDAt>h7o+_S#TShD;17|S>jo3Wl?%$n$P(KDY zy*5;gi|;Pq1a)ybNu90(#GSKnKQ7t;xZ5$RWg|uRB^K+$vtBk<2)2AI>Z#{xbMRzIwSgqm|)df0o%pJc8q& zuTJjBkTBfs{h2c20i1Jvs63IOWCm(n$Km&>i~~V0TxCF-;1tZn1Qo_5SSo2ul*^N~wLrB(_K=;MUr` z9n||z0~vo}JZ@zjBK_Z;E{_&)&08GgFCXx)gW6BGl3LHaApV}L4;O2MLv_caoSp2TiJe$e7Z_A_|PFvXpGCq;}!9T`@QI@Cga2y$|nbYk}Y;iCx%u+2#j&0R#p@|L2?(J`F0r#e@z79|02O#R;nbbPa zpE7U`uHL{o1;#z1WV+ca;@vFb`=;lP>Z0F*9 zH3$S!3WHBa9;MdQ({jdey>T+|RQ>-FOP3^G&gTvUz9T}!TSR_2Sdp{DwK&g;)?Jr4 zz(6vI5vDV=@h*zPYLc#&jin<^bEypke;Q^#XJOa#kgc&#$M4eF+Pg)@;)-Gr2o4^e z#zRC-O}(934*HUE-ZqKCGXyL+5jYx7OmM^dNn#WU#s&+m%-eXDHeI2QGpu=}e1Vz- z%!Vf|OTU_04Em4~{vaV8I5{X*&7Q{FnrLPe$0xYr{lpB_YMiWewnI`E(1H9-i4SUB zk>dpg&F2wSo$?^H67(Zgyb)Z(O~FaPlM?@y;CO#YtRmq!kapt}7=O*n0l7##9n5Fc z`4vV93LqetpB#bN{CyumDS#bdM7aY&wWAuW*`R&So2FkdlN?MfFlz51Ck8fy|8r}> zR8WPk@-}V#!W%)%|013+8p^?nj3u)#s~*gsnj;SM#(m$--X z{8_C$2Q=2hQ7vCkfpB>zZ)+F%e;^QGV^y^jS4mG^RmSBMBbA(;v_JrW816*5GLM)A zuiQ9xVDDJM!`d;F;`SITSgWO7sHVLMuoSQoD5Yk3YZ+ga;fhKTCRYV4MF4;pI`CqO zv+eAZ;Fn|A}X~Cj(}@Niel#WHqqndxI|nczyaEz-qTbKgclA%hdMF zoeA#SmqQIyTOb2T9jEhEi1mG9gZ&v|O5+WbwPchi*LAT@CsS4r z?l}5YJkhJf%KC$h-bSi>$WD&{oBzly^0tUXujS+A1k_tkgovdfHHEc%DnR3RQSBo_ zHH~8PmWf|m909=?`2EnAbQ<fwVnRLB!-AlIwl#exOtiqWf^~X|QyeZM($>NC7EA z)&j%i{l2~4L5ntZ>!d1>--q^Z=(eVn@Wbb$0{mtqb+3a=&;b@TZLeJ7(3SYLWmbJk zA|0?VFy8W3K5!C6_5epBvX8p9sS`ioRwU!i&zaU!(jlrF1)Xp^fwg)g*!&p+%HF|9 zSl;2~`L!KixA;Oit3$ah71s4+5)=x#Qm14>ST_RN0it=rq50F)ADd$Ec0b2^Ok>*g z6ch!CJkI1PsaxSD&>~@%xq<)WoX>aMvELZEqdVdW14r(}$i2O1;HRwGpfdu?k_2SX z#(SGe?W8z>hFY!ry&{hr!71qw((MEim@0_b_jOZ`!fP zTr=Zw4wZp5pB$)xuP&rubI{tJ{ABAPoNWsNI-R7F^U3Zfk>i=iZ6xxw21tN_Qjdm* zYe0rFhY_UQnthddqA;`}0WnM#kWYp3A@_Vlow;4=eMmoqbY^yraukX;8RxJ55JTyp zoW2}Ho+)ROC>U)>Knxwe6_oobkjBhL^H)`Jg-elYu9C3|0s#u|(wgaNkk-sr5w)GH>zTC&>tPa!( zxN_klAn7rvum_=ahNA(V&@&jL^q!bgz?bUwIKUNnJIo252cbcv!0Hd*+9#;#@KzVi zJg`3w2zVm~OEadBllL(;2w89t@LCL( zW=swzk1;j~DP|D*-!@k}Zjzi+jM>l02btE567?>;U@c^FLBOjqSOsIUIe8Bwz?OJJ z0nB5tG-FCQc|Q}woPRtwq2(+QH%>RB!AWohz=Gur5!?K$Z9H5lAVLdSG;Tj#EC045 z4HhzJ?6SiCS%8J+ut?k(U1f{(r@$NriLFOF)I(k!x}U}4#%Yfu3(<~DxSzpeoAGWM zAcqUk&}5{zNPjZSX5iR*cz}GQ3N2x=xC3-ONOokv5(bNHL~P#!1*U$vAdpwF zzq0j$G4-5uv;zP&UqK+Vu`5<#Oa;TgUQZew-SSPRzFU=Zb z|5aAUm^w~9!gOOId;lA800+YZH3C5(FJl+17mTUl{6`pT7%A<&-JcgLc(Zy!@XTlV zSHgF7K3-FIQ2z#q9tBZjSU)5*Hx|O?ON0CD=o|FH@fCFuS4c(()+-7Tir;app>JR2 zNZlS+#+6iU9d4#du#ggK($YG}&l^5!Nma3jRDq{K4P~u0ar1usbo9F$Elj3+B>AIG>GjwJp~ypo>7R0ObjFqN!`m z5rYL!h)0o9&GsCmaSSibn%ifQ-#2+Hl$a9@uPrKklBL@>URnO^Q9H&+qiop-f0o#6emlUniCAKEGiQ+#;w8j98lhSz=EQ-^hIj-=}ux|TJGh7 zjWm$#qx$o<;(JbobKAN7r%ojj=f)a5Xz$w0*)7ySB?lA8MmA{sTK(MaSDgm6wc!%T zMmCb8|B!sX2YddTD6LHe%gqPJpV%Z-Clg(OabZri!}naNBLfWN1$BYn!398x=#h*P zX~a+8w~MXSPH|Kl59OvL->dZ@>vNC*E45#NxOBGfI|4?za~9CrU2Z-&UB%?e?iqGV zSET~kVZOCj;0)YiyP)nugt62JG+Tf#gle6~h)1|aZahQJlO?jipqzPnW9pn%QyZi=26Tp8?=^G2Fw8Xw6vI&0R= zuhq3gKio2Z%d{smFLLWlLyoZE`u6=2ZP_nMqq)AJpZg2$$|5E%TC{4AJ>SFbIb^Vl zx=Mo-Tmh~*PltZ9o|2rhx+vhYroc2YQHa4(u!KbeJ}WCQO`Nt8E-4I_Ow=m^(^^@K z>yqR+rL>SVE?Fl51>we!K=J|xhKPZG)1>QC`2}R))Y>!94xeyAkX-t}QF{{BtXYF^ z+!eY7jZ3s@<9?rb!Hxw$>mst&^Vluj1x%X#?R)KczH|`w-fdy2=(63`bieC=TUZvm zdCNZ|86ch;T9dDcF4>Tpwy#N<`nDWS-~Z5&zqH&azYeRNA~)%#L0J%uSMPqt7e zr=0jD9C6=C3~FZ#Yo>|p35+)ouo*g?%9=IP6GMCvJKn4o@>1S{cWZ1ioU4y3y zNFz7`ozS@yPqauhR16z*J~z3V8_v~nYxqk93ot?cAj}{^d`60AsBZ0qliSFjW@gqp zfT*!tCl(h=M8A>^6kcZd{CB0;odOFg(bSVQultSdYwjYK{}}T6LrKbP@#<6JGJ&xx zCdC?O4AWvla~aYNntXkQjFyyHEA>f*>j9R4yvcdC@VX?-Ey@ZBY(*_!WjaXUl*+dF zN0%_Q>^7LM*l*TECO_v8S(QnZa2?#3^aI%|2)754sZ%v7B$)Pm_PQ#|Ho&a9q<;H7 z_;yl_ivj+7c1rm+8>;D>z_l&UbM~?if+nL4i;ysvO&g+7oh3R!!k>@b^dE&$mgOf3 zp{vooqAroa%RjFS)7whqJ{>5)Kfek7F3fCL&<)+F8&`PncYfpsrQ5)DT=4?@ouB&v zklNZNic*b{6{D7u`zo^YPY{Rz7}SHGKCM zd`tW~gFI;^oDbI~Jt6^Vui>%hnXR@2un0KWuw-sC^dwzELmx*1(jX4PAlx0PGl!Od zYf~?P0>Et8E-MD#4q3ZxCNexc9 zoYTcyaM4QuO;s)F5$T0A3$h_4Uf=@VgX~hduq51XMPr|F!3Ah?ZJ^|u^nkve1yRtG#L&kv>6X6Y)HBeS z2(ahF>4HAxf^cXAu#uOfhxeHlKu~@N6kM9_ghp>j06AfN5}$+8>$bL^w7pFO+QPKx zn-QoM=(T1y78K}pX15do_06z3X60aMi^pwnkTFmuaqLB zXf)shoit4tI}rwaThpd|MBjlUJ|+HgU@G zi06=x{t&tpNY|N&DWM9Cj0NIiuml~p{|JSiC7M zW7QF?3?M5=`)Y!?t?`s!;Zgg=`rB6n!j%Yt@8JI2N|=D6ZBTm8rP*JEZr`G^v+x&X zok3By9e%8AGsu-2@Sg#n?>NyS3ojc{4HnL=ySAm#_Bf>7*X-9kuI3+ zIiegblNB`AM}YjE0|AyZEDODSDPM+N0$T~FwO6xJf%Y8SIn4AfL>Sl99Zg#r5~R*} z)}kSF{Bl%ndRhRrp8B2b7lKxUQ4ivbBg#N^C-~n?E!zpcrV;xK{b-Qo3=5q^`)9m=n*;2b)9*A+ zo2Agxj#K3DM{qYNlW1c@6(eqqPTn3|LlCo_ zD$g{TB}

U?GtA<=#zc0@wb}ilSg7*Z0%GAE1AloO$-QIRXJ*+#0`WGXP4#Y-`yd&YOKvc8cTB zk#^*YKfW)}9da65M>)D?w06O8 zpx|MCI5rRu%c%AK!{cxJ=i#OfUKo5rP5J%bGBOR?UHV_-m&FqpOlL}otLsCTee#-K zqS1>$Yi6|m;$S(}ak)&(hm;23dgI%SxnXfoW^`vtL(0nYZwECdIp`KIj{f9oZF*v_ z(&YnCx$N6*oGH>hbbP;!)9aVh^S)0kdhef`B_pJ{FR zr+N)Dm}w5Wy4C&!wuNkQM2w18-R!XV9=0AT>|>{|N}trbp&ht$D}loDqL{}F2cfG= z%iaI5eJsT8bEW@TW?Gyh!INUfUTeM=@VsajRO05QO(UY(yA7sN6Y6FFdaUZCi1QEmC}y2CFAOT=G%@hZoxIwDDDq(e2=WI83s1)3Zc}N^iNp zHUQZ3v~}f7Y^VaizSbSnW)KnWLyOY;Z}TGhyq&jt42~)eZ>J3Xl+t;2$2@@op;|=H z%K6YYLnYeDz_HAK{DuTsZK>)Xo&yuBt>u3?8BP4+P(SG=jiUrK0n?vQ#>fEr!vaWB z6E;B;oB}ufkZEZ1qVU5eVfB83fMOq9Fjw|?-ICdbgwq5d?+@0`1#1D>=p6amjc58+ zqSew&D)GTU11wWLT*GhbUzgzhdfmu%{r%db0YFFs*?9jpF1c14uUY)=@wQ-zVnm45 zb4dx+y9B-!@U{ps#oG!fQpuy2w4@#IxoqISglKjac? zHS3xey_-(J{FCleIGOaHi7PFz1t7Fe+~7y{0j^oJ@PJP<><_#7@Q{V7hPxi;CAmXPbCp+Cru|J{^^Z#Y;wjy7ZxG`R_Ag&aU#X?sMPM+B-ozIjlz9VY|Ko0 z9P8OBwY}{+mQObDh_HXVE>p+2((M^bXAjw6kroN1vY8O4KA%(y|+++C4l_Bhe5>TyMHt;rlc_BM_K*UhO%N_oNX9WVo z2Pk`{Wu$2sq+a<&*dI*-e1muXc_G<-4Bl%cXeFlif$ zl$m4G5193D`RSeRTXyv30W)U;e+Zih#DWHb>T4OxPV9(C2-d7>P92JSTP zQ1Z9`l*n|NE%0Z5scDLOMp!hPqw4BD$y74JngOh> zj~n|~tJ#NoRTt~ARh@yJk}XYb_fVxrnB3J4yOE`b3N6MHsuQN4C1t_l(eTNzAK_R; zf5cQg)TzV?3iHos`MbapSC<+}=}jeyoDC_< zb{eyHs6vn*!tJR4P7N2A&>-~&48A+6fXJdaRYUROJT#*(w|-h|!>mo)Keg8-eV$bM zCAZ627u~IC7tdTK`EV_Ek!0pRKCb3trqlvxd=)eWEeH#K8C>-EEb@|)nHBhTwQi_3 zooJ(d(2tr;TbukCjSPAI03LL4SayXBw{kxCJ)C8Ia>}-q`atmCOwPOM$Xs~k4lByC zl=$+L>>S6NG@24Lqmlwq{o>*sAtd4y(zpPkRFCyg5694Tfk}wpIF$HH*2I^{j#*%J zx-Oq+PNlUnAxraNb-vLx^HC`p&a@+aQI_bNx^>2OJ08e9*}KveJE_;brpwOALb2CU z+yhcqqJ;ha)cA*8X$O`A(^CZu^fdzf!oOyHyYDi$=*9>9oyqvV2Ac7ef7O3;irwx+ zt?>f63Hpe>X?V1tVs%w9<;g|b{JI_aXKA*%FWGkkEMEvn!nm=BP75F9%X4nU`$XW^ zf=(#CRK%otcmJI4pzGO;>w5r9vuc&VPj7VjPZpyQ70HweYGP!rTxirQ{Y-!U0^+7Q#t+Wv)Nz(R4z@nM67)#`33 z8BA(}W!38bRZ$yN9LMr(VDN+wfGZAC8@ zNZ*JG76xDaC2W%G%s)1lz9IEuzgS8dLT$r0;e>U^mGa)c=nppJLv1nYxH6%L_tsut zs?37p$`fn@jQ7QPb`5WB=TTaz6IbRf;w_Z;gKaRlD!~h%`cWSN=c?E;g4sRW^+1tV zl9SExUKVbE?Rt3E8vUQPb9zNG0>6hO(6s&T`f~o6b?S0&pLiQP=rbQtng`!~1JI{? zg);Ny!gKKt=`7r^Cl+E*)wAZNHNW$U%5J6V?y5JcUC3jz<>$~es)lxp=J565H>JdB z<0>-PYQ4My7l|k5#yddf2(+gPX?cU5pU?)h_Rv3TwqZ2xd4np^8WI1p3(&U`^<}M= z_k$e0r`!U0!wZGzheF^pE7-ajn7oD@U{pj^%|m2)c?;W%NX%eRLA)3;1#`Au8wNY~Us$DI2IG z#j9b7otavRI~~%509dbP1!V+jnEL{x1_7?-LKJR^3iu8sg8(Q^z0AB}OS?M&Y6St% zlZp-Ux24VP4oN@&$WpMNbGk(Cv_U^KAO!~T_0_sVp}xd0%o#ypeR%=CkU|8wrB?@u zG7<=dzJVdF>1%M)AaMxhlZirXk;-AxmEaWm_m{}yGb(Ft>gHTLktqfKT*JRU<9*}A zL8mSqGP#_<2?2O#aUEz!W%&9g+GOG*Fk9RVBUit$RwS@0`s(SNuZSG8ytZ)uU+1N{_SDIrHBp`m43ZC|2X^9o1ZFogMkNq`Xd~|_|=o4&XS!J7yi5O&o&{DE&1sRi3|{* z)$N?8g=%CiLv*BH#H31_zN7eS#MD`Xq0coUKGo5Z2NTKOar~`PEh9UbZr6If%=R50 z2R%0z|1QUBu#=H7L-+aPUvHLtyq&tvYGs`M4XCdqbY!=Lg z?a<1$0ylR`P(Chw5l!pRDTPJ=8tR$Ud1m&PB_QHK;&vorYkJswwEc);fNiuQSboQ4 z(UL#w-rETtUF=LR)!tYzU*Fg)T^)TgY2MN?ecykr*z}_4oiz%fvyR;R3$ivY!yNwD zDTKd#9sQAJg}&-LbEE8x-6FKGx`^S;ZyY1oKon6J+k`sGMZ@gei` zrd4j>1zPJ87DFi;C?m6V61kw$!i(&{aCYLD%#t?0{LRt)!!!iX)J##dH7nQGv1Hsu9hJtcQx5R|F{M?>si zg97UDr@tu9+)m4zxeK`75_z2T zrJMN_-1Uk~z@4rvVqUpEQHDP@-%0VRNRgZIahuc?Ju5BwGIpp|M`Xa=>Pl!`4N zif=Dvl=-4TlR|37W@v`yrREzNL{Gz#%T4VfyVzfc1)-D?tq~~Sb{LSlqKlc|2Fo-1 zfonZRX&cGaZ>Rzf;s*ublCg2?o?ol8`o)2d6!$VVxhLaapQ~gWW`#`n?RtP^{AAQf zXUP$n)t$ettaEa*iAf=@nG?^4qIc0nyW4aIPa3N747UL-$R$3OJ#I6SbbYN(NZ zc#t90ekdD5DnB1wj=ddMS9qS0tI(lQnBEQP^vg%m~A_0x) zF=#pqcRetqV1Rw;B_w?euo%5*BmCIL*OVw?qtSisAO>L;31SsrcfZ>bmNm}OLIj796K5A zBAlwSB_HYk3&QHVaf=_}_sD=>LyBWTXxfU8Oy48m^=MH-Fp&P0{=@J5&*ot2#j8+I z^gx$TlX9=I82C&wQ;;0(%^pQm1l*DUvvZAz9Aoz!ew8-L4#iibj__hhQ24{oo`OQ%rSpuF?8gTID z@l9s4cEGqfcbCzs9x!i$Cg%wW#6146Q!bxKFbngnw|5IlZ@u8n>ww`MTFWD*7`8@k zM3Mef5g2e_TDTn1L?Z&|B1=F6?%}sFLi6fL?FZ1eI`jW2FJvpw$w`38Cei*s^~Jm5$<3I0{Fh zh3=b5Tf+$VO`$JmEMo<|eT?Be+{gP#n)Bvq&Qo!9h`xTXQSc?JZ@k4Lw+5N5s zxisCZ{s#lcXPxT@2;HLw>&N_^u4FJM`^wL5+{fJ`13ue4j<+pPhGz;e-uE!AlOb8s z=%^)q!zN7ywe6W-BTz>*ZhG#<;DZMsCz^3}@Nva?$T?XF$frktu`8T>3S)4+h zq>Gx(-9OXHVDtFw{rp%-pm7JH8X(}E>4nL;Emwwq01%8uKZ6m|?k zun3^$T=tDX;2yCr$DFgY2!QGg$`|^fh%|3-8C`VYPV9oDCokm#O!vHLMuByR`zsPv zlM?na7Uz(}r*6mOL&BKiI5(R0an`Hh0e4XocwX{IxKR;*I-}M&EBf%3rY5iEhZ7li z3?9iGQWEYk7aqy5MT1IOL{pA`x6_t0TBh#3HjT#FW|=~OuWDHhp(HRAToHw}C38RdkM zMgZNMcw@y+#(HkhRtioay3wi{u*epi88?DDmqN_r%X}hmi!lp@wJdf6%E%C#{r_UZ zEam{+&j1%x>oeW*-^(#)L*Wf7fz0owzOJ`q%@Mz1nr@I_k9L*LM0+CT@Mb&KyPylk zK6l>=1SDipdUy(j5el2-`i?ke0AZ)?`f$SCj~chy>zM_ibP`X(NqVwuQBGV~7Q2Qu zp9^S&a0m)bP-xDn9<>U=6Cs64_98EW|h`S`I$m%Bj$OtoT+ke_Cx@)Pu@XVh@6+H@*W5T4egH0oxJnh zLdvP(|Gs#x{xPEBPf`#8@YfydNVR5xyQN3zLDL}hyspFMOh!mHR;?v5-3P8^l3)?A z2%rM@oQrGZcMAOz7X$)AM>Os+wNnGCP_>P*c%`rSgC9b<|3jk=R`N%v%)QL;KihTP zXS!ya#dB5aSm%)Oujhv?Yg`S{hvHh|L>I@uWlX)Q3H=#yv(ZMzma?HCPB|HtZ<^AU zdZho)5U*d7B47S6Q1$-^H?5}Z5tc|$sekEj>5cROKk?gL($weK`hR-eFx&EnSP>D} z>ta%zP9O{7Pz*FsL)K6p;Odzqs(z>EPWm#*)r32|8wB5zoz#R0e9u0wsTv4c$CVX< z?(*BQZkI*ff9_d!&1bdCMuGl3q zf(yk>=&Y`i@rldtz;HS;?;{mkI&JrxV3Pa3LaotOlzHzJm5Q{nYf7V%_^or(?Mx zA|1t}a1@S`35HNuAnsGi{@KXtS(FvO!Rer8grQI>3x}Xkzltn2IyBTmCDRIB5S^JHBn|f=G5chE6Oow# zW&1lSdal{!mbJYvrmJd@zei_U@XSi?s4!*9Ay^uueYX#QqSayaEVB>?gX1`?-Y6K- z%z6^x*W`x1bmBZBd+K%biQ|JveP!}(Y?UX?4J@+293-$2o!GpEW81#!W_tFGXNfZZ zR@glRTeOJdKpgxDGw6g8O7rKDuKSF-1gO#me&zRWXj8xK>noFQ(oT8e7{UkP0br@%f|Kf^;!;RA?*81wMfx)mXS}8G(bT@3-*8aaR&LBjBneiTYL}z;gMVyeS)dJj?*SAqrw*eVaukHD%J*+t z(vL176;gx0sw`fA#wu&F1p?q0<_3(3bV8UJ3e9_B$Ps;C;Fkk%g`Xj|vSz~uj<#=` z;>nblK;Ia!cRHgwveJEtp#6O;(9Mkil$UGgGMCY1 zH={tKGE`-BU;`fy)s`jQ9u>dEwHUAsaGwdz|gzx&r}H@~?^u=MF-J%rA= zZN#OpoZs_(peG2DDddN*&<-8i^c+ep`6-BgU{KtS|cxiRaJq~AP~ z)&C&H9$j4k0V1sd`!I+dvqIs1YZ5_I5v8O^!zLSDz(5qxf?nwU>QSBi16@r8s0W_E zqyUR9C5D5wLv>h#5)Z*4I0Vhm2kGcT=#`X4$8yEjz4jk&dl> zfm{S=c^A9;C$)~DgHnv5c<&aie(#T_!R%1Z7(jWOQG=1wGZg^Xk7mGk(_1H!L8|LZ zm>usRf@dMjPaeW=cxY92ppWDBUIQG`|Llh`_1Y}1RVd3G8PbcYuS*uro^Qp;U$u)U z1jMdM@2iTtLNNeZDAy3*Fy`!F-|1TpGJC-ZE+YIR`(>HQ4lHkpt~81+`9}Ij$Pt4= zLhn^yfl#T6(+G^!7gzc7<1;8(lqm-wxb0ff_cz7)Q70;)Vr=^%Qa2O%FW;AWGdTD( z{=?grlt!oHsR+eLq2l#)8Jz|CZc&a0M`1*v%`5~cVNbSEGAGSP$vw#z_wA>^|A&Oq zw`^tR@ekow1`6fk0Ki1B^De9dw;7Vqkl;K5DXv^?t07y3-f#06yHxeeFjsE$uGj^! zynioSAaDmk$-G2JPDtm^0OxXyWUvdjOag)j`~C<`wZjyk$`gntTAF`J`_#*KI(md^1EKy=**;_c)_W{jzU@-n>!BWpx98vQ2+`5ybJ z6GKVe7lKaCA(25xOW9iAIdIB!wCJY;)Wl$_aPE{tlUe!-vBsfej8~ZG}wWo54wBvT+jG|8bAdt zdw5W6BAH6|2iqu_k$YbtL4BYvkCOj*NxC;NGXfD|6RFH1tf5H9Mg85Sy11fAs0xof zf+f7&kmUr&Kd6v@4Cz%8IE@N1Kg(4 zdM+VIO`WXqsR$zEA7(tu`qg`swofR?|Lh3bBlpBvVadbCX167 zrxOM1rtDfd^RGmHM1FYSK)`SBAu@!Fb6f)Fxq9vBbAjGBbPk6Erl!^W*c`HJ<==M_ z`C$?Z00PD7?T6$$&V>ySZD#G4e%!Ae>*xYOOY8#@`#xl(z>0sg*Qa5@T^&-K%@Su@ zpc4UXK@@9=6%DaL7ZP(vg^)FB}_7N&UjRb2TSV&wM- zdZ5d2LZE6JaL>}#RSDejh=hhjFWaOPQ?B3|f?0eX?*OoCt9~Xe&z1(;1U7zH8;MHG%xt zC>5rH3~xVVxI^?D{8$J1hkbQGS?4<^*pQEBPviTP(^a))t3!x>BVLAD^$124w!T(` zLSF}2_f|*RUnMX=-rN=_OdC>udoQ6>J=$?291~q;x(b#o*7j(PvPCizOVN%cV7t_7 zL|vIe&whMkJaLr@l@lh9XvQ(CZ_a{R-1{q_Qswn9@;EyExi)3k0YT^DP^F;Hp%uT%_SyAFp`)uZZv` zFf%WyFoNg-tgqkdxD<*whB(z{aSX651hJ44n2Jr9RHXyyz}YkA)95nHCen%6=YJpi zElLa%nFwAfK0>CtaV4Ay8PT~BWuzpUg8rFV;`fQomZKrYTAKh^K&QVpC!w!$uzgX= zocZ@>hiG#~T=L6Fe3}5|iaX=_A7Xt@%KE0#b3Icw9Xhn{Vs_AjOtRgO9M9NuG9BeA zQ}pukD=Gd=*v7glQVC`PUXB4LCBC0HI`+q-TU{!c-7btHw-BQ8D{C*;B+-mNhG-L% ziRyMK0gV5_XPERU(_}o1I!VPSgH)Ib^dwzBvOTh_sEFh4Wa)C_c}@z>K83Vreb2OE z%6sPQ`?Hw;S4>Yf!%TU>#J}Doi5tgEd59%;Wl9pJF)1-(5?33gxKmEt=}q>-HKNot zn!!$1H17zYmstr~N1GMp@1#Ul7w;Y*SwbgGbWixB*m&Cj<%{#s+-~LSJsM2!BDO`Y z6n#Z&yRulp0O!$7Xk`b0sP-N2BX*a$L5QqM>=(6Dx9~Q8exXJ@AkzCC)hwV)Vypk6 zStS4e%TVLpBexMu>_P#~c|SlO7&}ie3E|pETLbe0Gs;jic%n7$?euED3H`=aXO# z!aw{HDer$FgrO$EFf$AFaiJrGRz9>*u*d>!I22=W3u}$lYdcOeJwqbr42pvj9tCql zmPE*cC^9L+KUx8QW{Puz5^dlNzxPaF>UY3CQ6qw{81>}e4`BO?Zs2{m8^aic@0abD zihAu)v?!oVD2|DNVs&rIens`xMp$=Y$(icevhwTNe5L5xY1`MFhp9A$jD^>n9RtTa zx~j>&F^;froyeE(>6l%MzAvi4IDz>TLRNO=V9c>oCY|T~RY1vz`L}Z3K9oxNMOP4| zjyEVs5c*<}xD> zyGbywb;c#olsMHqRvvb=ixjunUM*M&M2d9VB}S~gotI8BU@yVOO;b|LWlJWTT9>5j zm{nyFUZN^_Qd@rZO(SYZH~)?lgOydbU^&@r(e9!o+r^lIzl@8qFz|DaC76WM?y`}k z{Tn+d8FGhTq*v%tr3;;ko`f6B{t0P7YLowM0%lg3#|-+{VlV>zYZDC*8VoM#Z=x-b#muB?Z*>4vof zTSIuMG7c|M72$9>RnMuf8>E~LsFVK0;L4*IOg{)4%c)14M>TbeQ(dGDm|J-<=F%m? zn{w(e&iA@d#_5JqU7W7!tXC?*Tb0-2EvhHHEvJS#SL;FvM+T(^I0MyQW%AkG=-)e; zo!qgN4g9C%81O(6(j`>gAG%!-8QsoE16_Q&0-(L5E0#`1A>ltXmERp;f4JVhjg`p? z0Q@C_=o|%= zMty#)R3ouZVF6+JpI?TjyH~Dyi^6i3v{6uEK#jH7uLEVb)$Ece)N?30OyQ~9lxUtb2bI0 zonf+YfUa}W6tEUxrs>If?B0@yX2hB|fPNHg@bUeFzT%R&$5|p7UZN_N1kd*mTEiuC z!-)_E7kxVrZoak<0hfu%gmy>G#8mkTl-MIyCZP0GSUm4on5 zQLuggLh|NBpfaY6B;Cqc&LOqpn#v1t&1joXnAAj-xb?Tn2y%iPEYcwMRsMs0qk%|j zqPV&>O)Vs0jAc#A2H?ig4xcn)%Z#Jwk`$GZ;-5BRu{E^J&VsZAw^nw>t&&Txc{N>| zboZA?AVp;q8L4B>kf_tfyOLzEj3`~pd5XTcQZw7QZP!K_ULGtL{kGdoq$@#2kbzg> z!Lxa)Kf(Ia;w3>A>g%na2)QS=*6zFW;*9`N7E*2C|W?X%KMmy)# zv@u7MrEBt7W?|#(?{0eIPN}vc03Tll) z-}<|+So-ECA=zU1oaqJXOq2u*)@9KFj9@5P&ssYtbkJj4OaoLvsn`e&t*c+dq#%X4 z=M#SO-WzhaKAi)TKqyWS{8$Xj_=_qF+;g3Tv5o!8XzJUwKSo>siF9DH#F2301`DXF zWNV@isGHQLe>YCtK=YRz$$ZBgVTxHDy8JA{LX3^HGk~VSXiDIJuU7ZbEd1UxiyI;F z8K{HJTZuMJlE&}&U3x2h#LxWwHEo(AP5n9Vi4w2;-t{&Rnl2a(jsOw5xW%+2?+}mK zottS`@G}M6Ue%vsnB#z0>VU9uonD=Wg1qI)74u7aOTtlh_9i9a$@($Iu*i6aXnwp% z#?Zo)PT9Dud(e^p@VfOIK}o?JH)ZtqWYOaA#?w6oFh09q^+zgjnMl`;mhjY)d0-9$ zvIp&53_g)1Na9d=7Bt9Zf#Z|`I0;}0() zy3PWxlrJ)3lpcv3>yKP5&W~i~_)M?IR}bQ1I*=sN1sipNg>EB(C!E4wt%m*-ob&Lz zQvTxA>&*?q6hrWcV-W?&#eRFcrmIHORrFC+EwH${f7OD(tlOeb(64kSp5A&p35+w z6OD+h%XZ6qV7{nLJTkKRiBKd-J?@aOBRFFibe-##rE0fkN`m^PP05Gp1= z4GmLccn9R2+`(Z+CmL}lH_0<-A6@m~V5;OZ9}E`S;ywXam(%x82P@ue6W590hq|O@ zwhmijflge)2J~PpYSEBy$qPLH`>KLuSu(@8-)K(Ah6WMW*W>qJ^ZGMk_bpxa;66h> z^=SZA+rYQ{)_rDr;FeG|%JfJGJyIGQXYQ>`LotvC*i*6w|A_0~QN z?hWNH|3+?vuEj~~<%^66vM#eM&KIxx5Nup}OfU&$i1rF^L%18QSgJir*-R$D5>81} zr}$S_<++x?lIM9JN>qEBaZ}Wn(01~nejgjCT0zOUr2`qFWif{CvOdkB3m0 zpp{g+ntBV7j%vyMNe$nmdE;2yCX7}T zK?nQH+Cz?l`N5p((o)^B3clEP(HuXwmo>t8I_T%%4_ zJpF$*$tOD5bth<(09D$+PyF^> zX_~Zc{f*;?v@L(wph)Qc!#T)fcIUtrH-L11!eZp+PDH|MVe7g}7wAP%-g>1MhGQ%d zS^Wya8>LXjHlGKr{bbv-mVJ`tBOSPQeFlhs({%ZeC9CZw{k~TjFep`lD>8W4ew~S0 zA_+g9Rz4)!0%bwpph<4tnPQi1X3V3YEgS2TmpM^sn!=9Hx+ zpeGy!7e+0_gM@(Swt{SP6H0sy`xOp$O(?ThPBkq_^yJq~f+PP|0eM9NJ;q5GOn6ZW z)RYTeP4FXJPOIxPM=K5u#3WaPfT|qj`G`ZKvApv!K%EpDRydT4z;`h~Q!gGKIMf$Q zy{-h7$b`cHW1r!Eu(nP79N)t2w6;+^WGps;n_s;D^6ZPrPyYQEE!L?}kgq3|Y-SJDQ5;wo{eHZ?D_e$1Z=U|pwo@$`EAjNQGn&=t62}qde zKpQGsp(n=(W884pAxHu56I(tE10Yd{%(9Z;!$w7rKKPs@(L0)1`39DjVV z|Brow>iP+#^%l!EXwrAy9S88%=LKQrq=hfmW(_nF4e4w<(LI?l9x_6;z9{u-5A%x=VYo8a*mA&v!B zoT(@so))m(JrvZq&ZMx3hx8c~fW@S@x@|y+UeGPSZU=@8*WKooJ8PtnsR zlV<9wuI0t};-R9eH6_j1;|oS>FNJDZgo00(PUQfsI9pLVJmF%+&P6n?Gc5d=hxGl~ z9Q)6@Y3PTmoJYp=3M@F^Ky2+mW{$t&`dzGo=~&sZqF9Q=8E3C8MVdmXOBAm)C~f{)EbsILIpp>WGdtxnm0YuJhIX^>3=kFd8;=) z!@V0|6&7c0fE_Xr+uK^LnSc z-b9!xqciOUY{clf+`%sJSt4NtbLZa5iOjkGZZ8{L_!bjGVUs@L>3aYs zQTnXot<=)ub?3r2ecb*RnNLPg%R-idO8m#R>P@B$i+(~*&i2;{ITy88V2X1*w&e}P z4i--FV}1qiMrsX^sYwk*=(hgXvQy39v*pN`7liqD;#~JzspY(v16FGmEJ>JI((&2F zX8|JlJAWxVB_uN?Z2tEdGXc8b)oBuQkyYuG_luq7Rmjv@fT?5lZv9)_Qs;F?b}MnF zia~PEXxmXAx~{z})4EQ9zH3$_ZdRXiEE)b+x5O5L0Nmb!Xy2D?>#|#!A{62vHX)O7iEvF;DvjCrj_8 z&pka{&9L}FCLU>Jf}1em-Z6Wtgfw~0F;5cbnAm8hn%w9h@zlw^NY(Pq08`C!4Ec`T zmE#7!A-`$oknXHaF-^irKe}TO_m1`n8auoi>(VqAO&&}eW-)EIV%sP?dr(QZb16_C z#^81ekEUvj7syGd+3dgYl4*3N$x;AVeWkO!OVM>A2YNOWHTO-WIMY2?~d3C?eg7nHZ zuU=~`L3|a0f>LFoFW$z>D_6t;4^1z^V4zMk=@)=ltai{W(bSkN-nRre&s3R=-h757 z_D<0$o!n=~gooN;1RRV#Xp)aJ&Mf^)|C6^~BYe6*H|RI>WEb;OUILWRJJ$A5D79og zkkcJY=Mk#5v5mp8cge46Y8q8QT~}W{fFnQkV2DI#&%r7v?BxJJc^$Y&>pmV->3IX! zN-F-tma~g1N;zR1pdzlV3S7e~4zY#otO^CkXCXG_i<)B?zlS}oqKb1e9O%>e+ACJF zZ%WcD3Av^D+A8L=uS?P@WSocLVY%h~Gv_q3Iqb$`D@TYkS7l+zDU@8=g9g zD+adX0`v18<>2wAehmK`REyS5j#!aypZCM2Sxn%z&-7LBHJZ6K>@E_1PgN(vIn<&v z(=M`3e=WH~DI8_ON{{v}dG@S(z)gNkHKzE^et{m9UBE6#U54-u%bTBBK6zM}Dr}&M zcii-*XGWg@2-+?V_!BgY0P6I*l8NyQoC4T^7Au~sw-Ay5Tef~@)y*e)1D--+XgBoL z#MIR`tVv-;NGZxTAUhSm(MDaFHTE}qseTf%(q}`wpPyNvD3K%rcj|`vcVqGGd*1uf z$e9^xYH%rnC=e|%s71cBH?8uarw#1*nHp2PC=8(L%gkoZbU;s0fo2*fUyd&aZkG1J2=mj@?&+ zxZn8@dK|l=d?weHb#git$Al0CaDLvc7b&34)???l6F94zUP3vemp*_3dN~zO%1X6p z7LDDEi36-m!wCybmALTtq&z&_@&)92HFX_ofOv?lNIqY+6wN>zDx|E@)2+_xN1-z6 z4IFXO;sE-lIboFn0KNV~Gv+5g?VAxNT0bAyGt=K9ncSb%QcBKQS%9fBRM4HEtnjL5 z467ZPIE<;EI|N1M9Y$4HVMZZ?8Ya(`6JwsVIjOI?WuAOdA*o1ELArJqrrxwKtN5d)VW~HL`=vYL zRR#}qG*ReE8{~U8o}p0T9X0xTQ~nE**Iw!pqgl-U$ip{<>b_|TNtvUJ^p?%6vx}xR zIpexje-Zk@XXGAWPnIhpq2sFPh$uP9mW9un>R2KWikvPa&WkKe(p~aBMXe-*e8XhG z(r;B~UwYezVNbm-9|5n9JC~@Niac{aHEl&wp+u)eQxI|?G9_A1lhLB80)0qlP}CNc z%*;>%`L-n(lETltF8GPp`KZ$#CA8_C(rELFmpvcgE87DuK_NF>#he=X*=8R8YdCn$ z5S3|&ZvCUQ9C(fF-c0u?xuoB6*#1&1K&pT5zlcOVpvQx!2 zWe=MPPbvkP%~88yyvUbgxq*ToK{TyFqx`kni8GGSKx7Bzs|Llz*!&Mo4Z#7NqZIB3w9}u;sMPTa9SQCJnUd7nVicA z3l}*v`u8UPS3q8VDO)x=w^(CXj$*Dd6nDSM9kTiuaW3Dvkj1a~cXwZr;JvR?cJy_+ zhhuL7k>y|~eJMR>P8DtZo2BC+7Z;WZ2&7e9dS)hcBlc*8*i1lpcDv_XM;U=Qqp8u|h?c?~&yK{91Ic^NI}>1hn( zVV<6UPSj-AG2eRiIYNNp-%$yRa!n5+G8F*A63V|?xA@=PV4>;uJ3j>w>iB~lfj=4) zcB>BMHnMLbRg|-nh?O44#|PZ9SsZQ~^^@i4(eI(!!8vlM+)+k)hS2p^adr78EPv%H zyzoOzHdPz!`7&LgFuKyrf0sQ?sUotg+vC0HoG^Cnof{=8t}TrK#9iBIAtv{#id&Rx zIuVko-k==3edUrY9DfZx*+E1Avri?QnQjEJ_}P4L=%x`UmYaeUf}W;S1$n0e$8T{? z5y|praU(Ebs?MvqM&+6&l$-650{>DPAIv%73cAEe1i$h!SMD||bOt-W9cQKvmoRb5 z%xLI?O_zsH{vFk(yCu{pRO5_tV{Y`8sHQTnzb=`WsT0tU80a(fr&ZUQC~$XO+R0dkmMAx3mlwON#Fx{+lYZ=#dsPmUs1dKe$Ra&)5K z0Jl0>rz+f2wz$w>EI~c5sbK@Ldk=It95W{ol^em?|edJoCQpD zdFTya$%vgr)XLinub%C}fUe44i=;Jva}m(Dq$r&qvDaK0K|XQbQLTa z&>FQyS)XbnU#CV#<}oxzWVD%ji4mN~iG-Fs+bwYWdQ{c7MuQuo4w498kIScy(20{W zl14hms91BB%*oy_6a(ZB17Z)w8RwZZq&c0b|1bghq90T5_K^=PRAi=c=Wb$e&9jM*8| zV`^ygIaak`*dLu?etw!zi90_}bU|lqkN^_{zC@V=WjWs*?2!`t5vw5j(y{zIX^1~U z-Lys{B>>*G(CT{OVHi*vrg0Q%eq(wwsC7$EK2{a@I4JB+gZMRTI8A7ezt_`gzTW#w z;qqcXK95TtlLa?l^qDFc;K7Gz7TPqPCRdg?(qUwMr>d}OcFvYngbr{8-Lb;`5$dkB zNK8JZB|pz(UQLCXqElPQdT%ho-?0134fgzU@Jd7CC7%et2r2NnW5OHQ56W`9ZgHWk zyenzJ{s?u>I(VDZ_W0p}Ls@w36Pim^-@~SWu3%Mh3C!V;u(%kH_$u@{nh+|n{8$%) zfUK%BR(bv~bOx{}9c@VFC47X{ zK(o@JPL6>LatSV#fR=-Oe=w0(jPQ#=S)U7*1^D4Bmd>_9MR+ST%2tlr4dp}(!IDdLXMjmtuaS9q<`brl zD?nCs`Ks;D!J&)cSR*9wIhC!AodNgnT79BCRYBHTtV*7LlO;j@q4ARxTl!+k20<*;V#GO`nXl>hRj%aWY3%Jqk+ z{npu$Ab^i5ZY3t436GI#1d*pO^)k9|2|32xtIuG_Nj!ANF5U_4br@e12BKDWNw;r zQ&S>WB#hL0Fx)HcOUkc&%#}+YE0ltr-*%a)!y_S4;bBN|cD1=?7%W?b-dB9aE>+!F zXw02$SM0p1kbf`VM}9*h?|g$2$vliQxrf6rM2*Yb=>^B-U{Z&HmF9hjoivmar|xG9-DahVWxjMq)0D%<{Y+gc9RpH zzj7B*F!+pIX;#jn9J=lDDRzZj{;Bqc{lq05S4D^M^b7pRUr=tf0R3ejZfh{ytN@DQ=*X+NuosSDKctQC2WRcjhj_-Ej*AwzHJDG zGB5qD-wGTjoReay=7cu6QyQJUV!I~;eC73kN>GS~4NR$#pKd1MSHgjFhA5Mfs*2iN zW6EsXRyJ37A3JSY+xg*_!AvCM9aN+){mQ9ex~R!rPX=bCh-^tjHcY?71mh{Qvp zGGNx7jn9R3iW%a}&;bRoc?CuBjVsIb`^gK>)@2SG30EowYUL=)cHz}doPLA^_TZmO z$(mk!`}-9YX};`p)gKayuxs+cB9^AyaTO2||6HXuDyvO_tgRNAJSxqmwY>&Z6D`4( z?<|X=q1Y$K{-KjUm0$yKa7W%=wO-gK-(I*=ZWL}#+aj2jM-RgtuQX(7sI1j;zalP(KL-~Tm4c)!%z`Y)!fFeWNefhDgkUI!Dv-VEU75lh z0boyH_P=#5U*)Y{f6!Y$5XAaO?}zKl_j*5Ezr|ZBb*FpFJpBGA*PWqrjj}b3WUg5X z!0rh?;QQb!ChVQ0uTN)|kKmyFGK?&9@>^p5&XcRMJl_eIN~Z5WL8)?j{_1tCPso@m zTWix&8>`HA6qC@ByxH=c%BBD%bH#Qd7vKxp<|4_mjh8iJkraSBYp)@`$?}cCtm3!q zV%Ch}!0)r0%3|2g0@lbfrRI|NDHTyu;0y1o3z!O#+Y)H@?N)RiFD^SzxjgN28=4{uqLADtXULWp^Zq$oXE zMvbZn@ZOZ*(ZI+}`a8`0IiirhAnEm2JIXb$|; zz(hGQu)qjN;q5p#U13Rm%4sA~PPffLp}JmJ>N2(~?@X;LDSBh%f=J#UC#{9)Dq4o9 zM8f>B<4UMtGe=DZWThn961TkmT1ho~uJTiCj_v4Am-5SYX1-#kctL8CTCk1xbPS5IdcePyj%{9(Agxqj@h3{Cn?!-#=yLNWh^z=yO7+};K?$|)-;gW+4x~_ zf{*jP@g(-i`}E0c<#((tDEBHuZX#V1?ZRUQ&+tG7b(t6Go7C|z@iOxDZ}nh$AmJl&6f z(H+L*jnu#fu1qXIeVeC2%XB-kVuI1d1x@sCk<#E}Ho7pkSxco)z%@qOb#A+0K$ zDWV{z`+r)DO7trvxBl(PFv`}PBr_6p0KJ8AzDFZ+jJtWX1}OzoAO*JMYhSRM|9C3I z5%eyI?v+ZbCK)|b=rz>&Og-4oM;Uq!p+0_^V4&>bxuMyCeEM&zqVUe&q2eWh7x%nE zq$$C1H5?d&q3;)4vdU>2AYU|`sOJT;nqnN6z&S)zf{`ATO+R?Tr>Zx?AL|#gl-zce zre+C}ZYd2yynBkD3g-2x zK&-UvG@hY9UD^Puwt;QDuWM$y>Sgt5uZo!~r|=vC8844>0GPV0;mpviKpwrzsxX|p zoq>2sgbRBfA=HF&Tn6VjaNvG~pA^%Z0L#WJM%W({11r?u3bnF&RpT_R`f>MIR&i9p zq8F7f?fDm>CcnOZ&jvCeK>AY|SzA5+Bb5{hJ|7@ze(V7nPvk2#vIlz~8CUo9qUwyEvpu;-QNY_) zrD7@Cu>@@8-j(CEA!yk1u*h+l3o2WjBkgzN>AwcbUe*Ps1aj&1R_R3>bU}f*=g>p* z94Ep2%SB~F*C!UlPTGagGTlm-*Q&HC@LK}0IGuMB?eyP)Lz=|~1u@;SF&wT^YV~{T zbY(540y6@6^meQKVgNb_@a{O&IN7scojnJd;>cEH!3MU0KTP=8g{v{8$_6xmzL0#g zRW(^;Yub=Wo_}&SqqHQ?{nYdU3zIu9K<8X43D|pB-}#$(*=n z2;Tgr+^@*$om>*9#Gt5rBYX)aV9C13vC&gRR8w2v&Mf^`AnlLC3;)T zf*9Vhb5?F@M@5K9BO!QOYzZA~Q*&UZEq%KfXDr4LFYxm$!+$W4^7sv#ns1sF-jXg$ z*Rhjd>`YDVPF`ji8e<}^^7MxIyDC? zFpUFI^R2!D2Qv1rZ=VRt9^bBu?ndzD0WF&!;>5+hR`?E5D8OYX?a)vw)os2%D-(!i zZH^29OOqqnS16P-+2O<`Q6EEF(*jTd#W33+0U?`21kaulartSA8_!5}s{(399G{bV zum^-tkWbHTN_?0qj0L-6qeo<>cZOM~j?8(T-eBVhu<#T%fEp33zPb$Ea{UL+H4etxPqtPHtw= zF1fGLq#&a>m(B7zzvP07~Zv@^(lSG!FQG89==Cl_m(jr;^pWi z=iV}wNqafYJ#tay2^mL58b7T|Dka*RSXtxCGaQ#nr8&0x;M>L-u(dF=WUt+L@t)~_ z`@C%?q=||Q8DQZ5v1IE4PIabhck6#PxFPvi`h$N;qY^VY`;vG&z=1={*1<7khNKG| z@egUp2ZoKQZRJTXW0gWFzPCB8h#N} z2C)NY2RnI#5m)b8Ql^viY({j}>jVl$0^MOaAg=DsMGi=y+X4q9(0zg#mqdHk53w~y zZwSaok>qldh35^IiQAU9Ouc8h3jX^0%R1$`Tm%0HY?rayN^HuWN|pBf>vNFn4e(*q z06He$vr3igzLD}vCFviqVs%bTMLmcJXA0ZUKQ&O)|;+Em+qTi>I& zL0e`2UF+dSMI*Fld}L^|aDM;%?U`bEK5i}B1cpR*2eV!KU4@b0NnDn#M;a>{;q6Va zFr{$KW(H<0W^bolYNxa(F|U`jQ?Qc=v}Fov@vP{NYo7m>a;clznsP2+=4sj`!d_6z zHD7BUNwMmuw_UewfOklDK);Dp*3hyTjEIbG&RW#Jh{-cG*md@Lq_MaW_Pcos1NTck-A3Axxr5kPK=L&H*(Ta1kR}ikzN=0jS+R*l z6QWh0cdb}ALl7YdXxgxjz*t&q zv2$z%*2~bro$7;Lm43Cuco@!5tGfjm_)7NbOgirSxBq4~;wqO3M|=3U7AaH0(YcL~ z?d+7sH(T$P0;Ap(j?!?U@jjoENB7=plpE~7Cjoz<8PCGy+r1K#0E zOr(mu-S&aWF{a3Ox?>m}QHEI^N%SB8%7rs9diC?i|DSy^W+iemtzxO-PHB(i1E(N8 zSFgR!`Xn?9MV}VI$Q$bw{QtlND4zJ-WcOfJIdS>PgL!JT@)rQa4X9O<+~k z_el@VGtC34UYL!sbi_Y^C9>!JAKu}Gm>Bi@t6%P?z(j2Ri{KwFU-3o48EsG;*$`fV zSzFXz+wR*Z0TRGsDfSwUdG&JFc5pjDgt(A48q+27NRJ*B7!HXctr$ zco<9496!NyU;cOkn}%OOzkq43B`7ZV*a)o*?kGbB7+|BvsV#_*lr8;k=qZe$ zPqXd`yTC_~2l?d%HU{~3mZ$&QkuyKs?M|mTP}td)wkyZN+baOv zZ^mBUr%wSLfr@?Bw=pp6d4(!bi3r%vQS4Y$aLyzKngO)LU_4rjvcbkcnLth^bv0J< z{UwLckm1|6NgDj`Z}$)RA^ZN7rixRU4;XUs1~G8nrs6CNv!hbJn9rmOUE@xZOPIf2t*>);lY`B)-IyGCqmdi_Kgx zZKO4Q@5_VPq|kfaW|MrvWk-<--MV$Y%dsLVa0;52Lh<5wW+~&Hc-57XOtHhz#%qHI z;SL_PMO_42hE9SrhJ1vAhsHkSUrMatUXojoodHFOqnH_tC*s)>JhT75Et|XHYMwz0 z{&7~Myql$w2^;y?1<%wwCS!zCWc1+=?TQV|6N556r?hdbcxGY*ln^b8?TR&M-T9r^ z)L#)Tj38qU5P1nzi$8lJzU+A@adWtg2_S_iMfpchn+JRmVx&*fw?Th~v_v0Y&@bX2 z2`C^bBqK-}X_MSQKanCHEx^Ljmo8ZsAlur_l6d5IX_7dJd57^{+%HyuQ!~7oe%*PV z84GflTr;jS^z-`Ru_B(vMjeV>npfRRtUi0lv)DJN41Rg3F;)tAd}z4oO?8YWQY(_q zf)Wp6T0>LuX~bK^z}wj>QL&>?Kw}D-2umCtRxwD1x;D$$#xS_C`ye}evvA<<2en73 zI^S8G(*qR1fLiF9m6gw>QY=>lDMr>)`YEEX@&p{;=l#R6Fzv%W`+~*zhxLbd3ziTb zSxXOy5!9N+?xPv{()Jkl02~AkaQ0wf(2aFm4Wm507TyP(|=UYAf!o?m0pvHAkBd@2J~ zI`_kzWIQ_-Z=dZvd)!x{tp&8_s|XVE`y__e&(?)k5MU@Aw4+)-KP@4E2K#^&NW!6^c%U_w^g}C5z3+(Qz{|KZPHf zX)~zMD_ST1%WOB=#9gzHj&Ki)QN*D4Y(AajJDoT8*F^n-)pR;-J{n`_Ti{-OYy$i0 zRwK?p(`i?-{K}kXpXq#X%UwUgJTuKO{^zSqt6_|ZH#bEwy{7_hyVrE&_z`KMIFVWQ zMTdyc%{ z!``*OkQKq>HZYuA7G#BP2e#k9qF_|`9#ZySm>549k2c#(Ptr-?CCCqCg7t9b06usI z(4IQMModPa)i#rp?o5@C9N?pR*n5CD$Z=7u5c8Y#Lkn%>lRHCffkmohA*U~T_%s_c z8H3i_{G4njjpJ*Y=!#Wi?EW#7=WYm5MYD2cLi=|&DN&oqH-%`V;!+WPypIwC0J?s@ zn5k8H{a#=?z4+I7Houg6#V4s@n^!VAX)AzO*PVP)b!j!dPdvvlL@J{toOXJM5>y#f zf^yw&8fj%|C0!%Fj5I_5Tc;;o#s4~9DUUuZ{>QIE-2Rn}TGU{D)QAyC=?;ZNtjgJy zm&)lgebJK|N9BHqiSK&dl&~tSBW&dIr6rUilkWxKp{rzgRqgB`C8!ds1izJK#mZyl z&I?NVESV}tX|;( zw&!^zlg6%&E)}P6iZV#pUtAD~NA6A`%8j-si!UuYRYlIi)ztyijB3@jzLlN!tOa@| zu~oWV7qEcT2A zT1L}K-7^f;ygOylb633O+W~>{e&8fyeHjk0=Qo<$@Q2~!b5K;VQK~7m6~@XhWdG*o z2Jds1O;0-*eg{ahM2gIH=^W9VQ*e{;%H$w;xbM#p&N?hA%&(CaU!au274I0+!{>Er ztpv-ml3r^4iRj@Ve7m|U&9++*b07PVEV`vhYGl_MJ*?;yj|p=Gu7l?bDVD?nr`R0>mf00kzmP*9*{S9y%K{i$`vlHuhkNzg{#k1kkOyj}^PE1A<3Lu2EM! z1!B-rVxG}i<*cU5jZm&wF}g~g=E1WkHW?9BpLR>$ZXG5cFt!S(=5nK>&Ftc`T=w{6 zxIp!gO(C256|X(N-^?Tf_MuyAzYZ9;up(NMhekA8f;sET=NPRsHIWE^s?g%!fbo%- zQt#RD-1h;s6SkmOZh1#YD)(#bofTQkbAhSWCRe z%gs3W$4m6JCO#gf(Nv%ne8pXq(-h%23%r?1`3E$BBLJm?cn}W4L1?IZrBc?=WN)=X zUB*ay(?Pi2xWL5RI`-QNC|eBB*Hl!wbF?SbyvAA=0H8Aw%9k%>t*;ufXI|I;5Jxyb z-(;v#=VczyywX}7ptJ8yn1rbHX%qJ1Js!2~Hbfz7+p9SWXln2;O-6p{G*+;3HGZ@i zIAV&T`QI~hFTKdIna01d-;|l`z#RpMDhp|3U!HVCbfhBSWlH)Z(kAK@GYegbQiaZ8 z9*ud4wKTwelK0qn1Q9pfO4pif?K!a#A&k=L1S&$6sZ^w^vx9uMDV9bt(HSI@0Qe!U`Qmt@|>Uy z2|I)x5Wjs0&G!h#S5l93A0P6|ZP3(BXnk2)D_P2~Sd<9BUKdhWIX5X0rQ&x!iL`MgpbJV*ua?a4!{flgvizR`vnziqqL%Zd3nKSgWyKEJ z9s^AVSsE%?h@RBoiZUTE*(+D8iO$sc`dS?GY{0Sg4|I$``NE?V6e3@09C?}MLWXXplQvqki!6e zoVVb>mvpcxn1U!H68;mNff7r}f*lsO(X{fI?(pE9j+)FyZIZM%g)ystMUIWo$)SXLxpSJO)Ked>3jv^4L-H&$wQw)&LgNvc7g7->9GIh!QqQ*G z>bo%?lDF-3lU{sN+s&8$wN56A+I^cac@$8mjK*)17XQY6!%cQzB$}H7?i^6h^~0qh z9*j(%?XsrwsziF||~@^+@E7K{pU z;gv~2+aZS3jx_s#UuO`9T~MCd;CCWm?xGZ5N_V9P_=peQ0H$u6)t7hkC|9mKkZ>tK zM_m&+vY*PI8A9ez&-8F*NEovBtB_eZPYjjPdnKS@aWfP0Vk|6esXpd-9UQH-L#xEf zmaJu3Fh_Q2h&h>Md2=n0+z}M|YpEjewhSgs;B$cf$uMWiR~4)fSRFRPKg6a-7_bcm zA`Ggd>)+~_CbN|~%ZIQ~_}FoO>onAfmT#1!Zpysq*E+?ZQ(cWn7wW_HCi$Scjo%s> zRbmuoRAjN)-&Ka4`}8JZm1i4EtCC$pl_vn*3sjrjIm#vVTsvI2he0}?w}rQZ{C)?J z5{4~Gcxca6)_k zg>W!~RZT1NPLFv-cmNB~gm>IYcpMR16UZfyxZYZ61l8vr+jzY5Fgig ziy{RsDM`}5pYbDfpI4sqO-MaDO(~h?s33j98XE12n)zR1`Za3_sB2AFvS2UR9T_`v z-S3n2cCn$lo5)*+ZX|L8uWgR9+C-Q9T3xI<*!E{Jv2_hub9b$}dgSvkO?RA9OhCfr z^r$&Ot>YU^S{MIWu2X)9Cl}vtNjOif{FW9>zo|%ZCcU$6NKhwx6GfKa zkB;WiDT}UHvCB6D0%ccVC1ZUNuHlwnZEnKvhxg7wQ5K_6lWHd$%fFDl8=LFA8-F*8 z+QIN{aFZoM^j-U8vqYU76B**dEt7%PLw$cjaPcsX`TWE$lLnuJ#K(eA%ZlAb_3(MO zwMK$vQAtmdFS^(8756n8Qx|UQi=r;=RxURd5iatDX1f$iVjJ0Z_X|*=!ZXACcwM+i z12^3$Ti@|$^TV&$x|wXe9jDPXz=}SjWqWxP3M-98!%+mpK!)aX^mbyIL#&a{)pa$g z)!l1Tq>re;%ZVNP6*Z*2$U8v2nFgz3nP5$rYjAF&4xwB26^hJ=H{rI(Y*U?81Y}`Y zr@@r~@R?8M>@~p3e$AGByR@jR-_VwPoX99MtGGOu6&3mXsR6la?cY$H^8H$J`ptE~ z*xjlYM8WCORN;>!uUI(h z1u{Y-i}(z4;r)e3Ot};u4w6c-6iT5K>q81s%e~aJVlVU}hMsamwy5P0EnYOZ~2H#1|wH-y`$ohTW#Z(vT zAO2PQm$MzGy8Iul;Wmj5|BB=u(1Gyf~35$kA1P$ zF^nv8C-}xb^hCa1mrA_%{!6LSJ9n7hM>0G{nX`OHi9R#GU7q*HUnP6R4k8bjRue>K zdg~Y=GHfde1EBuaYlv@@e08wrFC~A%ZY@t_yWcLVT&=t0Jp|Jj21fPs;tsO!Rq0q= z;WX^0@lukTgb7Dlhrwf;D;ZPX*j6vCn}pnP--{3g3Uo>|86nCjM&Nzu1M72S=GKY*TBa2Q}a^y_r<11%r!9LTl zgD#TIjb%_s$1rqk^V<*OJ>I%1J9r=xD6Q5Auwofj@thgAOPB;O7QU>EKmNPpNB3k>K-wg5|SRPhk~k z=q1XL>!Q?c3e)a9kum(B3R>H*L$jSZ!IteTEq3BNLmnUVyH4sV{67yZWb=)G?CW*b zAZ$o6D)sz9wvDG#aX1S#HntX0wZ!Ou8iz#V-uF9ruG{(KAYUMb#w;W4Qir74sn|(7 znb{3teAt$P?7Dtb-pEQSn+&f(>wwDaiROvsIUFPa$692lzp^R{wqT}z`cl+kKwZ49I|dx04)=vR!$x{k=H2|SPgQS}H-Cs^5tXK9Z(b>$ z#a+4Bld)gx;%Y}4RlltZ{&-0(Q1uL>ej*!Qxx;Z95B`MRCgiMx7@r<|TYWzvy{}Oz ziZZdME*>2V&ATaAh_?A8cUyq85k36&pC!3^sN*s?PgJ(UVR^&mut@^whs#f0{ADEV z+AVeYN#^Yilnm^~;Njc5mSmCfj`Lvy1o){ROXc*B1fwA{QRQZXpKDL*-q17FBGy`9 z6#;BP6l;kRwb?1t4K-cjj-ZXQl@6(18wWoVB=uc^T6x)7yu>9mr~y=M1F!INT}#sq zuc+_#(#=vigA)=&x%-P#7xzzx_T6$9LOc5;xRb#;fFkVaL=a0*x-_>X4<1MaN~?Pb zuwuN{h5a!xu%gM)VHzROY8-d!;wNq}Ww+85tL;1qtsmwFCDNW(4;|`g@f@V`xLomb z8U67~-Q&Km7gfvNNC{B;f+C_G-l~LcB;fFWUF)8Kj>WG%4WJ%)zoUAPRv+TH5Dw_9 zLAX6-ky6iJ#Kv}QcBKb3vG^fA*S4mNvAFzA5J@Wi(Q_Q zIlGta0myDt3~wtTS!5zLPHr&A^+_6MSHtB2d*;xpVStMQHriKOAV7tfX^BA{20VK4 zo5|3+Tjq+;ww)AgP$O1C*oCVxrOF00fZow>&*W7! z*jfDeXV8_iZu`hR^QAO5HA6tUhq1;Qs2$%0zbv=+WMO52)*SXba7(sFk+mAg8i>673ZBVvV#ds-#xu>1|XFJZa6t_5BJ{<{AFko3xg>W(y=pazO5 z-cONCZX^?lwAXpWm2&NOke78+k!J~~CB=t-WXk!05=BsupzF>;ea_jWRxY)bkY<54w8EK)U<+3A+N_G{7OIwT$qG>` z9kddCJj^e$5}zTL3iwT1m^)1n2UXa>TfD!sFx_%sea=@YQZ70r1QWplK%9W_WH$w$ zI}8_=81~x-%w;2F{_n6IalI^9v&>XC?23tj(VO#WEfhEp#s(FvYrh?$*F3%p`6v4<``hEE*x3&^(zRjmgO>N;=sdxGl0oi08#C@l{9n;BFOY^U){RK4P<0cm==KQYvf z-J;m?9vJOu3)PGS5Z9cvF8SHY{K7u``GI%lQXYf7t|X@fmD*EmD@Rub^*-$%7tC|I znuV9e0_dDGs(yvwx}Pao6P%`rap$E9rpba39N{(51AhlsC?xB7Mva zjmffhf5Ru-U|I-Zv-D(DK&3s)wt7@`KvO$)FTCca3gt zPUN^n76U1_r;;%XTgxYNL(O)nZLuR28Xg}jh|IdM?Z^HP&Rj4%#Ell3L8Zz{1cdkv03&Y1%>hItC2R1{ro`Zn4uvPeBaV-RAy-#7x zeM+=C>v`K_<0lpJXTx(<{>JH&>F>_n{RTdUU-WFV5So&nhZ3~nJD0I(pax`=@D?@| zlX>rNQ2kT0wAH6#_4i%mPyFSMNywjp^d$MhpGnv5}EH;QY3Iu(<6a32jynV|ij2{Q%k`oAYIS_57Th;Sjmo!hfREPdr+p2g6d&M<2^w-*! z9(YY$K|)(=TUCIO;-%E*`|)&=51qq=N-R%`dDWmMoD-ZM3FWAmj~Zqs#Wi4JC6&YC zk8=R{a0i!`CWh07d5Zinm{n!m*bMF zaz|e_9Xy7jql~K8n^+GvR!YTD_^rlz&*6au7~IDed=GdA_=54W2=dB*=24&-$O|7} z`<{UWAo50F0XmsM&v_*1S)fj8zs|15Et4Mz`Wr%l>m7$h=$bvB<1m|0=yw;XivV`% zYqp6?sE2mqO}dtSaloyEPF!&&D0Hl;ibn1hcroAVbt@AY1ogJyboTemw$&Dn3@=jbfXqADxyZR=-| zMR?hevhmn$yo%2bvkgtosHv7h2Ye0@j`zLdYE3~^t- zead}ZUidpT2}Cy&e5=~Qwx&-1nB}^j>P1CT*KDahp}DAR4WE(N)vv=+i0Q2GHLS4_ z+5YTo9_gtu_$lwS6v$)%FMWu>>lC~de@A2SIBXsU%%-KuHzSSsExH=tf;sa{T53KX zbp%?7xp+Jch5t`G-FFvf;SG=Qj5Cy`zK3`fP6O_waY~i4fE>+X0!{3@fn)d#@GlQl zF3%T6-HPv`@tjM!NuOqLyr*M0~6*J^ViaO_PY;z7@mJ0bt{}*;32%;!pGlU^8W_rR^l*KS@aaxgF@LO zb~-$nnTg-1>HCeGM)cWlaw5R0HtK(wYq_=O)K!1~(@@LO*9iRNN$h~7wQucd_MHFS zOHJ;MBaFw*S$xveu8Ydk(`h+E;f{&aUsFHDNZEMdrFb01lNqD(e#)Ak*VJ)P#0FaP zz8B?nUsY9Wq5$W%N7eX?vStL(I~RW(Z(YW-R7a0M95C>N9<}DwZ-D(xD7%k(7Cy{O zJFXROXg(B7#IHphPGni*aDu;|`F*x$kHzzEp zwETzd>+nxz#_X=KU)>LycGRx0JMAh8ozMwpG(RN!kgjEMXK0Yi=4OJLc+{@2yX-0o z?a<{#c};%rm;ha(?*=v6sNHIJ6afnD&;dnCI&CO~xLqU^XJXWDwHpagXoE%-`R>TG z^j$bBUo@ns-D*n+P-q8<7sVU76SxNFMB{+kt#&g33hmIWit-uirA9&@O6(^nOG24A9oywcg{UAA zCt-Z(WYU~WY4v8_*3TrL<)fSHe(~4&?8edrCg3Sv(vRJsFBsIS;J&b!lriuHv$@y* zV|aNlGi-WJDHv&j%|HO5m6uv_?;NaJ%~n~q8Hkw_#@$uc%rrFbsU|1$CUdYU9e#&y z9ZR*;CZ2Bzz08`OBrlqm-aUmPN)sDO>Yc0Ju11r|G^_C{dd>PW^0n9qbT?9Q_ernP( zgHRR4NDD%OGpI-sHKw-F8MVF(?Sc+c5or(-oGz!bRis2CQ~T)4)pL{RBvenur$H#- zOn!o@Qw<$b57yB-R7?e>LFg||9q23zey73L1wdyulOz#Uq!#Hs^*|M^LIu>3v>^1I zQw2KjZG}UsPp#5%uVQ~o85NdRL@LIJlQbl?PM50H?PxnxP8~}NLW0w7-2B6^^iFXJ zEx}UEPMi|p@Bio}T;Pi27Y82f8}{ajaJ()6!87kf1esNut6M*Hj}9e9I6-Z*n|PZ; zck-bkFGHg7QIZGj36F+bR@5SfmKxR2-aYA#{)6jpDbPG%P6$1J?2Sox_8}!lAj|Mk z*aP?Vp73RG%Q7lN+mcYV)803;qx&u-U}m>J+>&FEl~Vt}0$(ZVhEYgV%K$ZMn!5ut zu0J{~d+lM0nvpOW^Z*BMZVDH_~(nU>V z+;=y>Arb7m^YG5aJ5`2B4DzSH{Oa-1oV`YINZd$gha8}@q^Wg_^ooMt7sm7-eWL^w zt697(r@C+!AaaZPkO?kr3c^~&WtuMF3Ve^4LTpKGr?^SEnY=9U``nl_`dS1PD_Xq5 zPIcqLW)Twt5N(U8XejkjhFsZ6{iOxEi$+^dG67~tY0Fvo%Kyqq1sCezu)(KWc1Yv zD*i}XDo<&gatbezAUB$;Ib+-b1Uk!_s9T6vDEywroY6N_P_c~3%Y3R6XP%-;2#|}J z8;MGNUX#s^%W5o)t%?SfBCqW={DPQk3dG=YtgQ$BLa2soJbS&8Yv|xq>tE=qTOv$U$}|a2*IfZ} zGs3jT`Y zTP7<`^9fbZ!*h3PN$sMm)I;59H&jhUrwO5e)9r$qQak93THAqkK$TQfnh^TP>1Ydq z)TKY3K-*lvW`WaHauOrIzSCb$@~;P!ScFCWMy4NxB>y zrP|bl4ygw!Xay>zLeh-TTu!C?Q@w`P>S~;ti884X-Am0?sDkn+zceGX6Gs6l#qYbR zD`m07yzqCJ%VW`pTdtC=>K+ML1*m7!nWz#{;|}h!?@l?pycf{Z-7Lwm61W+Lh69x5P>_4>Xkr= z^E0nNM5qMT3eS9m5Rq1&jIcAQJF0>-a#pVds*(7DoL^VdD@g>x zNZa1PpP0l8c-gz@6qJS-Ikh(g%80*b)_w{()9buGaHF8VZ_HVjZsb<%5E~d#q)Sq&VQ=@s(MO35F2M?aRnKP?i&O$|dUY=M&H%lkbGRpoI~~~ZMh+zM7qiQL z0}#<7@k<@4e_%!6qCoKL!ST__WK4kRjCwJbS|ofw7A2(UNT3uaPv0=k!Y1< z0#J9SCD{NOaYueHnWILyBcl^_S1M#3puV3@LP?0m9VYjZKDDqVE+^H%TEu?@8Vqo3vS6S=z1>to8QH21s2?rwb1!o#5Ou`&qWpsG<>J!r)w3`% z$bhPKB4?Dt!87xW($~8a>f`VBg^?skE-5yvVWDJzfuzQXlwJ%6+yUt1m%EHsfX?~C zNEC2tYt70l_&x@xi_`yhJm%>(qnVTW{>T#qqLNaxIu?@*G$3mO>Ggwd19a-ET?zIA zeLu4)1nCv!W=$-D3^8EpoM@RfaOjM?DSI+hAXcU1N9(DJ^5PCaqppcs!C@@}`Rlm` zo`CnMYi$Ad_1XxXpf91V4zOD`fd>$s!CTt^4)6^E9;_F>f*_G0c;O5uO6D#m+3Q_K zdzY+jh5^+z{x&{GqC;T1)(QIOCeW-*883G_{j&;h{3>-T$6)~9g;kTP!tLItTN85o zY8Bh?^VE}EhvoJl1Dfo2TA3u)8m(Qo3U8cE1vuTdigo-k)#voQD!|)0=duTw5*Qlr zD-e=Pe0XKF?pNGZipY{Ovd^|!N$s@^;I$k(lIt{rkL(E2mXpNRoym|RO85cTcm!$_ zW*~!v7Pvy?|3nAsqPz?>E6;_)cBd;Wd`W8$not&e39LMjEM#?l6_&OH|Ba9npz;Fj zuqNQt1@I3z+$>jY!T;+~0<>>=SC>>(nzb524U|nzbQuZT0OvU2+B#8DZ@k>V^KtST zL-DPLfpefhiil)u=SV96dSmzv3~WsO(&PjGr>MTJ?58e*Vm z8kAWLhs?N{vSQe*${_;Wk~)S=Czpuz*3hz3-ZUToC#VF{$||#V14f4C@f(~NnM>f9 z*#)LNXAnyem2~#Y4VpelrImh8f*&?RSxorH_mDG@?_@Kv-Wr;}3E|wWWCO;&@>!*L z=(1#X;Gs#YE+_>J?QBB5pvvV3WCJb3tMzJx?!*{ZKB*MVl*kS^lrj4dlGiZEO6qas z5wq@99y^Va;n`C5igcIzq^)=(#=rJ?Wx|Wgx$NMBd25=XeoZHvK(T!J5oL@FpBWz+ zc8qrEqe{WhrHSl-!^t8iUtHfN7uCyM`29&4o);GWe!ES>XgE$;Bia)@RBx|@a&9PC68$Et=f zca5TJir!WwQ`oLIP)>Xx zroZMt!~D$uX+f2>iC>qH-51h^&t@vni5JhKvH(NanoFPT6FD*#$^2t(32=K>*H*;(|xkS`n|J6V%n7=vqcw57K6dE?Wh)FB22I}eQ5N6RFD zwp_}e!~dvoow_)PSE5H#SSAqjT&2K=669D(;zxa(bLqu=?~a7TIZ2>tQO+B_#N~_( zZ!MyR?|#^DjJvAz;-wGfzVfZst4mdO(n|nlxpl_*Jz?Sbik+c)zl*E@4Ay!g3v&0n ztO|gz)>qX@%@T-DxDqJvaMHCva}gBsA*9wf=`E7?jAwGUXU{%gIE7V5##GWpTZ@34 z%SC*$A6i8hZ!ZS&9!lAFKU7L5?@0!7Z@8&+KZ%kN|iC4*)(*zLdnAJ-48wN z=2}4~J5@JCx|bSvjH3i--gL1-z_fh{dMT3vlPifZwz47EU1%&|?8QLK_L(4uVSC>g zA6Q%o!uF355aGk;)#4pnmm8-3! zjH@{VrSv1!r&S#l@dLhe~!TY$2#tPf9u9Ej*K)7FWLb)_x|} z<3bD^r8rv^8=WdWie-D#_^AqMMx2fm;^L$rPE`#N?!13{^V$Sm3U7`Z^sw?=FQO-;F69OiqE}JYUI{EL)*HqL4U5M$8L94}5Y4_a8Hp|t!_Msuku`m~ zTgJJ3VaJjE+BC77OO;Vr5*pU%t{A7Xf1`9C(q^Z6gh5nnm53Z$oC>>aXo#*E(%m!8 zmB7;F`_v}!qTig@DqbX1%7>lQ4PiB%x`A;h29~bB+@KXZJ*4?pF+i}CjbOzMLDhA- zma)?U4a?4Y5V7l@m#8W<3N95&5fL>#x{+}#g-xKk>I0fzH9Z7h%FqI<)w;r|)PV9= z02D9w;Z)LKy~4dH$E&=A;uD+8;{dRQ9%xk|>YW)}RZ@*7Tv0&wI;0UceWCQ?KS_2t zR|%6nrm+UA${}Z5*2yhKJE2qgYvkA0ZSf*1i%_4;LW=izt$5i-oPWFiT7AV_B(O6% z&H=~{?S}%2rBnOC&$H-~3n$c0p{rY($x&F=T>AMpxUt?IOuB4($G()m0q5q z91Kj?^+9LdPX=Rh6u~4iN;2Zu1x_u5%l2VmV=DU5w8G1^FGVU-)eG@|PF(Z_hzB&K z*H7b&b8CqCYhl?DechBlBubsjBbHd{42#k8eK2~&(N<_LYCyMA=>u5IS~m!*%hJ&w zrYtYdKz@}HGh>gB)tVNpKmr2CK~?8q##!HgLXodWc!zb>uLTlb3gw_DH)D;1^Z6c_ z@QqWOC2A95A7s|j-YLrL{KuxnUVB5TJ%;j(dOpUQO9g7Acg@JuVK3-K?1>PA`_a#T zOx4~eB+TsNO$-|b7%8&(E+{9XBd9o}nnc>UbINtUt6=UW(=4xzA#rt6`30&gYi_aC ze`eu80JoK9ZLPQ$1Y50pcYjUjeou<1YXs+#ZNU!_sEBt~o#}Bkj1aE5({r9BpA132 zR+k*n*USkdLh(cnk+yUU49nw_ieEcvZHf$d9i?bf{MEaLrl9Xl%e_29_Sz?f(sOSA z^xO1f#Z^${FQ~CB)Wn51&mL|qw-s;vpcL5)7?g#4AB=3Z6*RdXB_!95;s*%6nO1rE zrOx?&{{{r$2C^{FKIika9wHA zm0NNwzF`t}31R_`Sph@7;P zCr&}T%R@Qx(Z2|18fEGc(=O|HjB@iOzW(nlu5D`#UR*)>!^Lx?aqY$WYF%V$exjT_ z#y>_#zv$N^niTiq*E}}%#1%{2@9`5dOv7nOGX4507t$l$Mu&4<*s$8q&pj7)>Zvho zYcxjPb{un`D@PjI`zYByy8%fh!sWB=|5uqjdx>6aefbqLOFBNGX42dj?)J8m+2MNi z^;!cX^Q**4yvx*Mb-|D=#|^IitB8umCO)+P*}&dFR2vCpoxStN$6;)HzOK*`S>_`h zXZ+fQeZuR0T_Rx1oVsh|GF;X;+MgvKe%d{MWq5SpukKSrl#H(kFB&qfwmKN$(~rrV zTUQX?l6squ%IUTS_{Skc@XVb*JQj-GpsW93VCNGZSNyt#U6gXS+idYC!^z71;Xa6i z7Tz(=O%HZ@26PujQ{VKwq2=`3+B9WpBZhq1TJ5ThKD53@n|x;5k1U@w%*ao;TL5)Y zLV>r9YV*Ws8wWMpz#jhSZ=*~H_TZ!4rCIB?pLwlF&(`*(51DpYqc93M6<*WY65Qg7 z8N_w5aM3ecr0(s8N=*4i`OR-ms7pWR_fT{-7YWDyA^Aa$JAO}uW7=V(my0Ivn2m@;h&LzFQz@j&{Oywv{u-*5k~g|H_d1_V(aqu7us*KuRURWrQ&P z&q>V!Aj~|EXHR=3oE~$-@1PHT~@q8|(YJSn@cL$Zo?(<40Rf$4dD$0eWB1^^G! zuIZ`D0y}6NaHf*JI>`pw5a1h6NT1x7m(xfK4*}+-_i_$w zT;!M6CzfoW0SQbP!>{hH(fMNVNT4Rtu^R}{Sm4}5zu7%Os?s>4Nf@0i<{s*wVpp_{ z@XQ!8u{WFb*Nn~!0h%Bk8^E9Nzrpuhz-ypiv>ihhR^AnQXZ3$Xz|}~{Utj=U8ZaiM zlN`OGAnZ+G9uU;&Ft#IOCQ}wg^S`Z|otX4Occ!PBGqOl?L#?YN`uL`Xj%mHSzulXj zU_XM>1Gk_V0#)$NnlnGHg*d3%2AcSTJKprH+9v?Qwo3#4q&$oO?i!tD{GGvNNXIU~ zL8H!~w`~U)g6~(9eFPcoyuqeAj9o)IpUI$t`m;k|DY^vs!(Eex8hrQJ-gy(!u?hgx z5D>WORKulfhyu|PgIW|i+Pog1TFBi>ud&8|gZGcg0xWC{H+R=M!m4P!QHOL z`=tn3!9QVr6EbfjX6fOnkMiu)Ef#tV6fZ+?%jQbA`X*ALNP53s|E-1+cC`eb7TF`Zw|G+afr2 z=l@RxDHdpSzrv^d8D8XBx@DxvC`u~k9qgNIm$eS_Fr)HJ5AesIAvTYdi;h$;pGud@ zy5=?`6FnlPuGI6rCDf~>wqSC_CiE!1blkyWTQ&fzcNssm#f9N~%UP&50HXs`JEW-z zJqD6ma$V*X*i1L+r(9p=uG3oHY3?=~fxz~9pd?5ZC0AdNcUfLb*ji5^Ls zR*-K|#6m#hcR;?g=b+{V<~lL(_&isWhEs-`W2^(x4J(!!tdvCo{K24?;wKR*i)BfE z1T$YzB8dmy;TL)ei&R^NnizhmMeEo=;68SWsXU@11hEN2EShjmiQy)OuUmvib?FqI zg1!mt`#AS#7FelHjcK|dGw0V=Z!cxPgs`eG=*}F5@Y#x^XXxk77x%nOkS-vjx1khm zA$)Fp*w$dl4TM~JE|{Zb_zAuE%>z-~cUuQA$-3l~n-+QlB09#9nKGsRt?$5J^F=RR`vq2D=nH;WL z=Ui+u_ekyY{9#@MJ$tiKoV7 zEJ<=l+^~lyjTOnb_p|L>UH`{t!~Y;{4@)fJ(YlOjMXbZN2X3P;s(psb=PCDGt+3$+{#J&l)B|tmhBh>VQBs8CmI0xLa!>(E=$Kf1v?4H&8ep~I|E>=!8uBAKq z@Rq%uy0-a-r}y6TC=N44V3 zp{7%Hoe4JA79ilEDvqsW7m>}*{fsH!ce)^Njyqs*%jdL*cfN4^He_*Bf&v1ehw!Cw7 zOlPPnS`#mb+KGra;XPZ$D2h&dA?k27x1r6)Psbf4WTwO;9`l@NK=wbr>4D>tBQ ze?qtX6;n5&O6R9NiQ9Edua|!Pnr?(t{Z06bcmK^)hvCqeVhx_R)7XD)ikQc4e#Ao= zX8^H0vnvQ2juezJ2yn+O)+EAlN`2Hh0C#A=4*HNQk+UXLVaFObVaHx0p z%@l`$O=MwEoTzb0>zgSeF1_zD&%`)-RW((C=p=lVB_aLvq=UK!)ogxxZ|dR{ozf;f z4*z1`;%ue%t1#GmaeIaXGc3Mjc)ViQ;#b$5xLoCycD{viq0KcFf$BcqUmd`oe~hS( zGc_mOyZ@#RIUKLkisRm4W_r!Ki8}Ob!e>D{H^#{xPR4kWzn}2*qCXJ&@l1KW%Gsr& zE3v8QM|R1G>fma-x*+SXupwskwoNvyy9}*&&2^T;N?a6Pu{HkwR|lAfoqs^(iS}Ne zO+_F&2_M}Pjw_6^)^AqI4d1ifbp&&=1jifE&&=^|zbSO++o6P?Yi?TLG9tYW7Pz8jv*BbhZ;t+e+w!cn#72GxFNq1c|PKqOLZDSH>? zKjxj2tlFj?GxQ!K&ATeH3!xosNVxx+@u?>>b47a)`t3B=a`q{Uqyr?%S4e2? z%EiF`Mo6muDa`_An4k}_?*h8DWeAcv*I~tQdvV<|FQxdIu)|5*&Z@X&j->h7T!#_0 zo%i0B`B#Du!wx4|^ArRPs_D~v9;xlsT+39I#WLQ%I*Erz@D2y7Xl!&|WF} zyLd)CETW5_7lZcCR1*DW zFa1$*{P(9yI1YAKRz*c_lg#R`*dnc0K6Kum`2W@LBeiiPo8zLuK)iSg^*BP-a(dht zM!6t-<@y+p)Vjsw<A1sAw|UUj4q3T#PVJb3FF^6e$3zFl5_2Na@B2m$ihq zTp6vn^Xhv89OD7Foj5Fv9nC1CR9rKHZFg!`VJx|)j{IHa?HH2f#r;ZS_B7jL=V^mz z`u8ai(WXe3*g&E;bB_rrWq1p|sj);{^S_||aqAS%g9THw7_mcQX9&YqEo4x|o2J?c zS0PO!s(iZgIJW5bE1loB7p;i&xX;jdmtUtloUn}0vQ>%2UmS#d;oxJ}49?5i)qxf8iEkz;t!QI`9~v+v{OC_^eeKw+d8Lh0@K%+D zch+^-fpxZX4pn6DdTGz+gL9;$iPruw(hkaFAFxAtgU^%G^{isg)79R^*C`GszZ7~| zHUI7xtdLK-GC^gEHvjb_*4B2!B)&j~D=!)|IsE9`_F5G(tps6#vpJ*X*&_{+@xO

J)Lz1ZAyjcjO)14$_mo^PxHVCeurecRpitfP#E+-+P&*s>2Lt+*DK# z?)%+%^WJiZecYg`O8XF_)H+9%>>K~tIHqEuT9f&=l_S|O6r7rcrLGvt|9uSGG2wh@ zs;a(JV~E05sOC9K2!3qEMzt>MZyQgt>7w3oQQGG(3eVi$O27HL`dYvl>bZd7scL@f zrvPp@Xj_upIyOlNju~F;S}KV>79c7LA@%hWoua&j%<^?AT3yI5b;Y3h_p$#Th2E5k z94BQ_a$CNd>m1MH8`RqOI#=@ZHPk6~2Ei)F;d8aW-Ux8MBmnuO$7$9)HO)sjJwq)C zng@@XSE$nrw~OS8gRvjufTh8!ULHDo=k6K7f2U_d+?SH81!cgI{7B|q zwb66{OF*>0F6In_@F1DB1q|FiD9&i{1qKe1y;W=hNBmhDl9u{FzF{mYTt7PE31zTa ze6^8LiJrw$8yWS4vKY)ueW^Z$32Jma9(+&%_=VYC=(5*>?)(~bpg_mRwM=^LkKlo?r?a5wZYURaw-+4DDs5RhNvx7q)<5;IhCA~q>+Kly~M~JVlTf? zRoM2^SQnFp)wQ)NLa8)mXnPyR#bRP~r`zRNs)7w^MIfYNv!yCfB-H{ZCo-|xwstv& zLRDhgS}+8YiP5#RDMP80?fqe028LLwj*kb`ViBn73Z<&BP1{X4HL{bzz-U@d zy%(na6qYd1g=Y$d8QdsX*~uI7An!q~hcIRe1tUMystisD!8cA~Ee1-mM8al^CCQ0m zNTCGc-rpl9-24eB*CixKbRa0vlwX>aYYbu*R^Q(42&K|gp>6GWJ&TFacbryXX;d|~ zqeH9*-erMYcBkGs?XSGhoucQ&zp@2Q<+D3e&-!o%)`11u2w7?)Z9v90FzKK=E?x{` zIS$M@kx#EVL*W!5OKqeL$k+xZ#~+J>+!Oxvnll($30XQxP68QQ!K8zdIJO8xRv81D z7^uL6{=Pd0bpoLyt^s88EH+>f6S6N(KjMa;n~x zOaguMYBY8&p{16hRjkeHhoh;d-^$N(mB;M^6~^mUem12d70ch`LmhBDn0_sve5M{# zuaj81vzwrQ7fj2kOU^t@M-%0ANzcf+AM?gPrvr!|VxXy@_kiC_Jk_}?oHEmR+#&L9 zDjZ$XMpP+i-zjVp&jNfhYfn1U6b^5k&1vZy#i)xPgKjY&)E{wFFTog{bRDU3>gc|w zk!wTPC9`4e&g&ZS)Mlyuzgef0o`&r#?tH5p_VGi|FBgNx0}dMaS5eaaB18hy# zB3{Vy^!D^Qy^sc}_cTwg2QwQnevHJ-S;RfY8;;=Xb`l(LayLmUJ{*k57VM@38wH&r zlvtNk&q%zm--T)XdIk>}tX&JUYAkD2p&CrJ1a%@!6BCAzM%jWcP?W_Rc_PZPl2ur8 zYn#c+utFwhiIVH|RpUeKqywqIxqN2NBZOR?7wY6#*>r}I*gOB-^Y^UB3v01n0C z9)O>sS@bY>ty9X_dq1Pcb96cYMzc2%ZDatS)6ZqNKiAG3NdBmMvaov(zlmI8UQO-Q z)Lu>9)zrS5gCDc})ikeWbT!kf>0C{4^~#?B4II6CZ|`s3Xz<~`zP$VHFe^7qOKxT| zGO$d!PUt%6Xyf>3LFs75_+Xq$q)o!HOp@{#T9?$x=%{ZJQ@_B2% z%;jcu1Mt}-E!UvoKqL*@sAUUDJ`BGNbU&YX7VG&v1QM%aqb|p3kT5ljPg291U}2Jb zU_tjNj%&CpfSXO!u(mQuL=BUHDI|K+eZuHI-f>*-|38p7;BY~Z&mn=i0-hgayJG3> z2r!2u#6?TpJUXJX+#YTWz~QE#fJVS8SUg?<3s1E&QMqb3X;QT*13OFDsmmws? z(F0!9QsKfqFFhVIv}pT6tc+R>ov#W%+rvG9e>`8Al*8;zBZbF+>70 z1|R@kE4kE`$rvr+T8WSz!id(QL(+Ls5sWAROr&a4!!)T>swUNtDx?N7BE#sBfhpW@ z2oI)Gv?4u)O4f+NL_%@^BTNnpz))i-Krqm>85^|ebgCFbhL9S>hzesw1*P#KjgbI; z8l>fgX}BB$d3^aMi1~y;QDv@1BOl7$$s_IqVR0s^7C>qexwNSft?92LeAuBUb0IKs>vX&BC*I`pwqVJHDV; zr0*NQe+D7eI(>&Oq=0yqCLrTM_JG+A1x*#gMqvo(-vvtgr2^Ytx2YyO2JGf4j*?Th zBz0bWdQzGqftJtkR{Klo9iX5uO|VdnTUbS~x5v}ohRWKqOTM#A%H}CZPFSjhl3ajz zaf$cG8K2b4=P#&wzpy}mEX)IDJLI&2q|`i?k0wCM)Plr*iNHpKx2b~s9dPO6u%AZt zPuz6ApEg0xUxF8JkW4ItY-=ciPFT*csTmv`*0ASLIN7 zYhwMZ{IegwX`pFucFGV9f9<&CU}QhYkPi99*8f(&&+{m;?rBgN}wUV5M3$oRK zQG4u<34li5_+|Vo_=G87)F@e_bjpS39biXOVa>IB30CU1W|o1zfoH)JaMQ1gUc33l z#dI`Lsi5!rz3Rx|-AKO*5EB5FO(8a~cC8^@u- z+0hA;U(d9=TeB)3LFbm+zymxzL+>5ufCF@g-1!wAgD$-BE?-LePXzozuaUkobA(*ny^H)@=!Ohb5ve>t&s}K=7eV9;cm-T1D3IWp+@`#m~)&opx0Fc7sWhA zk&4ToW=&t>hfFw8nadn_v&eAIGrkZr8wu82i?l{&Q8xX~q5w3PBk&MdraaJ2Y9)Ji zrcQfEl(yD8WYQc*y`iQmR6ovoIi~H5hUw91#5e+(sa3O=3j4%uwLbm$nvQAuxHk8A zdIHf;e$hQ32#;=|*|6Yn1QhW5PZ9IuOWHUnWCP#vp>v4o@i|BU1Z^i!eEOt*1aMn< zXD%}iCP3}tt4-lm3>Oznc|%uHwj?x{LpimIJ-Q*D%z+QE#GSH8+PjgvVfwhxdsK?r zO2lV{7<_9zx(xmQFzI07xOx+KZ4A7j=5lOnC2Rn8?Z!mMtO}i4E9WB&N&X}eRw3cU z9X9~$T5_gJDjmdwFbIPqHU!>}3jF0`3UaT14-5KHz(^Z9G-c4yQUlXE!ze#8QWYxe z_D`tqX^{We!RddzSW-eOfo|(R`(?;;4g68aNExE$uNk)(w5$h5NV;p{)DJVWH6N0G zSja8DD!YH^7*qChJ0pGU|7Y1GGd)P!6-N8f5Ot`$J20tv#n{{<&6|08b6y)bJ2?Q{ z-z61(-7IH;-wLAP<=d;dt41w4ZKVvAqq^(y)YpxrExF=vDzz1W_W4>k`O(IK zbrnggx0<(Fx*v>Ggr;}f#*)<6yrR}r{g4o>{Whub`GVa+at1QE)S7)3LCX?*n2=IG zwp6q&hf5@-loEfQ8r@XZlD|Y_L=ri$f;;b>+^N0A(h^F^q(ry;nE4T0^6eO?xEuV( z+JX(GrKB?!Fl#wz`$qRLqu}l<&O;|Ir$Zeb=Jh3xH2W}3k3rK1Vtxe{eJtut zYCdH9zxw`>G{W;tZ_BY(U#3~WS6(0c9h-10T6t@H?7MKc3c9T>TfDisx&^WrNI1P# zkHslWw{5fiVE=0`eHRB+G01>Fy`z~@y0b&m*GK)tjyx8jG;8|W?v?aT%!)}rVlo;I z=#*@hg=+$FClq9J$=nG1{6E`%o1~RvjLe01BshsWNUosUL;JTre`D^upW||ycFb}) zzAG5slT8PB%VY4?AyAX&o8@Iyo^aV2$o9>OXQ$^P}yLSAmxLd|?1z z{fiV=6No#mB$(;uhT`VESxWpo8$)kF`!3lyc&NBg$S;6M(atZ1CR1?4yj4GPUl{$!7G9=)fdKle2L$HTN7r z{%NhUVMpqVCFcXc*HQ}QxRgFG4J!5Oke0I-yBJ7K_9>Gm2OW2(Nq{ioUZ;qkFMa4x z(bOqswtrr!H0Ga{{z2P^C<53#UwONvtXO|MHyY?Was2?p=2rqv7&})0Y?i(_L17{4 z2`OVA&+FS>3AMAso5P*;*M~E1kDf)A`nkXrW}{j=J~3qwv5s`N~hxQgBZZw z*ZFck<6>#&jL(P@ufrDn?Z{$7Sf zT&mLdxB}Q;`8d5no-pH7zLNL25I9il2*6;i`^E2ZIBUT}# z))y%)sqY!j&Am-$9gzNWBDL%3SwW_=k7soYshQ~Pt=Xk#vNbcEvpuKu4o~CJ%stG~ zQ|U%Eov||m$S<0VdrPmT$3DYoT5%>7b5qi3BWb`vQ=KGO8GyU!h{kf&fr)z)@6DXM zGB<1MK4Gs6H#6vjl3*^G6NXPmzBToll=H-)96oR;wKg+Qc;bO0+?TBJ|MP$6wSh8n zsacvlPdJML9M1eT6OD}CFAujXtM>hUv)yYwMNl@~M^Mv>-xQ(>L>R=j>g6OaX|M?YQK!8}0 zk8P$`Dzg@!U~;q`S9mT!_*#l54@<~apPbS*{*sg_Nz0x_FhvN63~wcIQh$GxCQCGfa3Drjd;;8O5F%EW{v%$LY)*S)J)7Qind z=&NCxXxrU@m}#PSGQt0ae?n69woHP{e>s>=1}QHi)ypK_w$wk=Z(Fc0gcv?3jSSk6 zjb4T)K)6$iUWeq3`@mvAy6A`!(?~9t5*yx*!~*uKHx>DEN42^-(b|LHfrj!TPRT|_ zvGn86f$@}DNsfZIfURb9rUUw4q@l_{+$9^{L8T53FNpt4aJeY!-Ogs`JNbYq8Iq?i zG11i7!oBcZ^0Jvg|Mjc0c;8!|SVjKDjU0)iW>wUQ%~WlDT6__CIH?BGapqS5dzg(j z722CcJ;RDvc)_3Tw5I?Ma(IzdsC5=-ZYnUwT_%g}dh~$Ns=<0<>=n8sX5#2{E%3|~pg`3kv3)?|IEg>d` zOasOW+1aG6Ysq&eqwI9yua&tXx8y8Ra*++h!bCLtn+Y*9KLQF;Nhphz%9 zb_WvpSEksuSG5o|Zq0|l&p+`>96{6_HBRmLb5Q$3%Y~|4FSf~bhBpmC&L(|zDLN>IY*OA)9f|FZ8pD0MdKOE9WTD5=w; zxX4VdM~07+*_({~$2&Rs`q|Ir3hPU0T*Yc#6lLlt;nRq+G2^$wqV*{1O^J)7vJFQC z`GUD8qztM%y@ehhWJt8U~ep zM(Z?8ES|c1jzj7Mb&h7A^ov!$zSxdW>TJ>1(U?gEq@9TTSoy;8Sx|7Lv}-?+@}0iF zla|U>l6+|l*@MK}UF_vma9$S*lx^)U9XfTS{}djWJ_Am4$9{egL7KbgYKqDcOAwYe zf2B7ltqdw3$Sx(%9o=;;F!VdigfCcfTcX(n%{>30Qkb#4&Qb3;?d_99;9PL{#q%q= zHVJlB0Lo`nwa;|BU7H9?pUdUs9$k&ien7mA zRMxGl=J-iqBB++!A^4l2ybEs*xMlY=IGSAuVJ(W8@9Nraj4?O;^>0e`V|74Ne+7vY z*;k{Tyk6Im!d|T@A-`lstR98Z|6_Qo+TQ1&h#^>C#C%KF`n7YlP(S)xT0W59miX#B zIuXn~Czl|Nx)gJQP=r{e^s~u6Ofvm*2o-0I>WT-1xhQPDuB&Ih;TG)utHN0Wd8Y!O zor3;QwTZ-Vl`iTYcm!a?;qvR_hR%G=K$oM|0i&cLRsZCH(NNG{>ef1kNXoi&MesXn z0>38-|1T)#{6FV~ncek{1}9fv^n7R6W@K0xpFW&XnY^JXx9bv-z-nES!FW-Kr-ll7 zsp;cs*1y;)(SH6S7i4YJle?pZ4TCHmXvB8FQkf9nGb7GV!RJ!;q+5AdXO`t7Mk&*sP?;9 z@&P6)HHMKVZdxpsf~X^{bQJ9eFZ@KWm7ZVl7&6+ZpT61CS_RK+mV-J+)01+V%s&(z zK6RKtVTR7c40;c#%o@&a{BKf8g-Wtt{3h$cjoBNp*AAjx;I`Yc>kx?!*d#CfuBt!3 zQkVyHg@Ldgmh_@waOpFUFJ>a~l?6GbFyL5Fz)6D6F)(lj4{a+7pku%VhyUeb?-zbK zI1I^*F*6T6R8}r$bwrHs59Dy09>_J6-MS{tFF52Xoa9mhTa2%zBRHh9=T4HKHc7Pp z$A4&!Olq5BaiY>YuARO6q#GXcwmoi8wlUf)^w~p2h1x!2=5jx|G1i6G|&_ zvo_-=a!dtCUv+*su{bZ!hNpL;(mVFjexdZ30m0>zohHi6`0SsE3V0Bf9Ou)%=msvk z@nT?`E+^1*=Hu032uIK~+{veVaDse=U-&a6nYL0>HYdc0UV$n-A$OCvliSG|5MB~r z_53DID>%H0mt|V&K3z+Umg8y}WE}PJ?wau++CA`safF*ame;0;>yDK)7x1JYFQxhrB_TbqN__F)D&Gv1~)_qfBd5)(Gu zrVCY8K)JG;-w`Zkr{@PEWvfvpdaz7Z&Qly2K2{$V_>eZ0%qE@LErY!$CdJy8RtK>S zA;M=8Yg3)G9gz;B2?=o7Em1)}7{upg{(XgzZ%Tk$-j3qqwbcBB%sL})(3))*1!=Pz zWSREAkK=Ghzk|viF8p+Q^I&z}F+_8zHZc*axJ%jD*+a<9{qGFE#1g>JH=ySL2L#x< zYj@~aP3XH{mDT4p6Q0>2GkQ+UiB)TwvBCvvPak7bDc_1f>rs3HRPt1uo3{@q^3twe zCgvo-UxW1k;;VUg2aT1z{`23J2YXrt;L~s9a`)ruN!e>H>Odlxzix1L#wM880tMVJ zo+K&D{vA#7A6_S==(!)AABL2*pijZ7GFf>-0)w{b0qjDrPoQaOaiABf+v?6%BH1aI zKDE)Baox4eCLDu~H8Wr1pJA;>OKp)qR3rP{Anwy<2V`k>|41TzTd#x6Zn0@_Wy)}f zQGSQE$nsm)wwWsnQJr{D%2cpBhwJ6ka&h`KS@G=$nJlFwg`E7dse}KI&qR3^A)THM zru8uJjCy$8ghf8@U|?Q8b+NU_8jr6!?0uQk$JPeRkjxtxeJ_tXd0nqSF|T4=e;L)w z>n8Ncy{5V6m8{*dyo~DSjERaYLOSCBB)Vc5o|h7^ULyzNMm1oVY65>-eN{aoPu0X0 zixyXf!A27O+TUf3-?rq)ww;|?HWU*kCD;2(opscT0^qioT-0Ro{29O2ZTswwjY{KS zIFc2zdfg)9p71aidA+X?V3uoFxr`(L(eU~@Ec0r9@c*~PSJ-X*f*^%L7__R0!0tAF zLU6tpU%zVVt7-Xm%05?@EWSC$6}&9>)@63ERNlJT%75@}7vP|)=RG~k>8t^9>VYu5G^r)IJam~Vn7B5av9L4N z$r8uy+QM7p8?WXEGoeg*JzbD^0(VbiCc$*U86L<(rR4s0ax&!9A&*&USM6KR?%Zsa z0JFFLI$PHRvoHVgTVE~#B!1~9SPDD4H(T>gmCS6A@ecd6Mz4lNUTdj0l;L0hZ7DHq7xVFx%*fm`<-CIlHotZG?^09kI8cpqQbb@X z=2=OgO+}kCJkPk=PD9?_d%)!XM%G)uX6(#jN*~EWmUDuNLhO{lCt{@c=Fz_Y<+C2| z79^b;)6wKA1Yc+!?T6@HiSq)-@n7XH!iVf3(@*5Rq7;b@cR9Q>VtZ0!y-@{CyU_DkufR#*!IB`8~8c zspK9<`1hA2(*1q+51Oc)5`^RX@i;Uy)Hwn#c>e#nUmTuBI9Emlv4{5Z$@1*bNIM_u zjQ-=eud>$Rh=VbuhpS)EP&U#_8@novx(Cy-6NhlZx?vohFpbpjUF#Q=TYNjzV*2n5n% z$S2CL!9Tr^M2u4Ou5&Ui-<6?_V&i09-i2;BR~URMW4}AU3BO@jpWnf!9azDSlBIfu zx7Htu=V`FlX{$c;StOllen)d-YLHM`x~(LVxWC;bet$a-On5pm8z z)FXkURBj8IFI`BqUrZCxRfg$XImII`d0{K ziif{PzL3-Iwf`|qJ#Rhq)c?eyJ4RiHYNL!T7zn$mrG3wHeCVWKy$ zQxVLP3Kq+rdteURb>&}>UP3gbS2QhmQuV5~*?fv0)I4`@A0z$`U?<+>`KER3gQ|Ov zX^KH>;@KTdLzT1V^NbDPpS#c(cer_cwyT78X;orsXp+&35d68097*RynnLxi|L`in z#~%pi;jYCVi{iZtjpyHljHA{OdLIj@#N4*FRDoa6hi9MLY~GkZLJG{F3vO2c z%XSvNCIxcnqPtZ<y>$D7+8=!Wbq3{QJnPFP>M3QVCD(>9>_Sk*B3!!e64o^$~@QhB){g9k95q5|%= z9uSlEZ#Ln~CTePYAEUhlqohr5_7Zr{>z^U<(MK~PE6o>4yT4z~Ke(DXKfW#KZZmf= zKJd?{i8@syFAEYfbPz+K0^Sd8 z6;t+aHiesEYO)?Mn^grr1jT{~*!|gSrlImkvDluvtXdcWoW1H*}Ox=ax5rx0CY7%;%V+6u7bc z+%#cF&B<3qziYo0^k=XobFt?@T<{#p+(}cFKWk*CjWPYigmR(q%$e^f*=!B~r@;l+ z`X*^}0r=?hy$#=a>a?48{fTSOTKB)+%Ut%pyIE8Fk&9?`5#d%B6@4(I9hw*m6R zCVL=JOdV~o7oawXV)tjk1jHt}U~&AI4%2Yx)JNsb?!g~&!|{< z!rff7>foslyhq^9N*$@gxUpQtF0k!~PigI!drujlx1J}GXAp%sd!SP0EPM+wA%uXG zun%(0dU1F%r#bkY^D2SVc|^?m=ctL0my=wZL=e5?BaChQ=&*v5^9Bu~-$1TfwBr*_ z@k0P!UY%yKP@@Ak3gnmayIX$H+;~A4CCFz8_FRzKw8<1aJ&~dN}1|`?)Q&+zyFaYIr?at zytMovVYYtibt<4c`!RHdxpuR+_=8Ch?)8QI{66~SMl0)o=85*E^Mv6Pm1GK zq-n}#b`T)bll{KtHQn&a8^jclRqFRwclsS- z_W#XRe-T(I`ZNm{h*g8?!eh0U$*~<6C|-II0GpNN13?2`u>rBPI(OFfeutsEe+o(V zxq%6#Wxo>GziC6+U%A&fo3g)>Df=t=v6eg>u;gyZq?Gtuf3|QSk+kmip{rJT7MCxs zGHwYJlkk~<`g*S=XLAOr#Qk%$mF;B(>k9sdF99t=+No4SoPP)wldcWj0}T322b4dy zWM{3^!+A+(ifsh6P}$|%b&nTvb3s(jQ!mV)2(g(V9EUuSACsjn)tZzsSLj=CkTrFV z*Rgd3T=q`MmJRo;%%fpkp0o`fRffUki(l4Unw`Bl1IbJJr_@S9HcGj5CHK*vn4(%# zQGOM~!4vW~-Wl2lhG6V#OYUs2Qf4x&g%8=P6}x@v#Z0f_$&0J-zO^*JAna z09%Q27J&Bn0?MCq*xkUtX6(`rp6}M&lKC;|nnbR0L>>^gF9SFTyC5Q0wc>NUpU5jA zSO5Al)sEDe;mhZQd1JT)=4F-j44-6m5sJ_xh2+-=^_Gb9QC1!fg)Q$4XN0YNQbW;0 zeV(_`pGg2cZ$op-Y{FMQe1p2Bnhj|)BfI)SWqZoN_fAq|zwX3uaDW-Ib|}-&QKa7* z?w#x1O9kgc`_tryYACpS)>KN^=O?vE`Ay&XGWx&LKyBHQ7)2?4JpX6ZysKl+fNsak z@m*P!Ml&(I9gh&XyOc+UN_TWGkLj^4K%DvWLkY0Wy6)NBWZvCmPoDa6xKFO_Q(YuKww^8{>7FJ4SnsFuK6+E%xE(!0K01CT`UV1I4^5}t znT@QP^0BkwwO!+^NOGrAw|}g%ODSuRMn=7nXlY-8Rgl%i6aaZ8NAk`O>T#i`aHluE z)Yb7Zzq9#vLe#SR$;`O0_ntAxgjVDHXz`J;s;gJHfYJ&T23nQ|5P`!UZoPO%lMCX zlu8eYBf^$@ZV{+R81^Nv|}^WQs?owX(1laKrR;8JG#rTBJq#USeiQCSg1 z1yw=z(}ZDgS9=Ei@W)vWp3By*Osy`6yZ+kJk~>q^dL6Bj<0y$!7*=0WSR9P8z@?^l zLt{O+BX<5WkN@zpQ+vtEx}5jes}%k4`4z!&96oW-6KD93et{>T1tz~w0f4?-kN(w7 z;9WvdjhHp5<=;d_>El`RQvk`qN!xnweu^O3JZak~`6+>90j27Q)WxRx6~ksdhD!c! z3qBpimwL?kYckPX!haj;IQP@U3rmDIYlU{9n~k2O*qFFb;a8U5=;Ij*g(9jU_MhWG zdll?+#sdcgcmL+}5TN+VkSTvn29itscf%6$evD{gso(}K)C=9Lbh%tkM5(U9$0Gy^ z0lg)s0FSoDN6un*1&*k<0Wvdkg9E^pn&K@KkSjA}RJs3S zix9N%4v(82Fz+FzrBvT+8Z&FdnrTYa#%;(9Z4J9N`rx|78tc>JU*nmkimVYF#>#>i zQk3M+En}XxOdM2U1AF-Mo5nP4*aSe(cG2OJ$c+H{imwfs@^ao%{}e7^-H(RrRaJVu zk6VZkFrlMBh&G7@f0A(M9c;c3S-l6m1>Qjr@Af5gK|%MpRj{5h)RSGf{dG7NQsG$zN~=9DX+s#t%DHgLicEaAft0f8y`oihTit z7;0*`ZXO|swZvd4a-FipLkzQ9grKJ!7v8Ed#X3wldt&AA93w&Y+Q>W4b`Gb6+>gz1 z_E!2Q;hl3ry@4Ejhln#=Ad|V@_oU**lw!E(%(1)q;xy)W!i2Nl@FTLc5WM8|2sH8w zII?a1lCaLs)Ty7um~K&8A|G(q=PG*3?B;*;0g>|n&G=BQkWP10l0K&TM!Ry_k}t4u z)mmKtVo|ygxSaRv;DjGz>!liQMhXcx%6d5#d9WN}j!pH!yAUB-4TQJ_z2nasBRGAC zeCACnX|CJZ(^1`k^<>N1x|sO$tjUxrfEYev0!r9A^3elVsfg{zfP8Mn>BS@+Cf~*+ z%~>8vj2<;dz#?pwh9XSO3~>wp$ey=E;R3QI(7PVb%9=Ry33Kip^J(Y_^(P5+RboS+ zfiSe;Ic`KgTSeXwIv?}<-+*%Mo5Czu!k=6q(}OX?dOIqj6NcLFO}gZX!Aw1r8Gon` z+t#?MqxY^`vM%BDttYB(Plbi)a}Y53pqQ`xI&&2GZKeV}q0Tp+VTyVlV&V6t{|K5ml5PX*0kv{(av%+*9sMrnNRUS z?zYR17x~0fYhpKldd^)k>%aDMr`;tVSYP?`Z1#kb7nQJoNTFB^GD#qNIz1@=E0~P( zz&i5nHmw@8jS9y^%wWFP0!Vj*#&?DoNKiLNySyfK;^W2}OxK{?<)BlOJ*LZj(iNIn z+Sp6Ya#K7psQgyyGt5Q}+d;;jQ*gA3zf4}^PX$5WqT+O6)SlE*2YF^FcXfLbDDxrq zq4AtNksEk;tjeC)G37#3dfm<3BBz>sA`+UMTU(AM{h)Wd^4F}b-E== z5#3C)`{lf+4VUZm1rAr>qOK6gQ$e0f#KSqhgj6Vc@0RJ1sNrE*Yx4=WH!#b#gI(JMJ zN9HBjiOM6Rk}vmHLP{Y1>!L->G4*p7vyZZ&F#Upr8JGw6%1y;s>Jk(`V8^$XJNWkO zSczI!p&zIdrA5R2qRiV~rTpI8jEhls8{!8yUZqG83`DaOzM_f}E>4v5t6Qfx8M?cr zn7B`R$31q;Ao*FU*PX8!0@rJx65kg{~ObMK_AnsIC4de zv|1BOPf@4+BIF+il*QP5OpS=Usbwnao@J}XWH>^HJcd6_pv5Iqc-KFs5=is@e-Q#7 z7c{DQ$h(Dvk#9&kly}n!v?U(4&wUj{8^cBd@5IM?Hb*8>9Ooj@-%tUeEW*zilun%@p@q1nh)eQl|+DEja9 z%`?1DUor_(7Z4#Xx~|5E$g-h>h+|L{6QWoev2GyV2@?lfj?_wo zD@1qeM{V;~Ys89)et44BUS_a?1a)zA#vqiv607Iaq*nb-bgENE7>?@AqDBCDal%Y=wIFeM%M{c-&hC|`G>JZy;Rsi7QSbOijs2wE zad??x#rWmajEQeQo8V2b`&Jxp{o76<{g3=jo5lriyW~+>Fu+jmA=i^q1we59N{$; z{QPsUBEJqCAKW~-F%=eH+2$NpO@MtL^*E(;5PFd%vHvt zFo5Cm3{$dz0@5w<{7MKspirg8+Zi*cRtX|i7p$rh#U2H|1Fq1NnC6s+Scd6h3gpE-;-%eoy+FF2BG!-U6t)c z;u^m>2 z7rlGVM99_6{9Ftsgpp8AQD0M5n~zd59XJlXR=5qR?ZOn+A;(GnLB ztL>{tO69l@_R)Q#y&ab1(oh!a>uZgFHPVDioOyY|3tD4?1d#Hu%h;;v^7L;WBF#8e%6=JBOR1MOE_K**rxO1lyJ>F0rh?{K@mq?Gw0-DeIRP{!A!b2pB zs5CXFdKZz={Odir(;oVhou|sAjW2f4*&gW z;Z8@C=IfR$;^M@?g>92YM!HO5#GYSOldP#96i%k~jL;zb5#ad!SL+rc@iD_30NaiJM#7G02 zhz`w0e8FP;e2~>=!iZIsUBD>@QeFe7+6H#=i(RRy-K*=fUWN(E&*O~n4*)xd4j=NA z-Z`HWxJ*wqbWF8H$J|)DxHv2HSLHa{s$(oZFVdL{-8k0d$URL6B|^W7JsS)e>!re~ zap%6k{+Jk8p}HwF%IZ~(o?4M{8O?v+qdP4so$FkUGLt5O6n0Lv$Hd-Tq$)1W3j0+z zro7j-BxTPG!D}eYdrj$VDMO&j)U4Wcane&XrbOR|59;M{TNFuY{P87Cm)U863|;od1YB! z1k;iRy34UO46P=6;C1@FE@s5}^`Ys%y1ni}t!qkO<{bmKW0 z;%|0!KS2b##Xiuzc0^k77ClsGez)N$M7Tl323Wr_ziV8f6WJGX67UOhy}Mmv0oe@? z8DU$WSJ=2#E;W~sW&s6luo2;GUPVaTeG}8IZ%hsxJOo|T&e6e=fCYO)+%7?vfZvP? z-bq1jP^AsL#rtm*rdu}LCu(Hd(TH$s#EbX_Xq?ycXaNf%#QvjP+qT>V*@m-qwxue< z^Z2tkD&xpv-kYh*6grKK^kT%0LWElbTI?aHe`B7c?+Uq4F?J@gY;?Acw3y=e7VHWt z)b9iTO9r1LHJ@`J4zWa92gTE1bOaYCHhF${aVnnE(gk;zQ5S@m{tO_MWTuxd4- zA0iv`JaR&I8Ns=>-1(sf)3ST)hM~K&{Vb&&S4B5EneY;V`Z6eT{#s`J8N=lOb44&t zSf}t2(DEgqx|zs-!|s^|lvSpgXfoR5bc8lQmaq0#*mMhV;Sp-ZxAI(cty3CpS=}`+2l&d)K-Onr8!LXHS%zN^ub(qSWgD5QsVy?* z=KpJLbB*_@3#Ox85PsvBg%A@hS8k7B=%QBL=?0caZ00R}-&=I+;7Ey|BNFc*N;CYr zVWyj!kXb49B=1}P3m@`J&BD}y^#fVaHSIvxxkd*dn8oMtz<#tqUt=zivt@s!KO^)) zrV24OQm6LCXx%UlIsgN$D`b??vZ36(NZLX|WA1Pm;YX!Ho%cOMqel*lmAmx;Oy8(c z{>I=DCVW(1DOKY;cjsa%Z0Ztx?{m+*V-Gy~Z}7TxLXsIW~UJOu!wj_Lt?W{SaES2nEIx ziotEr+2E+P@FMS77cJFfXQZqG@A8}1nRK!?#L?DipsvrxIhmbsk(x37?J{OEcp~g? zi3MZexzT`!E1NJMkYRbj0D(8Dl0eGCJjjDQsEuAo!G#KS8C~)sUas~Wq+5b@_N?1J zBJK$Zonk3J-E8oo2))gR^$m_%exjHF|h!A7~k&|Q;;za}SHJY+xW5^TSN-K-F za_>4m^Pje9MXZPQufG=cwRx^-!6>;bnknHY21d%!ff5Oz9FYw;ZiRqG))F-@3Q{{v+B}*w=W)YDQ&Y%;O zEIFO{Kv2%cM85xuCUQO${i5T`=bYIBm0fwSlt;i#3?U+Sb;rqBGt0~owm3v`vc$ezp+h;o-_EjFEa*x4jsN05)ak=afM&$t)tqIdPftK1nU zrunD%qvZHLFHJeZEo@oxhil@&xuQAXe6;ZwesT+c>7nXoXB$Z?#bZ3g!zQ=23B$+~ zm|M0Wl?ob8p3eYZ4B;U@zL{8Y;9YX(%BT6A+|?kDA-?E#3F}&^EHr*o0|9^1Z&9&j z!|*WuLyK>8KO(S$yC3WTcRZM@PA?f$Dr&|iZ%GC0I411aGFdYE1iv4{c(lspZcCVj zcN;6dP$8lW>H!`>Yp)=w!@@|NPa&B^9XuT5^#g+dzD83fRvdmew^LKe=-QbOAr4CM zTO&)P3oG$~JHVS$dw^s+GK`e^WIl)=`!P|D{g`1W7!tK`Hh6FQwC*K+!FVxbfraRU zEr?<*;i5Ks#&k)YFCimvBW|Z=tDKn@7! z_q;?_Glz{iR~sDgcf>m>vKIwQ#%p5O9}@#Bn!Y>Sbi}l3$L)+22i&E1u3h9jE~KY? z+f5aAq+nT)BkK8iGTwc{`eCo4kCaK45d2RE94w2)LIHH=CVixA+?@xCJD}DdxM}ED z=3Ki%_U!sNpq*+Q zbPLz57!T1Z+7iRKH|?T#9pUvz0MjfnC~5V1Yamt}a<^~*c|eB0r@d-vQ;8Y|H(CF8 zAh1}r=#a5d9T33pd5E&@B{o*QD+^LQ#zQ>Blh#lys&edd0GceIAtwF}9Kmw`0(l;8 zz~X%|QvB(T*$K^xx;mjOeoqzY(Oyeiz-xQC;9ngEK$&`$?{u4UK`8XK<50S^b9@~LZ0C}5cO-wY%Gdr{VvIO`WyLMUJD%he zs+N)@5k1&-v94y zh%q3ZzhPA>oo3Ll-L^cdNWD3D$+BcuRxLhxjo43g#9fM9`IOH>=u#F|76C-KaTPjx z(5^!5lep$GNz~rklqsVCiFF^%2)ALzX{S1}q&Hn(pDe1G@BG(>4?<{9eMzCo=~Pu> z^8YO#BnMr*E9*VGYPt;NPUdvZ{?0Mx&(OA&+WItey1JW*<<9bN>^E#1JLuSgGF@es zI5oq@09RYUkRZhhYK}FH$XpF=INf>pb30Ht&5D+f+W61%L{!H>^3(THdR>fnU3Bl? zDs-V0e*~Mr5sS_N$|^IO7!nZJ9<9)P-gbOQe33?f*s-Duab~4B;70$1(o~*^3XE14 znlO;|s@Dgq5!8BR0BMR-Kv1^gErk8BqKgp;4N0y}FvZ#RHpH+Sji| zit_JXvtSLc^{R!BA)M}`4aq#r;SWu*PSDLU;gt#D7X59ra2({w@9>IuEa*eTT_(*1 zs<2NK_=pd70#moc_K6xv78nhG=QKlEr2xO{pJ*Anb5Qg2V)9C<>chx}H?LSa?Xo-> z^c}V%MU#MrWmLt)UrH=5yu_F`swYBHh>A|moH7o!fY1oB?rB5z9hp&hR;pIyXZeR` zn<`CyPwc)w{Z3MJv^$wStO3C+cB&+8blQSyvEVeZIEE<8pprkw5s#p3y8kedk1say%Ah;bI&bRBz$<`Ws6h{b}n(#ls(4U<7+eHH>Zm8lFpvkh+O?2 z7CZfpXbvyV>C)QUw>ysClg)|Q(9eMI2ABKR99W(c-}3>SjrTDi$3H&Q3JW^!zgf$A zmMhqLosj+ z*eAua7j4`DJgq66n!G9$o~C#I&WQ60hsTNpbzDMPlNasSxqd*L>F`^{>rHS~@}$&~ zh>UH1YZi}{(*U`Iv>^;#x@~K}fF%d44=zidlp;q;HZ<+>>t6QqBaGD{67A_5eznG- zPk<5FTyu;5g`=xp9#PH)GO4@$_`b~64jE@xHnXYQlN;WEvKL)=$yn{%H z>1mi?ova18>2T^{E-qwI0877b$GBq;pCE&~!tI$Etc{GcUAwU#tA1o$P$J)y<vY)hElcB5oMiY zudgXL*FQk(zCm+wKe!d%C(B^UOgv!@TO`vPkCM41qsWzi;>` zKy%q0E_86#a_;>Ew~;h_tx(=MJlvF(<7;k6s7p6RIy&)*!gpGS$L{LkoKl0t?~)2Jbra(p-M03}(IoiT z6>Z>r&`{^eX6iC)V?;OxHxn=dXF4$N1?K59k~ubx9_XQK@to#irmY#8U@_zvQrQ{F zpfD=m|E)y}l@QV6yZqg4R`i#cQf~<@nPRQb1Q9(61G~CBMyO?AhWv?#3Rzo_pO!@6 z*%2Mpi-|r+0Q2=3{tvT$%1&ghiUBiZz@9*{ug%5VVd__39EoEQr{bYaWo9N+Z%uZp zNg;qG5HAfWsN&%xg$fAkab1491dzhgV8I{e0>G&Vtb{tA)JsgjfLYU>c?(IckqP=I zgz3mp=uE2_{#X>JQ^COPe=dW0p+(*(Kks8 zzAPQq4dafciD0b*-!$It{ND(yg5M{S-0pfdQ@!e&k}~(e+NR z`(XJ1=}m4fFNzRDW&HN=KHsSWjaWs3SuMi=zal**srZZS9SFp@7~Jp@toU(oZNOGI z!E^OeV{p&}0`UqOjH};kHw?b<|3_1>swMQdm<6aQL{hdW5KO0h0AF1{;z~9cMY1C#O7S_V6AEMl>X)T4^Sy+FIV?Y$Y6N z&}`~swQv^VdI*CC%HkQQ#SCQ_iv5y>>?1;`g^(V^@D&7*TKW16I@ZGEpkgtb8y4f) z^0ulIDpYPkXeZIc&kzAaDxtPv^q@o)OPr0J#>HkLMmWfSr%|wxfdsQZ#;Ishx^5TbHTttrT~sk~zCVe*iIn zhbbrd#Z@BwUN(@!lciAP>ZD{?Y9a`jwL-xZ@B>fYq*Q&Lo;xTd!5Jo8r zTdqV(fYV2U*Ye>Th~t&*w<%*>stm@nTQZ9_Al|}qSMqBn$Z%tC& z+kh#B+^{?zQ@&b{DR$*x!d@XO5Mj;oZGx6N4OrRoN0a3D)?%{dn+2<`bzq$3?+fOg z(bAg6Q_Fb4!LY&~rx$agX29uPemg3EK_sNDYlU-=m@P$JB?k4NGwj-dHeMGQOj&DB z8xzmEa9#c_>fz-VCDz5{itnkgC0;K;ZQ4VdI zU2q)8C8hGRh)qey8GS`gbNCQhE!@Vn;SA5U8w&4=Elwf`-k=Ykb%27^Efd zbb<({$|60iR7d#1a>l#oM7-I5T=qkvjCT!o*K&39ODJN96tNXI^Atc*@jt-R21 z)iKO*a9L_R=XBx3w^JU1@zhlwz&9R_lf!1p8PaNA+kE*I`xzB?KsII#0c50JomSb#m z&a0jwJoWF6o5&-uRxG7U%-hrd7UXiaA|Cbk*{0G`rMe(Nmm?~6EH6iNh@usr>6YttvJF+a>|@*)vepCFxSY{%N0*x443@5;4SrCe+o zYpR)*{VXxXBtmla3D}IL9c|aKvrJ95EJAkm3DTMRcC5XTooy0m77%(_KtL7{@Ut=< zefq%)F~8OW@@Pz({EixY{c04Cj;==N3!VdQc3yJ)WHpEb}0GsPigr zvNSCb;KLsO>Ev^{63@IKw3eA5mS)bDf&8>(w^0ROm?YgkxGs-jn==f7?f8Pl%(1sOGwea+G^WWq6g=__Z;&y_`4;~56fDKk{NoV<8FW~67&fvvAb%7W6@=kOF;Pqq zKdk_9EQW*kN0TUbX>e!=s;9urH;@j;ZG()_92~GCj9dU`DTHJLmOmaplt6hn?vH_O z9s-LxIsQcaF%a?@4Y%9(&=#R(CEJUyG@@#9r!BMd(kL8i&ZE1O&Zo9UeG@VAv28R51}#YzTs5qPTgG z+)IGh%g~WJCS?UKVre={^Rf%a!SYZ6sF$U~-3}q4N*$BajSg;#X+JL?1FRGd26ux* zGQwf{VWN@XK7R-Y6WxTP@`tf8lEnI10z?SzP#;)-L>z{?(ctHBk${Q$?_!mO&_9k7 z)S0w2f_wy75%RD3AMz|DUH-c?Sqb#N`XrnSXM*yEBvup76}J-2@scFUIFpei#qfW+ ze~}zGWBCsQC#jlv4sIox6C^mmH}_~n1WcPA-|=4=u#&4Dt z*55h5^}dMORsd9+=Jg70Sio=`17YrVOqriH;{7npv033^Ey3_MeOM?0Fbq02D9p-J zA`$|Jegq8Ib{DkHV6|;6Xo0bga|50ARyoW>%J;oL3--9S0)fu_wpzcAs?JRx$er4w z+qZD0rzN0VMVE6QfHCesp>c00=h3y?hh&Ub(NR8-dOU*j-kFD%SjQiud(Nz}1b92A z-T7sk03Su8@pxmfe}CE^BC0r^-kvU9(g)P&#y-|g&NdA6cc2asUey*T`XG>^SP$g8z7G1Cy&-03);k zaM5K>c*;wNh?iSN4RC*W_l+*GZkPUD6SoGEz7fns-#2qY<}AbRX1t;R%dl!6RK|Tj zNNL=eMx9s5_~C1-S5xZwlO->5WGTKii!^iqDM+i~1NTYFWm3)#`;HxXEy7tU1gL$c zcro9Cjgb1DpXH23BwtB>s%b47YIoZZ2#Ylw3zlG6jX6u@?kSjEjF&J=;Nn5f299oC zks70u(D3- zE?V6VmT*v^u0`<2rF}({3@E~AWMEYM-W&jGrCtQX#`~p4DQ_W|F;XVp0Zlwm% zaxWKw*vHN-t8i6EA5bq* zC!A`0SDPMGlpc(tDW{l3-B;wo@3oo0!_Z*P0u6K&+e?g(4#^I7%lV@mTmmI>Y**oD^jth9iIhrYcmU zUyu=DJGv7n#goq6+|vj-ThmX3Gb231==D>cQyTPGQjwF_$co z(X}u|bP)Y@)_6wCO%%8EI~ApoY$I2UqGRT5GxXDo4R36e4;lc3MgL2R3rHYDw@olb zA?PGtnyG8eaIYjxUjln8_sI~oTb}|v^b>WcpSQ+n|P4K3!tLdmw;LQQZZ=cvDY+wsGh-jtUpz5qrC>7Wo0R7Astd$5v z0uIKkjm~hN*l7h&AY3-4E&<4c*m}4Gy|K!}bi~88RG_^zc{!EZT}ID!Ym7e2W+L$v zAjviQp;H7OX`^4srnp?)p$!m#hH{U>I%iiPgwdLZxuo*l=i}POO|bDAK@`^8+U> zsAf2v6sH;oma+->MH-lLws1f-4lKDtP59(UR3nhcwq6+>cIo`6GL7>}^C4XVLy9WnLq+169BRbIum5Kn7$8sVA87pN|3Ezg~ZSp|hBk zb!cI=exN{Dct{$~9dsHscdhT?gZjSw8HLM!ow2hvqdJG~TMP7Xvr4{m!N3CZRi0!q z;}-5g^}BVEt5)eNcKFuF?b28D`d3bhGPlz{rFS;Uy(nNV^YIs(I0~S~td}|V3?8Qb z*f9h8zB79N{$`B$K-2!Uw}07-aNGmA`~fcf1;E4|uDuOR*uNGKGKa1zeCV5p?pwp@ zfHC-yobq3Y5jcAid*~SXGu5LX$&q5DdlyS-(#8*YhQQ|IJ8A$wOrA2WG#zJe)7NF!iG_2zOmNl{fhIj<)-+ik(7;n`>3!Pli4=7 zqTCL%lkLVbu51j4>5|L4Ft{;*i91_+5dMhbL?CUnnTw2vdQX?*wdB54leAexVK zW2OgpU98tAjwTFM4!O*Gb5>#MIioQ4Z_m!3t*eSYHFy5pY4ukxY3ja~D8?=uW=0^o z=aKWSG@|DYkqry>qlT*aP@B#4cn!8+{-V00v> zXYVw}md*{SKeoSO;sx$M)*Mo3PcIWnKWxFhkSVUED>;bC}t?E;#h zv7y4Ij$<7R73Fp{D{ksCj_lJW^r&3%6df`wHb&(M_)hG$v18IgW`S*TsYKJimI>&7 zzBO9Y;vO(g*=6ueKq|vBXn=+h8!_fDcZ{p@C#7zS`V;*~ElD6*yA28<62Opc+d?oB zIYhQ?I~YPBLLuAN2Aj3S1P;ic^S}f)Pef;ML;zncz}y}wI$7wC|ei5pEIP@9d#AE0cb7=&p4ftt0u#T-(hn4a~2y{8z|W!q?*-*% zYS^qyU9LGx$6{w`ayi^IOpuDlX*J!={*;3e6WU0=T=TMF%%HU7cquAFoz+L}~swkJunA<2(ESQN=NGQIyiZ!fYmS){{2l0I^cXh z2;CU#kgZS`plh)0 z(XY{wxIQ8l&jTQ%b@_^I>ALH>O50*RE^cWER#9!0x~X6TUpF5U8{eeX(VLZZq|Q@7 zb-knBilP5{3K95_A0v%qkZWQm^kk#BM&k9j!^)rij&ljfch^W4^lC}+p_-3160f88 zDeHm@E&+}(?4T^)W~lX$jXyD#KXGmh_cRCn9_6K zt2LD?&Lr7Mk@l=VTSnbwKqzw_g2ljQGlXU^Ahg*Ge~Co$%n*tp;6$kb++;WEx{+yk zx2(BmW|fykJ=|wBE7h3HPK9UXro!yxRAUa8L&ITwxXF_-TRcWg72cIc`i)rv$hGJi zHY-)vsbjI9`{!^tL`+bKP1A$)rw(^25V)bQ%Ya2E0ShGNt6{)N_{1~8rOS1K&tKA<*WfhlY&`f72AT#m$&Hcmn)p)0PJ&v)XF_y81C;YpBU19rU?775$$2S}sd-fp znl9qtRRV|ex!HZN;m>Vvr;B=~J~v-d02e^nJN5R-5hQ);#Fv+9eQ+ zwM1O|^I~xdYpTy72{_fvQx)Osr@~ocKzCBMHy|3*6l*^CNCR2SB_ef+D1`|moI=9~ zT9i1TGiNCabnmtlV1H>RbH4C?*is>ru~d*2AdGGLsd0XO>d>963N6jB+|2@TQ1&^` ztz|Q*%M&)&FHg`gm$F+Ev!$*!l;=-VoKR5acIdFojX-%U8v$hcN?ifF)Wq%G56=WV z%=YmgbaleUO)ER9jsD!t2yj<+O2z{2n%ZUDH2N~mT3YVr@l|6i7A?ltN4qr8q7DW+ zb7rzm_a0{g3_g`>mu51S@@s!y!cPFe${MU+g8@vbu4wuq;Kd8>8m?$&(#a(A3TjL2 zL&Ne|4P|+paYYbt!5WWkE%GrgqT~`SnNp@nmxf{vn9|dwj?VX>h$*N zfWQtf@6PcRtHUe7f7%)!@h$W%Z=xIM^@}aGI1OZh^eJzm8EEy33T?3@ij7rh zwX!HAYpf*>I^rQzq2M78p=PkVY8Gc<*uZpSo=k`}5}dy}g@2f@wemj0ls9ykZ9$XZ;Mog!<1l52 zYKk+$#yBd)7zZ0oacYY9c1C)Qchp)|+BRTcLy9jxQxY5it;)~sDFr-t&12?$fGJNX zCYCXrMIp;ZlY#8Dm7$&cLFX_T4Fi}_$86;S&zU-ne~7QK@IJwm*ECbS2{FdgXvTQN zWQteQe2y^E8-1c0S!qW`NZxd2fhy*}g>pf+& z<~>Z@np)k(f$Gu>pecVDqj7s;1T$+X;+C)7#zkma$DnB61bPSc@AB`MK5i&R{0 z$L96Zv98<2@_K>!D%stbAk7)EAkfrUG;u1QH=c+U-z-kuDC9|^+t~WnLWP0R$dHA* zh4NIjita>*KLsDr)E0y=t*I8!De_BOv9%ZL5)rRFz$K{ul-t#dIKOrY3$G9CJj?gi z8gDo==FifZzK}ml=a)_^KXpmgDw^Idk&w_7^~xQ5h6siwTIlXXdS|3*5Oq(mF0YsF zhWo?9uROx=3W}(hx3(dsi&s%>kZwqw*uy(6p{C0h&Go0oU9FRrUpXxyK`^a5k;3Q- zwuC_u5O830WdzzB-?wnrP}Q6Xyt^PyEmN^!{XRX+HtuQ4ATK;im)ST=>%`JP%iPmO zh>Dp-vqJ;Sp@-&zijb`8lv{q$fjV$k9c005iZeR1pvcF*Z-wjW8h~GGw{1z|3F_dT zyJ`_WZ&TWKajBVw!H_yeRbl`%016W9R z5q^*gis|0C%Kw#n1#u#bR-k_mzru4E5@2aM#bXZm`t1M;EzPt8WqC6R$lKv}X@A z)L7(fx1;%9$)3T)8#xbeUXmT16iGzz-FRZ;00Jfcp0Q)B=znAQXG1$x9U-y|s>;Yj zA`m&*LMNk%-GKMk-pc!~3w&fe74i24jXf;{>LTxE9DBUt9Gi7FTHoQyWX6uSjTss# zP=BAA_lxn0a?g~z6ko_%%K{7U$Wd#80OvfKlHcPk z@>zxJG@}IZQJ$=*c4yt;1YE!9y0EziDopJ}4dFAyiRv)|q}>>&52#pIprU4nPi9l7 zc2-^%m11LCn9x6?B2Gs=>u^-(OC&t|e$wY4cMaYX=HH+Y(TP%9mCr0wmPXmRANSj; zgURZb=`7i&B^sa(f*heDl3Sf@*p)-*0}iMPn{OHgD;tZWttrlUu>;o;bM>hI=_pq& z6QBmZg@;ys1(m9umM|t_P!ZUgb;Y z=_#8l8;Z#U;z2Gfl8J=OLOL{LKRP?>;+TTYoW*<{9$h<=DIh+XRA?t34a%|r@qL>^ zL!VgNqrdBXZ!)&YVWr%(y$cz^8o0L5JEh z8i@oXq`^9@{smy`oNmTVM;MPu4=Wn)i6Jfy3{0PcVg2O)U3N z(-!!6`@MbUOqvBv0&AY|qdukYGKppc%`^(dK!qFdGTwWy^tpjvbE%B2x0^+$pn0{w z7C{~7zgsSRSq(aqwfoxV|GGYtD}2k&eNnCw-`Y10*#&6YPjt-KnmT4`k=P zMSZ7N>CEKvV|Yxs2Y|l_wh)GwU^{gq1?;;OuSmAKI7 z;d1^Qz#Gmnbc+S8_nL~_Aw1B8E?S%;x#Yy2Zvb*Zo+jzRD;F2AI+jS#;WV5oe#S~w z=sS{2%K!}~acd7R3U(X=3w@HLery!-WC3b&m_y5OE%^+cp*m5S+E{Dt(D;Xrh4n}P zQ!Ft$U#t4*H6d|F^?dLAry^c6$}6PXcXJ?WRH?0aCbD1y+rS$peC)#2m{Mf}8bE(E z(n??2Zcn5&J|+EMD7Eg_{-MB3e|0jPyUmMjPm;q}?3mIfwE1Hc_Ie82iXvHPDwy>n_TX z>LS&x3gene5fpwvWmxlCkAO|NGx*U_4&+AxXr$hj#E}$P2f5HffXfKl$)WfF{mP2P zjAW+&=UC`pz9!zGMP`wasWYi$8%y2q5Yg6n=Gfd3!`x*|!5G!SzimKA;_C|Ig!kJC z^kh!(GxlwM2DGZIIvNn>3;W83%8*k2|5~4`==;@5kn)c5D>mhT3j=N@Vn1w0Y;J@) z@NTp;`QM942ECN9O`6Lw$(YyNNE{8P`246d2G6LOH-W^*5_CK`8Y;;J$@oodp;h(hbsv}*M|1itWgUonYpdqm0kHf8Qu-ZBCJSkDBw}svY-60u}m$$&A z4%i6u;7873|D> z7ptEMwg315Y%6eVzX_d`Xha`7_M0TBRt0RB|*TCWud2_qdoKDNAmO6GS)z9W@?(1kbHFduAZD?ZyZDRIbh0R0Nc5LV7cEjtb`u2@)5ac0bBPpmG z7~I{)ANs}{Z?f^GnrbSj7tIC#0)%$KirH6QR1CXg5_f}JiRk@8JvZ=;H`T%;uSwiP z>yfdJu9*S3rIvfuN~_j7^!r9u`?0qt2S>P*-_X>BB*xBu*XvB zUB0P;hSqL6`n}J3zk>{n8-$e_wcD1qYx~BxLlZ#i)N^9cuw5fW8jbCaq(;-GjBhFr z2F)8up_3#X0}~5-a|{;`pMaR8r7dqI6#%$34YpPcScDsDx#9iW2onqIw)wV0IJvev z;^F1nemc;>4t01(I!TI(?KHA-^1D#dMI}z(|O*M_h;kST- zqS7wYm9BQJ>)qJRmU>#+dw`L#n>`uU8Gp=iVL1C_>Ns_hkKkW;X(43k58@^uIZ6uj z2RW*LshZx5W;WDtvo_L+jq~8mwrwZ&F3Z>)w&Stww9s~Luw6J#pA_?tyuUyCepB+f z74YtrD`Zi{#@=;Z-wmXS6z`S>Tehi9KI?98xjXjn$LLggRD4ef^c^I`JVAYP2a!-D z-YK1R-bI%UKnUKX_oiStv1N*3x$VbyrPgS7hu&bkPiF4LYO`;la1lHLVv~?jP&bXH zH=~)&YIbvQ@$k2xWDD7%O;QiZwmhPsq}u9*8UWJJZe5C=fpMFBn^{=dwjB-#=XTNV z_O!Qs?cZoiApt>A2C*HFBqXJFy0$a2a`L;7QZzE8Uc-}_V=2p`XjdWro--nH{*$Zvk@!JmeR6cGF+mY?G;&$$|U2qykTOaM$<67ru_Y40* z@3C)av}Lrs6|HO)wXw<8v^=z*A55JeU|P?hW3ZuN8$Py;TqYDDd~lyB{G18DXT*0R zC6aa#0Xo#K)C}e(G;P+rMax#S5Zg`3ZqdQgJ*14Ve9w_ZVX*hv`f$=Q*%!H*AB*pU z!-u{{#;j~+>>Mq%+^bevwPpp_aB|(ZaPP;G{j`5SZ+hWB0^g@I?@~l`Un3?Vxl^>z znf};WIT2+=u;N_=zN@{}M9{m5mWJjYSPxBf_4XVKGG)v3s+CrI-QT;@we)Cae*Xef zt=i0zW?@TIz0nj72iS%T%n@%n+57o?zMtP%3kWtvO>K{+HFBpz$eRn%_JtpR;vJB3 zggx#)8VN)s*})5Sh)^!1J6w)k5ht=Ml1uJIVNi68SaFmqK6<}O&-bfZLA}$}8J*c# zo!vQ|d(VSLp+wqUj1r}EyDX(#B>k+2-mh&NTG8q@J{sulc!W(dWE9j*6FLUwX3^~C zG`D%pCqN+~BP624pxWw^27o9uTbrVzXV`yL|II%^;Qb%`myv1D(eu5~i@ns#eZ)}^ zYoBtOnWfLUz{s{Qjql5@fY|pn`IG|!$H}#cY7#Ox&!&OS%ePrHyE)BmUh@g~p~Tz* zE#0z(wnCJ=f?LfaAhflcbiyM3Br3N5>itbzV*dmGl$6^4iTqbuX3weTd!ZM5sh9hR zqq1^NNXqvqrxg_U*_3m_O8dNAkXGK8X6wtYNUH2>@~P@kI|EbwYWU_na# zzV>%OP)1fnLb9V`a`HQw+9_l};F(|Od4#|ckc|okg~8#7O{r-t614>s(3oAOD_!kc z*SoQsE%opOeJpO@B}bSb752Qg7naTxcbbwZDJxKD6$T67@Eb-DLFJLCHpA7_x3pHR z+jP@*w=Fqg;trGS0Z~J9uRHZ-Z)e*(_8tfAqjS!<)E)6xg75pvCBdl@53dG@ z(2}n0x~}gAQbeTP(tFEnx3SxY?T-EXF**6G5dp|O*Q2*(GI=4HmpXefRdH3KM zq3inv{j&SIzhCvh9&BkyiV5!|dtex9dXGd#i9Fq(#<$#OVlVdBly67O8Jv2@KO&B_ zzr|Z#=^$K*Tp4U)gd|DkBS_LzG$84w`(`w=p@y5ak(O)_$u`Djuefa|*>uIu`4AeFCRw-_0f!fxGdy?6Wm{TLU} z3G63%sZ-K7sJvMHS^}Df?WLU~I?~%Yrjc$=Xzu}U@@8-GR&SGiPC@gyk!LE9dHNlN zGlHi|&*pI*%rTw1Pucv3cAE8VGWEV2G|E@7ThOXd(e9u-yQ{mqr+f9uS87PHk{-T~ zplpu~>yu8&SH92Stcs)Z`+;d#*s7tpuokqiMJ*=5CfkZmk2(fMnwEsTDKr%W6Kk^# z2N!P(Xkm+5+>(}(VNwCeDeih0HdN9uBPP=}!{R*azG!*r{mlHdeXaYau9?k9r$6RMIe`X&bjW#iCH8L;ijQ)=){KZv>38HlulqmaSSdG_g*qYs5tN z3BA4Se_RdrzUe^j*aU|+-Ga49B2%^sjn3F6ZMEG_yX`gLgOGp>HxY`&o2Dej(w#+e zx?;20x>S+XyOGvPQfYJsb6cJbaJUQ}Um)zLlTJJ99E9LadSf_2-V5!rWLLFn-O-;T z3A3ZuG2gbfLmYQvyN$<5r?#I)JJ7)nby&n{XLh{zP9W*5b5fR_-F7c9y@3cgQ~pe0+XrCX+DTMj{? z6BLN#wIU@a6>ZfNHAfY1b=GeIQeC=L1wii>D1dq@^#{YZap0^+(`i8J& zG4Vd;xP;_BMW607eYVf_`M%(yl=Qw*vajNrjI7TE<@WXcZpbU_TMPAVcNCTO{gemF zD)+~x+D|=GQ{T7HnxO#OKg_~3`@BUcHZuFvdSPxQrCHJ^Ob@ZFE@ zcCY(AF!a-}J!xrnKi6Ke<&wSHq*{>0qjV;}@>TI2>ae()`c5IOp}F%k)Nmt>HU`(y z-c;{RgHhDkTnewKy9<$`p8l>Z)KxV#gWZs(;W7GtnEPH>8oSvWY)#zm11aT_IVZflbZ?+qQ{?}Nr@Ma8@kmuO=HOrp};d2EAvgybL!;7zFgNG0VR zL`X$-Q#9R7v&}W{R0$%grhZQX+v$=PWR&1Lo01bm_<;~||JZ0mPycNgn z4{BZO+t9`a+Qcl0WfR46Y#6R zmM+($q^PxyqWA0e+}dtQXGeTfO*hkQbIspR(RHDux33U|>hD-e+`Yj{MDJJoxm9kd zJFPs*hDLj2#>OUQrqq^t)k>?@#%4A&dT;lx_kP-cf5zO4h2ZCMD6S)Z5(&Hqy-r(r=3m7i9vjj(TVRCbQsIhHh@0?*IvAR9Kpea*| ze^X;%{plkw8xe$-oiK~ME>NVl^JL#R2m`%BSlz0g?*(XZZ1{|r)Cl8IF9o5rpJjt3 zCA*5(c{@$wT8qF%+6Ye!1n!{~ZBY-g!V6<96J*}+#ljW?9V)YqBoQdsr_Wj($NMB3 zut1pjW2!hi*{1dfw2#*A69!Rm~HE)K*nD`amqxBj&*lG?&^gvS-Oc|m=wkM z-?--?uI>HxET4$*td|*0SYN)p##WG5i13Av>U9F04F16#P;0>FkDpv`?Kz_Z0!n_< zh)!}_(vNXyebrJ&8Qep%zI}FL7Qy&E3G(AtQ7gN9tqGEtMTHc*ylYhB2mN_;@<3d8 zrzsfyLF`bApmxy2v-a!BL}>Qv_T#l2;S;>3r4mHb?m(@}X`FHCV?zi7MMGhRGi0lk zJm1ts42oyQB$^J19OZ+xM;Q7d4|@t}GA3%URRrxci7KN!%GT1V`n&Q^f$v;2o5%&QGsAnXL+*J@X6Fvl&a}zNon5DOb6Y}!eslC& zF-~UVy3IFN%&P~k0V^907=oRb#wLn7``jF78%TOvyB~PeMB^9SR+$RNMUf5d*40uG zPfg7USM%(8-N)^1v!t9zdDm_DGn9_yu{?zb3iVs+`BRtxFejU9G+w#LruU2x)JpGU z`StBvudxqCW?mEJ!yQMmJ1OK>obxc4@i7;nXqZv7A)pJv7~Iqy0~d=g;NHO`0{f?)~i7ws!zYl*a=&fGw8r z2C*}B_wCPlsdGc{5=6^s*$wt53hG5W56J*VmyH6sR|1@4|67f!2Dn9T};M+I&=l{W-<$%ej znKo8|EhMlM&C?p;7nua(fnw8e!XHl5pe-hxiWsNhd%y#KcDfD%wNO*^!ZUAP_}}f6(e(c&cebncQg(0>$NGn*VWYSgmzMR|&BPm@ z`yKsMk+k}mWum9X-+M)@S?ut3Vb~qoc{V^l<1!Y%qALHh<9W+`J;gHd}0vrVqKF7UVVtg++_mWSQA7EDU z_?bd=TGIV`RmZ|oll{M~RL}LNn7!j*j`5ehS?=(+Yj;Uq^lOA}>o}$9dl%2WE+Fy` zQYQGY&!aS+g7I&7zV~}AKuG27tmqgKnam<4_0AK?ORpiKFlyth09qTyjH5em%fQf) zY4SUy9Psd!J`Ys?*p}bLVX9oe*?Qx6x6Wr#k55Y!u4x9be>Rv4gtK7jl0ZZ~&S6I6 zNrk7U*LFa+%!?Ye7Zo1Ei@vr;aC?_pOqPg;DV1z!6guZwJF5byyO<)Ae*Rmd!utD^ z<~gR<44KaMOWfGuhi3ZEmBhbtP>6rTxow1SR%*l!cGJ-ZD;)l*xuyzTOo?T~ z^6@?d$e6F3+&T7p~7Up>#`GbMx~Xh>jaFE)$?Z1gcupD3&~cOzyfl^!YizoW*WC z2Yik``(*}J;7C6Imfx;+jBDiabfKusOljir;c1lc#ub!iedv_h#)nu`Wxty(@#Y|k zud_Qe#;dYJmioB;;?Zh%-y(7Hnxl@POp&O{WjBGjpTnNJ0%yd=7_ts2xEbV3&qVr3 zYTc%x8JUIMRH%C)@s*ikFIm%9BkZ<8NgXh+{EmAqMv~Jlih5kHGg<>bJ;`tL+d4DaaHC>uyB*`vu)WD+yX(L#&^qnyG}3 zEH@2U4gOR$=h@j=3Xc8nqkbuULSYE$SC5%vz3sH2wiPFoPJu5iLps`d z=e~x8d<$;2mw>VkIT_Zve%zI83;7(88p7x?7zR8!E`JLCE_C04BreQz%WsQSejXU| zHSL3my$J#_rVc=K4|PKP`4P0Q93WcT|Th4Q{edxSxqa`DPLH7P0 zwTlfujHXQfx!9nzc{g*~VU#Q?j90*S7}KFG!sF%3XRTd=8LLxGM`dH`p@7}7AumD( z?7T)vyP{OC@gY$G^lwhsSqACxu_7p~b!Cl&!tF`*ba&P)AuVubmKOQi5RLS9$&yZi z_=%{dCnbqul|Y;}-s)-fiekB47*e#mbQ0fFhuomqE2M!GL4jIlytOxnO&)o4Igte9C!r$k_t|Ku)<~ zr@QJivXLx}i18}(gsjI-p|ppc;k$<~qtC6-Y{txACF`n#Bp*H2a;woqA`_6U$x?9* zv_a3wGI6cvEI%pNIr27Eky8I)s6aX3$+&PZ#vR9uO=E1S#m|lRom=U4hQLAeB9EKV z-h;s~X=8Mlq~z#58^Z_ek1IGbosKb@K&h4oA()H;1-jZE)q^!WZ}|DPQ)5cL+E{J}nJ>mR$ga>{jfqLhboP}LKH&Gz+>-l! zv&D;SRte2(b=Pi$$4wzmWb9L=vHcXApabuN_rii;E)YJ^Hn(wvAtB@LS!MWzCbvxR zn3mCXnD*O$5fpwR8LP6g%#}z5FdOfXspV>^6?&#pD03hqZfFR5{O9!)SXs;j`&zi% zxKzon@+O7=h0Q@M&zIk_UL3Qok_Cn2kA4~5f*eI%fyDCg(Qvh=h+c{2s4hx(E`qJ5 zd;QXAu}F$LV)|hW2P8N5rcA@Wswd<^CTi*aUTCx{sIwq8p--N&<>?Oj`)!2i8HlU``! z%Hke~Pv8v9*HMX`-OeBb(c!Q<;hE$lV7l7s;zDJ;;E(n zl~5yMjgDLo(c5Q-X0)2XFX%jJ{R1^X%CVsFiR{C<4!HsIBh;rlqZ(%YxeP!FMlU47 zE8$dK&RfTGWv@kXgDjVOQH62;s*d+p2V@Zta%6^SPV5)y?OA(h4Awx@uZ)b33#7goYmE1jcD+kl1RUd#-L+Wew> zrtaGS$M5UBY+f7SpfEOPD4B4Tbb-kpGX^KJvxG)!@s%=hoR(a&1}xOOCP8u_WEs78pMNAF$$Io{cQO1D+bC zbNvB{f}QRnszxOxXP*ewr_-)YR5&)7LQRaD4$WxmxP8i)V7D+OGUyx7SuNsjW*mYh4m+wmr1#=9uSlh0QPO?WQ#%$A#os%WMm@cK)X}4&tSp^P7W_(uM(U z*?~KU$8VPW*SLIbqpeER^sFgZk8hsPA3yAyO^bifyRtn8lh&0@3^o%~xo*LAbUfgd zc`Rfkp3RxmHt~;QVx9I!rB}%G*y5&J*q;w;eP*97^!zzr<(Ppsa&1W-gUd0P&!f9L zuAe;QDIT=&Lb>u60o6n`pkaSAxF&M5BCmqTC%6|wkXr$?H)99ZjEZ%%EqE&)U4G!W z6skd8fBTI6wG+yu>QLX+>9X}&tAepKpy3MLYz6Sg5YXNc0Y}kL6eH){k9KwukTLBm zng~xl#dicx>%5rAu{?-`nAphvQp)s)hP!euk zJ!abb#Yc3WWTct};`h_ySj6@5JDidD$>qZyi(F+6N8dtZuc~ z-ylkAnxzsA4>HRtECbnu{e%gp8>UT9sZOCMgL6=>ayz>UiD@-}?z#YW1q z%w^TU01~-hm4ok(-S$;BLlgHacJ3qRwB7b3kS3$3?cB~7 zX>5T(nrXEHWk~L97J|7Ge5Y-yx;)zQnRy{98aMq;0>c_L1@dt#`#22Yk+rtD^Wm8-q)UOM-8NO7jj1HtY+LF->V}^c#D+7CJGpWmSv7odu9< zSbLIn&1b!+&kB5=76Yod$Y{0Tz|IzV0k)@;BSR2GLAK~_uz}e6O{8f)?aBm-ZfZF8TJY- z@#4Yu&=nTiz#I1e$QQ}+271n~aYX%s_-!Mk<=^!H(+h?klsO?pX*Br8%v=-P7Z%o0 zSLqjSr$Z(9Kb_-7Jhiz@|M zP&xh<$1K@0M_Y$;53XJJdVX`gDnACW@oLr0!bz`&zDmqL6xn7I1s4&3{c4~7NxNVD z&J^K70U&J6e~r-*iO(`Sdh$chzWi}&8E}G#SOj#hQG@Y2{yJxCd{x2xZSLyFaF@t! zyG_ohE`TdPKflc5TA8exwIs-^WvL|T`4P&!X9{gb{a$a$uA@C9==#h;NsS$vz8l)d zWY%U$BXkCjaC)NHE7z+At&YznYFa-zI@LT|(55u`@!inGG0XDLs`y*4komwz0g30a zdFl_0oNUY->gH-{qKXP=U_53U4l~UtYV8lfvdmsNxe!}^nFhUkE|gkpJ?xSZj)|cv zxV8NzFSymFtRcDdY#t3>Lro96KC}>IGwf|Qd@gRx;@d_s0^R3qICb0g(A?9^*{--b zGjMCU3?NJnhMn|9*8o|*PhyTlL_7;i&9;1{B&v_32WXHJ0@Bz#*8ZpE)u>90o6ENa z9f;jt#7iePM}@JQgQd+IUYPq*HnV`R$H+)Jz=y_vyk`I9$-%z6 zF6{xVjA(F{!Sq^Gw)!X0Z0FKo<7hAs7hasIY)X#aB)Zqyj-K zd`L>(3|`ax9!chfXB)3>e9iQ<(XxL#XfifnSf3uYN`AX+bPT;qWWz1B6|aAmVyYYT ze&76OP9!Djuo!dWGWfiBDQcZ8#O*AV#Z(SyLAX%4tO=ZI!=k%fEOwsza?AN!>;zv5 z5I+G~?e7b<!d?M7s&rkRWQP&B+n@c_6rF+zQzlyL#GeYYYa$+1s%R}qo zPWW2vdkPBedD2R$?WCXh^5#t`sP*ID65^;##)|a*RkiSWH_y$?Zl_%*5pJk-Mp46@ zEaT;Sj?#(~mhXSk&qY2vB3Wj9(Zeb*`KBncoim_Uttf8&;@x9Bsf`zR(Gb2A@VGc z$(0Isj~U}%2nXCfNd2O-?hmWVeBEWwRSxGW-8x>U`yQh?vIIowJzf78FPCSgEj-*? zfZweRr~|Oq`Dko*WB2KYK-N{;=L`Ye!Zm>gkU&8H1+w~_Fxkr`Yuf5Up>ZL+#6{M0 zAt+3OI_aaB%C)y~tVg?YJJ#Cr+FLLhMX#X>{3D z9_0Bo{t#2G=&tM%zU6`-j*-dGC;OLr^(0q_*KiavKB9_X3ZhrpBGeuvqA}zp(R?Mrwp> zEKFwlDCjyN7o)V@DWqo2iPuf0?YEHY+?UWf#ge^X)msW2{Ck2L8qU zMA6jZx5|eBFG(UB?O(VrZ4t!qx*}mOVWkJT`?UFMXL^X!aJ4oWX6bm#{|@_3ozCdv zr~R|j;Cd(roq+doCNbg0M{K<&aJaF6Qi|d1F4$vWYwq52Ewx`GZgnRyxYKMLAt-GB z!BY^Y?a0`68tU?OMxBp~hW*xlqvX7dV7ZRnnxy*Z^PkBL-lYvb5VwPqf=cX3mM7t} zqV!LHfcPIZrU^<6`fE~xbUDlSF;>^xXp<&0xzVThT)%auQkfs7&p<7QRR3J3D?xV; z6r+^^ffl59_Mi6nym*u!s&?^k=oi}i-h-+t%xh}Q7i#cplTOR_dDoBhuaRb+k*Ac(U7wjf~KYoa!EJ1$M0DSuKvcYU#ld21_ zK^Thq6Wsxc?TCsR$m$XHbscM;1){V5>Yk6hH{J(-2==Xp-F~q&UorL5!Z+Gu-P^5` zZ-h9HJwtC7&s_U`htA)HzDq;BkfPtZPpEmcP}Hli)FJ5=1Zk4O_RgEUo(S=3E=?Y0 z2uw(%Oyf^c?{0CNqauMfbF-3qCNg8NsWF(RrZdRdU=)B;QL5fW!$Cm4NNFuucbrNy z1qtu};fdg|$8N$|H(xY0BN5V!jkxwOJF5&f=Yp~5`Z>edxuZAn;he5pyVeHv+E(tM z<|qTrgG~c$+J)KA3VlpdkXg9zm#`zg(=XX`2EGouhzXP686SJr8yz(up_&H*ZLw2F zt^!?5M?aG$NF#@D-N!_sm>5Jf@(CcCZ8}udutM>~-&d>R>6h!q3ITD6h zTfz@iM{Bi*`%<2YUDK%Ta0wmt`!moDC&NXxE)TXY{yI+|x$5VJ*+wQ~R`P`@X|kHPNpc8EXW zF|l$f2C+x5e-3b_bGwCR{L*Bi%Ba&Qf^8S99g}|Na7y_lu3zt z)Sk4;@@|T?MtI*^B$s9Yajs?TD0T)*p+P|`zVR%euLW%J`346DEDFzqbtpP06e$?! z+?DB6N15as=r)B_`KZKhaEH(-QgBO9jMKRjsK#@O^+C1P&Qli_pRG>5VmCTzE$;Xo z-#n)sy{v);h;xm_|Jr{PoxV?r@t?u_p=r-XVJOPvWZ9FAF>6_qNFJvzbTFq02L zswv}&{A(p<{BDSVm6=70dIw#f`V_g4cSkr75yp_ib4XnVk!!Hu*EkkW&}F7sEr06`xGM$C3D=9d41*fN6wMXTR=Uc zA5uL(`U&>4LJr#K%RP?TcrU^FjuxWy6;Oyk5}utIAK!Q$FBajropmGa;Co5xMvTg0 z!laJI;P{c6G@|JOyzf7O7AhJ4&OdaTOd*ASVnF`3EDR-f=yq8nQ0}3Z*n6xQkD2qz zBmEuyncn@eah=mt`W5f*#`zzf$-JMn($KZ}T{Dw3H0=H4&eSi2sDqL6A)6#CV|2Qt z;sl}=3WxX~J52M)L#Ji$>t!5q1na4C03I+@yj+WUQ^KqAbEZC@e>H&-AL6y!M4BBJ z(a2w5y=+4NQvanCNkJa+FX{CU?T|_|kCx0Lt}HCWoe|lE4Kv4f$5PTJI>I9{IRbIZ=B{9vDz!+UnFTE=i|1MS3(30-WcRC&SPG^9Lq_!h1~ z_WjO4I54wZDXnG4)r9Zn9f{a!dj(AC5`gC-AAf41c-HsHN>{M#?p!Ia}~>CGZF}fh~sK!TB%ju5ul?s%woRw z2zxbNjFS-r(Yf`Z(y7jxoKD%23R8R2Mi-x9=?ZGnt1RO_hHAs;86zS!O=^ z*2iBh*0patF1!zqQbN7kj|A|vR^+wqttTS?+QmeG8aB5Agl7ks8XOoLw(jH71r}C* zYxkl7^#T7WJ;1JtH6I`^m2D;Y64TeoB7qU=qm~o0w)K>=8k3DRy1H$}LEkzj)j`g> zZTUgTIwzIE3Zwg`dMG#@*DyueLymrs^mt#O^caf#^e)%7l3xj}!Lj>w%9!ZeouQL# z0s#WsDSfZ^bl#R26h3=kWm{zJnkXEbab`Bp#B(3TAFq!cfGF}a{Pm+&IM)$Pqc>^O z-rdjwQ@m#!7txA$%by*Hp!#m(XzR!!L)&Am-jwPmhZ*;tJBcGI$Y(W5TMZ@9lv z3SV2VilGrhba7TvEQC}wDS*Uw6vg)5i^aQFe4)vRPI9Ame{*@4uv0!9{jl=u5w&VbsMcO5qT0`C1&+d@*>{0JOW z>N}2S>C-EfDTLPrmqPOFpj(jcTk}I_l9yqqq&D+YuS3)d!bORsBVI5w?&LWY!&w~N zXVOcZuOt>+K{+A0xD;{p%6-xsuoqP!R0zQ#duOX5N7T#s&0S`>!QlH7WkZlD#J!UyrslDw_p@%yjQzj*)<5tqGLWY?T# zli`T^DXRR+!c3nQJi#y0x8C6;$zS|+PR`KLj+h|0?xK-eo_`2*%GLhUHIyZ@?dgVx zGjn#SC6rtlyC=I?pj~qI7Yx=T_1(??F&L3uDq75hR%Dk1UBmz*9oe^)-E|!X*IEj( zb$fzbdx11|w9xpx__S(`L8wFFRB!!8KtT>v&pspfT)i1a!(;7SE%YCKtl7X^U$@y< z&@`k&>!=Xs3?Z`90D??H^_Qh=l~tVpm#^ma*S8VDMc;%<)bnRD>D`l4Khe_c0Np>nnDTG=&iu=Y+iTOK^7RcWJ&1{Yx?;Z|$B z2;E-%SsWSFyHrV^=-XMU<9%-uP>lDn+vocWrL9SVopDM0$zjYWtlS{qvqPH zXjF6}y%G{OnKZ9e<z6j>sXu27Pc@!Us4x8fUg!T^>p~ z=e&Q0Gxz)C6S;CGlH8!>-Xv`Hy0aICNp2?f4hwk$ngi*C`43K3yZkONkCo*~5IGdd z=eh2rC&A~AkXNE^sMZFel9TDgMV<8}13m?D+?nRKq#EOR?5equRXu!PUkFF_YjP8! z@sCpJ>4G;&FIc!rz<2X9+u36#Kfn3#;I1J;2$&%aC&<77hjkl7L42rf(_+7pAa$1E z>$s`#U~>Hn1^;o0*S(L$=;Dhlj0W7Dq#^Qw_*=FK;=) z-H6{agpB}mh|y6eGW7T3^Ft|2_WL2?DviA(pU8C^qc{E$`JYIlQ5aP7cHp_ys%|xL zKGFSmpU&oiaty~paLO#tX`fD2_J+AT9b&IGG8|@#c1;=xyD}1co!+|oMHej>hMz4? zRCmq>Aq)FlxM^YxHV}xjf?<5Vm~XG#E6KTB2!wVM9MN|%GQTA!{zVmnwCI~VD55o7 zk0_aGpm^avXtED4r_2&hWr~o7Ud;$77XSNUw=f)csOog5`caoE9lMfKowiAFj%3nx zlN$_GrT@p?PG%qNQNnIO$zfMQNVgI3yR6zuoa+-At@P}7osKg;9#zD-aWZj-)Z#hN zhcalXFY3E;mxUK}>_B_pd-6`1RSU{%TUL$NxkB~47am`pi=4bEk=bf4dv9OA6(3eV z`ML+r6msWmrO^g#qf$<(aInOSzXagO3(5N8=PqIoj4_BKEXO=!&h)4WBdC0 zX@p&3VOatt+1r_y){U9yp(A8MKgPf3EH}gm5Xj9)5 zIrvug4S7&O``0PScdNl<16rRvA#%d3yGgq9QRb9}613OC8(+dwnH6`i>TkPYx<-`b z=>;1iwVc#&m~j+~y1qkxeRO+hA>NXTn|JGtPCz){wz;JNJzLrA9diwzoCy|xm=OnN zE9Pry3HDXLj*^}M8kWRP;m#tkksy8>?84na@1Q>EY}`;cmWov3ibC-E&Lw6am92rs z621v+GflIl69V42IE{6k$L;m~S_w4+UA_uv|JfPxGPi3e`kfO$Q1<`r-#zAghVmP^ zv*qa_>0cO|0SYGQcSK*=Uy}wtkTW{{)H|g?wTTL zhPwT#l0H-*S(?yxi zUG)A16C#w`^NK`q>_M}YkgFOWPAC!ktt@{JLMJ3$M6}NIPI-NC_AEspH=OYYSr6y( z6J&b$Rt7&LpO+4kiV{!bzKkFtWud5`n^ctl7(GvgBb71-=DU3EpC$mKXSe-OI`FB# znIe2cCI2KU^cs7Zb_6=;1J{hF{Aj#ePJ!|p@xh!+LE&J-x*_>@C%yslaXU;Q0dSt# zedzBS(7q_BvOa8ZOc?wrq5K!pp&-qeARFcQ79no*K0KKFmkm48^n<_;D~Pr z!5u2!?E@(>qqmPEHsZ#d?0Fj)m^lV1>t}z5UcL8{GsX(=qkvas?A^9q7v0x=rt0JK z@f=M`@)XiaD~o!VJSwNGB_6w4aN?b_JaL(P z6cxUR+@cVo*RNleo^t0~oE(i1udl;L6oYheD^O^xUolOHMD*3-Y#kwYAr1Fdu-}wQ z)>M<(*&FxUI(?0UekrAT`JRtM3w6#_?RDJP9f=8_Njsjg+<5)0)pAjL>T)&_lbrXX zzoPR!IS?wQ9-DAy`XA0R+NxuvE)#YI|65kt!HrR1ZY-7i+&oP+N90Fnm}i$FhmdB& z0*A<>1AQ`nZl=TJ2u6~*$cTh6@Rhq9=hI`Sl0?rmJEH3k$@}~(4c9vQ>W~x8xByw{ z)o9VlAdubzK;~(LUt?M2>#Axr#|-n{#7Ssi`{Bg7%0cj2G5&`6&iO$gh5$H6UYG~A z1=7j+UGcxUb9OVJ{YGBSf|$P8tO`-QXj{643`{M*T-Sa6o*=ebnV_~=mwWJimxKPY z4|@J`*N9Kdjj3=lRMhk5pxMT+^qK+Zl=X{~`bst#iFg1NTD<;})UDJ_yxga*b;b;r z4IU1l^C>Bv(S1H8HT#qe9db|dXTM;WY6c2KWMU=TpRujw{TxCEQpnO;4l7NVJlD`t zuM{-|`fTdItA9ei<70>Mu|rP#N^b#)Y7uyh2>WN92LFE)tRX`3F9pl zyUEPxg0QZZBLwsHf9#E()@@9LjLkCX7W|EX zF|m^mZ9iU%d|kCDJA?;VD#pd!Wl|6i<|DNi>rnB%Bs-zI$NR#*vR;GClB$D~!ho*m zNx+0N^y$LCpd*ul0z|aeCn(%jNS%xSBft?NL@_~kw4T)3`h4H~xE8l3K` zt!w|GjrP4omR6pAoUAETkrb}eSP1|<4mp=w_>3F;b!aSyAAcDH9lOL0&H0)KN!CU~ z6zPs~OAZa&w!MD#;@79gmUa+|CeI`!8rV5`?7#dk|1hfHV2|!x$Ea%<*ioMk1slj* zw>@ctCy&?;iZl?<;ViEkC%)VUMmK~@6os-Ml@c6}mNSW0bT5aNJG;+bpsQuMkH%$P z$y>)Z5Q}dqZ3a1^7LjYCEgn%AgD?NGElAe~^lXL%ih_zmngY^lNnu8)#qYII@S*tu z*3~hPV^#&t|AGCcqKPt@s^@>(S_Sd&>)ceb7fwG5Qmo_VG$S>~5I?}59&Quual7mV zd137Kb&sCrEBu<|XbB&~_Ei;)esiv!Kj{4!ESFXRJFPsI3T#Lub6!%ASB6`sk53jo zA^PLGI(pjcgJ=By5rkc}juLr@aRZaFgmJ1V!(tM7He=~i;Ld-614A&dm?OHb)(qoJ zE5;?4^fLF0Vh0akAclMRes$sv56$$KHn#l5xg`ZRatAOupKIhtU zZQq^w+D{_`8I8;P^RlHoUQ9uAw@fgWZFJ`=I1vtnc*@n10*=GCdBD@62RG3b-i%PC zbdO0_fvin7ZO9A=|8jO4WDVKtNuA#TNo(9tCKQNlDV>x+CnpO1H^x0!v-{sSbgo=M z#LBCW-lmWAd@-RTjVap~eOTx)!w*q#{7_O?UVPj6aRXEJm0?d?$5>tZZ9Sf9<@<>) z>+J0m&8$xqu)(5`&E^beubJ^TE{$KO&EWWxrXKpbsSSi-GX(|N^9c3EmkOK#n{0-cOZ29?k# zxEQl{YFN0vcWO*H>&H}99C^UHT7Z*4^oL!`bj!AF3Qn6H%jOSIiq($x?#_1fRb6%E z7JhmmRv%%(pCwZAU&`%)TgK??bg8Zxn#350p`_=XnCR`bD15M&78#V38@D6# z{s+faV@ScI4lgg!zu}%2^{;`csG>T99})_V!D5Lco!U87ReO4u5gjt^PP)3sK0iio zT;Oh8$!O4$f6&wbEh|hG%KhXx%I$3ccYtJhA`k&u-)uZX-V~#emRbEn$z}yH?J!!q z9OX@hgU8peezmw_xxFJE^m$$Q?!~i6zJO7&1Eqj?i|sJN$rX}~C|(MRfNLRglCP_C zw2t?qt}1eJhkp$I7#XJ~$dg2;N%0|sO8&`e;DOvp&bb(N=6YV3o?;2_EBgDyD{$e% zp+LvLTvwrj#Lnk=9Zzi1lpFsB zB&Qc&gERh{F9JNd#avI{+?yC_5{z^d^9{_+Vb`P<#{FNU$z3YH z!=|K}<70XW(8vMO1Om=fs&<+=FINX>>pBOP;4VXlb(P?dwPN1smj?mgv)TK4UIKpn z=WA=r3HG!MgBe8_zxR5;uhU(wd=LQ4VL$H4a9D_!GqkmXhEMZav70;w5R!di|9JA? zJ^elHyRDDg@Jm(ab(gzoL!YsqetvGp%c2P!q;%{dObqovdkEOY4{qhnyY9w&m3d@(Q+Wt*r>Uat-TyayflBMj7ay@;sFr5)E7s83!I$kT zupyRhf15VFI$C9#NPg;?gaK!EI2Z$O-NlTO#$`Sis8)o0eEkaU9M<<5g;h-W1qPaW;4_?55Y+VAtW$!vD; zS}!it3Pi6Z5q?B?w+{>-9dq&O>Lh^&uwmrM0h0?H_D#3c#UE(}u>wQ}JDP7SK}wW+ z!NNkXJ!z;Z)||D%qd;D~GMp$*Hln=*x5OB|v0*+{3ev8ur@8-*m)6Cl=B=KcfrLFE z^qa2i$eH2@FX>UBh2;Iz%A${t_q8d3mQ86CjvtW0!O@ui&1e{{t3_v_AW_-ZT=53i zTcxp<*2~K9#L&~}EG8d0;&C@8YD;&1k{V6q-?Fz%uyaYaOx%3_$sTm zZ9)^n(&SlQmWd31R8qh%FrQ{CdT^(+&Z8HNXQyp>z9%de6ZON6XR6>WoI^*VaU7wY>BCmK zY44~$#%<%Ap+0M>sOJ6MBj&e%qru7bnH|QsI^S!FPF0?cjgC1wD5Nj&i=+f13;^VP zF}K%Ko&X5*-}?IPg#$MA$(uJ2qJ#aPc%-$Jlit?LqkhlMYwwVRpAfP4 zjua1mS69Q>ynYWhQSPd(UL{;+HJ{5!2U(VA@7uomS?Zw9YTFHE-rWU!&+ zQ5D=M5v!?uewbD%XJq*F*X6faY#XucmKC(9yn6MDh}HkGKpO<7mi$DsWQ>X&V)@@v zg1<8|#mq803X?O`BX@Ei{nyr115gaHU5lP^pxYh97{R6v*Tk$7Rk4P<(m4EYrv%Ir z`SGK)Vaq)~1G(wx)m&Qa@{ub!4uAVr9}+gn)Z*H@v>nh0jJ zAx$&Pv(w7C+MmdS{u5T18>doe!15MEV`%Q$y>Cz&lbP!eP_rSv;ZhZhQI!4@G=>e! z9;mABCx2U!4s}c&kdI!LLYwH^{YamrL=C_I7;HN3b2D0eqq};c;x%7xfA15q!oL=P8kE;{9 zV7@qN*)aj1d?}!t)?3m8)LjI45v*I2_;NtyKt`FDxGp7!1zlq-6auYJKFH03K5rdN)T z*ev-&}0w4FM-e}W4Zy&YcKS@n2;!!gTJdO%%MK> z)K$xd6hV(Vqk=8Y7j4`8%`2VJ4icO7FbgiS`As~Bsu$nd+GmV2suScZhQs)ST?W-g zkDH_I9=>4Ip%7O)@aFni0wa$eZ9E48g6`RUD~irpuJw;0`p$H6Dbqtg7s+f_JP*2; zr9WiVekpe6NZPmj(_;#`QAN3Pf@$r@{K(1vMR413%cMpivQe^0CS)|1>@8HNZvk_; z_DO)$U6I_~`ON5YC=f4)%@G)-H0wJtV^F-J()h4I4>;&>xzc9!96TN&gINxyU2tA_Qy}S4sN^!tn+CwMj5T0 zy~z|C#LT=N_%bkUo7zdSyEEI!tx3NL?#0SgieM_g=;BXSuh4Nch%I{YVE&_RcR?Md z)}}&x)@y1J&GDAe9T9cf1#t(RPsI{FVAI130j<8W7C|m952anixB|&ZLqohmVm!;1 zvepZd>b^b5nH%1>$b((5HpT;dZ-RGswdXXHfYKh1$`k`FLY~uZ(_z(D$Y88nh5CEG zYfnHtGEdBwm%d0^;Mo20UG^SNm31tIi@qeh-X_E=^Cv0!ydpljs;@G_l()RZVkGZEc$9Y#B_>UfY?=Wv@=vHIzckh-{#%&`G=JlP0q-ttlFlYQRY~rAd2((e2Sx8(|MO;*o3=p;h$dX5lK9Dao`O^1er2)yyRr*CjMdHT zMPTha_x1{pv>$R)D@dqPjgL|x^X^g!Dqo3Y`}Zz4+h)seiNY}YL@5wtp@Y*DQe;-6x1DA`m=|x0&h$3Cn1;T^)jhpJZ=a~3pn|xW4lA>f zDsJ*J*WzLDyGo_`i%5XZ(_o8XaKxjS;RPKeFG(KSQq(6fL&3 z{F^H0Dm&aS%R+ntxo3uI|FHkW4~`ds!Fkb_)}XcS!}YEJnbl9ngv9;Y_|k)j->y1- z2LVm+DGK~QV{hILIqSILo_k|E7*Hb9W;HzM);} zJ<}~TrG};k?q=4OA4{{hn1}vr14EdHghah3qyT`&K7t~3S&3fxwP|6Bo_iU86i&{j zCr?EF*o^)&gQMNwEX48KR7%$illl*OZ>%tew2t#MoVCu5m~l%eHDDXSt}PCNwyw~JO0_giB}$Ogp-qVMs0_Y`_pUpQPI+Jebj_}y*r7M? zgAvcnB(`cCsZs7?L@yzoOx#BTfjDiWjY~=sII z2lvA}QJ}8Y8kwGuA=t#O2;I*)kz&E;?*I-g%U{^P$Om&w)cu_c({kgcs;5~EyCK@aU%H`*eaN4XfYOV8#|j(zy|V13kYeV6)NYW*Q-LNyvH3FbLT_Bf96=JUb~=OI6X!H52UI9^LGPeZ?dQmINWE6q3P|q#BX04$Eu=3tJdFp zv1f20-sg$1Z}Swo?^+#n=QsAsU^R42fb~;`Ccy9DsDNZmRL-CBhEv@MvEGr>YJBfu z{{7qSOv7Rfrq#HA0t$l^|L2!C0nc40=BpWz^{S84Kw@)Zx{FQ-sJ&` z3zpbr=sf=C87BYhnfG!-c@~5w>MWm{x+J*dI zHfrPu9J05IBMDaQ0En06zbDQDN=w+&F|Kr%OFJ=P&DnjMv+t9GC;puP(4_vk9cLLX zvbG2Dk%xjuJ~{huEp~h?ng`2s@vo5Rp1|I~nZS{NHm+Ku@|=>h@|sG*rr9%W@&5;y zKxeI01dXceeLhS{}*ie2O`(mM330{ z9unShBqXI~y7u{-k!8y5eCmP(K9J}4r~d2<6t-uW!x4K$uY1$m-u2!AiY6gZEjwed zTN&0W4T{@_iVkMh8{x+jI1l@O934sFBV`HP+L^bjGMwh~X|2$&Vm+sXg{SG~Z1uWt zAd|rmV)nUyUXLgztTYsVos%#8*o63TUJ*%=_D*38AS}P+js8wC5sSv; ze|-Sqdj3)vd;1kLWreN)qrw6rG!hn8Y~BfOmAlK zADX=3Yft~~b{7#?rAAa$WocVxSts>}kVtm`S}a()Dy%dZK`PLC-uG9@z$Cy_w_ zpYmNcRp4kFIF?)uH8mM|^^#Mq8k43vQm#o}j{%K1U?T6Jk6G2L-yk@UDnE%weDc}_ zF{Cc(D%+S@yeV^vO@3!_76U}?RxOz4%AA4vs82n6<2>}`7gFO8*1N2rp-1&6;126C zl}S3FY4wGUSSg|bp96cMHM9I25!h6wWZ~GH+RHjkGa4`?KQKfA6!X$4?ZT(nbZ=yX(N4 zyX;Zz>1x!oGxZoU1zYg*1sGM%-U0gp=O_ZlfjEU=vKCes)@x-&dFT(~t`Ki8 zbfsSMrnQp?H+iMWm)T=Ass+a#1zMdc%dMR#GeipHF&^NY)kChA`!c(Y9FLzWL9s|8 zrQ^<}+scS0JwgIEHHvbdOvgXMr89n_YZ}Q}l zr;q*1-qbm-uKGaE)1dIP7gE?M^ooH^K`?LRRureS&)ym0 ztl;UAVkih}dQZiv`mhu}4le}j0gn|56pVrw7&y7$KMXN-vM+4@k^u3mf<_{YG?K5G zpkHU&L7(@2iV;}+63Kp6vCTjB>IoP2ZQ=@!7cjjDjbHMG#H`cyMl8yTg)#<^3ac~&DagSVKff>9JrV*;@#Lq}lg|vK zSyakG7B>UjSD|E7Dbgb6_p?h+{`}MXP0YidHlMw4dYThvf9~tzc?O?tv2FCAUS--e zS^FjL*=DYalB&spLZL!clu{mrLZMKoqQp4W@G976?Re~CC5bm`MN3wHA{h#*)2vi$ zcK;nx4;xN6^?~>a4XvKED$?3SqtR$I8jUtx@zb0#yXni^ae)JkR&Ng6WZ3Ke|)UNg(tiTilS(NL#lk}mnzkzR2ftn7TLzYpa|b><>OWL`?goZdhH)oU$DC4 z6`nr|N_tl9!o-`k@`IOQo0p(mfa!-HCcdz%5T>+DRhc$143pL5z%UFeaLB@j<+Cy} z-C!7onH`!b7DM`n=<5G|p&N$put8BGqL~pDWm&AU3t}gt zq82T-nki-jQ=EB)4x%EW$7FeVb7xT?2!hXGpS=^ZkY~tdeVlS!LS(TZn5h)iCmt!Z z#ygUW@PB`E&x-%!vv9bhG`@o{nM)_`T13TtWLK-mkS55TPW8f&koJrd@*znBU@BJ+ zG+uF>m%>BwyfG>a>4<{UD0U$ zVi(GbCod@0a6q_A=bka@1h=(_r)bDaPZ>c%3Oj|Uj39_fb-1A9gdm7yCg4C2i3Ea_ z(+)(kzi_^H;;(ml2Yi#;1*ddE{C@0+#SPsIHY3MYU2)hMoxe)a9goQ&-=FQ0d)g_t zZZj023k^HymfW*;%{#S^$vOA3>3kg`erpVGxXLh^ zZ#+vJRHv9u-Rab+Oh%l>(|@wq(p=_u@{dC3e4(_VKb*wM@(Cp%<>o-vGM2r!k>3wt+Qz$}rL zny4ki@c3UF>r^XL#JZVpCb&a&xFa4fI!xvw-p!nY4*NhStAc8gsBbgWk9B4f87FFL zYO7n(MLnq$WOOVDr%E`H;RNE$RoMlxi^Jh?;VQ|+0nMC37lKPVS9GM9wRl2NU5Ax0 ztD5|9&1f=luHJS8-kWiD;Bay?F4~=Na}>~|sivUjk~j3ls@RDp%_>7dI|U_u#KhZ& z8~)Qdj=IWShw4QTDGF4mHt8JG+z25E3Thf;dZL+A=zt*o&XGxO2r!3A zX?gF4iwZF*5~<#&V9+tf1gwFo4%`hl>%w7_QFwGGo(ef22pa5eRfy141R_LGI>Imr z1OkCTCrND5ekjJ3`NQ5FGKg$q}TV{itbKBi*@G8wivs*8Csc)pzKYYUx zx9*DL@xdye+70jWifYG)hKuxJhr~oVwnrTfRJK^*0{uArAG!V3?;XIHuCKb*(I-EL4`S zJcrDJ*bR|PCPy}^$dgyH<(v$%0czC;AR)k1O8e{`V3r!xrw%(23u~fSSy^VQ?1GXT zsM!o#%m_PK3u~6`BlD;XtgOTz9`J4TIWox&0p?ICE$`iMQ6VNpBGvm84El_ih#g6# zi}-fc%{u8&9qx$7cM~Ra>B`*zE4z>Ea1|*TRbY=Q@KaGym8=gvt4@&GrSY(!zx>uk{qafAj(EJlC#N|R+HmWSg9%=-yf{WxMt@O=ACKv~C_vmq zys_x)7>wc_{56a5j{Ls~w=0*BdIZkwrnOz;b{tg5`TuI+cg%ip>w~%gU6+E>(syx*R1+v0$t7Rh`jeA7wTbnO0g#_KusTz-}MQ}2Rt?QbTn8}iSxT~ z-*d%;Etiem)N6VS_#=hF)82p8|Id*y{5=x7>Me&g-gEgwj`JJ32R+OaI>_N_7Lz@k zehVs}+qx8sh=pSLVu5%*kzEiwiDLv7&!%Ubi_Oi(2NyVCSi3%85+Zg=fPw0Y*m9j#K9El542+RA|lFTu+>y zCU?#){ey&r9F6*cU*yWKaxba;A^hwoU|LNX`gc;i^62C0nV#)X*5D}|zWo~}RL_~9px(BT6uowV< zz$r`CQP=?h5L6W12^Ut1T~vyiMk%;GfloLPr`K?LV=g*>jlZJL8DNm=eb$Z#1L;(8 zu*LDaom?N(j$KhHws0KTdUlmA@$)y5Z?Qu(*E`b+1KP^nv~Zc*KWx|h6JYTjqOZO)Eu8uU2Qdmk_f0j3Z;CBV>J)Ta*fh#2OkE2El>ESb5PT~Klp#mH#U zOsknpHcXkBSLndVgsf~B$=ncN4wcdidpBIfERhJBi%Qw>xDodnuM<=WcNg7Ee240A zM?AiRFqumy?gAK@eG*-*l2Ae?X*%gHPEB;08<{0>v(K(%ggUgxzwnP~zncm=gS+=f z*M9MRVxGb(2)+7R&^Cl4DvSnVMKLUT74g&J&)-vMJo|S#^BrXI9ZiV;3pbb|Xu2+r z?JK{1s;zMIN7mz??0$#Dbk|keo-+@+vp17^*Odp?!*uJHx`*@{59(`jSoqy|Xor3g z@SV-+duUB<-%9BCeu2rbaqu#v!f!$O^PPA8IT~X)b8i5noTV7_*3J2E&0X{j^JxbH z#7+q?G#7;p0ih=#NC5!Q7umK6xsg+-kfI2@+XR(dEl@BVwzM3dFdJ%8-~unuJQ|7Y7tD4Siki5arRz+o3Uy5d~e^uc9%>;KRh zT;{L~B>LZ82ImHIOqTs$l$!?%1r6gQDy2R4?zy6;e`#k<)`*6!i@%>KD8-Nei&(X_ z*vAP7QN zQD<)@K>P1ItzX1_NeIkW-l0;@eSS(ipNnc@ zAQ25)PwUAgS2D=WAi25V(NuOAQAL3kwr7vs@@u1e)UFRJiEi>c?y>Ec*R6 z!$kR|R@LQ~T9n`Q5b6O;iCv%Cw|y9I9s?O_G~A?WaCAdHea?JaA*rx8B9R28NdO2n z8~^}z07$V9g``~}nFQF$!@=|PQ%~3!&tZkZU@$alaxfS+aur_NL4L);U@#aOfz?0|1VO{toDyJQ zs+a4;4q&_}pkOqz;zd||hbKl18Wg!I=n~<2yiNuv-M zs!Z0jMM76X-2Vu=iu>-?OW52Z(@{q|jTEN;DQ4R|o3q{aWC`R1({4LeY#tt3u zD!nv^G~{550}qa0d6pF&^6Q}z6w9ljDRFcmar%Hr4?Tm5{UjWNJ08rl3ck8j9Q~+z zG>_N^{!*xRpHmVD&#N%_VftPIj8^c_20J{|BU_T-oozML*)`fAZXo}V}aFF_qFjdj~MHM9^GR z%0h0k0~jw7C>RY_ywI27SE*etb=wDouL=qx1O@pKlqZy|t4| zV~bz*`=#M~`ZVmXzHowq*qQh@GLL_e?JZrF!JH!(;nXy{^FD7Tt^fc4K)`?j03d*X zLl|;ate;G!9TKiR&2b=hN+70yj}LI73Ol+F6$u?tb9L8KOyxqwf;z#t?v z%`uT;*T6S84pAvB@7-`wp`AHdBO10YrsoTOK*SoaWvYa`+iWJ@p(7*;kLtjSB-fcr zCwZC&gneXJKPksdR#TO#TC;~}DwRropj4$&e_4O^cSSxC=FOWoZ(e#y=vBkPix)4w zX95o1yyHC$=CyvGbnw>eLOh$?jrX1sfA6czci=^)Ie$3~uuLEHMMpPGAI9nH>fT$6 z&dS2;!VCH8z5ZL@`oHAOQm1{^ZsAc-h*|2B>qr>|vr|+I;OFHFxgU}n0!*cz`~0-y z^OC_p!aCM3PRn3HtdJM1LvnM$E2ylXG=YsxTMY*r8ylg(Auko)SQK=jB$vQO_;#m> zYgxjutzj4sY#=MMnDUsR6vx>{!;{kNgxvzBp2Rj2>ZsX?gM-3Bp{UewP$(2ifrEp> zp`wr*2Zds{^W>FK8P+*+IZjQppX%GKf6vs{LkNP<5jvetr_%}8PCP!V5H#Qy?AZWa!gHzx z6b1kQ0BCU+7tjMFw;{Rs-+Q}~R7L!kf)IiP?-3mi){#G9*kP$&Rh!MFfVLIyx|hQ=kn){!$IW_a;Rs=KsO2G{I#KuVhB(k0HAS_8>Owtb;C;taEb&yJYKB^tb0)jJf%6{60te@bxfBxnQoe#_UPumaRrcVd0 z_Bk=gZz8AR$NwWZrpu$3ENk)j7cEQEAHpq-U$!ib9CSTU{k_wXiZ^=vi2E9dT|%Ncvc~3z{g;U7lG5OJ|}p`@##9RMBdseT&sI< zV%>4kO3_dGD^m3FyY2Ru{{LsfqTxeZMsYG1QJnszisOy>%=;0K^Y`cWq6yWpE+O{n zr_ymx)}qC&UY0XxN%7GbyJJ#w?;9TJkWf%W7F8*d5*q;q(tJFeme&y!8Yh6-f6QATCJ9&@aQhORFQYng|?>or&g5J20B~y zsYuuOm#+GM8DO*emu45mn$;dV&W{R2L_`*~TCG;AuTV}qENYu^42lS*Yxanzn z95^~R9-*WjQ;OaC!_qb%m9WKxQ)r5!26y&(!sW%Oq-r4{_ZS22@+a8dq`hT($wg5V zl%n3E7Qm;Hst=t~45E5}!!hFc;Tv&0ZLKEm^*u_?>)l9vZZfdvYz3NxL zRp(AP8LzoN;$Cc?)mT_@SGjRG8FsO?G~AOdu|5BIn;HxnL&>7aEpI2o^2FxdLK=Kt-P|3;d_@a<}Px9i{9JWF5xj*~?c!K8nj z|4r<=rA?~Ie0-d8Hg}kWgZI&S_92z+9}W?XO3Fj$ZU-J{8l!E=KgJKh3ft@si4Rr- zp2m9Gi})p4@ST!(leby7=l^k#(K#Nx-K*6WM@@K)^Rx?)=7(P}o#f73{R(W|!@%f= z9G7TavLb5j^z;;mvuM1dwL0fMJL}zTr3bv-@bH2MdU%$eq1*_7r7uda{YAd_Sh|?x zxj4b@v_!vxzr~>-M3P4(-DgUL;qjw-5)?!@lnRWenax#41K?#Zs69(X^2Sl2i%xc| z8-N8i1_@-u=cM>KRY!SSfD!qI8S_AnWdmHKOmLpd!}p)n+ql^gp-})JM}iu*f6E{K zFlVA>75cpzYb)B#BS9dkS210T+!|voI%+9`rmP0U4WEcD#Z!Y?N{|pZv@^aFF9!Zw zY^6~}XLnH@HJVq38UQ((tZ^B`kS85bFE9cL08E7vRGpVNswO<|ZSM%~y;CNPKM22w z-yGZve;Ak>gqUCq%h^-m#y#}RR3IMlh?n6|jm1()C(lV>p+M!^A!%?3rbe4cwNu&u zCVWlCr-jp~?S(AFFU&F6Km6s<@i|rc_Cs~p^0(0!jxQcT+x99Ag*|7lG!0BCGDVw5 z4UvzYTwQ=`Tx?o0cSDA&(NwcB$hTwcmSSG5#33N+f|``{P@ss`=g$RDo#@EJ+CD(; z1_=k6i!VI;B_933N&K66{qaO{;Tg|4em&SH+|(D7!YRCZWf#s#$cS*ib*}vR;PZ`h z|Id5=`>Nsq{>Fq7QSZ6MYQ1^n`;3{`5WnJ` zqrVRlKGTqV{@r)VHeNFdOU%=~j(>i?e{**V)g<`nX(<%ajrGji!eH=lw+1Wqq=tXN z@u9t84GXWY?h5#LOyg#PWa*>y`3lGn@6t?v%wO;!zovphTYA&SS)*S({!xqrKPI>@ znuzWmhZqbm&bMjffAO{h{R#Yif5`9Wi(te+Uj*@x-}Q0vlIs790BZ%?yxt_Efto;T z80)#S?_Ra&m&SQ*K$EbScG&M?xaU*I1oNT2n35zs@xs|;Giv>b;ilzu%Z=s`(EimQx0b=;G}M3LKDpyp|JwHsKzp{kntS}c zez7m6`-}f$N;7iZ7+Qfq6-lQdhB5iU`!IMeZ1uO#tUsR?S%`uG!yVpIZJOpB z(}+g&KbTbg(Eax)qFtxH!};f$Uo+h%Kij-S%`f4<@?Yj3Jx$`n-(mROW^F-aWq;l}T)uU?ZYOL$O z7lY^DlXd=DE)1HZN8&j1GK~M4H?3c+Z(y*UP-pcO?sZs_Q6(9>dqy|b^~YrlJ_Qx$ zA2lUPFh&z76j9NcrLY};7$$UYKl;!^iF#M_pv*uIUqa6&z$d04Bcs1WHsvP<}yyK|@aX3c5bYjf)P?%fu}ZKzm&Q`-KU$lMIBte=fap5a`kh$p(fAFk z4l9o{P4lluj`86w+);X~YeJ5i{2Gzn_{Xq8EeW|ml#JZu%ALoHL>(_52=eI9C3T{! zxi|O2RIJr9=PmXwPNgI>H8se|98_{`yLF*expT>%B83Ke>`rDXlb>i_Wz9j)UM${J znY^kt`~i-XlNwgx-<<(G9d7oR;c``Af;a-KcJ_>F_B8?ltKUviHa_oHAoq0f$(|Folo;Ge6vT;B|jl$Dxzd{Nk%Mr$r!*kiJj) zDkW}G{XA6kRg}lQX6^sWt&=ZD#{0hp?=<=f{2z8+k$=x~{*rgRv^E zPOqJP6Eoe%*W}}9{qk%}^LkVbK15^1&`Hl+SnSQt$Jp%6yw=#?T2zr^uA+ZOM0VZE zJ6brr9lG{n^f26X+#&58?e}fV;4W*|RZs|Z3PXmSYo`4kFciGDaQ`Zhmk`w-LT6JKVdXb%*a z=bKz@axIf`JTvs#I9?jL@_#&B-ujQvAiSf`@%C~Nl`mpi6uEM78*l3=5-A{O?%t7O zd>c$jJm<)s&`N{Sjq=B{@8@gW2Tnl0@SWY=h^Ihv-2#AA^oZb<1(7XgZ*>!l0XnaU zOJ&bVuyp;v#~dtSxJoe&(qnFk@sNzG>b+nYXPrhpu&{}7Zq|&O^c>_TuTAn2v#88S z@g=lFL%*c-(=eVa{jW(;=D}~5IK=MGn-2DO;kTFh_O7$(-kuBJQGfo8X#Yr$0EU$V z^lamml9$Va8!^;7v~^UQP#HEau;!;n(w zJJ8?0s66n?jTgF$Vkm9RmcKErRn&jSnKO)fT_w1vg{FGi7Z#px)P2>^-xP(JG10vJ zkE%v1EU}`KUck9N zI;~m#>E;EA@HN4s6$hA)+R?yBkie$EU=$6`C>gzGoR!F>U~jO$yC;mA#Z;SoP)loi7(e?~QO)hQwUF7;QhL3~Z}bv@RovtljOMH003# zInIP(WJwAxr`vCwz$P81tQY7=!NN*7PG8S-^KmML;Q^US2d6CF2=exX;EneeSQ30a z-G_xCQs%nXtZoG)k%X>v!ku4VdHtYsUXO22_*M9W*?iDljyTLESl+R4{1~Y&Jt<%c zykD_)Z{fp#_zzCY2Or~^E(i=9%+puD!Ghqz5F#;Rd6I^2w?Vn^hYuQ&3+`ylBh8LS zm4Q3J72J=XDjK$7@ERQdkYho}rm3H|eaFY6UV1)l3AR3UrjR312eHO){BFj2$7A)e zaIKuAk4cE5>8~e|#*vMbjC5>sOQvk=MOsQs2@0XKZons|`uY2ehaTTM2SDOgfxeJ~ z?BSOhM66lDl_7{fv{ zXkU)54f{m=2x#716`b6hg=7GWF`sKXErEGMo(= z@;Fs)O{MI%@suG>A_cwxD&)ZsoF+_2#PEC*OKjah?0Fg!kf2|T`%|3CzZjEzlz>=x za1?uFq=XZYuO148v=q@AxUP%fr7PdI#ZKKDrDrWHvzkrRTdjz8V>CBq%w{&VJ|;N@ zB|TJ!k7B@}S4-o(+4w!JBNZDCTw6EfC)Y^EmAM~5;Y2$QZm7ySlPp2coLjP#Ce@DR z>l%!-yEaY4pGjZ?!i}j5(dp{ad0D+C|DoqXVnqP&c)W{4_t1Pa&+q|6OW$!IAs}P^ zJ>p6<3(b7Vk#iLTwV!qeAnD*ZfyIT{@idQCDy5^9_9M@&(%gS}*AIY_n!bU4}6 z20J+N$3Sw)fcH3vqMp(6iXa91)#Z*Ri%dbG$pqEWC5pXP=jvH!?EQ&?qIE=5`1ttCdl(vM4_9E zgI*iz$j_2P4`JqrjO;BmoMJ7-&GZO`8VaNei3*&da6VuziFbZYtYvN<^o z8sfS+x^B^8{<<4xr?aIH`69|Cuw2XeI>D)&3l~AWS_$1n^5v>r>>8hjooLOMOsA2S zo#U{6vfbc!Vv>5V+TUk9WDU6FSb|*$gk+QSP8M2{kWhB-^u6!teNQSqz0v_3&)*ln z7cYwDynwc_M~fK9jxsmF%GAwu8C7vsXj}X<%^0XFT8X;xvyN~&OqaYPR5!)KX3#(T zXI8S}xje+Z@rmfm0F}!_$jrpRbx6l}Kk)Vd%8CG7x2Z5TX;@!IK!3kmRSQrOTz4A$ zgawZA`6QyP?~~U(!gCb;9qiAz|6gB&d6xYCFR|L~44>SOW>OqmvXPOf{x-(%Ck&pd zKWB{o2osd=nfUJUScUvcM>;?)L%m`!uKH4919bcyh35~spij|k*f&%Bu}%)pIP9BK zEn9g~*o z%ktqR#Cj~q(`1WwJ#ClItHbRGXVdN(+7(DsucNp?DXFRc(MVs9z5JKGsDY1#fl3Kl zE)z8Y`k>PhNefU5=4*K9A3Z9~$Tb4IKCx$He%`T;2XfcUbMTK zM2ske99Q2GYa7+2?U7{Z-qn80MtlR{BgTHyiks&T^@C?=`BB&j#r39tPJu`=Cd1CL zi`DY%bmvcWc#<)*QtqX_J#`4;~1ai$}Jt0Zw#v zp+8L7F9M8vKfo1_KzzJMri4`Rg<}ynZtE&YWmOD!f-px`z9cxLslf1SJYPQLrEYxWf|rJ20(@P08HB#IpoG=)|{o2pJ<{{jlj;_Wb-1Ghcz)d5DZ(kK0dGz zn9!D34yA@O(RtM1mDs|31x$Rw-^aI;k3g<}N6VS=84;W!3+G>e&;Wul|e%-p*-vytY8P4EHy#I5%K?oqU7|PID79jlFh5 zIHteeyG{PadnsUE_zAcb1H8y9KMTLckB0a6N9W=jb2-mJ+!y?+z5-Pv0dP;%zu&*> z`^!0{??#}!^Ikj2JDxt!cRJrC0xq}tW2(HRTDvTx54R1jn@uHZDW)1}=FGUv2|=(C z(rwM4KLOH4lvf`G(th2z$o5jf4Rc-WowyI$9*>5K9&hP~O$OIB)mFNW0J7e?+nWAS zeXCoqTjT*3@2*&7ps(g!kpG&*A2(n8vZ>R&2=U+~%atC4M4Mts29W@GvCHN`x2X@( zBx=Gj1ZB3^EsHt`W;2{}x(=um1PYSjoK^riJ5@9y5eaavP0et6 zhF%n>iDZStH0MgezGq1Y)SUlm-|d(Yk~Y;ncyw9QT9E?iYv93VWbFENxh*^UxKZ^) zvH}@6sK+&RY4zEQ7d3ui42*}}NKLNx;08kpd05 zM*S;yHG@W>PYWIf8|bFnl$HV8cqJDV6JI#s$=Uu;mFgUHY7tB_^OgM;9w1`zWmDa+ znn@?34B1Y`@@uuYrQP(T&ho0tf%j~SDp>RP%EZ*nuVWU|g}(Gz+6MtuFBc5~UNDs6 z=Y&sI$f2RE6d;fy$370~mQ5}lC4*)75m$hw`vB!Y0*M2lu+gTx=&5LlQm;zoeJ^wm zf!#~b|4yat&J?PT!Qed%JPMTek*LSn%B-QEPP{MM%%Ff)qj={qba4^;By^1){-meB z(0O)^CJK8i&Nk(_yZQ zbCOD%1Y(`~8lTLV8!V^5Y&pZ{bgwEQ-~4|6=UO3?5sFrWzY+;dT7#ve;4|c<;4_rw z77tMA*=yBjiAziPXw}{tA~m-LGGRd#fh|ZxF(i&ki^REJet`D!9y*RBsDH7btwv}v zF%NyI`+cjWQnLY8EkS{uP-0FR2jr_9Bw<-|AK0{j?7l^&=M`85qr7}I4RJT+fg9gT zN-w9hFee0;_0tWD`(4&xiokle3I(fKO&Hoc6#-&d8gDab>0_ zoRWU&=$yz_>@8VJOW2>3fr6!H@>z&52w`zED=ii@=B#5*Mk z=d9yA0url3)@GIUsSOUoCMv6UIp9ua768fSdy+Hxxh)2`1156p`_5Vi-&}iBBYS!P zBj2$%>j!wOGO|BnX1n>sZpSB8HYQ%@> z-q-!-;C^_8ItV{3%cNo8sb)D8y#0HmPGpljM$V6(~SXvl6mnULkQHktFr z1Xb5B4UH0uyq!$)*eRF>qwgYIT;GnE51VcA>1bV*IX{EOE|5ftl0C*OE~+!og$pyiOtmRG|LtJ1llyxGE2|;z{pY? znw?#avi+4>99tVyUM{<2+6~K;uWV$$?#xPd={c8%<-4-7mowS*Giy!L1mkEF-(nwb z?ibv!tD19|+BlwiJZOBn`kO=^m8bE$W*fVR&;!~-+B^$&Apt$-tG`yO=I`>~%hUb%Lp<77JoSsCzP(m2Bh24}`*%$+qxnn$7__MeyuN}^C(~cL~#y@^K*KN)Of@jd0jht zT3FY47;(U#_XBi?_)*0K1IEsGc@q&Nw`lF22=#oY$`C$uadAR_cndELeoIjZ>`c`Z zM6M}ALSN~q(^KNu9s@(CHQjzNn4a4UmM(OpYh-|=R6d|K%@cdd-8<5Pk*FAxvC4Eo zD&VPi?1IQ#HsP2IkrG@|F*uU0Y4NLM(OI1x`La}il`1SF1W%!;gIxuoBr=e`$)*}PMIShE z&p5n*K7)W88$(_c156vmw*$qL>LbOnkcp89%ubbcNXqc>dtMWBSG?1!39H|)RT*zK0JGaxCbLmIK=S7l4vd549 z!&fUy!~p;{V79Be5HiPexYnrZ7lzeF7L$|96eDT>HG<7|wxz3s-N9TRZE5olJY7%i zUJlb>bx%;z^U+WNdcLv2^$w^3Ku^@3erTupxv&)igpI7&!Hq@8A@5WOO+|QrD9)PjTd*A|iH3pLnP=cmpbG_i>vN&n}EFl3=q)Wto?Ix5=stJ@A(V2RU%g zksD(Ztmf?c>004l5AP6l-)>MoJE&2X>S{Ki!mAs{ls|a~K1%-8bxYp)=zU#Ey=6zYhmcF_fjW$k`}cG+0XgQFAKe$9 z?0M!+y93T@03wC&;ft@nOew#*uDS9;0RtjnvvQfD1bo;CX}LmW>JzU{y*!;qF{F#!CnZ|B*W<%3Dq#Y=F!3O~ zPIiZ4nXcD9p)=d!Zb5zejhTioG#e#a9Lib|G?Im_xR&XGDKH$hDVHd%W>j7y0+fTj zh-l~l0C&p*CT7n&QD~h}0Ckpjmno7+*Y0&~&$gJ2k+%LA9u9ZpXgzKp41`PWM1<$0 z3^W!TLx?JUY3EFu!v=ReNtAXrLOj6676yaHGGaP0vzo2|9{GH_-%UE@23U3)<{FSR z!<68HOyWj(V1S?eZ`*L}QYUr7}!) z<`2?8TDs9DJ($a5m0V&nTy|`^tT09)L9N^zlS$6LthdSC;r-elvKnC1$g`j+Ij%^W zkue$Y6L(SiNL?$3Wn2#CKmt?E*;hGfj)bM!6ad~;@kQlfjoE5Lsc5-{M}BO*<*Ds) zJ9|eR4;DZGPBpH&9NL~X>{WioSD#71s!tp%2(!WF zAWP4wG>69OBs>-h==-^`6mc@Uj{Rf=&VcLjif7ZakPtHR8gWgM7h#N@s4X3>Sst`m zSLrzsa}10YM6os1HjpHhR7k0}EwXN?aBL1@OHJZI(%q}N!~LVcccLt^^q4(uGB|HN zjB1RgnoAJ>Fm z8%o^}?(pSHr~XStg6~vpIXt6bmK2?1MmkVv`2bl?qnyy%w;*YzPj~rCE40t(FPgf9 z5;W-ESiFQ955&FrKw_~Zz#*l_m}OyBqtWP&Gc|B!pf`F0Ju!{ciCjs;EX@z&l28gF zFhi*lgd`)S#)@)&5-y{u94&EEW*rq!USvJx?)PT-?LV;?FGZwm_(nN0|;C6M@Nf z{tXW4f@dh>EI z0Ain|wg4Fhz^kJ{q_~!_KX#7T#KQsHtS| z61LbT^oq8fmf9AA!SQl#keHWt$=nS|jvd&e;06Llx@v<)y1V@B>F^j;ER;>h$IhsK z-V0=Z2}hDmhtU{LvCB1yJOWv?JH^w;nl38nl0E)`MMr&>HQ>#WH;34Kni>CPlaskH zVU~^*tgNgZjY2^2eu5!*cm@-S(dJn4@I}GItZ9UE*>uRvw3GC6XgM{fYYQOerfu;+BLAz~TIux9LpN!kf6W-uAbF?x}s>Zy9j;%Aq(6xwE|6dV(xhSXEx0TvZf0 zGnK$BcYF*?*wQw%bbSsyakW*99y2p<`+G~?h|;GU#VK-~2o$oz)ipU(|7vfyt=Zor zDj=rruTgjAfD?|p|3n~MI`-mL{}D~fsyn*PQ9DXTH3I~5-hLUfyUmZ}Fx_ccnDvw~ zX-iR%f|zAuDXvAvSOBA55NH-z5@ykyuR@#txvDXYx|ud|DP1r?<|!sOK0hkPBABw3 z453e!A{DbC-weIP9&c@eO?Yc-vIt#(F2%91B%s`ZM!g^-rWRD zQi+&$toY_lsI`rkVH)t1lp1TE?_Q}%M+X|~l!ea_kZ_5b0BA%@Lh8QS4Ou9Y9*jH^ zN$A>ZX3wa|VIK;86%o#nhWJwj&MGm973hwl5VVjGbizdz^Q0n)fcSN$ zdQeh@l7C&12P(iDa0C#S-1*h5%WvP(OKO9Kk<@hKEcx2m-eApduy(>hHh`S?&*4w8#73sW&*$a-YRcq>(~U}V9%v~yWysSk(}GsA1eTz;{tw-T&KHaAy3HC>*VYg4mY zOI2;eA2PKqpGDrvl^S-G%!NR?9nEW$pnhs+$uh+nXGJ;f<_-X?U=7&W#2t@k^G&#y z!TiSBSV4|09{`mO5&uXJG-T|r)7To=C9#PTT1BT3_AQi$@^YeydB78Sd_z$j@L(-h z>H~t|m$w4-rsM)w2t5$yF#oYmp98nmC=gt>UO-U6@Iyf8m+z7(V1&g=(0-hPMJN%~ zikfzxFBP*+2S!lASoQ+K2~AW7P^EA26e<*Yjr)LtKV?Bcum}_nSb(pqk?bwx6^*Kz z6+l7F|08$)dm$+x)^+qL zpP*%qmCIH_JZ=phobe}%Pbrls^qzo|J32RVsBO(bwUyJmt2 z6Xq&44yRD7$s#aoKVh_npd$CKcZ^Su>?B|nj$JK?u#|Aww8F+Hw5T6*D;gR0?9uK667PSmO>n1OXHc@KX5D>bH}Pj75v|5TLkp%31B zVIKIWC1-NYV-bRI-;zl>l4Az+NgN<=`#yY45^}sBDhlG$faR$lam;&5@jyQ7bx$+= zS^&Gv5Utf?E_zP9?{5960q+Ms{Pp8{Sk4Ssg%#IuW#v})uUN@-&Ckg9wtHTPM2+`D zeS2DZ0@$Q^>3PCo%Q)jAEo_ruko*M%^O4C@wG2T>-%>>elHT1?jTY+!F(@S4);P1S z@nu&u_K{m87#PsXxmNm4kKt+60-%1Hsh^cPoRbrCVSrgK_IK%KM!Shl?yu8p- zDF$)@uHSG5o6`R5BU!OoA%cdatmHzH4B%V~h|~hB5A|Td8$}V66l+|0C}Qvy3>p%? z_>`K7mvbk$kbI{wn3yb}M>TeN?$xbKnad2KrHxGs>hC%wYbjaA!ep_iuDaArDw7aU z+mPvkKO=$bnKyAVTzf@KGb%CqjN9UCFBqa=W5BpH7y)ly}T}Qv`M>G)3sTyWqMZq zUdemDfR8R9ncc=XZAlv36uWrI*MTqp6P)-O>v~)32|&CDF(%>ZM#zQ^D4lo3k0>gp z&eR@pRud2Juzs_kSh2(+8DV67W3e;WlB}&vv6|5}3v=oF&(dBq9BPVIx6QZS&H{B* z88ipTm)L&<03CnMC+57P41aA!yroSs=s$%`7i*uCoP5krrIX>2IL4b+Kx*{AO4fKJ zdd;2a#6OYewBY8y#V(F-Ns}0R>W$~hr;vP>&m>CIBiJrzs%><9gl2jHuw~o5iLGwm zeSE$P&$Q;@`ZVb@BAucqTIA+PV97^D1^Nv28TMGPM6>86|FZn?S%%sgohJgQrKRzr zV+_tcsFDWkEa zgJriu>0V%qIhe-O6?5hi<6PCr?RiS)g|w=gJo@)jQ1-~EA86-&>CRn_Df><^T7f84 zlm9tOE*%ig6lHw3cQ{N_3}Iw}qTF!|PS+6J^@L`J3azuXhkf&+T_iE@?hO%v6FTnL z5Rlo=aXN(e{*uRZd^?cKbm~Sh@sZSNky{zjNoveGJqepVKnw>!pqq}-Sna_aA04h` zgOf^l>MXHPL5~P8dfFQ$v=3x=R6Q;N!l6V7f9new^?3Ugp2+_?%)}UPC>78-)AjRknQ&e^suv{hWsQj#dCYZ4Od%>pE+GVdbJjC+sM22CQ#ozW+UlstDReNdmQYDl?uR);JrvPN%4~t9 zC`he_jArn}c|Ut=BbTH`!{S)na~uC#DBu!>xd%pa#32S_@0^RIwbnu>!i5Y@VAoD= zWMfuAC{++kb>W&J!2QL{&_|?VFTh|z6Gv09k-_J9)7`pkL0KG=>{u3>54t1999+(T znZf2UM}1boOxjf`uOk%xK~cr1$HWX4f6Pa}WrI|=)^3tK^r{_-53mog5AYB0)RG=B zi%UqSmxQiu*)xU48hH&vo?1G2+IHK17zGFm#;m|!GCp-#Rvj=m(LLt0f-2mZCyqC} zc5|rc;b2KH>*R4=#m%w$bYtz^r|o#tqF;*23Wz+Uf&q-}1JdbT*x0>ONOID)LgJmja_@(dAWk!4 z)%K?pL=*#0K?Tnc+h{78c<(p;b;Kb1#RbZhIG5I=7c#f`;(FE zaur~HJAN-F34Zr~^JsA~Q9S46DB8uLdjmValO11r;YGuLfiJn-{-ei55Ff5W+=NtaS(A@TxGx|f&D5vKeM!B}%Y<)| zJbAter|{T#YEp~Jym1(Sm=-QYwS#)Pp1~_3FJ`Esehg;_5-|>ZMJ(|a))O@ma>Y=E z)V zr@PG1PNRxIbr%ljl?&H{jf9QFMG%|KqgRE zC@R~IH86`zD*T0eGNYdy<6x)yieV0|meT$dTnc+)og9H{%TjuiOT+J-FFyYcjI-fR zf{^woR|{g>M9wbiG8gv*R)jd_U zB2kxdc5Itg+(jh@e%6%4!6`AEG-ZHt8O}p%AfO@VCDE#gvo0oBhc8Q(rUKI?=Ljn4 zeC8+b7d5o)osq+!N?YJ?C%vX`Ta6>`GL7UGi|iME@W~2oakK#&r|cYIy*H6Q=ga9f zO~Fe;u14IN@PpH@?o)H*ShQT*bhf6fqLbX?Q(f5}bZxJVnl5dRfh^cpD=Gmnk)}~` zUyE6T$A)-x_JLe&(Y?LZQzas)?x-+2D$=#x;k;(pwo7lJ@6;>l*V(6g-Iv6e5G@so ztfuOpQwgTM*N_*wI<*Ax-UXk1cwhI@d56scpc01-KPR+>VS#}te(}q-;9c3Po{rhm z0d~-BT=vemd%4o!_0wz1PG-!w4yO`k_p#oNK5{p$>AytRKqXmS|Rsx>WTw_Q8fgB}Q}pkvz$|EsuF z_EE)|(@>fXg}G$^Y|KitHz2#BjIMIniFU#siL9KoLY1yu#K4kqtcmK3$}n5PSK_0p zZWr3bLYQGiXJb^CM5ZoR-Ub-(@SGU&<%(Gsb~dz#IlnJ8>_|P852ZTQZcp+WL%)eb zYvt=l9SB@GI=J@!ea~0QHjSSanxnr3we2yt(}Tz{5G4Wn$3pC4HtrNM?>N6r5Q+m2 zm^VpO5-#CM|3otvr%I$O3~2mX+5Ex!m|F}!;6>qwj9PYOS}WU$N(H?#e^4PB+R0!T z4BNLv!fXeY`d-^+*gQfR^2yT9$}Z`)6&|!CHjqrqlil6#9~r#$9kiA>6$PvvdEsfz zw#k&tkN8%;%)n;bZID3@b-F}{!nIo4JSn~jKtC^1Jaekuwt|f{-BxrdYFMMR5InjOIcs?QmGI^emL^ zHyWEA!B#C5Tyq%`{=dIQ`Q{)Wz2x)=P3G)A00gAnTiCF1n~%!`E|5ES>ZB;qeLWYt zDHx+HsqDl(`P*Af$^mbzRmSR;3WGel!nldl19o@Paxw#igqakt`iP&KTW_>-v{{y2 zO^Zb17lU$VbYyeheR1qHTEp{=U-vHpcKLtwXS&Ilv+lOX11yV+qR2tzLqG_D>Xr0a zUF~t<8@e^1XLNuC;O?EdL{=#}pkQ3B_+&L}io=xz{}7Qt;t~o1*$y_Ny$-DjLu|%j zWU4``2s6IkdbFw%++Kjmz4kE@FYe>}PjPygbw}MzQ4jv;M{RGVNXbYXp-XlNp1$0x z(SamFY;q7w*qYhy9#;0)>NIyAm2WqDIu_wBzG881#ALPJ(0&FMHa2iDdsHSnFBka# z5NYlwo-paYm`OXCPo-*SW*Yc{GOGRlipEw3o_G{($`}k5Ghapt%7^YSTT&-(0*Bm% zoR~3a&3cq`JM$m|U(n(pRfj(9?}*crxHc*| z3;Go&?qp;!j%-Zj_v2Sv@}jC$S|w8w@#&lNzoi#`=jG_?k8_0Q`~RE1gPq@;kgzXc zqUsraO)Jl+KV>P?C`tRfugFzfRvEjq%4}ZZC6t!rrJZo&+ z++vYXLoC!NYm+u<7)fvjpRWCGngh!0o9FMk%HX2TWvuk7A~K;L`+%=`y!$Zp5nr{c zJ}Y1Md^>vMKuyYw0sF`}(B=OBcO@5486t~-12CCd)W_xtGi^J=;txpspL9OXnVu)# zmk=&!5UN3blQwDBYBrsZZeBZOeCJpV{0En$)HM=xq(g@Zuru+5Be+8ZDjmze8-qvBb%)}7xTye!CmJA}CS%$)O=15PmGmt>J)lUbW z`%Mot4O(nHkS91}Pe*-s<(ejd$2nY$wyIW&w8QDhmm8NEdmmZ3lc_`wRc ze>hh=fuqW;EegeYUIuBK>@ST%b$;Jq;69Xg2<3{z7=yovsk!k=EE%;D89XZ12EzfU z8i3S|_qEf_5RJe1^94`j-u3iRbUZDSi&z8kR`?BQ_rbWeK|&m(#!DY9(D6JzKC0^u zqeP)vJwVlkPZ*)**cQ@t6+`aoZsInLY_m40NXF<4EBqF5Qq9Yi(di>>Haby@ znG?ie$1cG$10=u}nG0$h^wd{xl+mbrabK)^r|;X|E~E(JG)6MwVEw-BtYZuuYwz2Y zG02$R)v)7)Eo7C$>N*e3)%|=kX%0yw)`64D@Nmo0-T-lfGp9Zq^6QptNK%fqXDfCx zaF&&$u&0p=+t)ttos4F}a(Y^|Uu2MP&Ox^4e5aMGJkHKiu8U=FKf9KA#kpWV`9b@h z&AE;9-C8YKT5sUxnW?Qd%qXaCTFU*`Khi?Z4B+PGgxqs^#2BvAqIhFHN%kJAkU zao^1~c3^5aZDqzU6;Xqg%DSDekh4%S(%)Pn_V(3I=N1Z?8(;NN*2c)_#vBd5X;S+b z^vzj&0aH-t)_d~nBz{=oNYTr6eyjG8;Bd3HMxI)EU8`U>VIvh$H{NIHW=iHKiBB<; z&_|#;nElMm?B+Z%Y^DnW<{%1Ta1xD;_J)UP)pe+*!sJ~35z8zt_U59&^31hWRVihgS{=h+2M-2Uhz9DjQ3Y@9>x=D5t~x^yOA7#xb6DI;Ndc>Z zZ|sy`+$iY1$;k&K+qI6^V#7+dOUK7m=aw;bXky`$=eU2Ktb^RGVp;1`=ZiHXfdVyH| zP~t5iZQBxR`Wn;iR2Ujy>$M_p0sR z)BMqZ>WhhUv@0epg6HYDs_8Lpa>%@}48-{4(r_}&c5|$wk;v4G4@%W^sw zWexT$Ayw*u84fjWqx2?dY@<$Vmd(%%0C0>mVyb;?#x8U{~aly9TtxC^uFKQ!`a;a&KWu#zAloxQXZFBhalQnI=X&Cx617xLk zwt~tJl@?+_QXG@K|CD;Bq^FtEi6x&Gqx{(+UDplihE^zbfLp(Wj*gjOt6NmwmoOcy z1^jV&6vOcBY2DSJ-5SPF-{QK4GYkw2I>-x7d&ZGtqSe+aWmBwn?Q$U_&IN#C^TZ!+aY zgGyMz^avpSJkxfS9wY=Dv5rp6@v1>Gv+kI_$L_L;sw!$$n}MAWw$4gk(GYv5Y21Ur zd7_`7#H$AKWey<>UKYX^g##@fEE~Jeb+G#_dEqLhL1=}x3&rIR3sq#|#8Kd!@FRUq|#x_0o@u>>`1^i#Lr|-neNU~P-k|Ni6fxk%R ztOe)J;w8lb(jhNCan=AMMmaF*eRYLWwf}*>)*prQ%s|DIXi9bO-sKcO?E{}6rL-~= zBnum2*_{-|n-cCPIqnMvYCL3}NYNcyMdlBn4$`jn^}|GpL8yXGol8+rLr{yZMX{fs z4z3mLA(iUDt;e!Y-^lgsI+J38)ow8;na*oW#^6E+KPWS4XlRBOgor3L!}Ac)(9mc# zJoZ2}wffWR8qq0JFs+sl&!|`KQq%>p7*Zbl4ay8#H^T4W?70v>o0A_AF2`)0bMmDr z>7WA$0)tVr#e6dtG||JaVa(S_!%)-|kh0sdf0NBF`&xK(+e|oJhN9B%sRBakSMts| z3FSYdG$4}a`)n%k+y(7b$;V~Q8pL_Vb)iEpC-Olc(v12CX%rPfZaNeb$ zf`U+QGxe`+T;M69;vsC=xu4ZlNl9FvRvotuToy!4F*wl5Zu#cT;6T5M)s%f48?A)!c^*uF!rB3EHIP@Sn zOa+5nYBMZio5v_>&Kuvm8=B(1|G%ommxO%a$^Nptxw7WhLULs?{@Upb#xr46U%}+Io2&&MKzF?a+PHRlZt})J%3r1@z35 z6DX_JbCG(|u@TqqKKGn%>Ur_U(v+$2?QJLB3$j=P$s={%`06Wk8T#G>%)mMy;gyqA zeVMw~w-TdiJJVRYuTu>YGpF;lyD*$R8YUb$oNp7xE7StJKFyt)w4wDu4|{wBO+e7= z-|pzB8^yY~He<_mKNnZ66~;NpG)5Xmomfrgt;~mwD1T90oudlo#&00%CB=aHan zn`7e(jy;|jNL`fUy=$=p<2s~;Zej8zmgom6Jw3%!u1Z+AX<4g-^9hZk&6xaY%3#m- zZdvVzG2$;6LsoRcN=T6oDjbbMJGsuGj|-WICNwlFhPqiS5l9bi_~F1x#8) z^1yS!GzvgY?5w3Zd34@9d%1`{D`D@|ex-H8u9y?FEugpAnZ-U}e6z2~@IpxIEi1gIGSg~E(p=~X3wG1 zIv~2I+5M2goaPngM#Cr4BqAYYFwIu@%0@;X`UGFJ{9CX+$9)Y0E%e1Kt}39eLje>(8xG%WYbn0{Nbq(>IiwrjKQ!= z@@ZtdSm#ota9P<+^4dYKq^DCs$^0Au3H7$Xl9F*P;@&G^w&0&aF^wQLvewg_I6Tp( zjjTzv7Cwnma+abQ^y_a6(o|BColsiiDh>_+B?b`%R!J8!A z+S^u0Ul)RYk)%VnVJLLEb?#P|Gi9emf`Ht~h@S85a(11e| zjDiwT>T3Zw$5n9sSq_L%DvN&-1ZjWWzzky0Vd zvWJ{yrcz%u{8_ayJEb%-1KXO031|eetq`=KKc7pBxJK;!Y@Ts(SYf44r4h7>SC8X* zM-QKLX?KReFgFzv@~LRUhZszIC(|0}n;?(?3qn%}=;GS$I8%TV87>hyuG ze2IcPQkp+UE0w4AWB|z)9PXlhf_5OqKD2srtp3MFzH#A#IesDjNr z4Nu8}$obVm)da@Owb)MVqU`jAw6xuewC&RiA9VV4H7K!W_VC7mVbEI#wk8ZXaYmo%jjyBt)s%*i88HHn1OSx1|YJ>qAFdK!)Zkmk!VEb&5{oU z45v0i5{x(j<}|2?eQhL#hG`(I?3@bKa%Q`9bXI|#pkfIq!_(3?isPax+$&Z+7y?j6 zTWA)QGMyXJR2+jC)1!{D@kNpp2Yok2+KlDGn%Xv0z;UVIj6cVj6W5j;FKoij>O{IA z^ne=houD}cjEh|w*SEBw;tyUQW)?X*5NQ0d{FASQpJ>X@@C$GJgU4J+S!ZbkDqk=U z1&q>W@|NbPw7kkH-2)!$=?-aqB7MFye7a9Q`|}dHPdj|YA1||Y(_+4u_%a~44f_=0 zYmzGj?&s*~I?fA;x!ogf4jl`65e-}>G~wm-(Kp%1S^RNmw@dD#tu*zw4_0=ZGk1+N zUsYuLP1Rc*7z^DRK`X*ZmWAyyoc!-)mmvmL+7-@{wEQ}zaV_Hys=ZsStyW{jNQW+w zw2B2+n_xjQ9PUK+l&aM@RKg2-xdOwA1|95{o;8&BA30s{*kX5-cQVwZN|jkmstF9U z*km2;^4GH0@zqAWT${~5w6(^5PdC%7Sm2^-tsFEz#l=`3j5F0Ek>;h|uEK$OZ7tt# zJ69o``wLuEBbe)-xy2f`hX@UAdTk<62l_Pnr2F)karkd0OgO9E5^(`bC~Nlcc`S1^ zbl6E#I_d1e-w7PRQ}Ge4Gki~3FKeP$LJ5M0qn9ylVae=!jzRN>*rk8?jJ<@pMn;lA zM<=HX`UvtB*e}NYNfI2%zVhVoiCi3PpE77_yT-!y*;Lg`K#LT6%yaAB+gP3yvQsh~ zZV5?bU(55qpk&J=MW?}0ZA>tKIdWR3gEq({0)C*pHTklcppxZ zny*dWZR)coHgDmu$KubAxS>^Y#0)9jAnsiJ)+$g%;(4@BAvbp(ULPjqS1$B;NkpOJ z+*YfEJtqnonPT_}w#y&A4Y@M17B>se@!En_1%zG^<+9Ur^4sZi6*{H87FlC) z2ve`&JPuEAI?YYFbar7v#rc%TeW0Gn=6;QZO}ldk5XHxJ-}!$jVMly=zSg}WD|Myh z3hHs)%?N*(ird1J7@gvcol04B*td|#V=4p~xl9CNk{!Xd zd&{uScokGGB14IXhj*dLFQ3%ZJ|}Pd2!(Z+d^J}t1~2fT3WuaZcqDbJG1pcotso>^ ziL*p9er584V6DQvBsFI!`4YhjhJ(8LJXej@ObtVAs65y;Ya?>D8f(@BL)2R(Syq#`2bkmxi z(9EZe$*|(+lklD-52)tCRUoH7)ozsO3W4VN?Pp%rqd6O{XhpVa@LYWf*B~Lri)1Y> z$*+sZb$L6VV3kMFnAFCQsgR5$2{bhyLVD?P{Rf2(Qx8zPrYv2sv=7IW1VJe!Xw&qB zKXpn33FQUw-XC|g)tQ{{;XivhATE^>6MpjZWu|Wu-*ZtBEt@)?$i)ur zF1>(T2kKxMmpDlg92_%SYji=HXL*xrCnvfVd@gSi)dZNKno3|ssmR&mIuVLg*M~hy zDhT5%vC=tyKIx~to^)|*PjN^nZXFVrQuLCL3Q62>);djuR}m^#Pmr^oIH0>_H@z?$ z0Xb?t5KIWGr}=PmoAl)K1x?epXh=0wwRCZa?KZ;p^5*1LI=B`q(uKha*_a<60HadT zqqcctr-SjFcwLZIl}A&w|fH>n0&{VVm6eINZ);Lsw>#>eIAcb1oGl+k%#_B z4su9(+%NB{xs_R(XA#O(k<`+mYA^JL-;;RY?7<#G5|Ux#9TE~P z3aJ#s*&y^B0CeSpBN_NwP&j@at@9XLd34_*9SPN-*3vZavv-XJdjSd{^xSQzU;E%P zU68%%^&@NlLF6Dt<((o~aGbUC$LhXL?lU!}eP(;-mW%1?)Sk(PJe-r?LRY~mxG>)o z1-%lG;dkzrYBgSy>kAB6z~LwJ`@l1;;ZgT{YII$ATR`pd7SQP<5?x?Wk@=26rfQ?` zcS7Kh`0G`E-b;`HkWOl^)Et5L?3-gwCW3i2aFwRJPlZ!~C4ik+Uq-3{%P{rTa+!3W zBo_p|Gq%uhg~tx7J>F$(Sj#ncj!4gKyxJw-YmpONElYujdaUyA2-+yAtCY$n`07Z9 zQ@5A|LZ)U*j7^{{D`sz0$-frvNJb+oxkQDit1ht#$)O9w|8wJ4cFB=$34Y_YX>3YF z5SC6*Mrdjsq0XMNTBUp?ioqto##;jAHRi%~f)1~O-R`1$JNy?l_3(*N zhpwp3qB>d1Ek;LXw98y4a@^g6DeSUM#1xa0E+wr;(GS5PUZZ7%g;t=!2{AaWKrA|^ zSbaf{_D#{L-d1*WgimJNYlT`G{il(RT7uR(FjS?});?5WZKyfQ278{lVT*FM2H}Dx z9cqbW%QYP@qWrM{#$iWXVrWGg7ReaVE`IfGIMi~XA!oNvm87^#Hk1J_@mh{0RNq(F z*3EdeI=a;P$IHZ|=uNkx%NAoxAxrWFp^t&kd&IM2piU-RtdZncn}UN+mXzaGZQ6D) z3J2~%y@NrLB2@f>Z=FzxMuB41F257MepZcle*+5|EU4n+qlRV?g&Ot_zz;skDO8|N zltRx-Nx_JuTT*-|9rRL7G%;4yiLl7&5orpL%lja-ZXB)_m~?N1)U)(CcA3MQ*i^H-2vy;Avz=vd&l5^7Q*5W~|#VGU&{ zTTrgIiw(-5y0u)X4Qa9D>lr(2#m6AXR~yoek#e;_@&OIz4L5DNvDn)vt8wxrfc)zEUJ%$Y2+yGZ-ntJ zK&n`-;3FlI(=&(cjjt(DPjB>Qb(-F%G0J*mW>i}6%eI0odK&FYw(OTNCo>63t$e&#AD#L9}oX|{!wrbBFKg2Y2Q)SCkI}8 z84|mYc_r$p{^7B(Yw7S${=qBbv};wmS$uA81|d4l56ohSXo(94pAN`X|7RrZ_2^p9%XPz{_K~Xj(4KJ zjE&5KpXP4U%N!of|9x^Q8fcDs%N-Ztk>V!p5~R;dWeCuyUD{45c^bQ>dM$@dK}%%^ zD#vXPzoP$#R^X^H>C9=+7k$#)zNq$vx9d@j0Tagkj6i2Xk#BE=wqa8DO9x2!r_-Qr zB>Fkt-@f%&*%~{&y9gRxV9E$8JEbYtJx6hMjz4wq-6@++PStayCh&mNToJoG(!EN( zd4*ay|8Nx|Ac~DIiTFe@eS`tfRYUE8ki@Zd;shtsV`ZCr@JRiSbh)N!Bg!+m@RUqruW%rAWYL5;tx=)SF~Dx7_)jCH#D zG4(`-382K{<_;yF{7_8>d2s^m@r!Be2=kP$IlN;{D?J9bgQoY_lZn^kEGa(h*Q1r1 zcxK)kal)Gsde?aiT+*W_`dbH~)+A_pv8sALIz%By1CmX37dv!yDV%g{1 zgcwln;b;EX2kzBt2IwgPT1Sn*RgccouG(fWfEM=br41c*2p?KkR| zL;yyVn7f6=zraugi4GJ7g66wNDEzCIcL_B<4WIJ=NOY@E0*S9X`_-Pfp=w}5tC6s2 zA8YSJggGfK5!@BEwXDv|OyAdUY5N9Dhfle+$$7OOR5-hO`s+&IVZ+`rpQo$<8x`L( zqD!WqST1FQ>Txw1r51%Trp{G9rZEO#SiQ!sNwCc9li@eT!dWX4`$lDjM*iPAF;nkHQzm-;%*wEEKE+Cj#2) zK*cQ$s5awEH_zwhpF`J^&&sthfcWGn_cJF={ID zeCi$tI(#294?o$zoWLsWUfgP1!-&SPK=-dY6O6mF6kpV$JSp;b!@obYS3CFY;1oBX zDYyASTPeyp@<1HabwXE@jym?6V7kjmhHW+upvrn@l(z3=jji|J%I=bAR(ET(0YDt2 zTn_$9;0-7~vd#u*jx?Ft)x!lJw08KBxCzIqy;EK_PzBi!xzH*q|0!v4iPsEq&7gDz zZL}^IgddEckJakvIECrOG5byJ)2N3Qfe;^UhBxaf0M4g;6YBKAXqc7txfcdeTy1I0@_p%s4=Jrp zRAsC8+H~P++r~WK9y2<6cMTkAb=;EiGocZhpYpC_wVOY^T}7!MZOBp}+7}-Jt=dZd(EB6^965gFS778@F{Cmx zDxRudns7$Yuj9WET%Rcy$-uoXo(~Eh<-B@&bt}djLn||zIwt;DUU z#7H)9-}IFQ_O)j;?wmf(&!RYcrMrMx>sSJL5N5e(V^S!BhC^B5pz!|8p4#LoSnikG z+Z#Qq7JZ<%jv@yhR(dV_WaW$f5F%t&Myy$38|tnNJ|oL^B2$J`_0Eu8PyBJOhfwGR zPt2|==z}yX&}I)hBsqD?aiD0)%H|Ab!l(P>Gc5gEN`m0`1sw*8)-IptE8V#=gLt!1 zjs5JQmP)Es$qM1p**P+wbisS1@oZ)5O~{3FBAE_}Kq|G5ISD>yZpVopoG-7%zW%@lA9|&715h61zqz>;$t?otI0InienHxc`pxdb`=pJAnh$Wpb z9$*7Fq$^XZcIr)X!aMZgj_ZjORA@F=5-9R*Y*_zYL>dvi&!)^R0o>| zn{U>{i87qbIVn`oJ^&s7-dHOYw>?teg0PXGIah-!a#0&4O6qQ&QLZgJq2&p?lh<}G zrC%ud%%| zsf~J016o&W%tWpDQoWhG4QGk4Aqa(DLrXbIsv7c*GkOh2Bi?)PTf&g`8M3{*hCJSy zw^CVQ?tO>x1z+@5vL&yn*^(%T?BgRy0)T|d97mv}1T@cEKkgb%=ZJwgQ>u&E1~kRW z8yE^)9Q1T?@}w(kIO^;*jnhf@0XW@PZwVaQ+`qEhxgLa5ES-eek7i3^ z7}pUUkiM;$yMFnbynJg-xY04A_h5+~>}UPu%GXRP{6S7>0faXjP7w|~YJG3TDX|@0@qH~6HKcm z?HpO-v`aSHw&1jgAvy78zLNdSb=P!3XTBQs;>UI$F&cV0rGzE|WW71t8L~`lfLi#9 zrf>0yallkbU%+xZ9$G?e%s(r4R6(^_T)k7}S`n&rXTL_~|jQQ~@va+Ta)ExUiY+!#kX5qQyCleT|zf z32j4%+@ggfxUBB?Ph<}`A}ZJf^B3A)6B$|Ul#6;GTM%)xPU z90hKUi_0pexjMVqkO07b0c?IHprb9dC+T)pz3okHRXcs6gB8!TaxSgdwhpy{9klqa z?b?eX?)*<>;M-lyA46I8{ETkBIry4<;)a2y{|!`mpkv~D)xRO`+O6Q!kJrM#H~c5T zuf}3daUAvOHHb!UwNZ7fBIXpMb9IxUl1BvlMBv+6|Dx_JZeigve2gko{Bpl)zuY#* zE|VEMw+S{CRZl_BD@qPo&pou+!z&)vQNSCQ5v~u8aIez4KTSN4Ba|fH`O@zoPK~0s_%RQZ1WhR}?0 z74ljsDK}&fP8^#M47m=cvn~|Ws3)WD>m++4f$f^-f)nmr6>-LMy*R*?@n;u$9Ai8- zixjTH=#5b)m4}TCxXt-8H%L4NKK9L{xl%8wDQik!{SI8CXORIFbbPKDW6_tc#f5=D z;q%!g+yFm7z`q_QrLb-=#5|rza55|hJ}8Dafx{ENW6x`ARQ~^{NrEbj6xSU9P~owX z(QHqW>$HWcvvi86#<$0pyH}UJU_;iXVo!TuPXluc(qe_{1{V1Iwq<{WA!%OIXyu{W zGcS3P(G+z115AXE7){O~sOq`OD*%_2ZLBG30eZ>SGd zZLeOtKnmgbc0Yga&Ago#IUm=vT#|3VJofmRYgPg29C<|Sloevl?%DXi+A0VQI}z-K zK)%ch?f0LI^}e5mUw-iWdT&c$%Oq_1nRmc?c2eluJlU<|v6m$Rgl(i(F3V?ri{}kb zORSSvNz9~!8p?+P!`t4T0Ln>CRx%>!+p-mO84~vF&+C{aA%tNoLo_zC8LSQ@SSQA6 z8cxzvNQd@}C)z!J%3LX7NHa6vEuF~%Uz+&Y?&QBo`2Z>{{U(AIRC0sm24q&prl}A; zSZH99g5~k?^`MXtDc{j}h$Twb5!3$vVbespAHiW085S0|u%!NyqfEooO#ReiW2c2) z1dnttRzp7U>DIfF8nJsF%x$ z8eMIKoV+-qO3EDw-OTPiHXd(wr_vMz&N}8!3Z@3jsKi>xPb}B&89iX+P;SCGog^(r z*w%f(eTSny^G}z@K`oVuSFo_g8kp2fD!-O%z@i(R0PA#R<(Yo$A!PhzZDn%_RS$6R zDLec?@R31tlYsje4y=DQX8V)}B<1MC<^FsA2{B8gf!?T11G4su$Clf1ApWZ+ez-c5*jIKZT_$v(15{r2l^R9@^P>=yZ$1gj*CY6Yr zMWn*DLzYyuNw)Ce*UFiW5;sJZbSkHX66ZphAR3K*)c}VVHclXkjrt=9>(oz&bR|CI zpcx|zsSfDI z0yZkfSOq!|L#=dcNS5M&*jWMq1AkxSI^{9HTJ<`f23G~7_HXiU70k{_>oOyb+dNM> zi~2*=ZjmC3uPd5kvW#T|N(EF!nUegmlblxw!KmL(ZjE|Dxd4@M(s(iNLRUFh$emXO z;6t}v{pgWMENZsh(h=lf)M<3N)#?i_#o1*CUYu5TBi-*x(%xtMCUTiw1JxNZ0@g0K zFN>f?DQ77Nl0Nyn_^ZPfY(cfO8?h8sR1?bwwBOQht$2~v282m96 z`~XAzpv*k_Ez#;sS$2Qvs3h|d?*a9Z2!z_8phY7xY8CXFhSX(qD&wS!cW=`Au!{DS zF3i_aGJeR;+;J3?$V_SsCK>a}m|-ywVI2B7<8-k{4^0vtqrOxPZWd%Wmg2{fwUhbk z0(4K739)Oelf9(Euc*Hq0y~2kM_TQMN~ns?H0?D7=%tC|TH(>kgnVq0tSvAw0y zHv75@$+E}7fIp2PmRAuq`z1Nnynay*PNJPvFZ_0S>1*9#5BM&Nq%{zV38n@m)GE+M z=`JN?!NT3S(+s~OT*4(>!jy}K z-hiA9a}?Bz?a<`|QX~i6a-s}Qr~pZ^htB3qa?k{Xub10!7LQRD$o@}cMV&ux4(W@V+~?5`1rEPPEQzt?u?OBKR5k;(n1FKyvd$JPp>Cf#G+2ZFlT<5m$Qzw8?e zmjYD72;Iseu5sW%e4KQ4ig_dGWw7;3#SdrSj7?5HE?Nk&=RHfgkB*4qPk|Eniv$TwoN$r_XR~mG2&RqIqzt7ybMEsq z{41aM4@U!83FFv*c*}O3&2bR@5gygvZO5aLlsQV?nLe4bV}7Xf+z7@gTZRj}o=w4FK?TB2{nJrE8wn0mDT#Gu zPV~J@L;(9BRCGYT{?Q}lI75L*iSeJ{=7^f5X z@vcRUB;TwO>j@+rGuFCQL}VNGe1;!xL1*w*UveT>Vr4ZXTFZQ+4J8x!4^?gLEdX5|JT?@KFb9{UfKRbT zs%535#{Fba@svavC?T#!(`*O{U9FiUzYYqO`PApdC+aTT4?8=+Mf#4S?7HA<1-4p> z&}bqer8Gu++dS^=LMvwhGK!p89#S%p9Jl=i%_2eUN8rDWWozUh(&( z=p#f#YV@XAPc&jfOG^D27t$(J7k-vImj$J*HG`{IMOLWxrEk;GNCv1g$S;+T(ayN? z|7dUvz|kuElJxp^MSr_ngvsj#6&*@=1U^uF!>R!x6_u;Fcr>pX&+dNEls77i9Wu3f zqQO%QlEDgdmNqG<(Olk+%Ud-%5T@k?5vT+CcY@_sOdQ()c|SPPiF$ zM^Mk7kbFAY{D(858HC=?IFuZkt=@MKiZwF&|3BnTe6k@OG zGjIIK6VWBOJ~&2QlXxI>Y;-vqWy+|s^n=M<>WJc3!~r;dI_guDm`Znvij2XeV860u zr^xG+8LT9DT16Q;m|B^xsA=1cce0naleTsbA|vmY%c2v&ldX_rRvm38Vt62PV0WSB zRLV^~{aG56H#spg{BH-dELq|9KPqEG*xrlGS=z z(ay#vLrLjNLl3L9ui*F*GBVM{%H4KF5=IrXnl0#lkVl>-R#@U}YGjS80>~O$<&CJ&F!|W?BnCxa>D{ItBwWoC zk8(>OetQ!q^k_#kKl|w@1r)N`vWSL1{MpIhL{ezK=gxdj?+$C$Va+sIbEE9uq&Oh- zU@5ly|6Cm`=t;&K?5`N9jjC_qnka7h-&_01ttG+MKRs{IWi1ms}DwteezQSIiv1ujP2Y=g4F%$0k=0Yr0L#J^cW#Fgxv) z=_B!t<3O`_?_Q-JazyzPtv3L0M^)(i?y0Ukj!WCpp?gBlB+)tqNoF9UN3G*Cc9%qtx(`nCOs$DIO9suwayLojR$A{?ZI{b-F<_R?x)>AlURk*qfgEusv-*3Nf~#`Lmd_S|r9VfO==$1tUQlR>z?q zjb`A^Tt;{4FR#V=ue7r3Eahlh=MJ)sap=Mc84VEU5&m|@6`pt|aEBm&piTpnsI87b zM*AwT9y{)6GDnmd;Ha&)R}@h(XBbiLH@eVg6uI0m`pvl^B&(M*{&e8hz0DA0zsCmt znhu_tkp!Zpago0IptN;g4c_QNUKHvzQ(fGA=66aUfwPHp-S|SoO0bS+;uDOLZ9Nv+ z_E_2G*4>)zru`@(;FLn`u}GnwGlKqXdxSZe-CRC?h{x0?Ff22NO|uUK@ry5beITjp z-z)YXC32GcGdQWOk+4T9>he}co4s*EqVB!U)&3d@I^B=aiPwGDx8*mzI#K_5s$8z`Qf>~(MU4qqY77Bl$63a;i2ecxFX(%TmOJ&co#*}Gi?gbv6>CFF+ zBMs4Uwl==Kjn`M(oRW^|;)2(0!_cn^i6IwqaXOP0B})B0C@3lMyDn(R4>f`38+2Sc z@f-g&Dl2*Y>8t#_Oo#c!wQFTXTV?R#u~}Z?@ZXf+t%l(gOxY*oCTrEk-#@xxe3I$0 zc0PF5nLVW%sGwSaczD8Neh+5bk1amsJLFTf$RtiCqt)k5U*kwRt72(On7ZlKSrt-CRt zkz6z_gk1gG9IT02B)2c=l0(ja5SmwsPpSbVBz|bAu(u7{fvM6BFl$Z?;aCFrzw9UH&+T#3-GXx zHAYaFJ|E8%o}0f$?#cYY$(f~B2J^tQKU7DP&s4G2#8DEVvp~N%UbvH=J~>96W2cLhMr zQ{(old39Qp)AnX3m|(cgAJpP^07(K)H5hqbe?sm0lA8Sk))T}V0ohPoUU$y!Q8w6| zaT7+@qj|%d|N1a+GPcVDn9P!x=bX>5|E&&mecGmB3@K6DKP{lt)$5582Ypl9=%ki= zIhsMkU_>hly-(H0=liDfs$a1-b!Etd|HE_pPe_9Q;N!24lQ-h@w(==+V1c)VW%~$I zxuw%D<#=}qXUgi=o47N$`?~Y?*Pl&0AQCTwMnuHOD3$~w%6{vs!gHV9Cbp@6O?h_U40SC4hWH8@!y95D+u z^0XpY^v53N<4D_)oz)^WV1}c{U4l1RpawK5{H17pMA93wafT?hAUe$bAh0nvEv&ts zp}PG#+qN%@*=Y)#&-=mNm}!wtG1x$fGBA#%=f_|@e_{FsNCBn1wQmiLV*B;9eFV}> z|98m*vC(w5*OznyJI)~ulEuG(mY?-hZz~EF3UAZh{3E{q-0iRqu~;IK__L zevTK4uHk`d&@CXeFam0D!PaV-#MRiS*+)7+)(H;=xB4yO;>vidP0s5qkFSi@-|JDi zFIs5@E=1`wI5rqvpKJFKvz3LD^s&?>xKx zBF36eed%M)d^$C6B==rpJ)qGXHnC{jk8>F4qi`bu%$qA`qQZbRvStU_mY!F1FNG!@ zxU0$_R#W0@47eL}iKwPO0X!<=OP!M8USjSMpOGNhotN7uz1{E>*9ULFF%&zK%dzRV z1+Yh;Ir6>C++&)sp&61_e=ir5z$(|lQH%@uOia>mC9ow?GLLpZUAhFS5eE6FGTY~O znf>Kxe_U3oMzeg3XByzZYjGZ+;X}!~?ZMbEAj;sU zw6H$^Ruwo?ob@UqB4!bI8%8l0zACzQD98Jg_Lyq z<(4kT$A0I5$ePV8XaMLL#)eS1y-on~9#k87xro+}CN*l*0$(RjppDr|E z?oms*NtCrIxJEd_(8N~Q3|U;m*|!pS;zm%^mCojaw2J!)OP-yXee)5gu&_v8$G@va zde+6Gk*{T7)SOhA^khWDVr`n?gI=}s_z1O=e#-2QsmU|wd4!r>gtkXI&z*0J59fzA zsdd(JwGU-f!zE&e%sL5{<3zg&nI5I-L zjIJntqz=%;_|mbnBo5(~WhStZY=I$>&!)TA6xcouRQJbBNx*`pQ#7F9BCkw;KRdcz zjaJDi<_hIJygm~k7vQlZP_BZW-!5DPo2H1_{+oUJp4xwIxHTYvm`%X>G1d3qhkgQl zL3`ZckK;QSWxAo1;BJ=VZHST|Jf3k$Vv^ba69`Jo#J>Rp*JY-RN!$WsLf7pZ7zX>< zxU7W5Sr~DrF+M8`z9GJ1t6MUcas1f@A)lJ`EhL?Uys-Aa{d*HZh)ezbcZ54 z#?+`3oP#ni;C8o!XQaJvOx=BO%Ch-^pkD0%#LxY!w(AU`pp1Vb>cM4l{;_8iJqOII zBz}dSQDj-A9{|M20=agK8Fa0p`Gz=0_(Zg&8rTxZlRH|O!xhJ5SqC2KD<9eKnC*zW ziPCFi<6seVgh$VXfS+hc?XwkrR~qEa{5%8CtwU!3BoFF`OX61SP1US~HRuVdZ zV^Vsom~?}>8=ETzSm=?EBK8kVoNNt%HQzc9@y+FH1gO({1te(r_ec8A+B1AfFM@Qg zHfdq3>5cT}EEX|6bdF^7Lr2Vjd^vdzZ$@X8Kc5sdFf@oWdixOyljCz}J^!-MoAd`f zuC#HJIJo3mxs9bEsX+hZOP-M3GrLpIj6Ejvi<}sSA*0sdyn7edZfl}!W2;-a=qYce z2_dFTxkRVy8D~CS;S=7wTY&MED&s2x zzdOPS<+>GAb*<6$_tJf@@Q_;UufaSRy7jQ?L!5z?IEOE>U`uqPW(2EBeOO}*Lfz0N zapf2D>f=%o6Rg2$p`?TVHVeFmXPRKKOmHDcJP;+}=Q-i3es55wl!E{Ri747^Wki!v z+{F!+Nw}z~H2wZ^sivm~cV;)1#s+B%MTNavGre6qHle{K*4B0nE0u9Ou|Hud<7T#) zl_gec&7sD-AgAQ&idbPGo@Q&m*o=?$$LdoEnBL0Fjase4?oECAVc7-v=vX z7pdYfevps@N*T_N#w&8G{)bA|qfNd&9o){0Oomz6+j;$UulqaihFXCBRe227tn;h9 z{`T47sflhwv}b8TxZdfbRgL{X?Fn{%^j0jr6hemq>b>*|{*BwxB=$a{ZjOWw#Ki;U z3`^H*Tu^?Rl)B(X=GHgJFTdUJc5n~u(1K@PFJ~0_ZOX~KXEz(OVV>cePhN;&nBp6Y zPygRDl*G4Y^5WoCaC%9*_+NfyaZ>gCq4PTNYMMz~q8HEP;WEWgRFIF=oWl&Gnd&6W zm>6YXCIFGr>#PCOiqgb&i!SO8pgQhmE(I+El1@oPc{Uv3jrW+TJAC;l=~{a-E-hO# zAGj1`cxnIT!CQ*vq&xJ6JApg%Bg5KFeeQG(R_mw3_4-1Flu!aBDuLYV1nT1k*vSHSB8z!egq87!Zwa^QKX6ma8tc-t|;o~M1T=| z{Q}b}vz>PF$rg>uq2X-75&!=KSSI@7^P+yK?w9!Ugur%D#z{Xn-5W`m@K8Keo;e6P zcJh>L+v@7Qj)W69ue%KfgPrg*(a%*&Us0-sx4-)Y;wEZ(J>Tf9W5epw&@7}+i?#*XZF{Upx@a~Gzg|Qv}a$bAmF)U`*_qOb>2ORW#9*bi zv}8B#9aI{l`F zvMOlMmt!{nSnS;DT51H09Lp0}0X968&-+iLVNaz=MI82qmifs!#`jC(wi> zL0elzS_2kZU8sX|7I2#=Ihy%CJ$9Cg;cIQMs=cgOqi3fWJAed>wCaAdP+-@B0y|tY zHsf5iw$$2t$0O9PuuT^S^CV(=CEZoY6sP4SpjJ_axwD(r`*Apv4DKz@$apj`UXx z2>lsZ&Kl2!%YGS^g*i5Rf^b(!A2!AO$}d_ZXPRHMzVL-g8)G$kxb?<1h>!2hKhge0 zuQrOlW`f;#y1NQVdDnLX^b+B-@kO0fniCCpl{Zl0O`+YT(v+&SK2;T+mu|r;Coh1 znS+}Q->i%T#_crU86|?4_)6YqQSPI5*=X(^i2ej)y4J|J^2o_#)AgVfxO;#zVvfHvbrWXdqErafUclzP(>eP9h&Fy@BDz&JQ_ zlXclLejvU1@oZ#G?RtT_bB}3EFnww9$6epN+#OFTq)gqigFBdh+c1XEH#w1Tn$?%l zx51l4(uUQl_(t=Ili92??j=`VO2(`!(?|R1kov@Tc&5DYcNCYG?Vqi=8i_vx%Q3l! zXIleOmiGqf)959{79*~mil7Ih4lW8biOCPu<#X!t;x9V{+L&0rx^a4cfPNCpd#xBv za-G$+EYPfF<@^N*K?yt}=kP6#@w8l3=Z+lw3n}yd4IA7ifCx`>dzEAnbqaXQeuUiO9%- zG#AenP$##I`cpdw8<+T1{B zB6SKBQhF;6eEP)O{*El$@VD1cX>iT!A$V1`+K^%3LLwb}RRK^<`lx5auO%+415 zjz^vkPGQUtxWEU{ObQ=*Nial2dZS-A$bv#4&co614ME;f#FE>}5!kV~IP9pSv>*bf z8lUre>|=A+R2JVdBf(T0L}e4}-}iEy#VeUE5dSr3g(DnvXKu&}_Inpv) zFgHYBg4RKx-VQR(NQU_nF)upW_ut|!Eg$@e-{;g0^>V@lu&$mwwwI6D9{%jSatssC z{Hq;f=k4#^c*!(i9cgeiLzE0XM?5OQc8PWG{tzXcnHxY|xI(SKM4!z`{N~JrdkS;U zzt~;c8v7uAzmI$o6C3|^+b;$>nla^>t#eNxol3woKV$U$Pyv#Ermbspw7o8>lw!|I z8i*g_`&7&?#RAV@f#R=|O$yE!6`v_aQA#!hhox`4?E7o&mc?VCVyU82RNgr_rn87L zVl;)NbU5rJIN&2yEv+?IxynDCrxE9)=1xD4zotLIB`!_BpTGEP`ZN5s5{o-{#PuNQ zWQi@4*C2P^XlV2vv!_HO=s(nTt*v>UDFBiYd;5i4m5oemjh~_#xVe>@=FGKoa_Y4! z#l_76LA}A}Kz`R8T(SgQhv@v2oQK@m6H~fq%a%=VpstmnhL-)oG^F>M`a!kSx->{M z1eO_KXV*m{xzxYx{g@obL*SVDL2?~O?fj_$-@7*t4bD@)Vg(^G(dch7Rz}8*hN9@; zN&i9IVmqHtX=w73aUtd)vovwqLJUVn8*6&CeQ}R`wiLFp?)vFlW@8)p(SG{E)^q;>q+Azc?aj?AARy+X%Fg;uB?0DShG&p+_n^KUE(HIKc_ELj?NbV^V1kNBs?~rKhQE|n|23m9u(5>1EGEtwxfgHH=R4>0B zBW7b9^>u9;53F6Vb-Q+8Qtwms3hLB64re%c82qJjnO`-a^@>5t_bOuTxqc<>qN+_9 zfcIVU!fjuQH&!!Ww*;QSMm=&J9z1c>zI+o-dlp+Ua%#{lQsq<8fPsA_smfTH_yIyN zJ|aX;SnX&l^NA^681tPUzyHp>aYJ+B!u9abQ;~k8AFnK5^V8chPFq;0^Ma$m0%yx~ zeFrd&1(77e?2PEiSqZLL$z^OOqKM#gb8h|;tZ{shnx$anIRD_s+wa30@JM={wXAai zu27W#@>=XEn24K;43F$j1hlcoik zzAhJ^X>!?wL9YeZN+Y22x z?Q^85%hyXD@>cg3r$5G^`_Mxi1f+(LgQUpu?x|V11#}Rqv|APSkM$<3E!VnncW^lf zfR3JYbpxZ1Vm)dnQLQ)`zq{gYNk!GK^K!2wEv}aYH$x6BeaiI+=bw_6bRF;@f{v!j z+9Da!`$x5u&ZdTrrlaLfJS-(LE%#%zd`tj!Peyc?=8fCjlX{Y)y?pDKc>?cew4^F` zuokX*-CrWdc{Jsi*E#Cw=uSW&YBqe$F?E(ByY5sh zCP!=rHNTyjMko|IeLvKBUJH6OXHlQN)!Kh(1}WCjh0)0xaqIX!)E|%WR4OcL3^$)8 zeaN*$j9Sl=-Wy`R$l|HngC`3Sr%O>ipyAgIx$_peIXokKdM0l@d3LX`=e$k6%4hcn z<-to?l@GBSr_?WhjybAD{WM-+uyzN_`ivNcYdV`vumFcztp2A=r36W{i=jFbAYwhp zz2Znvl*!KZXpac* z7-0cZYIMy%_~2QvSH;I} zVvM;RUkQ60@LV+x_ob@vI_qmP*u2MBMcr+06Se_YmBkzQ^5mu8j~%J7(M}2clniwT z>)E()U3QgpkuPmfp$#u7&AM8{Ce+`H{gLc%D^42|>>?9VlhB#wXLE`HI(BsW&x0I?FGxI=p z&bBCMqO0(rd3{bChSR9gNg-<5{%qdYX} zz$m%iaJvWa>*bGBiP0b#N8WQu6eMY7kPIB@L%0T`!UyBnIBc@s2rxG{Z4bPZX&VBm zNxAQg%YlvjWXY^V^o_wm`kWwW2;5VtJ^n9ORgHZ#o=;k4Rz{oy1imW9iKll0%)U+U z{IwN#a(Iu27z8IxCZ%5WoW6VTL`qhRnS9;) zq&PS-+PHR{-E=snpKC(9lvZ+Y$alQ<&APG;75!Fhejb2ozRI0?^iHj~mhT>wl&{|i zR!CR8!c|1V)J#uhP95CCMeo=eGwksbUIJo^CWn|em1si^Zvb$VS$k3fxE|F_XBrS( zzpfczED+qM6skYElJ}atkC^iyPl}|=@AAZ4>0L76;+DQFHtY2K>qh?WC}Q}gjkQ1M z2e>^pK=l`?5wB|Y{kOj}l>&)(JK-7!h6!88Dwn<*qD z^4Cu8f~?F!E)V)HXfkN3?yIq`0y6mHznjJwb3l^NBsy5e9Z5^w^YBFqZDvR_sxJpS zPio2@y0>qDKVm(K4$DA5%=zY7F5jEdkC$!L?2AF3WYm&^K0oG=Ct*$1qf&QiO z_oC-8T0Ai1QiR4grt5Yg)B46Xa;dH;rMwKT?mN^a2dTn9(SRctE`glkOA3rmzqmu6 zkkR#Db=cGvQKr?9B8yj7xwH(gEa0zGq=YW@&EcnYqSY^A2_b zN?T)4yn(l~K$zqJYE2EXEp{?aFZLFCf>&eYWe|;kvaK(GURY(UQR3?B_2h_@ZJ%=A z43-w&OQdM)tHtxWR`UAEx*)p*CglZUO72DQi8SxvH4~>L8_L0Ygkb>Al{b{XS4)7F z_{=&bO!o54GVW<`6p)R6aKe5q;UIoPWVzNRrDrb_Kg?7Xi8NsMskqk5eIgyS&zoLt z!5TQ@8CZ4#n_e8L!QG{L_$^PM;Sr}xy4QaRJmz{YlUp~fj*mF97^n%ZI-N{K|7+T- zzM|NAy|5JEoMRtV23mE-MC&1CE7B-|@N!1Gn{GU!>oRY;D(p$-e2%!tZllLKoV+Z( z`79Wqak0g;|J83COlY~q)51&b7vxK6sW4`kp?k&oZ-o)wE^Ywb9Tg5 z>&B#k{YQ9}1>BT_+iys_5r)^=<gZBbH)H9qy`(Y>y4)d*XLt#CMe62=%m6&2h|A}emVZNFhpvQxC4 zheD%Pp~8x~v7_31YL(x2xDsZS8VB{nVy^m>W${^Egf|DZHsyH<8orZHEePt~e)~m^ zkKlv3An9FJG7s>?t4}_{@v~4czW9h@IqkHK}ZT zQ-hT7<^iIoCvqrME!!xt{Vwf-iJ-%W#p%!R+)MQ!<~^>K5@BNksYi`EY}4=k9z?9Q zM)4MX6Mkc_gI-HqBgEBS)!p@+^!lz2tr0ZBS6O%m0{G|<>g+Cv5u zjdN3Gvg77W54DBI{BqZCUSc~z=cJqdBR>QCQNPHYU&NbSn<2z!oW^8vsiZHvES%^$m-SuQEuh55BR4&0a*(M8e{y7ylgDi z3a0IChz{Q;dV-4-?`GoX6pR|rn4DW!=VB#y;LiFa-nuzIQBWJY(woXJylVPQDQVGl z@x70oE=|8sYa{zrClUS1K|#zFJhcQA@o|+&)PL2gm(amA9W)QwPzBzU^aV9`Fe1DM z9f%mmlu89eH8_sUy1%91pLSr@2{0@T1UFZ#rx^tfus6R2MPRPUjci&6t?)tJM^U`d zE=4d=B)oQR%g7Tg$Y_J4`0;BZ&{+{EVOxhk^&5_I*@sem!7~^0y=U_IMo4l#*U<03 z4y&)oKCxD6a;&VlWA;?oOaa8X5D~(AKUm=uIScGgm04O!vOaW;KoxYicFwuv(!S!2 z(=4`9a65MFM*4FIG#dJb+zQbK)&rADdaY%Pwr@~ha&lw-~49V^%Pm=lLGk9I9~MO zAHVL^N#S<`n>rgDZ5e-bjV=U6Q#Qxq9J|Xcn1g%S9i6RR=U%Sa8PGY6#*6RBuqoi5 ziV;clrI*S;S)h6!$r!tXgnbHz(NE0(_<+&EBpkwqqd!wGrQ3B!c5;GexSI}S+qsO7 zY5GGmL+l|CPL2yNrks^v{i0p!zvZ}Sg=A!0t&uIFF?MZ3EzmN{q z-o#XVqCPd5e`PWE^2`R=Lb1%Y-fq3n3%pg+*76zZCd|OI~24mY!5j_rW zqm3`$0b4hg$IwoZaUU zU2|kDFhK4j_tI*U!I5QH=@>zPRH{wN-UTkZZ;R@AzXZ}?WY8$SBC3dgy>d-dpAvj; zfn;pc(DszE-P#O&EtZ+{5WMLb+*nswfloB9MTUUEfKU8_ZUVjf-;5iLT6^ab^iVWl zUkiheNcy%+Yk(^12^o#kLD1P>yDd$Qd(p6<8@0+rk0Qlg7BcwS=*dL2HullJ68m!-a4@qq zT~d@oUGhTvIr&=URi$;GIPjaM?kVyDx+Ym3)-$1TFUt4>eGjI<)}sZA0+Dt_6@Kg8 zZj$&BX2TU^iCJ+Cn8XOM-s6FScZ==u5jP=~z8;KCKY8|(SqXd;9Lg-%o}#AK?H=8_ zbDh>F)AK^%n~CVAbD@hq)py>lU=sW>r}_AO(L6M(2h>!~H1P>7--8HJlI4GE`VWF` zm%Ncq@2+on;HP9XAXdAoaqQdC9%jvBw*$=Hbqm%UB8Vq{f5XryYKr25>b35c>5Y|X zbIa4H-~L`p^ay6yexan%eu_e8#tWE)Y6&b{Zug#FNAtOy5=;Nwzu^y`cgkt1$( zAiPd{PzkWzPpnifTIjK=bT_TLYS!jYgf4a!;Q2iH)94n5<7ark5Ji;SPC@l1pbr?J z@hhNnA>f+XU=1!gYe}d_G=e{;ihU7C^fbRqP}kw$uJaso8kb+|&Ic?|RwTZcd3NDTJDg5if&U=Uv{483^pn6LrG2=?Z@>Yqw+T&W~8cJd_|R zoOWnI+K(jA9RPy+*?hE*F&$rG3&k+D6UQc*5Z9tAGa|#%8;8+kwS9P<`8f|}js=qZf)8mBEn<}&7B*X*U zyUc;tzBq6loEeFmdJbdDfxqellv(JTnSm+TA7e& z;3~zalQmaSrF!ARr{m)DhXFZ^ z>WT!F`hM8cQq(y;;z9EOK>vbOZo={c!e}8y^kHRukI#tr>-pU#N%qJeWs__ABgW(& z>_h)%YL1KnvZM<|Lu^Cj<nZLKX}^;4E8W>nHq-% zoDF!2e_Mwev#Ugl8rSaBKqmf$V($E)1?jLa54np&;st>(LBia-4Ci+3nUpqbAY;_n zKkfy&)sQq)UW+tm$gg!P)-N3uJ$UFXS+)Sk3sW{i2U61%kn6tGUHhj{#ZJFN&N7(+ z+Wd!@ygO6-(E04)a`*Rs`EFI^=P*v}9jsQP*|48=_lvr{KQGc~C*96t8E^z=pE`#m zwRCJJX%!Bu;efg;6)dJ|comVZK!pMffsMS+|J?VACcxh+9$dp4!=9?GoGK@e__4=I!iyW57};9#rK^T$CA{0tjKgF!oy z(i$f`@%qr_$$E}3$XZm>bt&i35qE1&LY)iZ&a(0==RjnXG#IM3YS=e5N?@uEQoJ~s zb}70+xzvpWe8oMBKK5$f53X7vKeGUkVneHE_?b;7 zuSFM@UT|yvmwp`7^na0yT$nnZIR}wdMv_j@Lu2V#0>()<@kr21mIVH54p^zXxiS(4^FD{43@ zS5G;^b%oa`P)M7T7kwnXayf>QZn$c3fS_gI4F&;yR84a9*P!Rk*#cE(sYbjYjSK!e z=hR3qYn2~eI{a~o3XebGrQq$&p&ZCt7HA4nzvZ{49~N#^emn4bLy>3U;!`%rH`E9W zIl<(=xk8y)(LuZc3G+4%rl9cmiDPlQ7!vu~THlua1hN$CgoShm1f_+crhG-hW}nw< z_Seos@X82y99sM)xc)8t*vnf)Ug8(Mp8{fg7aSE0>0s1a zU(doIoy&TPwbw7gPSev-QQYA=>5WyuE=Ay@`@|PL$&gsXft>)+lZ>i^Ex#)I!e%l! z9PZyI6=HTj*a+QY9c?|889TB6DNGKg&umi`NA}M9pA79=A56>EGCT}#zQ+)S6a(zg z3gz(XA=Ze6%OQsOjl$geeODm7v^g$UPDD#PdvEfuI5lf3j@A-(UHMjAXxzwho1%aH zSh;}Z3Nj!#IRzdLeyUB%hBT+i(!Tse?uagD#W{n-5M9oQa~8$x(0lZ)u1Bu|vI;Rd z#nYj9>w;^oK3}M4>yi5B!*Z=*p{}VCQM6ycD;l?U#j8-bD>X+nY*1f3U9SWRl@ufh z@7jXmV|nTwmh&(`GtD#zEZuEKfa%KWB=WKEv39G9)infUZM)~pOnoLe4>t+v(LmL> z(5U_m_YKG|zJ+f2fPhhuqD8ujInKMSiG0ZD=|dxRC%vYysL-PVExxQF+Fj~>*nOi^ zHNk`~H9V=9$3h2)fCU;nLm*o#d(}kdKCu-^KUvUJ9(g4{SH)lcrlBjrjgQ(VsThhr zI=*ihQ0NgSbRtJEdyc*`mYyMA3Oa?8aoYzPFYiOF0gJn5v5eIJCw!ZiIN*u2YJAs0|>zm#;NtU8P~R= zV)_&VT#0^+i8jQPgfVqxUcN;aaEfx}a$S>4i_y_q+J>u@HU*fvbs`{@%QAgVyAP)p zBR%~?zwuh541jck=xWdHFuu#~Pl9?oYzhqjc5Hyvt_ZM!0=bB=y#^~N2z7ousj-amkk%UYBzqL)^#^a}$O zoiZZoD5HWmZ6{gmUrzvBqj8A{TE552ybyig!uvIKPgmVXgg<(NJFdg}1szsS;~;iY z>(1N|pSa-qNnj%pX6#Jwd-sxK=8;T8U@_E$GTG^ef&w1n>>mKy8ubGGOH%5Pk_UB2 zE?I!RdnpW76h=me0{<74Jv!U5Ve5MdYHf(trk zcoNqOCiQyzL$)Zfg0x_)IeB@Z5~UNILyA0warMYuPmkVO#+76gP(b@|jC@i^CMCgQ zaOM>q($UyOb{=mP&eyZfrvfMFy55rN1;%D>qKA@45FEFe4h&EEf)a$a#J>8PsIDs9 zM*y-^xg0*ncclOkn&PQ%YB`P1a-truXi!o6p*r)!BJz-S$YHp>f(rXluY{U4)YbsG z>-V6xULBRj1eGK&DP2XfH$B>RiXr6&CJ#R3vyhjHXGC|gx#&j2PO#}@CUl#{`a4eL(J!5}I_eC-(vhJUQha17W~)N%stK-C z6O<oB6LPW50DD*E-(VFx1xgiYfQ?jk@M|Yppmju0tC|oJKelrhOSe zwtc-uIcH`qpcR*i%myl1_M+HF-2l^{a%*0#AMgNnLT%N=HI|R1Tj%CU)h~cbhP*IU zw~EB}Vc}(L8?2UP)hn6ENd7vOm1=Hq;KV}tin7s#T^&PznM3y!q9LmJ_QfYs=>IZsXI`XniDGuCvoo7IDi7nx;+cn>u zAr0b@l`{n&@7Z6}-f8kG&&G^|YlziPD(Fd;HIbr94%l~NXHjLKOJ}PokNQMl zlU8~V7jB$Fp;Kv>Vm3dy0jWeX4+t(4 zPd?*He?&{dld0=~>D!_gCop7(W-ht3BKflk@RyE?=J8N7xA{g&A$Q+nnVt(S71$`I z>oYXxNwn>RgUd~Ob@8z^^la30U)l4ZahyOUrH1KI4-N>bD+IPo`Q7^Tv+*)bccOpj zUoVC}^roQDOps^Y&ml?Dflf^hYU>KT`&ZswA`!SnEN(;uF#7XZQ|ThAIdr0nXaKY- z8$^50Zn3zT0xSoefs$*%+i)WU5MxQ&Gv>4ow@*lJpDKDkC4-0_Mat544u#yl)axms z-RrydHdBD$Ql?mt%3pU|)2oK5wJ}~{0cAqR9r49M)8PHL-A`2jo;H+!q|`CW?oLZq zd!$>Qtf!|dH-MSW*X`4Yw-9&_jhE67mG&AM$`iH*w^HDVgY6=y(G%PzdS8aNN#K4? z*pZn)-NTv6+M!T&BKgci?;?2zBf^pg*fjH^I7W;(HeNI4-+M0f8|oRE%k-yNSyvNdkfo4T41X3Wgu=krYq32ZUDio4xw75U!26NX1v zkHvyF<%c*yA-4bO>Mp$eEQa6&!x`@8hz!qfVD5DD74}OJsb#Vl$H+a&e zX7JpTje7IfX?{~z8ju(0c<>+@vUBhI?ldl)8j)l>|S%A;#PpZ+cr)5BCD0z0Z+ zL?+@RqN+eO=)|v;*#Ud5K9U=mghr@?olCA-2eM{EdBnX_ZbjP=+J7@}IFy3!cyT1I zODB|&`rYb3o31ha#%d-EfE3%s+g4=fPnVNk0)|^ssL}qVb;|gkx(FyS?J*gc`hq`L zLWGar9+n`so& z_AI=Gz!k49&R<*HA%>b>YG1ea`uf|1dnchGj)JH-0=fjUkYaJg!FyyP>{3|D8h;h-iPUDE`xoQUGkd)ZmLg!BrUfOFx*9f=;U5je=B!C?) z=>e#5H0`*t_bWZ%dPypb#F$6YEL)m!W50k90aXKj&CR=LMNp(LWdk_E?X`X)Z2f^_ zF?_GHFI@`^VfxO4Eyb~K^m;s@f^{eUS~{sMHNSor(*Hk?v?H z)X2V4tG7&6v)s;5+BO9`VjBSsbX1m4=h$kTMVZ~dXJ7mU_kc<9UaEqLhC<09=x@SJ z;LpfOs-(R%KIH6^uBQkgAXvMK>RzVhV=W2!^7$+@}FvCvRy@P?XT= zx5*?^o|tL^Gu*y>=9X*bLBr^XKFUdf&!)>R<-IR54~HKX)iukNtsTuO6MD-S;GrUd zQc>b??mMnM)G~?ejwgnzeEYLM36)>1uPl`L3HBy9Ug=TsvrMR}4bRs<9WZg6Id@## z_MBSn1_OX@gPj3>Pc;w^Kt8Sp4zx4YgG=>qgrmOml1R0dcyZzR?gK^=Pt$ zZdwZ(gT}4KSGgF=C&&IP zT-+#?d@v*>Y1@}ZzWoZN>?bVM3Kb%*tO;__vx_J%?NT;AEHfPoCp$(MtMi<4JL{bM zQBKQ)cdcH3VAudfGa=DQPy9wnTCJktAj`!G+Xr}Kfd-BSyZ}ckp$)E31Ks>tAqa6@9=?j1|L=NI38wABmspq!4DMd@A^^`B=#JbPkq9U)wgQ9pA!v-6%@&8t?DS4wPKoI=Y`zCKGHx?+?G zaOiJ5@vaY@j(LAgqS+opYOyaxCU2+S5Bm8lvNfZdo}PY6DEpKxNo6c4PT>p~xY4rn zN}&*&_b5Ee3T4CF($^qa9t$&Rft1H>7F01_yz}~zp^ulAiVzeX({mb>nIDLr1PG9K z#c*8D9hw^9(3`tzAGl)1(pk zs|Wwy4AR=s(Ml$(nGQn=iYe4&9aeh-$cI_msH7pwLpCEu567CKhLj=;tE-^;Nx>8E zeMUBdKK~jr?P6hh9{$-c79C{^?RZx43P_E@#>*zD|CE>#?9%-MaM|t>1N?$%o(q#~6UY0~yPK@u2lUT2pGCp23#cZeDi+7}{@0lNt*s@o_uDBf|L(sg+Zp zJ>U&UGz?0B&gDNnR^yXP{Y{2?YQ%@`IGvna&TKiHf4MO}a#_2RLyAMjH-0`QF)ZJQ$OC8Su)J?CL)`_`?7*-_l zZd`NSL@w50ZuMiEPVCvx0chKxQOl?94NbRln+$3NNWCbe>KQwi` zC9jp5?RT55Q(78BWjTH|h-@_xIM#d|sI!(m0G7$z%mw^72h~Oy*9r=Q7RK~PHW?te zhOjG*iXht&7EC#|*^ke3ydBPxd%iffZjOw|f}f%ui?ZjCS4WjUP`R;BhE-2fMM7##?r&&su&3N1GeRN<*{_x(kfU-!O%_2Z8&|+nQD|@Ywv257 z&9U7OYkl_}7e1OfeEw)K;nKXSd-j;!SyWCn-8BlRu_7$;>Mm6~nlQMD6Eus5oWf^s zH>0OprgTgV;QXt-z@2jzyi^8UWaa%o9RFdtKA$vsZ&*g=-s6^m{X*93vGTQhh=##b zO#5F2VEYXXTSH>rEfoD?eBgieLcXoHH&67?Y(kZ$8BKU!fPWw^sz zPwj_~rT&Ny<|fWXOhfOZR$zo@bV-zy^vMeS9aS02!uor}rA(iu17%5q071 zxB(Z@F}_CNjyV!(Q1uUl+@woJuTh@bb=Pj$Q+uQogryhYIIv%-5e}DwU|G4~+tzy> zbnr)k)o%Qq!{6SoiURd)@cY;6Y!?!;A|vYWRu*uI){8JC_iYLY4m&+P(sYP?_ZH#_ zoofqC9T-|JoEce&?_SFf7i~|=ee28`C)&PFqk_1w7c_npWZ?k5uADjrD!a$O38`=ajF3L5Q}B`up*HKn0rma=G`?e zuk`s@jsRB&{HZlp2ob37QiJ^hW@klDE`-59EiM}_-Ps#pevKvL1K?F@M_b0bi7v`n zoejbGS<^5enBv#2jCsm)S3M`N&Rptfdpd*Vz+Q?jDC#zgvPbn&>noI4<1qZA=>b)p zLDXoSv}?h{4-&5kI%_m4>3R*SmX|*}ZmkaDkzh(jmHVvfPH5!P z;-;sX0l$k{TZZ?h-@c-1SL-cp&DLQbDYJ7}m3L!-P&D|B1PTTT-1~DPtuX5*IfBAH z9yPcf={I1EEf@vn*BCH%7zXVg_0U#PKd7Q|BjSWH05i)0@J^_be)rQ={!Rxy6}gI3 zMfA@`XndI(Uwb?%nG{u6?ygfU(8~&2)M9J*(P>CWMnT7D8f`xpRo5T!jH4q-ze&&g z;VRKBay76euHM3m)ME2MYCLKh$IFjCFdh$*f)ID}ld~|lFC}6rSjn?_xHQH9A0L0g z!uI}A&?xYKxg=%A=#jPVf>b3Yo7XR5?{y5?H$qB5 zNkTaAsirn~QS<2@3B@PRBsfHue187&H&!TOfrNBAIRc=q3^Iux#l)d@7r7>C&|w1a z{~ifF@|QDwL;o`vJuIW>_vS)V5D(DS!1r{M5|&f#3%EqydvwQQWhfABd8n@W`ByW3 zt(ij0d%HAVf2uxF`c3+@`wVi;x~)jqUiEerZqh~(`dWefy6lk?=8CKnD~TYi396A{ z0bVdjA`%m_Q3e*emL?Fp2bb)-33)pv(J4HAgV35v(jUlkWj#;?9N0v#xVNev*ry;a z%P^z%hwZSJ$>(YOHXW7q?9b^AOeiakVDK^dSM%V{aXjI!uPen^3zu_Qe6%wvPJP^i zXpdHs_TVFzU+n`OfBE=-BBl5Lsrix6wPj!^z_&P_#a*I8W{`3Co;X*)Y7IwOmcWe* zGtrh`md6a_f-GchRo`oLWuYL3;=$hD>RsEz$4f_J>fF5`+kQ$gz%48$+ZwRPQ1YN| z5{@Zr{|Bl8u{}C7*meZ|Vm4~)v^AZ_;%BeHz*R7VEsp6DjXOTfjN*c?m96$IWv0IE zDDj9iVgA4yLspcFpvK}?e~vlSlR z^#9@GyWQULdvoS3f=P|u`&am;?EaxV;DO6&QT3Jrz8?j?)wh#3h;v-TBXc?6eXQh5 z?ee?dFd22GrJZspE#njM9}RHyXjR?dPkDC4}LcrJpSMN!$Rm>aGq>)>%Wi(iDN_D)eQ+rIhl~b^kkJ7YGGN8&pp*_O zK_2f#Pcj51>T{we83Gd}=JmkQ=v5*d5F2}v99HM-r4!T$tWPRW$jtkjA(4)C0LJub zkdG_#f;SWO0NGz$zBaR~UR;xN-xs$@xUh!@NLHFsp?B3KPeu!PbKM+xczBLnp#uLH zK0dxX*yV_T;#{0%x@c3OArC382%X5&$ml12l8GHb8SC#e_-%iqyU+ z+sYwF@O@Reg?fP=rSig2QI@XuNfv&S@WE@4(&`Km5-_P}m12ttRmhoXjo_E>z)bhO z{)4GX7+ZA+R;g4bSNXk-J(3hbXV7P88*9mU&XRuI8R$vy2*ZXgNtQ%e;dW}yGu9kV zjvU$*FH{@OwyMVPmMcj&{wE0~Y!jvDnNpapO*A^MaZc>9-9j*ye*jz@W+xb)i2IB2 zQi6aQ+uHI%1PnEn6)f*7qs74YIB|EwvwkrU#0kloG7Z!qM{#7*FmS4p1zp?o#rQZ} zmTj!-6 zIh4I5RK>hujB}mm`dX_$aw7)p=r!xWZD>C;|4FoyTcHwNX<=mR2<9utrf)5X=2!l2 zMfx8N;oF6SOV3gJJAHXM{7F-qLZi!Slk_&DMnRCmnuMccL)C9`OtOm8*@= zHV;&JI^a)`Fr>mEZ!Q?X@5mRtjyE7i(UP?A$5ihQ66VAmle{Eykgq$@C|r zkX4GjvJQ3qp-h*C=4GR#;S7B}u}!mv7GRh)r0(8BpN9A|a68n7;r2e57zFIAY6Wr; zGX%X5+cIe-(16Ho!1;&Um7(0D&kOJCW?7?JhEz$F`5s}R5b+6e>IM#!dnq@*k$V+v zPOOo&2efPsxQ`f3+3^Egaj|fO#dMfxhPa{c>#hue^94s;ze@C=%!q{svR?|AmcQ*Z zylI8)j~V!PUVe*ep~#YJvC`-g-T+m(NE26Hh*=AqtYIXj{mr56omw{|y>dwzl#XA# z7;e?-VN~v02EEk*b4>UTR>Qa&$#|(R zmPbx6M+=fuVS*&P(Rs+*$jGy=rzB)466(U5T>dpL_7whZw z7*aa;jck{jWHMs4bE=Gl%;d7K;qjilfd~~c-cLC|&!u16f-$Rap;Q)-%y{a13yduX9 z^fgxn&RM8$g%d2?6EP-zBVVDJ?k1{GwF#H}#w8Boj?Xft)*BEAoWdkx?~4|Gok9z~ z>#8R6Bt^`hlu4#l@>W?|Cq`XSmqG|hWi9r}xp~_Pr^$SO>+#Wx*jWTWx46gt@G!?6 zR#t5j_|#ZbAu%f$IgW$p&N5bC4jhXOhU?^qeoz3V5F#RXLO^qY$ocG=&1oU6RhkF{ zgF5D;HqW+bO?}c#NQub?lQqtzX*wudi-x_%h)33S+nIvQjMd!O1FesWc1F`$>eY(* zzwtDvsj7Ibb*u}JfEo^|tD00MDh}jX>CLBPd)y862JEE^|E-c*og)9jN+ zX8{dZik?m=n{htzQY{rvYC($%v3*L(*MU=Ieh91&ayz7h;w*d`i0uW{dQ}t!6~;eS zcAUJXuTDg<@@FV1-Q=l=F@=!%b09$*cv9$1O1gNto7vOi#CVqra!)n&TMO)Cpdi5r zDeMWRFO7bUu94Z8eXtb$elyGuq`ePlK2CT<;H$%@HYwYLju=bPgKIm0{#?Cs zbf7rIL7WBO*ju*|k|4>af|B%SNh2Uay>I0t^K%yyJ_=b3N-~)X@XRwg5eO$bciGOT zBb}E~T*uyxh4At6gQ;(kp0Ci);@=4rC6pG@)*S}TQkl0#O?oZhLuKPcD4@3J-Gy9i`h=?P z=)>^X!x8|eywn7l{- zp%0TQ>*D5FSI6&XUGf4wpZtU3esv5C@ofV`75T^TPaFms06!S{)%K&6K*f{pXspQD zQ2OKd2k#Gch@|iaC!OAWZ@DF*8fQad|L-)Zn`2#ptA5POZ;~JKLyq$?KWg{E9g6$0 z$aI`U{CXAD;?lwg-39lG{6tJFF_)7|p|0^eGMWTQI!`K&T#vPfDh{*@?jAmaUI13r zVR&JFjGY;g&%ubaKW=J8PDk(e{<8DQ*RCW z9%aIlPNK7i83P5<-XLfBRBOz{E-2KeNL7@|L|tIMdkCkNf=7Im$GS@;N`%Di2Nnt5})hrjM-!q$c6C zaYzuW^fg6dC0jcS;uDcYTajdQ!;U09fV@pN%Q?**N3tQ=`D0W}9_4nbC#O*s4h}~* zC1Tod<+8TO<^lGCM%9x^TZq|;a$}pFUwk4NFMnBx9NE2g`9?nNtwVQUiWE0`^q5@WgdOWCwUuge^P!& z2~C2$^@rW%M?}`TVY*4kB1>}+75)t$%R1r(tWBtI^)l} zJa8XyJ>gnUGAe)F+~{n?;5~n zacs|XYVT^@Jhnqi4$ahlP}BulzMA4$KxoMiDCtMI9DnNsIGq4}{ts=pWzEc^aGehlgiA$|FAF z;q?Vi_283xp5a{@bQDeTV;Z*uH?CI;H!F_fQPzGti`s3dJ3Jn*B`DLIgU#~*d;K6L zO#}ER%F|iy6(kME*tbBm-W%D8mm@v!a&IuG>aVWCNtR!VYg&fkrk=X5vpgECH?OfD zN0yex1I#j{hO9bJpWQQwPw#m)4kXYZQ&D}IH2z*p22KAZ6^8P(0=MWR{1Le{1ilVN zWN*4#@AL_otcGdt=wPV!yJur<^CH#%GY5G|BX#I70>nsECr09h@mGoCxfW(lQ%d^+ zP}#;XJT|m{2p4XYu0_9`u_SF7Y%4PTkY-(&yeGWbpnZ+0YVl?D20=$-SKwrNF?@}z z%2Wx>{J0jnPc8VDI>Iy2dDW}Z{pQ@dpi<7u8z;;Poitx`*60v${0o*}Bh2U?U+~K`L`og{Qdx5c>ryre|ZfO#Lw@Swx@St+XL#*_Rk-wmKYetyJXUSEJ zdF%*qRsYXXwMu^bo~|`zoL%DUT{mEv8!_$uBTcLsEAh6+$x49bYtaC@y_5 z`>R04%$Z+wQ2 z`=#KoR^z%^Xs#i-4bN* z>|ZsD*`KkjRY0iL_91T30K-Zg#n5*Z0lyy4B{U7xd)IlbteY4iV z#U;1v!-B5p{W?}3--Y=CP61jjc^P|oO&xI0&aj8pb73;emwmfF6!YuwY4+iMz-72r z%o#4vUA)aUN&lSSRKKuM{n`Cv!3Qqryv@h4BoLqA1LCE`I-4YFkm!qhdjynKDB$+N z34DT8NPuMX&=9Hb-`>s;ni0EWY0GlkOV_EJ#pWou@CW>q8XkA!x%p2e$q-2f%cWA? zp_Ct?H_>sloq8kvf?EcliwGq?qCeJ6DqD^#WEz$Xe@ci>dJveX9iucLUnqb=U7YFQ zkY}Z^emf*%qoj6mZ$14pWi#E2%P;&KD4@*B;cV%_m~ru8iQxRt0mGW{anM-Igx^)F z-l+f3i*Yr81=neit8#{RqyG=yOoRaqdX||u*yik!#knm~|!k#aWAKbYuQk@Orwem@~ zJRc~|%;n=EN_R{sn|#M#nQzCALe>Fw*(&eprA2%|Kl?qK+nlUv7klYv!S;il{mrdO(C2^4}k(hN3&N+^HY|HR8I;3)L&kGW2NArmLac zYcu9=z1cu-u~`u6Vs%8ZuNeQs<9VpmhaRU4(Y`lr)vK6_*n!dW49=CGomrW zWDa)0*YtOk;TZ$E-|GyhZ)arkt{<~!Od_aG6V{PG7SDlPe}y*^tYwSad_=qnl7=mr zxpGy6Ml?ib!OR38e9cfKo<+He(B3HkcwUm#Z{7Xp%+Dn`8nM3LluYEgc%(T>= zjS4Re$g2^oXzzlb()}Uew)c8L!kzrO7y&K1RaW)*MSDenwc;rsbghPEm>kj{`HXiq1Iu{5qYuL+^Un#2M_C+uPStMU4}y zt5{st2`}Kww*?4)Zd*epUe`BL`K(xJx(4eA)jexfW%8Mpa+spy{_4@g>Hg5%2hSG;ic!a#IwlvZ9Sd_&F72d6=}5h8Lq9}0Sn@16doi{_X{Qml9>9-^p}A%U4! zamomVX4GqDa%KYAY*-<8#uU*^AmC#^E6ogx=I~&>z3A#4t$39uW<<$3l&16 z9v$Z4=uxkPMc3`PjpPe)Sharc+)|m2LrPY1$?0jpG!^%Kx>gBPg-EA#J` zghZ0u(bZ7$ekwnesQ#rmWy6nEaXO7WDOZ?#PSd-O5p|Im+~=4LiCP|PE<5kPRJGyS z@a!r&=hb)=4yU}U6>xIF)Ny~!y$EZt7uq1u14{u z_cWl$fnXHQ8y~PMn*#A^kw*5bv#LpZ*gtc7rG0G4IMo)}f!^Pgz9UmtJaax$@aEDt zxwLJn_u99$tCsI6;w7hnImMiADN$+4c<|OsUq~ zZrFAst`{q=#sXd~A_Be_?@{(xB*SRv4+`0Td_?>4Ohlw3v10yp`xqaBw-u24cR7uanS!Bk#S6jajNCyV14gkJtQ%VUoOBkv?s4j+uSEgF?*O05VMqk z{#2os|E^P47Sm1$Zh%RMT@qXjwZj^_|WP5yA8Jz(P z<&ufucXC=7uSOMQZIC$wQEXi`P_m3xWR56satjJqM=axb(3Gn5C;G!~V;;I_SfYhjDt|;0mO%Z|cGe1l-l-gD%;r${G?+M_*|9_~hgI z&+|;>{7f!+PF*QtKDVD3rSomk`&i0gR0)cb^k_o@5!Qym-Il1P{OjTmPI!|*l$^eC z=%uRbjgbN|uT65Oe|}6d^0RPQ6lw&;ku!PDZWnO(3f-C;5N#%qjYbLcT_y7s8Xf9d zV1i&JG_@oSi{VYv*J%k+oE{=8u4b>swqT$cC~J*3&ZJA(7G+gmT#h*8uIQzgfHR03 z4veO4JKTWNs#>!shGWLlCuI`J9d>PQ0-dG-!3PMB1rLN%;AM+1w$uUGLso$@N3+~T z))wr|e^a6vQ2UK&%9DPl0*K4Z^{9M*ppoc%+1Ar@aY-tz#tp6z5$bV?{e)Ud+Q04* zp&b69%g)%vb)`0PRv2_uS52~0JjA7OQp<2@1LNU32q#l681PPIhZ;yKnDjx6`n5o^ z=Fdtp7j0hp4wO3;I&=vso|ZJEc(ftqexzR|(MZ2?&#r#4 zTBP+dW#EYyNyFOy%`0p@DPNGPu0s;w{si{r5jt|rxDi5`Zkf9TUTk8L`=AwJ?rY3Oa@vpLX{bqQdLPBUt5^2!=4Fu0fFJ}b)6;2OZ2fLI)J9<_ zhL*j2C6I@Kr{lvdcXaRPxrwK-JPNEWabv6A`tms5A6yHI7+K2h8{;4#+}r2J6M9Nb zQuUP=t#WHKyU0(1#jlvTOCgw+{YEb^pk8rdsp`tWC!isNfJMkY13X3`0_2`s13K=u z5=v~Y&FMxHS=R3?w$2!mwV2S7}^@YFTEusUIY?XHBPWQnE$BX?FESmD&2Hl375Cws!rX6-TR&Ap*Wb zoI*qak+91t5g|8R!}Wk}2yXK2fm47ggbnWjS%=F8QntCy9!brQQ-l{n9?y_Maq&p# z@&ceoJ(W)*A4aCCtYfw{K(h+4)N zKhOtI3qFQ8O143*;}W>DgOto9^lDDq#bZX=7gMfXXWVY{n(j{urMcL}5?d|?K^khB zMlf{j$~aGnc0rbaS|^;W-l9U$ps2dNM~RBB!s7i) z?Y+Y~pBaYDso-h*ON}YPhcx3bFkw;98`6Z)*2u=WBTOy8`F9G1LW4v!!+uZ=qIZ6N zOF~3?jIatBOeY2tVC8zBu z-QIT1ViJ7fw489%ySxsglMkuSUj^FcmBmg;)NQ!j1(oi!F)v^ppSqK$MR+=JI_5EURR>##PI6BZtA{TuP}QKAE` zgsYDWQ)MV*S*_1sT)rYDVT=HjmA&LATv%5b@&e!8n)gUa7|Q`6qSWbeUPlBBZ_zeq zRD!Jr+VmB1ET0i8R#=c@1sadxM#()(uEv>xnWH@6Pp!(~ti`FTRXEZRzFtVL#ZV7K z(|F|tYHg`)+uoXBt6O%`4wK4ScNq_28>gQ7qD@HYY^1!X{s1xY5LYbL&A5@L0ud>+ zvqIyeVGTn-ny;);uov=oD4zt~RxKw%NUfnedXecjnf^bmSAKx=pAmzZeo@S-#R-Cr z-;pD@F&Ep^ zS21Y2J{_U4g{;A3jitZBreAvD8#+n~W@PDJK@{tUj_Tax+2CB#rpZOPjbRi1F~TmU zyZBwq$hBS_t#%~Qt`Vrj5L@(vI%CxyszCdthk5%05DZFxH<`@8W(!$WlFv@lv}sy^ zR0SJq+@d9eGTvMQ$eLkLj%4=B9|eP>B&cLVZ|YzODvM!$%E(Li?+ABHTf2JW=5c&% zd9kS@c9~$1A6kg}!w-&WXtYXssipFRLrOY}T1hNX#EQfiy!ipPEaj#VzjILLZvll0 z^%czJE|Stzr`+<;vZb~1`Y8rCj$!V`+o~YWHE~HTYML^p%Ag+4U{Jnfd80-QI7Yhr zjJ-}sYK7%}u$Ou+&bNnC0%*`G@0Js8F9#=rxFNF$5O~U}+YfH-Gob( z7dK$ncPpEIFE%>D@BX|IdE=N|ztYa~b5LJPFY1hpF?;ol`Ja*1MlS!Lq$n(Nqs>R- zkPYAbOA4~(H}{$T z%)rb5iaQ$(g1%>z-}V{5JYGdb!mp=#9aS5#-cNdODxJMU(=?|-Sh%fi&tgenfVuu% zWwUUPAo#FuUD!GXE6guRyiXw}BD0{=c2feVan1!uc1D~|H?w$Yhq|*0*<*iMI&HgL zK0*JD)PhV%CD*;}zha_yODuDu#gHB;PH5+l7~4l}gsc0?+DW*L83b-zg*q5 zHZh5=8E-XM%j|4&alz8wgP8a34CL#_BS*EjKZ=rTx0zh-b(@0augjQ|mtDyHr4iFF zw+z^Acc?GEoMEj`!&GrMPo*&6w7-q!SQu5>QWr;kt~c6WnIk>ME!L3MdyJv*tEdpr z>u7ahfvUAj`FhQxAuacsI{lYilhmiqe$C>2W7V6wrF4BH8F8!y9FBNSuH2RhCRa)- zeEzz(q{1x^d_HqV@cW3fw?A8+a0n6-GV#2Jf!NL z5~F_K_!`yoE*~UuBy=m8Q6{UJ(A!WN#ogoXDuR|dOdha5e;PM*vS!98JIB6}%U)}v zQ* z90*(}#Lmo56^!Z+7uI9_$#9xvth zaD*>Flth(c0kCEtGGSQ96{u_m0*v0Tf#ZN$aMkp+Rl82LJ7Z^0XAUdfh1V(oyDAy< zwOm#NYHTyzURWCag_)0ALncGNT5$=Hd-ZvOajO#Fk>Z$A=X))aBduA>h@two5;ti^ z5Gf92sW#9iBT@+e`k1QSXSDPXj|*ta%gPlD1$KQ% zCLK-;rQBHdq7}3FJv_^zuBbnG<`|4yHalFGU3OEF-Gj>-jgLN>WP^5q9V_HLM_-#2$nQW zOHV*lvh;jVtDE}{{p_Remo14%n?)<<9w~hu{621Yl-Q0=*))UGRyPncms*Tu7VJKH z`7>Y4xYeU1PxI0p)W`rrQ646_6k1!C4|^{@C-iQ%h|=P1fBYU5Ihd{)#O?6OPN}`n ztE(daXIyY>d|tg`ykV6yWJX>S|FIJtcL6^G(f);8zi_8J{7pY8ej=%H0;9e?#f*2egqs&Oxf^IS?}W>kg5 zm1tE^&AJI{l?;tz_69KDuX1H z)u!|B)Yqc5Uz~X-WvD96IC;plD-gEi(u;fB$xGN~=T@GU6CW_q0Is*p&i4&)9eet4D=fgYMA9zQkrqju%!T1V-)57R8 z3Tl;ENbd#~APl5!t9W>g2*Y=cS$LP1f+^&xOOUH>W~`wLg-Yiw_0nw(w4c;OQkE>I ze2a9G_Xe+-yQ07YIlYbV>bj}y5;mZaV&`yuTsU}laCJnAp1aMSy)6Mc!@Kvs40ATzz(ZH7mE-sHYiUgmW%q5MLUx8tX z^C!d$1mpd8+&JtC_*k9C^m0(4?=;7oBpzT+PBr#NrHXCiL4G0}z0+<>{1M|mrq%)j zgJx#a_n3z{o15%=8y1OxFxnh5m$BKCU#}Aud5%={2zI9>x;~nlaMUH(k6uc;|2wqE zFdI{dv*nzgIqtLK?)7bb8;nD$ov;*M*fTGRAk4>4B9vq38osBi<1Bzj8A%Dj_3+QL zHxov6&lX;yo?(9_zMN=|-GpiHh9Z96{Uxf!Rwd12=~sDAn!i94MG~+z(6wL*r&y*> z5APNLc_C8%+I$MoOvLm3f1o;cL~byyQvJm0N*6$|B6jn;70cs>k9P~&@z3)*4vRzh z@#sK4^_U)4=*4c0hV%U9pRTJB@huzacXK9oA=*H~JO3GZ( z4K0e89;e;<;kk?sknVFzeS@m8m(q%Kn}}vn+zWTSSS%CA5fApX`SzXLZG93MCpL&J zh;uT%=uZLRkD+r|(&(=%?cI~%x=Sm0caYD@9zGx}hVeKziz~K`es}!|#gfwry}lmroSm2JeT?p`AuP+$~ zb#nz3dDJ@Gv{H+%zMxUZOM4qSlN%Ht%t)J)SifD`SzL% z8-iZJ%Ir-6J@(24+2d8-RwM(~J{g?a!aYoTq<7>Nn)Ya=Ah}3K#)C33+p& zbZM(VS8_pc1Ra`Q$rW+wSS_;t1_jLz0irF!HnB5%MWN=mju4A{RMpILw`C(Ef}?3* ztahm%Zfomo>501+$lE;i@HP;OuE0zwe-c~}!d-4)%P9ra+b|lU z!`e2ZT>}fLxsacTiqH39;ecFb#W~Ukkgbh2MUDVdK@If3WW76VjYr_XF1Eer{nz*d zM|jU8f8>ke2T%MHxwjGP&>_ryRjlw&+42)l<99z)Sa3gEg&6tkKt12uKBZ-imCr3C zA!;vCO(9pF#8#ictujs>s(y1dO@;Ld2{o<09=OC^lfG_6V1TXK0jxaJ^!6O;Yc&$d#PcvRaK3=E6r^3Y?_wE{h9r+EwUP<9du8JF+U3>K zp%@s{W}%=&m#t%abJxFp;?bshMe28e{AQqr*2HufHo@?=4Xk=MTW@mls%%~Ysn?1o>_ngP{GYtZhMnps~b*<>b&uf;mg8hO#oo=ng3B$fq$Pg%WKovSeS=7hw2Dv_=1 z&8};QCg1o(Y_~NQ5|AzLd=F=0t~RhzSGIb`%jSB3=MK$zgw? zS?wGw_uz+~DHb0;#<@Ng(bq&xV&?q(7=zIU>GQKQ>#NC@Y}ShS;SO9SBXyigA4>1~ z-Y5rZ3#Fxnfvl9$g5|@Y#N7LhGRsReRi)Cu+J6R`Z9ess5~j%+D}(fIh4i3>hD@mo zO6(mJnGNK)ESFj2jRX!w9lMD!&?c)ng|mSeXxeSXxIWWLR@KfE_UX~CjM|FRxW;TC z(WWL#RShk1WXq=H4D~@vP#;o>Q6j=4W$5#6FKD}qGs6(xqvv=;Gir8}Lsmb#X3?YY znG2E(QAJ2PB@_1c-E!)o7<%XIAs=fn?&Zat*v;ZKjZsH=jO`b$%RBO`B){cVuYhRQ%ekeq+me z*AGe$nh?efdRv*4db+jw%X5J6i6yz(oVL~kv6`THlTfkmLE3`cmp|d7^)mybAja<9 zal87U`8ayC+yS5;W0iWnaQ2Fmgmi+?HXKerL3)XVt@Eec6gk_m^xPQ>B)+BcVDigLHW05OYrgX&W@r<8x$+el<48>&7vNjF))3Nei8#Y8Hl2B9bCR6tk| z)K@8jShd;!=KQh*5)kZmMURX$9Y@oGcBR^QJP=X7Y)YY$5nfzjd#7tD^)x=&1E^j~ zSsSJWLFUW>co@5I7Q2XeGBEJx8E9jsw)0&hWAkLh4(ijY(*elx;cQvz91g6+Bx}yfc^2aY3dGXCN!5hgdqiE-^W>8Lyp{CFl-$;?vf; z6gU*D!6de^1DW;`AF~LopkqKI9e4B5?E}!5T9mFMl@hf!G>(&y1$HLZ zs)j`a?$@~-tiIA2%b}fg$a+kqb;;Eyy+i>qfji`gDK}$BZH0wfpTI=aBqQgxKo;~r z#q{2(yCyL1-cy$QBgp+6?%=jG1(=WZa&a3;G!V3?G}wp+IK+CBmnWGD5ZmF zwlByYE5w~=)0eTJ7M-!|43MDyk=ztr$=d!gf`b-erFmSR=$QzcitwH4JG^m?1&h+A zT0iMN$*jeIsM;>^IiPd`_8h2w(5o9uSg|%NY*>Q}n&iXSR)9U%aU}1+JRc=Ca20sZ zu~=h(f=( zkeQh!qY(4$%z&u64CyFiu*Yr_pIdWaTPwoDhC%^guGl-R%wcA&0d}ZmVqUEkX8zK& zbDK$Xr}F2^HxzmX8PB=!@<|az42f<|olbOV^xjv6tu`wqsdVu(1lWBDtD9&JJHF^f~gibo&E z{znI+W;vNVq9;BR5<4*sC^nUe50uJp=BDW%KGr>zmf zv}efXci-mFXiXniIft~y1OfX3xVt<#fE3z8+uru$=746ffCK#NH4lT+;dfDw0JPwN zryNnu>CynGVPX=ekCCR+J^}{mhYN#I3x7O!X_1*_yWRPk zj1;wjX?MxGi#uQCkQhQh)*oR2_X}&4g7WAKHCkbb)vR1Sq^`)z3yqODC1ok?2)Rm zznL_z(wvCbX3d&}U=O&B{8J(#MRGW8k!aEwISXW$PbqcXVdKVwN`ZVtABETeZ1X)muuNssLVNXA8rO1X?FP_Fv7-QTU#s4LWUY3 zV?EO5Cp~qTwob@FooPUQ++x(leRx`HIZdtRD{ycBhfg+EnMRP?@2Y;&cj3Ktg<(vA zigOf$w{bK=b>_y?wSlb%+~x`Kx!VH*V*1`HQ)VOpo=+ACpLraMni9LLCk!imAT|J# z{MZ(_nEg9y!0LhY>S}&7?j;{8#>fbCxRiYlm>MuCo8oB zh&x;A!19nL(8P`OH{W{yC|A;BXV&!Zz%>w^#rIW6K_A)_rPyUnGr|uAwAn zZD#to-tsk=W{nmTPT+!4MH#zJ7!6hsAqB~;!V)*J%GC=0^rZo_;UKkbAd!zQt+Y1X zQ=~}Tri4`_aa$F;Gm?Vrwdp-ptXCt7=>A0n5mh0z@{GA~yc4t8)g_vXEuguC`e9^c z@X^7QohI2K1P7n~?0|P=AA^~4#i249fS09>EdJz>8wLeUx26USIXxF@4!r7&HznS5 zm1fi0(GJ`2I=m6k@&`X{FEnU^;*|waIqNu)>62iBMdI|fMG-S7HU-KhdN>B_UqLbP zYtC#ZoXxN254(Lg-|@5dZoSBOI)@J|I?9L5m_&5SK$`ox_c9PoT6XIF!PM}!*;u;_ z6X4NWI-$MlUj5z}W1+VJQv|f&w^`7Et+8+hzh(Y<$Veqj*?IX5a@zyDZFUB> zx~aI*MYgB>pvTf!?Mi2@L*bVR)h{ez2#j0BaJo9B3@Suzr1V)Kk>hZ5ZE{x5@GfQQbnaP+gX?SW(zg^W(?3U{@Vm3;}`x zYma4tsHJJ{a|r{~HKp7E>)M!&XMMrBglsnoDPKqOZPeez=}@0<{1Vug@p7}yT#BaA zr}tkxui)4P5&#qQtBJLZycev7+d-ZjDV!lqA2B)zw*Lv4GmlANSvtb@Sc5yXqc!AN zw}`^=#TGJBo~d+=OupJ;YbByJ!4S8|im;#d)je*@?Vym+v5!Hppx?r(jkWI{XHSTG zG>4pQ4K(7BRd;#VExN=aA^4%M7*TlLweyJV(bk2Cz-?|!KLUX%4K@?}i}W~>!{nKT1|GS59*=^SypAYR^&VE~;W;*u!GHdy)U&Bn zqiEnZ+cZS&glPC9c0|dM@YB_2u?6&^{<|(Ti083Vqsax;PMpYYFE+yn-x=AFua^q2 zE&KQk?!|Nj3hc&#Gw%R(z3Q@Hf%U?wR}7U^K&k8!;2nYWq#q9#?{k&TJdM+ehHDOX zdYXlvK1T|T2aEFC2iq#9e=BeZ#r)#<1KONq&-4LrOOIV6O3c#h8lQ~ZjFGh7jyRrx zFrK4|zB43po+1Z&JjYfORxsmZVS}klFea9Oa$TbK9q>dA$=xnc!B>wce>ttGaojZ73PGmmz8_&AxgHvxz(rU_5iqvoe?y(~M{Puf|K zC{LmcdUle!{NKeFS!7SMj1L7&v3HXcQ#vt?i5VNvTsw0)%XVv zzKK8>XlQ3ZH#Ngk+q1r`P~qTQyIpl}=@or3|ENB35Rd`Y$rCo)OM!k}R|INeAHf-T ztuZ^;vfoI*43mqnKGv2omun@qi0+%sPN)g-UAg--g9lpu#rBfzqG_E8++TW@EIeK9 z!U$@4Dg1g63T|axu!BV1(b}eXRAqYU4x-=fEPHriVbC1A#WZ|r?OECX=glZ+u^!WJl=;LSG zmyIRIm%937f>U1A=#%Y$aH07VtJaSQ4&4cR$~VH!o5=&SLH)!92XR|o87kp20e_X) zsAJenA0kwIGf&NR1a@g zJJnlj1F0=M2pO+$Ye9JH2XBzbK`Ya^|cbbk+oWc1URT zm854a*_eRK8A}G+1_1fFmYpML4U}@QTMXwBEZ*jrEspR1d>6A-zVL7;d%-76|zsdHRZ{;>t^(-M>Dwa>S8@O@VX~ z;@pi6&Zapwcd(Dl17b|$SrI^5eZ>%+^jTlK4y1AG5v`U@OwNfEr z0x8B(UnRDQ#8>&FEZME(CI@BdOm(BM?oY=oEDB_$__SHGTO~Y=8G68sPTV@JzX<$> z$SFnw6FzXpQM90G$08~!3*?`HfWYhb#Z;Rn7=k~|378R(tRtqgVjhUQ@NMDYl#yJYt#5M zcto}=Q91EodDH5HK5AK_v=Y_eD(*85j(0DoNa9gcNw^#(W7@vgacXHhZf`3kO=p=4 ztq8e~Gddf?%7_$kG z^*0WI`9!QydYIpbHepp|t<-<1Wh;Z$MGi}`WQ*IQ$2# z;Ft-8%G2Cd#J{LIFYK@YCMkxLS-*WB*w^?LbpP20!=?-m7yt1tG-pOQh#EqTh%ZXZ z=!_~&)bB$;Xo`?XuCa&)h;^jRLT)>sDy66t;}&vKV;HGn6@+q2ZdE0pvb6weXq!J( zY3A7=!26S8*$-Kh1wm^yhr$MyvAvf&s#BOyONj%RRo2BWdt@09WWNDtP-bb91-`4T zCGqH-@3kEbCXqq$#mX~7W*}ROX0emHEg~?fLt*q_nwGFjSAmVyzqn{^PqBXL0ZtP? z{Sa)s{=A+7gui3}5z=iE=+1LfV|&yQ=3f*Ia>GQ^?geFV9}(X1ljlcUczv`yux6cF zioD@-_~OnK3fLcT^(c4KE{-1kQ;^bvu!|relui{V7X)^2pvSgJiFw1l>}N&v88ajN zGz8`cj=es=0y92h#a^$Nv>b|rl=tvie_}F07H#_o|2}tJh@(}{)hj2`KzRG-v;1KZ zMGV$SfpT+b|Kce7;*054`Bb5=A)s_G(RSp<;@$jsh+kEK0qj@+wG|UdZh^~ds1xeA zk~&4~KqamBP-FO5SW^W1jieycI_jhSAhRD@`ZVzf^|)UK9$i4g#y9g6@b+2KWHDAq}eUbK+A3QpqmRQPdq(bfH$Hac2i5FWLT~>(_+;sS|SDBKg@cr8bjn{gx{0;^Z+) zg66*2WK*?wnD=QHvj~XL=~q@2!K#Rr%%igDjyE>2qcE{b-tJ$XV)Y=P#=e`fN){p^ znWT{jEOZ}<1%_@mcwiO%lDVEWG)0A7Pv^wkp7bEYc7U{L>Y7&Y_}IwFkceFAjYqA< zwQ(DbpKDM`pUe-8shbaZHeO`3^i0Vp{Ft_~D@ii(lMPikqg&h-Q90S-=yA+aFudy1YSf=Uq|Qsbe=fZ`b&?>=o_DsuDcqopQ{ z7%U@vt+*R(WO~GGX5=t~{=lhW;_+gQBVj5Gvu08G6$r262DBOU9iEsSy|;DBvN{P7(>S#dO6z|ROeGOLLe*C9|r~X z(q_GYbe-h5%*t|7s@#qQ#K_Xb*$GhQ%-uaqy^Zc>1>mMs@j5^7KV$eQhgx|;HPtVu zt5Re9tyJhQ&op;bTGlT*{C{&haLn(ATi#mM0mJI9mY zigH*5=jVDc6W4E!ato`nntr-DdNdgBSBFJ&vsfJZowX@r!Nm$sC9{_Q5j20+DK1C6bGLDgKTNUOby=Ej6K7^|!ZO`m zsCpOjat>mFLDn}a>XjE46606{RgRdW&NR)g>W&MKdQ9K;?3Zq+x1#AkEXj`E%QMbTPnyH@t87r?eFGf`b` zmj|1}!^RGF9NB3grnt!io4#w;K{AeJ>HYwu`$j@?1`)*;n~0D!kmryMuD*3tzgGqk_Y?VTxpzecFqWwgOR0lxhR%IVe046Rl)Y-|bqh&e-GKI4T~ z?&VwS80!*fZpI=rK~+6yJ+`ge^QN9p#tgaQQO&BYmjP*t0Xgm422E<)4;G+|$n+SBb?0Yn->uL${ifLw z76RxX5mOmoB2u0Cwrtg(xbX!OfILX2Nq*ss;>xhWd_TLwnT5nt=0MNb*{vTxegi&> zo3uqQHO zr(UPwcL9*oa03Bi+AYwS4vhq;u7``cpfLkU)RG{tX?UzUeJF1cUftaLjhNKt^G(Vl*doB;WM^>g6)Wa`&|8 zeu1lN#4vreBJ&Mg20 zC$wg90I_XbxzXc+`aM%~Ygbk0a=}mD=-!(GGvAQK8rrx&UAp28078!kEBU{#gzyfS;*!5_&Nx5zzpKuB3^p5totZ}9Nys=l_# zh_6bQq)OaV0*t)g`;M01E4mmgFiWv*y0UpWmNkxBy~X84!dOmfTigWgG) znG4MGt`m6991~na&=m6s37099p5efXF#=rb;}Kiz?oOfVkj{vsU1Axh zbda-YW-x5i4D9>&jT&5J{24rV6Igyosimo(bU2){(!V^!?E301)zEL*VDKrAI|d)w zCc$G1QN4f2v@)d!G~916ofPZF#$nnK)9@>W)pqShp_5#bpdyBbjw5Alp(DUJ_$(fm z>^EozaK&l6Sd!z#(3ZGM7VUCQSuNxe9|D9&b?Z@ofPEX|dz)P`AY(vTd=wOMyU}zt z13UPsLja98n4P`2Bxr)!B?LdkJ$=mN-TqACKQ$Xn6R^EN8uV6dRvdp0e~qB{Oz$qb zZnPb`L!(zMbTmhh$91##5nwhDbtTg!xh+@iCD1sU*>r&Pq`C3#gf&fp!5!QmujZ>v z;0|u7wUyFMpXEkw`1}Ui{0F$<<{$brz_lRT=hc1{mp>Ixa{C{8O_uyR9%~aS?tr`e zor?{P#xxGdbFy6r(Ltefje1`U*Ox_w*_&7LH%(-X8u@e``edX$e*a`mEYEJ}-mhkz zww_Q`9u%*^UYw3QO3d~0qZRBLWdckFdG_6`sC9b}+53FU_mrgeGg3@hDsIdyL5Ap@YRN}$}8$*8k~Gs>QpYFn;SCC|$G zObd{M&5~1jGx@J0XBqzzNKgw=u_xCx#vpqWdbeS>3?i|?%HxQ@sD(qzT}T`m$m3yB zvdQebvj1@OiL{M_M$AzAlPfFp;;gk!Q!lqYZ!4_QpVS)9Q!^KRYTFNkcc@j3GNfLFWu zy^L8ls&CJz0goBv4b7fjKlA2&mt*bJTg>b5f=dCQzJ?Zr z#Dvp-|95%GFfkJd+n7!RJeWNWKr&({mKsyBU2eDUM~GTCyP+td+wdFTVD6`=coWQp zg(@oXVUP?^{$*igyh%XsOWIs-2j?ZQ;4Ws89rt45@$zud05o__p*c?_W52|@j=M*{ z5pY88P)pR;W|8DmqE8tArfu+s|Q05>GsW^E3AdpQ9B zNY&`u%9s3jVBX#b+6TKO7pBiS)zC5ol}G+t(QFt@OW*57UAC z&>d`PE4!n+v^(2{}}C0jQ%_*ncPN9XFmQH8s(jq{M|SO>yi*Dsgqh~3>LrpWFQRVdS|ymjOxb52qTQ+ z+G1!K*rUG!uRSSG;O8E~0k*54|9uG|p|dJ|wxBsw2Eh)2c6RTpXrgFF{!oBTc1;+J z9nLWwgU&8fI9Vqh5HqApvM2Q>qlyK0#r_$rRDCxCG>Vw{N#R1b@4HmK2CGH8e>hSw zD096W?WK7!peG438BQ`~syE{E(^1Q2WV45XHJBqlC4<#P$3Qupwre5pc!R8;HDx#1vZ@B=?}1!B}>N-_00~~S0i^>5dhyxhCk!u zTS<@!CFSC}Q3gX&0%ie`EyI=Xundh?cFSs1vqu$&rFBMl%PxC{9U(%VR_tTdqRs^u ztJ{7pCQ;j3v(zGDoGEyhc z4_&+8+s?7Psct_*-5ZNP>!PKBl;pRe?P*(A_E;3qyqu~IU|60DTI>^ATH;B6r-^e+ z&%y69{N}*%73j#v_y)!fm&}Ujpt8XlOz%Q=DRIpHMn&d%bgUztlef6^(+)X}#8iO5 zBHyi+4XxRNI7@o2v<_Y-ozM4c3JRJUI{zAZE@&$yGOR(!G6USILcKgcHwyu%kXEUHB>2 zvJmm7?WrQp%I+ebb@u-YUE@kJXLg*LndlKI7=RU*9rR-YK@OZAH!$!cVC7TRsB3>< zj=2n1MgZyqvZi|VfRt!Ht^`DeoQ!s7z@@oF?0prt8|n-A;vI8=@QqZz{^=ED2~eYr z{cX9RizU<@b^_4U!_p~-m$*PN0As!eMFy18nYzf#(TBgDLVg<~qc>y)qc~>Is)9zO zD&u*QF?v)_kgj6-W_Y&1!lwfD)f_b?Pt&Mbr8%Pu0L zHJVEtTheH|;O=Fleo#G0$_2FhjDHBgp9DV<53ugL+&x)mqueR$OJ{7nn`l@gb=rq6}G)BuU`j0uhkKyolz^ORrtqx zIs|U&MqB|MrcZi>+7k~J5Vz8OcQMt0CCwD7X*+35)iV=c<)K3-XV5pdx1=SO(9SApV^1tr-!~Z~SCGt9 zlH`_bH`Y}0!9NvfwXBtto1T;!I%9zx&B+zEnT-Y>VK9gkFbBzxCSe~fcA)pWsm@_d@2vXn{MZv4~0HP9h=x_0|H1jY`lCm1}z%79>i%ti?Z z_ZTdtDpAQjEe*INVdu}t!VjDIk)boFNmwv#-c+(dX(rU1!5|g~(^f!>rrZk*3e@BD z5SC7Uqi`c;h734*or01)Q#kFnv{@j@MxmpjE!pjO!I3FlLMLPO@jm=DR6G}9*NcHS zznm=cd%;a&o8JMM6$%L-qN7nd=A&Fj98WeEmh}*C!W&g~WGg~@Lj758l*`gUsu2NDkQp6L0PCzb=C~yC6cXV*>H+$+>YFvCu zaM<5b)-ph51G(Q^V1)ZHt4E)XknQGzxDb$iSZr|RziqgPMxRuoBwWKZs8t}CL)UYL zbL!xq-clT5Ib_6hrBPT~Y(C7RVMbUnZ5{M34BI3XnDZ|RzP|Zpq1?1kBxo>kMRJ+* zQt#oiXzUpuV~&Se3+?=Y4J*I3HDN257^>x|`u?@9Ml$_;&Iv1>)enRxCux|w1Wl8K zhPCN{)AP7Wj`9&}8_%p8rVYl0QJ3_B-rtRzI}sMv*!Mf#N}zcz0kslzE>m0F1hrBf zy?{j5JyJS_hb|Uo2=+g!OfhpzjJdiluq>bMo$WWLjr%1j_YHp+#r#^KYx2p0q3a})AB z)wzgE#yv1x61>x0nMlvIGj(wh+aV@uWFmdS= z-PrkN4|;z@{wn*m`91+5q9h4NB04via@P>3Iqs_PwVbatZrW7GA&1RgT`4VY{(`c5 zaVFq%r&_F#q_2MQn}8&x5^WVHVTO7OZCw2k+w5&{-o+ksegZ`ll<9j|V)@cuN96!6 zzo(d$!89_g|Nf?Ne9Sw+hf9CpXbeHBh=fquyl_Z6r}qpV68v>^WbNW!Ms4%8%_2#GZ>( z1JG1g!xV&9ci>o~GbPI;2X7Y*-ziAS9GM7kbPv?DtAO-884PrN%yEp#ny9vdh@27av0x3w$iv&pv)4SSBCTX#S>0RxdF$Md#vLT`kup`u;I>IUVXB1$s zj4Wxp7m3yTdJsRvC>?4eYnSBCj}*k4zmeAqw(nN_XtI7oHvHrrHK#(01F;%Xz41>{%*<)g9jVQ! zUY{ty#3a^@tfm7vi7oCin19~>=buHHt8l~hU>o;?&R8D~=EMmsIiStVGvkf7hl_cY z2K#Z|lHtvE2VniSAOG0zl*1dAX8lSgL{vdJ`sps>>uI_Nbe4%K!B7PXUWeZ$CZlJt zM1zaP$!G&Z4b*eHeDA1R?C6&2zQ4w6uU-wNe;_$oB|ubTsNk~;y?L^ehU)fPUn)eV zW@(;A3?0Tm!6o}W>@OQoGlA@DETrLj6q`DbFRsaV+sTf{yvP1YJqWE&ub3$x8vO@jgT!zxNni`Y>nhLP!ag)PraYZ{j6E0RoI)le&8?FOhX z%x501g464#78GB1=GUu+EurS?6)Lntl{NpKeC?Tlul`a<+lkL z(d9aDeZ%JNe0(qzkmw*PWEm?%v$7&6)24kG>9j@MlFisbaJ($`9at00<%*)aLSP@* z_n&fQX8*yamiZ$Kt6;@oy^uM#a(;!(52yPW;q9FId>x=Z1 zhJTtMc#1HfaT|oB07mMg+BJ{}z|$$i#s&3IJ{=_}ffSOd>!fVk{=0Sx{H)wkW3QWT$1Mf;?bTwI3CjMttCy&(e5o#$haUG z(^sTFgUEpAgLE2o^-!VbXI}cEWJIs4p7u2Q<9BK#seXD%BQ%epF=2}hAS()c7wd92 zS+u=C+Bv@=!#fls#j!(utmL^Nbvwxs8|8d2nGjVxCV*fwIFW4@G-7$<^K7-aK2AwL z9cNI_>qsJ(jM}OY{`+YuMB4sey+at~R5>H99U&~8=vHpTd*Iy6mKK6fWm}`Ic&yJY-VV|>B0G|z4kWtyEfSu>!8Jxxbp2%>#t#&DY%IRnFYDjt zkuFB5en@)#cEz_xmN1~05_03snpHMRW}!ORYvats z2^Y~uOSt}NtY&dm2BmW~l+g1-J`s)6OmEKu)S)-Un|2)tFG4ol`u4wRW0bg6zFVqJ zjkU~QvSrI8GE|{Zk{%X)R{ihiUmBCyvHpF@$Hy8FLuIGO_H;Tyb@MEabHN%;3v9I`~sO8#der*7K$Y zuTO+;-aNVI+3?)p+dT>Vh7XK0sYa1IwtSX<$5v`mjy-qi@iYCs3>OZ}TOQ2Zr`4uY z4!K{t1%!5Ke}A|p3rKA`bx)wyinTHVVM&2SZ=MRHM7=@?Qz%4!LLwp{Dp-^8&( zyOFH`3CPPy+v?oxEzs4`g0~aa_g-n3okuz~B-kqPkiguqr^&<>c zcoa0%#1?BabS#+i3oVJfGx}`cM#UTdHyxMBlZ&T#Y>CSPwy z(1M*}C8-}lOFKBtdT@hip#-}%h`DO)JNbIaOkD2ZZXvpoxgAFB=t9F{o-vp_LhDgm zuAZifaRc7adc6E-XKeXkW1>H1tf}yxV|~!6Ff??<)(v*^iUAn??!tv-LMV1%#e}bG zy@Y+PLV#Ey7Ro!UJYvgmesxvZ zj|7s~6$xM41qn|N)@;3cQjynW?sUq>TWUQZ5;!c>@7w0c5ki5N5-Kuj2gKpQOC67j z!89~`;KQbu{;z}Ar#I%fJrTUV*0!}hD_7GM+dMuzxb3=Tj^mOs#?if`ca-9EmSI!nEa9@}w(b&zDFW*GFuQjUI=joLdiFa_K-AAJ*E zP(Mu>zKMvs0)h~0(iy&=)D)QD%wzXYyfcTig^7pFtkKNWb}P0UTanRfPH8?Z#B2SE z6S|lBe%y$qYRYf6`{b1e8Mv9l0$sVJ;Jj)9AaB-RotrS#^tU2Lvi5I)!2BD+Q|4Be1eWkwziyw z%Vwr2U&Nj~T}QX>JdS_718!Hp0FkS_y+Atp`;i&!&CY6}J)(y06V2o*S2bVx7m=w^@MOD>mDG zRV#SC3ez9>EIz8aj!o^M$Pu*8dPYLoHUe{X)vIgP(U`$%%_X@{_=?K^t`V_)duCls zO?6u*#q+}a=AA;?#7gh*$gs;aedc&+>MIg1Q=kX?tpTRC#^IW8IE-t{CHMMcbgG+H z0&puwI4{@zjV2-gfq%6S8rWvDdT~hqBIC7}6b&0FfqP4lakF8m}ZZHe%UVhD(7l2N39=@;L}&mB<#{Oo@5by$9D29mSl=kl)n#kIt5 zMiUtNxHF;&YQXA-pTMhn;`3B7tJutMOh6sQy))b6e_6r4ao$giqU*tgJn^^3&@Ww}jqb2yB^;7;G%ZF%4TV z38o{?ySlDfurE~%HP@I~vv74a;yQWB%uh73NS(i(SN;mO+Xb^9FCd&mK_*az8Za|_ zY$t*6B8ipg8Zot+8_er%>3W+E;NB85uvPIRckC)+SKHP(e#2MH)o5iXbOd&i)sIZ~{rP=J0kKDs8W~$_vZXzm2Ne>zmU!AjDH=%DN zyUsqW*Vd4wnAy)aNzdz+rfoN$^cK$`*M`iqkCto2rec>_4cE%N57<<0K1O8B6HU*@$QrIebi@;OgQ$==nz#45J#&63io|$J1MpU$Z2zMID29Og#g_ zWjq|krog?%*MW|L@^B=c-6*IQED*8-) za|sSH+w7~yZ*q03+Y~<`)v?E8NuWie=qdJxO1^vY(+-TIE&UC|4q>C3=+X+8&d=jZ zDF&fM;>+3|l#fx}#m%YnVW1fyVK6^x0Y6h1d_G=gT8!9ozSe2eBrWH?RXAnrRTQk3 z$B(f%8!Tz1OkgvjU~Y!Lqx_|0MgcN&unB}!&G3ZYYbkn}w}K4E0Ix%q^$~E|4urVx}~H1{JEg$_B>{f00UtM6KUV)McIi9(}`6UG>2x5M$460 z$bMk7#yRAbQC#poS|g<6fm#}MZIjrL5;4n^ac#s4s>>KrJo;qQi06?lI)l+@2&pkk zaND0vf;_82g4=0a-Dq$+rB_e#7qx@9DuSC7QmsxjNw+lA#0D78q+`vHu)j`dk9A7J ztx6by@_ehDHp+fYQVmeO>>6`6Wfv1a#-g-*!*{zgesH_59<4{=a;LtO@57H0WEs39 zD8bEjmUDqDC7|9h^(JpTy$@Sl0fiMmBWH5P8E5&7ms*$G@Qo`q@ISn7SAX>b1Jq_E z4(`@!w19SBQNIt)Q51Ww!mE(DGuU@u1TVgXpa>| z9Hzc$P1W&Kk%bZyZCK9)n(ZF&rQwD9u|t19uh2A3ry#yvE+2#};Bt-u9xAOD(O z(NK%x1RfCWCCLYqAKvkh>L<-6B9+HGFT~ji<2QLM&FxyYlm<>A9`_Clb*HTj;j<>wR zYFCLBbJqc#B@LgyAc-~!Ua18040-U|u0|VhmbY!9P}so`f7g1JYlA!tftJ;q$;$!gFnKCGp z`C8Qeu1Sz7BeeQp0)*e4y0xEqm7dHYH*eSV4QJ{y@_!mEQ(RU#4$gG&{90rrEN|Jo zjV37i=CWQ#l6Q}QRn5{X9E~<*eRa_7gM^^9SPuk#f=)wN+)6 z?a`EYkSQ%_S76PIKB~+Ge~f5^c1Ha|-Nr$8Nv2Tt<4!ZK-}7}P8u8?!58cEx`YT=za|7$oJHX^svY#9t}H zIh)O?Wc#S+h#gUpbA38d-;aih>cYDOb@mJwh^6JiANau#10*HW(xH2w7jC4ce+`7Z z{v{~3w}-m*58hW#GIY<#QyX-C34j_d|Dy3!dUuIK%7}NS#K5W=Ubg75ktUZ{yyp@c z-as5UV}@#|*t2q^<^X24Y#91SUHsDtCNZ&?#1a4{Vp=+v@E{VR+~!}^Et07NH9HhN zI)j&0jF^&_EVK{PtN{SdDb~e(e17>`o+4tV^{J>Sh84@JIu zqgEY0Q$M-@X&DVKk>A6wc-ib}nd=#0)u!kKg!ci>n5?Jyq{X$NXA2(Ew?W~9!lEHv zyX-gsB9VBO&Da##+ma}ZRGE)yIGsHZ^;nO=bjN_QS}`d2;}xbj!54!gmfzS5?(lCo z?f?be6F5!cLZv|?MMnYA7r}DNQwCvBawzrEJM$d(o*NlobmuUxmH*&Slz2F+S+tBR zADN0(8C0>9fHF+b(am*T0IeG3v9h`dkJA&N(EvDn8^3aUt~J`h8t^4n&AECu-X-8F z8Lsqv%g)opfcWrWja?p<0Eo(}9hSE?Ti$X!X&QB!eFJD#=hY<#x;5ZS^F083Nl${G zhUAJqdM7phbm$P9`l6-uQl5~|@tvQ1@_78u?dL-e|NRX8k<9;yj)Z#l)Pcl8O*JT0 zu*mBl`-gp{Sk!&Hr`u^AWYRACk8&r6iQvJef&y^skr)!coz! z$f`X%U{bN|VPMX9w?^fEVvxCfAvxvg;Ry_vJoA9Kfy|rWA)=z8U^~&aqHpM$fsp0; z#x_J!z#5Ws*ojA#1@xe>FEOslTSv6oTE%$2&A|G;8fCj@>=tEUV?llC6&eAD<;*6} zliB<(xpT|&eW}d{pS*FQ!t4hOqjA$6X!0};sog<7GjhE!CG!JS5gbb4?GCUzd3l#NB{=i3^xV}?5G9+0MG}Ixhzy^&>VOYN=wmq-{s^j z&@+q~Q*J{<4kGXg--9#~HFFHQff)%6i*8${15WhjugAFE&^wY5j3wPv=E-=z468jm z%waT(Q;Oe<>KG4L$} zedRo{$E`;rS44daHsZl$sp;Bte0(8Q;MY6p67`$TM11SF65yl~yrY@GR=KZ^$bN^c z#m~A8Wu&V<5x?s-pON`GoWSUnDx;B?rwkGZFgzms_Lgb*f1|24rqi4FO4zCGNL};fC;W95cE*gT%rMkab&H&AH>MsV)Y~-WrB$m$v#zK9wdt57rhP=kRJ^h2%NZL9@27FLQBADMXx6pTs&M%U-3P;-d6pehOGraTHWsmwXqNwT&xjqguJc{9AMi; z<%Nrzyq!_R{SBM7e5Pph+h!X%;{s#~iv|nkmH|M^3*aSy{B0utqo_IA`f44x5x1)i zO?veQ$O(#8D?V&_MYYC2lUj&m=9Vn(Ty-Rj-%|sTSjSCo-h~0&s2v#mM`@hdR~YvV zZKR`D>fRQzPJiJh9r~C>a!g@$noRVG@~ZJ&Ee|yAvA`yi z8WI2Nt|dfXb5sK2=TcEzmgxNs-c=!*&zlViu5EzA9SKHz4QF@)fe-rY;dec{{efO_ zyavW{8z`aBwZ1ci$%0_=+W=yZQO9OAa60H?gS?W&Txtp5TL9>PRxx^qP`M5=!HIwA*yzU)l?5atNqT^g))$_D^c{V3;-ZP!HHxbe&)ft5@;W}!U(^fSD{Ec{jrb~c3cQz9|*sz%+ddYwI z&iCP^d4eB#R!n7H4lm9A9w*W#<`s$f`8wE9`=j(^O4tQ!A=ZcnhxG&zo1DJK!6Pa# zqZ)`Pf*K^A$%v3UDtXW+ni1Gs`XD0)QIL0snQ=(&-a^L!k#jt4PYR}pj2V$PBlvV# z#ts^Zsc(NZ+mo`FWPCOl#f;nGL&WDuy;x7Z_s%a@_~MRI^t`Yp0?$@|-?Ux#*j%58 z#*Z!cXHtsGTU6GiP@{K^Y23ZvOyz?&i^51Zdx&cbvG4xt)0$e94MImRD{^^MWZiPF z#)CFjJj70;=|x=3Lk-~?PAnGqJbnTiUr>p4>iPB&ATf8Fk-Srd^-J5&VfRd5*MQc+ z4i0pvU`*egco!^NOo7WEU!#bV43#}BO`|gqM(5z>L34KiPIky@!#Uq_NFQKXP0=K9 zBG7tyi)oCo7427wy(-AtuHL7brJozv8JrEZgBb=TF2lQ|HTmp`>3;l3%$>HwR;?nr*6rR|H?Oh4WInYk%0XL)0ygt z9(Zc2Qv+2BoP$|{_699#1Zu9+__P_2G%cN5f%w-Z z@Q^=2$9$M;`I?vU2miwv@nFZtcz?dfGylWmb?jc{`x&Y@m;dsmb$_|=7k z%<6LHWsLVY{Qo5jq9S%H^6_te4-U%uS`rfT!um;Nw%yaMgRR57O8dmKaHcv54H~*0 z=2i`w0EgUci-|lxEoqj@Op|(G2p=6bIQZy92iq2i28PFkp0$=esTZHXQ5uhI zMdfFyp0J??F<{>3oy8>igYVr-AnAMlaR30goncJ_H9|zM+j0l~m8gioaxt&5=VF+Z z;em7bO{Ue-Z(h`7BU}BnhCMOh1p{NHmd$209f0mc*#iA#2=N_SYg+Lehaoi^;=`PD z`AU=<-C712LiQzb+?zExx?nZ!XIF`r|AKkw#PUgrZG+p_fsbM&sK+UC9;=}zz+*#8 zViAHQV#}a{QPsfPKj=Oy9#fBbd=ka&wYebb@MfFnbA1dUX9Sgt;!Vt|mLkRDOoV~; z^?nM`lkLyb&qCmg*f{zubN(%!8ACk87Wf{DJeDvB%5&0d9=0F*S<&qMNz#soUC69N z@PGEB_?e6HMN@rXwqA;D&%pX)`NS^p-Qn26_FUYf{j=9Z2Fve=v9Ao&9}>&%LYutL zHJ(W8p5++5cvvOPOHA8Mc^+oS2p?(^d1ZiS&fv87MnCNK?HZW!aATL~9l?^01K{gd z#W+p?b zbR=vX@{9sEa?P zpKMqM3fgbh*8-%>YAw_j@8();jdmSLb;&HijJjLbb}P^odRv(L3+dXtC@W~NPOkgI zbK&+RT!e)elAq1QpR*G{nPXPfIE>{LwwEC`kg%M-pc`8J1@N;6%s$j5E=p(%8y;Yy zbww|)0N)N*!$!Ny@aPMx*AJYumK(FAFy0b+ZS~1xGy*vyYOdUQ;RFNxPg^-_u4(ty z*Z4~XN2_q^Q!tNrUg$%W;<>Qj19}CEyl@WAe^s7{ZDcwkVR*kDv}9~?K%Qp|-5uLS z-64D{g2fjAt_Ot)Ed%=FOUB1bZMiSrVRE~ZME+a{T$z-_F=}pZGej@xXmfe+`Sr7J z-5`fQjf$)Ya@==xXdS{(^=!IW%aXjXXn=g#AKG%Y;7gujWs0HklxM4$CBfX|&X=!P z#UDHu2KViazDFmEm8nUMzL=#}WJWtTjv%#tmf5v$gf%aM0$WuW4lps-YE%4uxeT+G zKbKP@S~%SCNcG4`4q! z4h2=R6msKCgk-3>Qe7Eiauy1^9`Kh#ts?6#)f!;b@8Dhg5ctsF-W_HCH|T|m1dVul z+Eh0{nBNhE^b3JGGSqUOEMj8Xsqcz-Xirovext#1R_J+KJgfVwW{^)fTaisa9x14N zw7M2t8x`wHDRQQXr>ti)kuqd-h3K*cM~vUv)I30G>+)7wy;jb_WP(gp=4&!s6n~HM zdxLbu%X21K;&4b$3+flu=3WO4nC&ILM`)32S@o2+V5Q&u@S5+Z)V&`wuIEJn{;S&wM{V zjfyfIQ*c<{)yB*qz}8_t>*GE3`asLJs?lxv?iCWDhF?@^`_UM7EJSZ73 zBO>C5%-akqarZp7e3`ncPGCEdC+YA$T_9o06exA`5B9>|i4RlM`nRbbVKzzG}J`|9g zIF{BKkSHgh7U(em`Z0|S)#`%O)Qd%|%+v#MCS%Q>LwATNJ<^M24mA^Q$MdwteAIu` zsuKu&KcTVOM&bP^{9p7ntgeO0Z-`ZQD2p;t;U}V+6Wz)n2ob0-;2y&pqwQMbY>!P$ z9AXR4#c)3<69~D;79Z&`o5V+dLi}qysKKO%O-xDA6M6Syze~k7RSL+Zhrw6?j?nvp zUkuBHPY1U?_$pIM#ROF#9Vt5K*OQSmbab=bis((=U-#z7)pDL}cutAEQe4 zGQWwKKRkq|A*xk2Qzd42VFVe!MzmmUCFT(+wMWgH>h*mir)mq9`}-CLhTj4%iUfwW zlI*(b@KwllY6EXw5T0XV(U+1ccTJULvWj}{jIl2~=rVw`*?xHShi8wl8W3F~60cmm zfP_DH1R!!9nRO;sxtVvVYVwv-`A|PFZqHeb6**)H6I(R( z*|5co4`8x@oYH9lG2w*Xm24Jmf?Qd;3l9`w1qDFElez#rr~ikhd z&9QveAFOy(4tq6iKV5kE2i|k~QEa!UAjdf4om-`e0m`y-lVXB&ZtdsEs+|-2?TWxg zccjA+AD%4(thO8n5+w5jDanUP!`+kIZ%=6G^@)(?vG@bdOO8*{QQ|OWq%|tV+=@nOc=gjV3a)+4ikAz_VY_Qfv+hm zU70cw7sZq(22fD+7>BQaK!5-N0097ip6XCf;s@G7Qpr^<_2(-`F=b%~QeAhtLv$Kz@`BEWN`0i?uS73%{vYcwK#0qh87b)2mGuVQNdvx- zs17xNdJJ2M9+RQcn>EbDx~=h=Q-WG`km*PFIYET3+giu8f13!B zdUVtZQ%8mk;7#kvDSc{D`b_8dOo%mXsEWpQ6RZ+S>QgQW2YfD3QuS%sxqwob6-jOD zPNrSi-&ae-W~5ZBf{X*cC+<8tyvY|K5%tZz>o{j4hu@B%(xOm1EReR8PeT?wT3V59iI)f8$jx|Lr%8<$b+y9_j0r={4Zs!&?=l;Mxt`Xy z+qqGj0)kIpBZ)yhQxmd05Gg4)OY2U)@x;y<*G*yq5D)e|IhO5k($HN1Sdt-jJwu?m zcmiG~9BdXJ`u(ng=K{&9Dv~GuZTE>;V|M%NlUzfZ)4#sDeqtNXx_!%l1V~H~PDyJC zl$ffBoB=AmbTfLb7&VNMGdt7FskO6^{DH0CjPvw~jANQQ1g7#EX%&Tzm<_N{7w7@ zRx%SL)mf{^@OcIhD`TS$S8s54V9IpVsZ9b7Zr}|5JXSg!yf%8U8%2f5Yv?{2OAa?) z-5hktuz!11|rx>4NgP|YPAejQ3q0A_d>JwEQwcO_cIwoKBjz-V1d3YGx! zDI@bzX3UrwVvhu_Ro^l*1`2qNcQGpiXIQc|f@|KWS<TYj;)A5*mic>h*SsT~m1Ltx=lcZSw)?r3`HSuIx^8wQaI}ldMtJ z#|-CCNcap^S%#j>V~(3d7q-0OsAw}t8Dw?!XuL@zn+1pYo1dBMcJe3yD zia%HLUOYM!;{%30;D`?Y0rgDz_d8E!(%pO*BKLZ7VV_mP=E@RcY-b~HT~*e)Gi51D zFe`2)l5)5m4Go9^Y-PjL&|<*S836|pMz>ASEaYeqjPJ&4=J{)$oA3&y#E9FC7bG^Y z*GAR=HNC>o)$wx)0UJ!p zHnsY1=NR1gLTXXxoEGF35Dc=IVjuBit%JwJ>S*j&Ra<;Kd79btu2){ReOFKOlf|ns zH}O2fNa+y@SUBxpxG3;;Iu>s&PC zyeo$;KVupHd3YgL^5-(q^m+F2jRhoxibA4|a@BMTJ53FfG^wQIa~=N=pjW*r_?YHe zFmSAUY@UG7`Ahu_g|&ou-R0Z;#}Bw2J*bi;b)rjrOas?BEM#ZG_Om3P(v;fTb1n$c z+3|SqwA2m$P6=~JU8|~1M1Yr+L>E7NE-4zGDX0uB+jnP(f_M#}4q*RhfXgJ@Z3`1& zSfe2kNx1lFsPN96D3$8z zB#GbMg(h!t~Lih*j7v79H_s|$j8nPzOf-_77Ltf7INWLLZmNl3_Ub;gwAWV33# z1_YEn8h(5)F23c{%db4f*K>`QMC)f=@S>LryJnm#vkh;)Q3JXunOZs(y#~0aLDB}=`c}anO2Csg`FDEBTgWp1uzJ6EqEqobq`;&KMqz%bgbbIRy#C=w}Wi~AV$b@ zjZr3`YR5U5OTYx?Rj5V9@J~q65rW`lSdXaqLpRLTn}{vZ2MFmzYC#T8ZsDYxGbsxV z^r)n!yV57@x);r#F(YStuaGWe%L!yW4iNxx)0g0{7-?d*-w-JbV;9XrxO58w;I{6M zdi40-#&77h;ysJ%Q_f>odM|N@BYY(2&ivdU_1 z3l3)b#J2y}Zj$&L|%Ob~Q`M_zoqCm-p3H9hEGUKcfLEzVufB7LgaXI8i=y9>%zJ#IN6LU)yHd1CFD z32{18EThht&Y8(^8W844liu~-Xi#P1@;BMNaE9z4^>EKV>9NHVfA7JZQOslW?F8Qw zE|Rr{8I~z~?Dk~dxzee}|KAG{=+s#h{Wl*h?DBGzCUj~tt_B;w0`4&zxSHfJ;j_m# zVNVybGO-Xpn>YtI=L*@aXH`R3Y3*L|^`1hHY-)_@S&PY9fT5{vpq8j&SvMU6qcBeV z=eovc0uneEyEC-p#BS1Gkb%XC%bMk_HGp(eb0LdIT@IOk7qq}-b$tjTOXh`t#n_wp zx4l!5QzjQhwExv+mXbA{nT4~k#@+~GDab(? zAbl;dp+awMu$KAYlG~Y&7plW7rqymXnl3_R6cfpfDFcnCm=Iv6N z${WhJGv{SFA0Z>-7o`)!{XKWNqc#I4GeEZVCj-V=vWIHuPd|ij*a?Qcv6Cej#(jA9 z^L}eZP>ba%gP>kmvTEo~N(QQlkznpe3?PO41&pm!t3S$#F0}X1*n*K%y9??r%b;3) z|I=JYWH)`6;d>LGgt?I)-Bs&gvF+5l&u=~sFTlV%Q?X;_U2*$j$JuoX!b;fk|H1Pq zFwa7UX6Tr1jlFW&U1-}s83aAhg8ShBF%=O5xC+zHo*HCb-x8dV9~t*be5;)(q|T0) z?2d-X!f^!QB*f^Sswt>{uQCy^k2HMnc$}_ArrS)|8z#b&cdTyyj}LpVCXJ!ZITG~; z;>Ztw#~R~jtzgHI^_FU`8oppP&X&P$?y35TEI&>Q+T42u#t^qhwwd*@1(qfJa2|5K z^}8&stnyytNS+H9^2W)x?ICm&B;LZW&eC>Ri+#(LuSbMgU{oi@4s;l@b0)WZW6Fy8 zJ*UhU4!M4-hs{hSH>k~9iFwYPv1bNuf8?ZcG+-cx>~34zTzl4)g(bCBcXty{0ffTm z$cEKD$7tCe|8$3#RefSoaZ*;(i9+)8glsl!hT|%-VFdAcWR7{gFt4%CY2=#(+Xu!B zdYO&Y9@~0d89HllvMT?UocB5^9~ax4TcKr|yFZcmbA6n?COb%{P9dfPz)S@lefsP| z>369kar*iYsjX$F8jfk4z2(a@4h)q&0lylr++RLTX%vggW`M4;bJ^BCcTI71+15MI zrEQCMr7QKKy)8a!$XdtgSGk#YuH%!?*$Qt1seh$!G0#T@DhvW`wCh^3Z^OL#BC8di6W?Sst1EmnxF{hJ@L;=xnhk^%N3zuHW; zdE|%_RbdNlq#Fooa%KLss{VT!T=viJNR4WGQG()qN$r+DO)(*e~t)Dq~fy z`nAQNClA}+a(K<>bIg_2^ie2B;C83emZKoiq0qmP=Cz$1zl2s6#xUS`tQ&D0vs2Wg zI1~gBebRi79;86f?-zWui4(k1x@&KjUQIdLZL?~j_dM@7$nWEG`nk->fYLUsqbpNg z*J1oKcn6oCSIy{Lh&$0Dh#)%|0R7jwdx>SVNnRQX))c-Qf632;&Dia){h5Gg;pk{M zn=E8n2`-?oi)I29NLFvaPPS0s3kBS-c*^Kr(IeV$lV`#-cZeO`pW>2-_mZWcZC5S{H3@} zW5^F?19?!tLhP~~ZpSkLh%2T5`H6fLzCvEst%qDaiG43VLOiocvc%SDsjJ*tOQv4H z>(y9bu}K40zpV!v1}EVkNV(mm57s_9v7X_ZzqDpOpwK?5=t=?M*Uot+@E~I zf^kmy#Ocl-2@(aj61;_>6!nkH_H-DGdwrj2k0B-o0ZAxz)hY3#hK|5B)`*kTRF zFH4g;j`o0;vk&+EY;6~bd36Ge4fcgCnJomKy8r`=dI_jF;0bE!bPV~h_l}t?%67e} z8B6pYHsoc*g}wW@Fgixt*IBR{@ZkTh1H&}EMNS>Wr=-k2WlqRbcF{KbUjRgaf!PzG zCw4+!2x!16c&$s+MAf#galT%gpjUHU;ixyO;3z_gn*JA#h5NNs3;{zziiXe=ctLV! zan%;kSF<*)x|V$TcJ;;mdQs&$}OCgz@T8<7XYGcv13fyumZ_^k5y5WI-`rQ7(oU z7GibV^6cf&@&U23m(aba7t*z*zkXbN`|{ot7*B<;E1WPy7gD?HXLH1`jI2JNAjyfZ6W5b zfwVWmd3)UW)NMC(MhU+{Q`2uoQBV+|-7E51oDV{Y5_@ZR_)*ssiCoSXB8o*Vh5fON z{G0lW^d*5z3-esc=a4VKu_y0Ud5o%3|MXkk;P5{-J}se7p}{X}84xdbI(+BYad+uY z?>+r|;kN0OIH%p+^6GXS0=9fh3M+n}VlD$E%{k$&D1)Hm@zV^in>V;_1%-#LY4NR- zxijyCPWyiCdc#y@;O~BzcC6VhWe9#g^M1BIxA@B?^bc$>MkhRCKg>ADc)Mz=cY{r1 zQyS#I=a+>Y;dYuEmVWfDNi%}CH9QL(XMW*+Cr`t4^f}-Dj9Lp`)iMOu1sh`Bm;T(e z$Zc8&B5n_BvX&qd^3FG;o7%_&uZ8N%w--`WemTWFLOQEfJYfmpFNl7!RISnZ)Qo4Vs4 z)+S@vOb~lG;Vs$EkDNba)PKYXB*cQV33yTFV#TgDD~DzSpQd4e_mYK$>1PHq<7m249B_@yaYacN|B8Uv_-QTc<9)gc%qGSkM0pVkJlJ8#boUZ2*N^5W_@~)1!C(=L9|sq{ z=pO{dWB{@e?X#Pc4g?(m*LXOHgMl{c%_^s%Oq}qyOC?!CxmErftc&{>t6rM*Pwwc> zccVsGzL8$Ne51qf8UT4>lVutAOnjr5K!JjC9E+rKxx+&TZg6NL+g37KxvAT##$mfM zy4q#q+(JWvMaPyAr6&Evw)ZoA9Ry=hFH^s60av0UAM-F?qvt!7 zzt?WdA1I8*k6o^c1pV8(6v^->jl4y`=|v&8`{ zpi%Xh-=C^d|GXair^#tydrQPsF8*_NnSGc~R{fecWa6cx3Zn#MkKI&_uRP0KXJ893 zZMZ!z8m|}f$YjS^kLLu!=dw=5w-4m1%IcullWqUp$aHyLfB5bGfBvo{TSe_a<2W^m ze07WGGoP;td5z^}32RlTaz8T8a?c?D-M`GoA3#Obv3&c#znp$#7ig5OBlFuV8P%1H ziW|m7&ZT!64mbUJnjqWcNY%8`&jbA}bue$(k=VY+#Zna}tbnKKKsd+!PV+*A7exiP z#+2~$Q*lIt)-C7go;q0Hwxy8xh+E-8=G`?6yG@e}iqR-FZ3b@zAUtet?G=%Pz zE`__|S+^?L1oAc3676hw7UNJe(pNUMZ19fEgN%N&W(}H%T6^YQJ&)lV6wkoBT%)jnjKf`1o>o|C zcs3S}Re*2XHSF4w{yJm2x_0^aN3=HhBMu4e*zbF)ijv6Sy z2SHz4{u#s?r_I==uUoAm(@PQNMSBygeQG0SnRHpBGmISi*G<@5`eB~ z*x|h+E&O!|`X_>p7hu;w<4D1wb+GnF^^?sv9v^ppyAIGb!A8rjjq?X^kKw3BC45@I ztlo_<>AAz*o>RK;lVyp2=>{fkY7T3|Q~Tczj!hP#a9Hcm>n%^mXUneQRV#PRfTs@uya z0-lF;d$#nHv1Pij4~>$}_x@MDP7h?-$o(Dx`v!7|ra45tkXsR+k9~u^bK?^FVHkS8 zAx^`H0Alkeh4G;hcX94xXmz%}(M`31V&%j1C5U`SsHRqf2`D6uJV?BTdJvUYW$9ij zC`juYlDaClD+odF(!UNwPQNIYSi-vL3419fCnO~S;DG&)H!m%ROE{_n)9q~~N6gO* zS!y&=Yep*nQ66s+jXH`iB)Xim$iZrlZ8vBeC_H~p+Y|Ta!>1zKeh1P>5>Yme%Yo;E zD>LBi+rpL|Oe`3x|Ncjc|ILVz$F1Z!!kgqNeDQaD&{^Sr&i~l$8>M6=#HetU|528~ zYcx{$-9WgTk-HBv(rL?QLJOZnBF!lW>nkFsXN8k#>eh>vk3IiXo0)BNs#pJuye*KO z&$~osEjc+cWyaZjl%rZRi)klBQA+gIowYLK7$g(^Pc{sDSay4gVPWWY- zA%#TsxUo9i3F9cHh_z=3><&oO!SeCkNvBU(NDhP5_A_XxZTqer2T6NdLM40%56(kj z{YjL{wkzZD(lSCTU>6VV02q;9l8fPPc$WSZq{JxM=TL@YOBPApKV}F5dvemy2u>w+ z)c3JPB^1zL4~w=)KR~m1jufQe3P@HD=CEkB^l)~+I zHPM8uuP(z=jP|IW2KGj+kV1UYI3+k%1j&ywyC!n22>>ZC-9G~na!e%f5!bH2e6>HQ zLjQSwh_o;lMEs*;^OzO(dmbU1ph_V{=^(-mVnJE-at?|Yl{uRxm)G_@YUU<*fW~-K z`Ipa&GD~K^!&}w#b+8Z9o2l!r{D&)WAtth)yV^8j%v-MbIh=sp z`Qx&>Vebv@GoXRlWzfKl(;p0da)9VrzrZDz`NP`ZlQ-p^z7(FU?2+_Qp>T4V4~r-z zuCi`hQ^S1aS>VJTon*ze(^ZYjD;+kA%!2Ff3|{^v@y&Ad`s4u_J;Df_CcygCgVG$S)#A5=7BSKW9JxtbSLrsCTz zDh?u4LQPMv5}}@4GS?UlaV_slGHyoxP?-S4u44-0%DnUeqEQ_SSl1!z>pgFRYb7#C zgIkoZu`qmxq&18Tx}`zJp6jcBT}h?pSQAkZl5?OrghE?|chQIDhJ+|h9VYOOJ*8d5 zm+hg`!Fs{6qbx7xPnjU7MidM&J86;}|CWKGXs(FO%y zd>j@8Riq!okE7yh>S5QoqLfR%E`7U|-M{c~Yc&9#zWQ7yMHiukLT*XJf3bY?t;p97 z0Wn??7!9aD4Mj8R6!u+XF)?+$2C1o4n~U6+APeZDW)}B3@yGQZaf7oS_tBgM-*E zUtZP022GJ8PeaFR>MJ1-!7OdMO|O^P4FH@W@t&tQ+ajj4;FF?lJ)au}!O@s9{lv$_ zc@j?ZB^fcA${O|EX7LKN{6mRo77rO%lRgMSy7|d!|Ki`b+y&SUBJzgcwpN->@~ui^ zQe@k07ko;5$Dir<*@$%kCcUKt*FDqcAbNU->TXxzx?EiyBK?-!ZiTg9&F?0iwPBbuSr9Sg> z=vw4^nqB-0dDmf5e`4(${f#V*JsBqFw*v}hw9QY74D8$Iz`+vzE|84RF(a9(#$QoWe?sWGUw-BCEviiG{HSH_zE;3{A7QJ$s_T(p}(3a>sZ z=07*?rR=@-&+n>+gvm`J7EWf>6hFa%@AZz`sY2Iusn%HW>kO{mpzIQTE!aC`IZz|h zu%?d(!-7DRO!Uw zNTI^BEI0JGcAUOWBx2aPq%V|S#yi!x;q*& z@kQ)T^*xZpIYP_@a-}L%Fmc-D{Dt0Fd~cFn)@n)~MnOA!W-##LB*n}7!^LcaeJYLc zY4eY~-u#4jMm??^5Jd@kmSZfeU+C@uKX~oEh^AdwEm4XdD6Dm`K8`G)WpuSNz`kK~ zYr>uxxE!Ea-i0{`ajP?4P1e`9^))!5A~JZ&jXgF_)85?r!U|+|)3fSn;A*JbDpF{# zcTYTH;DB&2U#D7Wh7t2;9}jS3zfw+X1JYmevT6ddrKE2n&qv- zhqBeD(Q~e?D-a=$xfGl)579(Z;+oB?os;hS z_CTf#nn5oMpCtBo!x8CejW99bKdoH;%Sdrvp`lf z?gj?qXY5#subMvmx4(tI=4*7eYheYuIql)Mv$OizK^Zhww`t+|5Zr6@_MR}>50 zv$Ns#qom(p>5|o+(nxhvYBXy=3xkzo9IbW`RV3FXA9a0-X*>`y*%GQOBG*_6>L@as zd*`xT^WT~+k6f-mbcCva{Qk1u5A0yDq0#ZN-g~X4ZjPvOWVTNs4zTgwAf|V!w}JmU zL`|o!V`;V<5cBuODW-v7=yS%u2k0AY!GF8`SD!N`%6JFO${-E4I0EmnCZi7&^HT3e zIk)Y;$$8aFqUDOhSr(WbX8kB`m(w`+F!j-N&vc2wH7-L5DCi9SU`)g+270XI$~~A{ zv+&DYv`0R^3+uEjj^gFr{E8L}Xw5FbM#gYfnO+kee7|WM;^MZzkA=k!(KoSWdC}N6gN~WzWyrH^x*Dn=5Y&XmNg`E z^i6Hc_g^4Z7zR?FKZ5%WVItxd`SEi-1ohx7GR*PJvKX>F zGJN@r;JcR;aHwk*>K@6RhMlAg8q#AHrK=&P%R0Bb;KhnzlRtcOvxQsV^2YT7t8ca# zW?LmSrJoV24~K`>{rnqhtpm42yod-W67>)4m?CFo?fg(|y*+dCE%>Lk@)|e(hmo_4 z+)~8zvnGU}Qtz!iYKs!GfinOU4w2r8(Zr{(SnEe+S4TqB2Fhx8(21dx+(Vt2^C}0g zL`N8{xdC{Ihc~$NkWc`08Lhr>fi^tnyBY`NKIkNp41kh7lT}6&j22`>6utzfck?Y`0bpeBzEO zqVg<9VW#*c&qV@TGJn%@@paV#5|^mS7kafpGf0!P)OjROJU`2PMvDIEq*}pyv*>q{ zW5ME3pfo@93*6j7P2gu5jWyDu&!a(4J7W3&j8tT>D7}fhfHfrkLe%MM6Bs$sE1v)H z9};0mnQSmxD(vMox?GYyH$j9gz*^R_0g_O7&JTEis=V3!3qYrk58JAGf&Y)iWEe7 z$%GDYP!c1A40ptg={ObYEx}c3Eb9Q5_t(6pyq)-moK}R#|3q0*&1E>Vrv#I zctmfS!<$;m$}<9CuPmBY{KRY+=fcwr{`yC~LnB^=?hZ5aGY2Fn_%pP?fq1^(rA1+I z@Z$oH%PXI*1$#RWa{oL`Lc#XAp0A1ofeb4kjK1)^H757~N?xM%=wF-it@;JAqovkRXoLyXx6a7u@p;FdNH^DkJ}rSi`H`Vt;07z7)i z(iz^bq3^5h&UnCcc3z#%!8%Ei zL6Gsvy0ApGL?NK*lHHBPF0GW;**cG&9v>L%48HGHw@iy>jT&xA@VZbAo&>gBHBtx$ zag3as{?7Y2^OE8|a|HQYEG1xo&MxbJ!Rnt0NJSXqKo^09X2>2PSzJYpk3v%sFkl-4 zgJRs>skTOXa>Vfd9xsujwXo^GcyAvPQh=rJt5WMPPv-h%#}d<$dkn-@ffPzubXnGF z;)y4FVsuG<;z`)BvQ;423||Eg)>G&A%3-~e!x4y4@n?^|+^XF#o|(8?{RiDctX0Wtv8 z{2d~{41os7kbdcr?_(lwu93osVb1ua6xENCH-0gDdW~6)Wp3 z4gclWHHH6kNjKM9p>W2|(N;KoN2tFIf}60IP~RPW%AYyM+3|09yZRKi=PaiG#%OzO9^fhM15Z@7ZHi-(OAeaL9)Yhf@hk?kvs(GT2s4{icBu z<^wgHP}*f8@f=P#^w06CWE8~D;6yJ0dhD+yfZ@2@H}lPewoGwdeD}Wc8Cs1*F3TPk zsjzCfgcc?>)`G{J^=uTUPgh$z|62T)&p2bU2db~W5FML8Eo6by$3txaAgh8)w3*fz zqGM4WmxD-H*`&-4%OcDck+DfHugu3F$Ot`$#{EU`bDu$tCrRF>K<4zQy%S>-)bFRb zw3IFZ^#QZp%y8}E=v063oy`PvmUk6mkMG>GqsWg9MYP*b;o`0=s=&f1-G&fG(|jdC zZEXFZvdfq+&1(e(&#}&_nYmT!j)Es`qN1=_5TK?Rzqw}A$ZZ;w$MS+IY(SBilY?tY z?cU)>Apqm*cdybmcg_&Lbla)Nhx_>JwCO%=NHKo7rTHDNUecl+-1*0Ida67Y*_bR! zk6Rxs+lsu|#W`aB^5tKi`PpfjVlEI-7~!@^jomce;$4P{Gm~Guv`?(og>4n|zfwXP z>8_BHShDm>S+aETmsyJe_@dWxNJsyaHU{HjRYdl%Ceu9+SYuOp`se!e^B^pWY{<&$ zbY&76NalFbSglPkZN1z?2{Qk}1{{ItFwso|WG?JK7MC$GE$PxJ?JN2&9xtAD*qIoB zjM-PDnFjj;{K_1I4}d3b5CQ0Xb?@KY_xI5Hx1HOyt<-(*T{|dl$rvUg&o|!ylz~1y za>aA_2yOoo0ewOWDBb0El33HYCC*%BPOQ9a7$wkI1ZU+}xGoN%!f`5uoA7B6-Tm_} znV^twF4UL67cPMp8k-t@Y0#;U>2bx<6O0l1I5xrr5jqT9_7U@>w=SNasbTy|5Y(VY zbPrCXqvmwjOh_IKeh@-o%Oa&vEO8&1+3*48QUZ=Crp^8{+diGv4mi5A@<1h{tmtOR z2m349oGr*=%aY+uUL&Cprf<4zK$8+@mrlRca=+u)-UID%<>eu)X~k#dk`}PRI_wvG z)9ai7;Q@!}D9Wc=kM3YGqZ_Pjc}d`;UD< z5L4w-Rl$$k1feX^`*BRX)wfH~^H$Ef@AV6JpYSvVrTGDkq|TQ(GdpKZF(aofGIrw- zZV+-Y6z|2z>D^a421?7X3&=Cy9Fw~-7mMP4YQrzV2?qxsSEMqRf9S-;XU6GtH|+SA zuPK23?^v>psMYd!4?7XnuMHVo?_RhRV(hOh6vMp4i(Jr_BfhC=Hd6wyO!uQ$)`{p% z)pr;?i$2Nev7dQ1^hij}-E%(=MOVulib*Rl+0|{U1-3Y0j~6PqI#-FU zftbg(5Z6h&n9Fm5FPePp*lQ4bOIg8`u}cLe45stX`e*;lvw!AUo_Wq67Cw#zZbHX= z5#(|>(m&wy%o66*u3;OW6k#z`zLO>|=9~2FJ7U&eYlI<_!51GNXv_Q`iK!k8Jqw`l z5Kk^S`7v{ZwUO47=;!gzI2L)p7$1`bOF&$TDhOBPag7}uc*cZ0!|cV^s=ESn46!Fc zPK%bSbjpA#_X@evR7efVHfx7DrkB14uKWp~+{=x_u7CE=JSU(jf4aTd-42mwPNNlt z=o4aDZgPhe_Gzl!5lYUEyAu_RYj^VL^3uG&`+|H&CV5tOp^|V@Y@S6!P1a^b!b|+L z&JR~&n@!YHL-rt8vNTW&9XRBPP^@-$QUeHn% znT>2|NJGv(X|oYZkhi@qdTJITd!~y8T)LfQ2OdffrE~eIsC-4`s*gO~V-(N7M_)=w zMWxwBs4%A{n?WOSqD*Y%P-_{D=CTV)$+Eh7Ld2-8Y@BLnOCJDb;69ZqAez;Hs(hU` zHk9)?s>8rx9P>hoPpDvh94R#jpkbzE4Tl>lYs3a6%b7HqcCjaqY`{j`lBZkqucNQZcw)h7{F(%hU5n&sxrpnqWA*pxo9KjYVcDg+Bnv0AZ=d)O7l9+DZyn0w?MPwp$usjjGRm7(*g=c^4MhP7hd#|~-?e zQDg}$*ueuz-UV)^syydsf0F9`SMafivlpr%cfoPwooPe$I5XG;R96<@V$V=9N71+w6BEMQkGTW}zuNB4IQOSb*SjZCTrif# zOFKELqrk_#W`+W^{6+sJ03Y`>+7t0+oX3fltxwL_*~Jr5Gd_hxt4*YJcIfXDp28w7 z!XxEt_Mlu->nxcyti+DR8I{5N{G(u(!3FgEu}Yd=*w+~P8BaYuK`K+z-NLT093ZJn zb@WHn03J4qYNrif*0BjUuzsXmvRdod<7-!E;I5mgiD|V#&ho!g9;m;6I{|>~@pa6DNTVIjME~2L=4e^cM7sXbb2ixuiJR zUg#LTd@S0aq0#p(A6>v9#d9C}HX|0-yy?PXj4;?C;o(>3Tgr~BnoW=xgMpzJp%cf$ z?Q)4iUGN4h{!|%l)GOv~`_IV8AJsMVb?M?i>;wEA=eXu{>kG=#fQ+%1S27-LBo5hN zC{~e+{E_pDN7*)kVCCgaj`jJD3wJ)f7_5`A z1HtT;djOgKxF`THi+us`Q_XDvfYHjNR)j;?OZU0!W6ZV-;q{uxqPKR<3x!j>sX#SK zF6sPT>koZloUZy5bqh`q2X?Qz7Ipd((O7Cghre_Yxb4oi)0A>Xw@F-a%EE?Hu@S~F zx%6D>8qX7Ua@|sClv$!?pTb`PeW{Z2maXn%ZNMiC(12=lJDd@9YV%D#}5h)+nC0^WL>I3|#JB zogocF9K*5PwhaTJNaE1J!T3gk_G3dyu+~P6`j*Mn9*adudnnon{qnid$wT!4Qo!Zs zjZpl3@wQ`F;pHAicH|K=ft)~^HpPOB#O8jxIe!G|=Nt*St0L!~-sHiX6P_HGr^}Z3R=E%F9Frf^GIJ>}x?T0G;|sH<$6Zw!_iNI}3iE)%P#1P8A0wUT zi0W-()z{Gju179k=0=o1zYDHjddh8M{U$ZxxVTSwp8YReI=|kS<)f|R%pg@(*^mE5 zYAhGIaN#mu%$b=Cb%D&jTf|MLd%k>Y{T;vjeiK$Gwv~ol4xeaOb^UdxCv?=+zA&t2 z5f&mFWDp_#zc_nxq?3_uZ`=GpE;k;&txwdv_56YE*(H%|#|%Z(RM%t#*@@xVer1CU z1}4L9n$C>+6y~@(y+ojJr%Qex20A_=dZtmCK$yA^GP`ROUVa9*rn2qxHjFT~KWP4e z_`4;4vQk1n`x#Ok8kTyOjZTwrX|^4ZNv|2%2T@C}nGzbQ1rzZPDM-zAZkF9NV6n2E ze0)!Uee_a&`M~!|O7nh5 z%}C}vC0yOb*H&b~0-*WIq+wfqMo1w=dl%r5+H$Qj62}7&v?PU+pYf4wCUQ4hkb{XF26{QI(rB=}F%`s>T|1)*wdBWACy|8xYVMEEFyE zQe-G|`yodZD+5^;Smqu$*!hbu52Z*m^?Fbu<-MFvHC@_V?O5qN#1(Kti_xiE?Wp%i z*$#jPNu;v&iJ3v8Sc$hF$$c!#r@hson?EfpR&sS$4I5pC;dghz0>hQacO{<26@)X< z)t8*$T|)fZp3HzbCRiCVK1G%^CeTH$`Dz<`1bMD7f`a<_$V$9RQkWy>m%;lo2;4^j zP*o;0j1KtTvbD-NLpQjE)4c@=Y$(cIh)?%^`xd3adtUuG39?n`^q8kT=`hBx55W37 zi|G2bLc#b)<_qx1;99>rpfRbaDTn<(`T~gXBhL_KtKQg?!}k0zT~Y z0PH4EG86Bb2}axBT;SZzDv$Bhq*V=|2jeZnYX3Zj!KI!FqkU^|pK7 z4?w=VYiqnGxx%fTynC@%oci3EEm~JQ3*Kjgv(aQ~D`?u+Y|2Y7J|BzO;O=mH{Wf{H zsi}fotvxn^JwegnseY{p;sS~Ho&-{5&eo#DX^S&w-K=_c zvF9ap$479lRuc`M;JFM1n)b`iw1dxi%(1Dqx4`!(?KQ&Ots~;KTtB074CqSPfnr8^ zmNaFWW7QfV!mWNCP{^IS{-<#FV%b2+*&$QyOTE>|=_BwLmgdF=3fHkVtvG2$IWyWS zT7;B9h^WU<n@TivxF{S)}-j;gPGoGB0`g2zaN#G|KARdWci^02$od_SiJ$tD`et(STf9&!3 z{e=LYs1X9OnE8t*`@$vh$HjnM1rJ#(4e~XQ*y~4Ejx64;0ojt`?hal5^;axjaWsO$ z!|>gs8d(d}pV~;HI`gh2?bO5GK)jLOQYy1zY|~12ep`XzSe$|)$eIFa2G6iyBYpK- zBDMv}PhjwF6U#-$laA{!|5-!D;L3tjL$pH*O!WDY5+s(JodQV{4$d`I2psqJ10D|O z5Sc^-zY4kz75fN9GVIkl4$aQ!HFZvq8H#F>%= zWO8f+NDwIYzP*N;sDUD;@-^~;KdXnpUV-)3PBY9`=u?9B)BrRBv7b0NbmfXDc-tGIF z-{Qb1|Jt*mK*LM)Sw-_kU_4kcP>7zWj(1kKW)DigbpwH7S8d&1KcIEpih?s};30_K z#K1!j;5yY(F}e4K1s4Vbfhg`GDnq6W#Hq&X+xG=x5q4$qyZ(I_Ujd_P_df2$~%FM2u{;rsf<`P662D04XOrh(a!0% zAlB-hHOV`DG;oZ%7tZz$imih4o99WmqcehB9tNMxo+@DA2+z%gLE+lC)~kTM*>9%hy)pv~ytREmusg$prJs@Y1O&VFpYqB!J+3`(0qZ}Kd*%X<|0|DA(1^;C zbA`@9+veEZc0u7Fq7x@HknyqC!^IP)gtyhuL);dt&!=OJY&M`b8!IE3)#A83e!-kM zqI+pte^O?!wF(@V**UVH_m&+T-g7G))^iXU9SfNg4=p?5`W!|EsPugH*tOFgR45_8 zs{%xT9QfkmwlqOx)bd0LA9MEIW$q8HAgL4>GD%Q&f)Xj~I4t}hbx&AuGE zQN?2p)gS7M>QjhfZeSt*H_QBXIRrazW-R&1IXJR@TJKZqaRpu%R>|r>y5A;poZ`)E zGVLsec=$&8pThJ{y_KApDuYQ=e8k2An)U#tI%n%lpWIv^=0j$qsd+QbUmtcLy(;b))A=W#LOeXQHiuBVA{7J zqYW4oJqgO=-upZDpdKd9z4z^ybYg4zZRKKp91A$JLE^>hf>7+X-Dc?bs}=wNRKl4Z zNjmw4i&>`aQLLaI@qGP*qvMF}ykc+Xc=Yp=M2>!xsUV|Wa3`P{iQ|`>UzR}w4+Gpj z`DgIu!euIWY2Lu9!hU8QxgK43;BEd{1LWDmq%!2G>q+rpKfqSMvvlP*#InRlACH-7^70zuYU)a8$jL z{l@W0NhP4gC>w#Vyht(Y@wpX+_cuXowX7VG?7c_Zw8YPl!*ji%xa zcV~suACwE7W$wia5Ag#_Q5#m}ZS~`F2)(b|zVblcj_z0sMA2lXB-0O>G)g=3s_Ma>1TF)N^rOMA4VBIrWk_#9);S^&+h2{ zqWpc-9a1Dd-LSQ}e&2i`Pz4(=KRshXLmbgi>AC$&VJ080CPl19x@ldIx2%2Td24bP z6W~v{A4)Fj;5-Ze91`wtB6jU8Ks34JLr}PL;Y3YgOci6!WCw}|Vw#G-f0_!pR%7M| z(PdIr1aGAZ%aO1zE}KnXT6+MdB6-ff{B&=_?Sa_GSAch>?>~;3jqMXJ^vKzTxXI0I z@EDp3P49lQsv=CR=temf<^_SdHQWmBG?(iom1X6tqnhS76LomHEW#ZX)l=0ZxP-Z% z|MKEuhaY1_R67>N;*)cNH~nqFtNnURm^F}eq@8raKn2lLjqab$r8`GpW%=bc0)E0! zNI~5A(`(`n#jOUw;=VAtHCEJGOeUT=LnvcZGT)HF3y^wJbGnqqN%qdl^+?)e5 zFYR!}lWP+1W6h!FgqGXX#R2!ZsbSIC?)K*np4$Z7uCmg9mP{p_`Mz^pE-ULm zg|B#Gl0WUp8fr5%-phjz{lm6T3u@q@vSwLpR*rl4+QpXOHc~4kExD>np$sUPYKK;c zQ5Wrd2wpX?Y?`f9??VU;xg{YZ4i%CU`_2gI|7lu-cYz9incQsT0&zY;c|D;9*&8#t zSuG(wZ_ia{{1rz=tY!?;MRmic_?J#aTAHd4&rFGh(@z4;)46Ge98T{aUO{7rSVtRUKO|V-_y69LN;01jOtHR(Y zacZ@Zi(jQKeQU#RKr%z9CYtVYJh>1OeeC~^}U~Vs3{Kz5@Nb* z-`@(gcKCV7$j;Wa5pPxPX!X>qt2YZY4KgPVoN4fT-N>sxxQP43OqpYQZ@|&~#BPBm zG`s|e@XctUK6ll8l5g*#?e+8J^CP*4*Uk3m804Gs7&g-sh_Y&OPlpp0kAId%H7a5T z9?A1HCMKfbZ1r{i9Y+a@PWb)R)ogSnR<6C!dm}5|*!DHaPGfEAXGiT93S>~wUd#t~ zBONA_czBWP0H&sKoBz!DaN^wl(ka6oW1B!m$vUuY2OqnXO^+AWhtDb3ZY`EHao}6_ z=3HQ#;7KF!480ORMGk8++wt_1O*294yCZGWj!@JqIV^x0u${Bu2mp z8sYH-96wGP;T2vv23`LmgJ%4py>u#%mkt`z4GYo;Y#k|f?d#)DoOG3V%c1j>u?2t> zUbNaLINlPm3k)B5(RN#&L5;GqxVFnq_IKyh`)mI;-)ou$;bL)TpJ_i#f;=kv79V}j z4mNYjNeSPbi z*VgCIHT$SG1zM^}nQr;J_p+jgFlOp$Xf_Cdg^LdU;SE3StL|p9wuwg`G`_3Lk?nG8 zulc567(O5P2Fs0vgo@R&-_c<^XJH;>otC{Ot6wC&Vu^*_Hvf6tqNdN$Xbp}kNUwMq zz)*ib-Uxi>ZSOzQnrihYkY|nq7nYv1N|Q=8*L?&Xh|_inV}1HqMFV`g;T!$}Vkm!# zGm{N95E#*&SD+N4dLyN)Ymp)J_|vFTqLl;Ez$b)Ynl z5cuQ(;}$7zaX)aj=@z}_WgQy zQ16cF-5&c*W?z7OQoaJyQx2hU!B0w z>9-iUcA4I7MkAIo6JLWcEwaSKbPHfmcI75rHNx_Dnw!H2y(0%0WD5L@!$M8^_mBMK z@Af>{7G#@W^o}ou&*@9U`%Pmb%HaAG11v2=AKiq~+A9sgM0>fy`M+!gv3b*bOwwrb(un--g$w5<={*BoobhWz~#?`M~WiklVvTQlI1 zB8ER~yq_TZX(QdLgD8yi2e2PO z)O?#{dT}1YTx8ea`aKG=mg)(4%nt%1MGbFb-6aw$WD5K($YJ|?o^hiY&2f|W2*B#F z=|vnPJ+$4@eGDPDeR4x2jDGS!ue6y^USPdnU2}OXD)RL0glAeE zRRlY*s`D(1o`JiDJ+K%^*69IV{?aoBVsM<>!Si}ZFiaM>f4naQAK!dphhvf&^D!)hxWWC3$DGd-#=i%kx{d+l?2$*j$*B~Rvha3bVN}f zBnzrtq04GNyqb`uVvj_=?cO|1#mjaxvf1^%pIy#@K<@7!S-lv(4E7<2Wof!HFJ3W< zhD=)Omii+GKherb7b`lBm}EadF(InNBKH#?crqeYfF7q&9-k#_Mf`(L?*+YmK0DXX z9~%Yp^?Wzpml|Pzp)sdGOs%4qK8qAmECKi7=`MszVlLI; zW~g2^kHNEKUZd$lPr-ZIqo$=2Mq|3gCb>PaLeC&1?ghP7Tu;vX0}FB)fb@o^msha? zmMkaLE|c|bmrZlt=r zU37?OxLXQtWa(lKQk-zfq_65LR> z)cg!0?a^%$``*zoU%Cqs5)xhlgM}~J2&Bi*grF&AabWT4E?7J*b_($}ly9^RkbV|=-+s8RE!2PlaYze>b0SM`w*=j3T^2@Jd z#TRZpO5^kT)D#$I=ksI9ke#^_{R7=9!2tb6e%D{NDEy_ozF%=)zD%wb@@Ig2FH=#e z-#)?QjJY6(hN%d1n)D+D!=o-6e3w56dZe4y@gzRaG65VMoGX9MEyck1bIZBQHu1(! zlu^|Q*$qH7_6(>bv>d27?SqCYt&Pg-WmDEd^St8a-quV|2Z0;O0ZW^7zgKQ3oRU-rON@=2gnj3`9w_n3hZrECSH+5>^|5QlI`*p*?0J^iE61h|L27w z*$BME7%Vr3Nhps&4B(u`qJ?K80gd}U?mS}m9#$ZIzL{duv1iYMG)k9f`mURrnelxJ z1&71L+1`R2t2@SN<=kaixm}%zef!tRm-ao#JMwXC%XvrAKDY$3o!bs3R8Gs43>S?q zzbq3b&g%rXb>7rv&gRT2SoQNfZTiyH5gQi1g)BrL%pUlo4KxoZn+!e2blNf4C-j`l z^KnB*8l^{@5PqbOJG7;s(Mr+(Hcw5QFMPoWEu^^`LtBS${S{IEbUr*^ewC+eTNFt~ zNZr+Ok2V z0ZZYn4t7~&JC(VfHjQS6034kZ|Bj%=tIVH)f+bLtSCY5wIgoo@K?c~rBA!N&#pQ@7 zHVCpQ!J-u5QdeVLK0Eq02vU`R;G(qYME5qZhYisNu3}IUUrmXMUW}rIZ3C!Jr7jy} zB}UE~Q2IkpdO{5F#cgmqfy|zQnDw}}D;Kbf82B`s&@}Lmz|eS*f+a7xJ%(b!0A5u2(LRBJ1Pa0H z`!sbaHwjd$@N%|AePtVBm+yd7qs9c8akwr93Ro6wG}l$1A$1G8TjN~gAOkXUy2Xt*g&$miC&_|mf!qCJnI)ah~}Aq_2V1$e?4 zGrxS>U(H+#Irvr!EyUL_q$ttHITp$F!jQ4|w|nv}Q)_uU%G>h59z(eW8ID@8?r$<) zdyrrXd*bpXH&K{Yoqeo)uI?}p4ol!uaMzoK>PE6p6C;^L~h?_>ewaeGXLlZ*|~(= zw|Gsw`RPg;xAGP8BTS5$%INkdw=XB`LHgLm)hX5Jjr)5k4#pD`*hXm&?qrE#C}9_b^pbM*&}~@2b1s17V_DUA@}WVtnqOxV1eSE2rR7#7M3gF zyr8G6KLGVGQ!{+~|9*7Bd!4_&p0>qY4f0}C{hlcn<~gF(c!TpR#4$U;iJ#%!$q^dD zEqk^Z)gCs#zfAdy*evzvc5qehq+{NZJ%zm2IZnQzKP`12+!N=rKFfnr0!KS#YW78D zPrLQq*e>(P136{m@9_$umM>(x*lpWMqv)_7poFEpoQ%99)0k5&C*1Up!kvEl$l3Q$ z9#JElwmDj+(O{Bum~-O*Kz03P+Bf~`aFg`mrvcy%Y8ooome<}cxBOu{1=Agx)jw_e z@WBbvl2qQ6=r6r81Zi97D*vM)3?K6rhfg zzm$Xdb`j7_&@^=KqfBx>7@!K4f@2Xw21nX2dxhVaVx=s)^kX-!orftneM9qT9X_eK9NM}$kMnA$0E-{Br(3RiE<#MmQxWlDk&*NYrK_U|uXVzyb(*Uwk!N5$5Y_3c+4 z9L5h~1aUo|T@~PEt6kEFTbrLe@+!9Hc$AvMJuCO-QwPzzxCB_?>NWzsG2HTXCuY7d zZa(aqe4=k_b)`0Q!sSH;`NqOSX4hWymu|$DO8Bv_=+D!yNIqTjxm>US{sA~KhPp&O zd#b39Pu2$MA6wJ12zl#UD88?KFB4!xaPXM6pLq4KU*aV&>?o8k$?m(q1eAZd4#Dzm zZ}Z}UV3)5|-ZpUMj($vRwB@}nW3_A0g&h$dTgS|x*cO4V#0kh*e-RaMR!x8TEV1EE zzChIVQ1QFfS~5EW??r85$z0pnPrd4h1&(tLn|K_Cx-^x8n!Ib~_Av&VX!QTwhPY#l z#Fhj|h{dcAH`49<_w_6d(y+GhV|bLr3D-k#V*YpOx7Jb6fGdTNb_I0r)ys#?NvwgafgEn@9p($HQqfO0i=+lMv#JbCY>5g zUC#e)7kKXln)|S4pBC|fCW8*RBdK39ek3sG>@fC+&Gw)(VnB35nNa#<{-nn1>a@%C zR`-W9!GFFQ_+R5c?IGe{v}~|bVfy6NRgP8tR)6i36<{na-mvBHvf8kPFs)kAYKQ~# zAn;x9&#h#&|7n0NBH(%xWa7W8ej(}!)|;v!edl31UKQ$7@Xa;a`JntG?l~ZnWou({ zDKZTj(dZr3pdqa;p69ytKA*(!oA!B^Aeb@rASWnuMz$0i9JMv*o@8C*%synm?+L{F zK&xWn!a_C4=90>671W@y&|X@t-IzLVZ)!0-^Pd_wEB}saV-P+>n{&l?wGBL5zTVMS zPk1t<{<16eU~x@g@R0HH$B+@_kQcBd2h>9!s?w1Ef|F2>AxLaGHB}h$zPLPMyCgj; zR9hiybyNt`Y$WDV3AaCh+H~=?2{)2`DY&a9%8qZfi9|c`B)?nhzhUoy{4g+nh=L1k z2xx%7N3va94BMOxF3v6BIc#r*Js7jRxD6uc?HTgis%fQ!3xeUf|4hWazsP>4kDyzH z-Q8{Gne`F1PPzfSZUZAXtQ}DLwdYJx{6{#8xMiLkRtL8Lov_35O3CWrg^L#xKRe%V; zCEFVGxHV;v^a0!JtABf)Nd{Y(p~WWHx}HS5JtvQXkmKX^;NzH_{0-04IpMDMyY(|y zj=EV6N_d7ib!ND6c;)q{@8ff?fXehBKHT$lP$bA-F(Tr9%N%sh-;%SGRW^Gf%$Aj3 zleZ@Cn1_=}$)@pf@`9iB6fI1haKgQ9Cm$rotGy+wPJY1eV~+?N?5G~dt6=o`y(O*o zOQw$3O!YarYk0Aj2>7buxu<+2_&n7Bj3H}uaK`&!J7$EtnF1_T_@EVG7)r~-QMC#O zo5RazoGx{Dx?`as>J1hZlj`n|5^fwN<2AbT-Cxkw$yXRSqsETyna~JnGiS`GnuEbu zH^%u_t@s~szx^?hfjxT6k-`3Dw@$~P6EFHs-pQTC^br3Gzr-DOxF;OE&G^uoth z)CU2F@}SBUPal@6@;zOi8DiDLhLIuCT|)RfH#V${n7c^)xk1;le%2>^B=Lbbz_sva zt!1Npx;*6v1*2waY8`WDe2WQkBaC@i7z!IGB37M5~R^sr^v33{!I$sl2 zeN&uvbVZ#D;DOycV@XAy;v2ydNmnZ3ZziXXR=o!^?9kDd8I87f=Gcp5zI-WAE}G=! zp9cny>)1h@7?J`_+av+7{GXu?PjMTNmhv_0T7&d!Hz;4^$9f>DJ2}Jk!8M_cvmeh( z%B6O9u$>tm=G&(3qjLI#^{gk8mEeT@uBgJ^#OrS?%jiT1#ZxK8cDjG5(2`|$=yG1m zP#x#wQdKv95d4j*>v>g}URsuE*&TW|25oJ6eJ?4h8m@JYEB_9#BZOmmTAvYIOgy^; z>n&V<46}IKue1^~iWUG_?R%xOXfESZak=~l#_D@f^-Zdw+Fl67;qd$@HR{I=_DE(C z=f=oAYqN6=YUm?-08>D$zXzRN9zxBZ?*8!r?+@tkKq5A*z6&>50pt=qHsDBch1zLv z5sM2_Z@>cfTD37Y*BbKz?NMe4R&#xKHXM&XArVa|jYJN;xzf~rXk~dTeIOXP^U^dh zD5DO|91YTv2q;E^ateHk5FSZ=zb2`303sBxiBz%$FD`fD(z`v zTQLemZWEcAMG|H8dsQ18vuMXl4hgzewA}^LC%9&C$ zF|t7ng|ZNM3TjBN59O8>xbqY&y=K6^62(ux2BDZspN|1numQx-^DyQG+A2tv_>!nu zMd=~0Lsq}Lem5<$wMB|J)ROo39A*q5+{Iz1kweQ~A9;cbK#RnDzr3I}ZNH)6;f}+Z zT0~&~4e2mQ+h$=kr<)NpDy+9;X%)5X8#y89PJ6or&JKfzKXW#IHzOxzo9d*mWt~9y+O6!)cNeKDdo9y~) zj4jD0@t~3?8A5TDx8=hLslCYkN+{apx%v$lqLEv0Bi$Nl{v#uJbwV}tXX;#0Qra&( zbTe+^Pi7BkKR;}cDYxA{Gyeuz%Q9$iIO@t_#?8KH4}gjbQFUsQ0$?uaKDc>ydG<)6 z(A^%sd#OT4nEqY(RS4^?m4#6y1>XH}kdKLv)wWkP)?ZN~ADn+FtyxQ)hDM>MViDm( zrh=5sn5tEdr3O*4hUvNQmL!N&r?9mly5-P!E66~V9wz}H#^nd!>A%g^EFr~J)!)%^ zmE8y9+y$BjgQJB#zl7x-$1zthm+i6L%Ig4Pr++zo=es>Orbk9hVQZRT>6_{r1#So(Isv(%zpaR4Rb5^kgh7m{3F8tc9V=aeY02;D{>7d^o>2diz+x?~Q^z50P! zFlWD4+%>SB&KWrHlj@g~_L>+Q*6u(uZ9JaL=xZC|u1B%m63Lk}L6k$WJmj^JuX@(u zYC8e_%VXDIN@Z_ePJ}`<-j5PlQj7H}VLTvI%imam6&7MooR``0%r&hk%qpEE9?9FM zfmCq)q7r-xH_)qYM4e!GGm*;+!}PC=Vh&F7-+,qWUc(1+qXDfx7@=bp~~)(TqS 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 Psah$GwaNdR#Q^{S={DW} literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/NanumBarunGothic-LICENSE-a37d393b.txt b/web/public/sdk_docs/static.files/NanumBarunGothic-LICENSE-a37d393b.txt new file mode 100644 index 00000000..4b3edc29 --- /dev/null +++ b/web/public/sdk_docs/static.files/NanumBarunGothic-LICENSE-a37d393b.txt @@ -0,0 +1,103 @@ +// REUSE-IgnoreStart + +Copyright (c) 2010, NAVER Corporation (https://www.navercorp.com/), + +with Reserved Font Name Nanum, Naver Nanum, NanumGothic, Naver NanumGothic, +NanumMyeongjo, Naver NanumMyeongjo, NanumBrush, Naver NanumBrush, NanumPen, +Naver NanumPen, Naver NanumGothicEco, NanumGothicEco, Naver NanumMyeongjoEco, +NanumMyeongjoEco, Naver NanumGothicLight, NanumGothicLight, NanumBarunGothic, +Naver NanumBarunGothic, NanumSquareRound, NanumBarunPen, MaruBuri + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +// REUSE-IgnoreEnd diff --git a/web/public/sdk_docs/static.files/SourceCodePro-It-fc8b9304.ttf.woff2 b/web/public/sdk_docs/static.files/SourceCodePro-It-fc8b9304.ttf.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..462c34efcd9d6b70b42359ca1a1d9476efe43eeb GIT binary patch literal 44896 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 V7)~)yDZnpu49h_gZvJhn{{a>V-DCg& literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/SourceCodePro-LICENSE-67f54ca7.txt b/web/public/sdk_docs/static.files/SourceCodePro-LICENSE-67f54ca7.txt new file mode 100644 index 00000000..0d2941e1 --- /dev/null +++ b/web/public/sdk_docs/static.files/SourceCodePro-LICENSE-67f54ca7.txt @@ -0,0 +1,97 @@ +// REUSE-IgnoreStart + +Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. + +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +// REUSE-IgnoreEnd diff --git a/web/public/sdk_docs/static.files/SourceCodePro-Regular-8badfe75.ttf.woff2 b/web/public/sdk_docs/static.files/SourceCodePro-Regular-8badfe75.ttf.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..10b558e0b69a74b8329766fffbd5f64356c7230d GIT binary patch literal 52228 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 z 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 D0=ucW literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/SourceSerif4-Bold-6d4fd4c0.ttf.woff2 b/web/public/sdk_docs/static.files/SourceSerif4-Bold-6d4fd4c0.ttf.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..181a07f63bef8f18e42a5a57463e0e60cf8e8035 GIT binary patch literal 81540 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 literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/SourceSerif4-It-ca3b17ed.ttf.woff2 b/web/public/sdk_docs/static.files/SourceSerif4-It-ca3b17ed.ttf.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..2ae08a7bedfed08cdfea76039c1bb1fa1d6cdf67 GIT binary patch literal 59716 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 G0RRB5qhxRZ literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/SourceSerif4-Semibold-457a13ac.ttf.woff2 b/web/public/sdk_docs/static.files/SourceSerif4-Semibold-457a13ac.ttf.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..dd55f4e95ec9c29fb566d8617104afca31f0eeef GIT binary patch literal 80732 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 literal 0 HcmV?d00001 diff --git a/web/public/sdk_docs/static.files/favicon-044be391.svg b/web/public/sdk_docs/static.files/favicon-044be391.svg new file mode 100644 index 00000000..8b34b511 --- /dev/null +++ b/web/public/sdk_docs/static.files/favicon-044be391.svg @@ -0,0 +1,24 @@ + + + + + diff --git a/web/public/sdk_docs/static.files/favicon-32x32-eab170b8.png b/web/public/sdk_docs/static.files/favicon-32x32-eab170b8.png new file mode 100644 index 0000000000000000000000000000000000000000..0670c4dabb0f844105d193c3c9dbf66b687fc709 GIT binary patch literal 690 zcmV;j0!{siP)kdg00009a7bBm000DZ z000DZ0m8#+P5=M`WJyFpRCwB@)dP$zW)KD7Z)=-zZCj6VYTLGrpbF|nwS61aZXbf$ z=Ckd+cRNY`Omew8XLV-h&aZ*C*wYYP5oAcHeqdKOS>7m%U2JLaVvCKkyqoN*S8Rjp z)r?owBdKb42Xy<--|~Y_45l*CINjP{9Yd{VX*$pGsby{sF7v55Xns&v)MULpuKyD(DlrKYv@^v7xUv-8jp`UPh_jFG$b3xm>BNOaH!fS@9LRoAGTq1-|twmjch2{ua zA`f7H2+z-ib_rZ=X^ITcl2Z)6BN!#mK&Ch!B63a728hO=A!7tMJYoU$AU1{q!*0<&F@{BBR zT!(XCfJ0jTXPo6Tm3s-WlHcmBnaWvA6HA``*2Gi5IlfdZrJ!fYVv^;&$U(Mum`%09 zrVg{cAr@yj*EN(SnSb3XTA`x5^nz?Cty0){getNotDisplayedElem().appendChild(el.firstElementChild);}if(elemToDisplay===null){addClass(el,"hidden");showMain();return;}el.appendChild(elemToDisplay);hideMain();removeClass(el,"hidden");const mainHeading=elemToDisplay.querySelector(".main-heading");if(mainHeading&&window.searchState.rustdocToolbar){if(window.searchState.rustdocToolbar.parentElement){window.searchState.rustdocToolbar.parentElement.removeChild(window.searchState.rustdocToolbar,);}mainHeading.appendChild(window.searchState.rustdocToolbar);}}function browserSupportsHistoryApi(){return window.history&&typeof window.history.pushState==="function";}function preLoadCss(cssUrl){const link=document.createElement("link");link.href=cssUrl;link.rel="preload";link.as="style";document.getElementsByTagName("head")[0].appendChild(link);}(function(){const isHelpPage=window.location.pathname.endsWith("/help.html");function loadScript(url,errorCallback){const script=document.createElement("script");script.src=url;if(errorCallback!==undefined){script.onerror=errorCallback;}document.head.append(script);}onEachLazy(document.querySelectorAll(".settings-menu"),settingsMenu=>{settingsMenu.querySelector("a").onclick=event=>{if(event.ctrlKey||event.altKey||event.metaKey){return;}window.hideAllModals(false);addClass(settingsMenu,"rotate");event.preventDefault();loadScript(getVar("static-root-path")+getVar("settings-js"));setTimeout(()=>{const themes=getVar("themes").split(",");for(const theme of themes){if(theme!==""){preLoadCss(getVar("root-path")+theme+".css");}}},0);};});window.searchState={rustdocToolbar:document.querySelector("rustdoc-toolbar"),loadingText:"Loading search results...",inputElement:()=>{let el=document.getElementsByClassName("search-input")[0];if(!el){const out=nonnull(nonnull(window.searchState.outputElement()).parentElement);const hdr=document.createElement("div");hdr.className="main-heading search-results-main-heading";const params=window.searchState.getQueryStringParams();const autofocusParam=params.search===""?"autofocus":"";hdr.innerHTML=`

`;out.insertBefore(hdr,window.searchState.outputElement());el=document.getElementsByClassName("search-input")[0];}if(el instanceof HTMLInputElement){return el;}return null;},containerElement:()=>{let el=document.getElementById("search");if(!el){el=document.createElement("section");el.id="search";getNotDisplayedElem().appendChild(el);}return el;},outputElement:()=>{const container=window.searchState.containerElement();if(!container){return null;}let el=container.querySelector(".search-out");if(!el){el=document.createElement("div");el.className="search-out";container.appendChild(el);}return el;},title:document.title,titleBeforeSearch:document.title,timeout:null,currentTab:0,focusedByTab:[null,null,null],clearInputTimeout:()=>{if(window.searchState.timeout!==null){clearTimeout(window.searchState.timeout);window.searchState.timeout=null;}},isDisplayed:()=>{const container=window.searchState.containerElement();if(!container){return false;}return!!container.parentElement&&container.parentElement.id===ALTERNATIVE_DISPLAY_ID;},focus:()=>{const inputElement=window.searchState.inputElement();window.searchState.showResults();if(inputElement){inputElement.focus();requestAnimationFrame(()=>inputElement.focus());}},defocus:()=>{nonnull(window.searchState.inputElement()).blur();},toggle:()=>{if(window.searchState.isDisplayed()){window.searchState.defocus();window.searchState.hideResults();}else{window.searchState.focus();}},showResults:()=>{document.title=window.searchState.title;if(window.searchState.isDisplayed()){return;}const search=window.searchState.containerElement();switchDisplayedElement(search);const btn=document.querySelector("#search-button a");if(browserSupportsHistoryApi()&&btn instanceof HTMLAnchorElement&&window.searchState.getQueryStringParams().search===undefined){history.pushState(null,"",btn.href);}const btnLabel=document.querySelector("#search-button a span.label");if(btnLabel){btnLabel.innerHTML="Exit";}},removeQueryParameters:()=>{document.title=window.searchState.titleBeforeSearch;if(browserSupportsHistoryApi()){history.replaceState(null,"",getNakedUrl()+window.location.hash);}},hideResults:()=>{switchDisplayedElement(null);window.searchState.removeQueryParameters();const btnLabel=document.querySelector("#search-button a span.label");if(btnLabel){btnLabel.innerHTML="Search";}},getQueryStringParams:()=>{const params={};window.location.search.substring(1).split("&").map(s=>{const pair=s.split("=").map(x=>x.replace(/\+/g," "));params[decodeURIComponent(pair[0])]=typeof pair[1]==="undefined"?null:decodeURIComponent(pair[1]);});return params;},setup:()=>{let searchLoaded=false;const search_input=window.searchState.inputElement();if(!search_input){return;}function sendSearchForm(){document.getElementsByClassName("search-form")[0].submit();}function loadSearch(){if(!searchLoaded){searchLoaded=true;window.rr_=data=>{window.searchIndex=data;};if(!window.StringdexOnload){window.StringdexOnload=[];}window.StringdexOnload.push(()=>{loadScript(getVar("static-root-path")+getVar("search-js"),sendSearchForm,);});loadScript(getVar("static-root-path")+getVar("stringdex-js"),sendSearchForm);loadScript(resourcePath("search.index/root",".js"),sendSearchForm);}}search_input.addEventListener("focus",()=>{loadSearch();});const btn=document.getElementById("search-button");if(btn){btn.onclick=event=>{if(event.ctrlKey||event.altKey||event.metaKey){return;}event.preventDefault();window.searchState.toggle();loadSearch();};}if(browserSupportsHistoryApi()){const previousTitle=document.title;window.addEventListener("popstate",e=>{const params=window.searchState.getQueryStringParams();document.title=previousTitle;const inputElement=window.searchState.inputElement();if(params.search!==undefined&&inputElement!==null){loadSearch();inputElement.value=params.search;e.preventDefault();window.searchState.showResults();if(params.search===""){window.searchState.focus();}}else{window.searchState.hideResults();}});}window.onpageshow=()=>{const inputElement=window.searchState.inputElement();const qSearch=window.searchState.getQueryStringParams().search;if(qSearch!==undefined&&inputElement!==null){if(inputElement.value===""){inputElement.value=qSearch;}window.searchState.showResults();if(qSearch===""){loadSearch();window.searchState.focus();}}else{window.searchState.hideResults();}};const params=window.searchState.getQueryStringParams();if(params.search!==undefined){window.searchState.setLoadingSearch();loadSearch();}},setLoadingSearch:()=>{const search=window.searchState.outputElement();nonnull(search).innerHTML="

"+window.searchState.loadingText+"

";window.searchState.showResults();},descShards:new Map(),loadDesc:async function({descShard,descIndex}){if(descShard.promise===null){descShard.promise=new Promise((resolve,reject)=>{descShard.resolve=resolve;const ds=descShard;const fname=`${ds.crate}-desc-${ds.shard}-`;const url=resourcePath(`search.desc/${descShard.crate}/${fname}`,".js",);loadScript(url,reject);});}const list=await descShard.promise;return list[descIndex];},loadedDescShard:function(crate,shard,data){this.descShards.get(crate)[shard].resolve(data.split("\n"));},};const toggleAllDocsId="toggle-all-docs";let savedHash="";function handleHashes(ev){if(ev!==null&&window.searchState.isDisplayed()&&ev.newURL){switchDisplayedElement(null);const hash=ev.newURL.slice(ev.newURL.indexOf("#")+1);if(browserSupportsHistoryApi()){history.replaceState(null,"",getNakedUrl()+window.location.search+"#"+hash);}const elem=document.getElementById(hash);if(elem){elem.scrollIntoView();}}const pageId=window.location.hash.replace(/^#/,"");if(savedHash!==pageId){savedHash=pageId;if(pageId!==""){expandSection(pageId);}}if(savedHash.startsWith("impl-")){const splitAt=savedHash.indexOf("/");if(splitAt!==-1){const implId=savedHash.slice(0,splitAt);const assocId=savedHash.slice(splitAt+1);const implElems=document.querySelectorAll(`details > summary > section[id^="${implId}"]`,);onEachLazy(implElems,implElem=>{const numbered=/^(.+?)-([0-9]+)$/.exec(implElem.id);if(implElem.id!==implId&&(!numbered||numbered[1]!==implId)){return false;}return onEachLazy(implElem.parentElement.parentElement.querySelectorAll(`[id^="${assocId}"]`),item=>{const numbered=/^(.+?)-([0-9]+)$/.exec(item.id);if(item.id===assocId||(numbered&&numbered[1]===assocId)){openParentDetails(item);item.scrollIntoView();setTimeout(()=>{window.location.replace("#"+item.id);},0);return true;}},);});}}}function onHashChange(ev){hideSidebar();handleHashes(ev);}function openParentDetails(elem){while(elem){if(elem.tagName==="DETAILS"){elem.open=true;}elem=elem.parentElement;}}function expandSection(id){openParentDetails(document.getElementById(id));}function handleEscape(ev){window.searchState.clearInputTimeout();window.searchState.hideResults();ev.preventDefault();window.searchState.defocus();window.hideAllModals(true);}function handleShortcut(ev){const disableShortcuts=getSettingValue("disable-shortcuts")==="true";if(ev.ctrlKey||ev.altKey||ev.metaKey||disableShortcuts){return;}if(document.activeElement&&document.activeElement.tagName==="INPUT"&&document.activeElement.type!=="checkbox"&&document.activeElement.type!=="radio"){switch(getVirtualKey(ev)){case"Escape":handleEscape(ev);break;}}else{switch(getVirtualKey(ev)){case"Escape":handleEscape(ev);break;case"s":case"S":case"/":ev.preventDefault();window.searchState.focus();break;case"+":ev.preventDefault();expandAllDocs();break;case"-":ev.preventDefault();collapseAllDocs(false);break;case"_":ev.preventDefault();collapseAllDocs(true);break;case"?":showHelp();break;default:break;}}}document.addEventListener("keypress",handleShortcut);document.addEventListener("keydown",handleShortcut);function addSidebarItems(){if(!window.SIDEBAR_ITEMS){return;}const sidebar=document.getElementById("rustdoc-modnav");function block(shortty,id,longty){const filtered=window.SIDEBAR_ITEMS[shortty];if(!filtered){return;}const modpath=hasClass(document.querySelector(".rustdoc"),"mod")?"../":"";const h3=document.createElement("h3");h3.innerHTML=`
${longty}`;const ul=document.createElement("ul");ul.className="block "+shortty;for(const name of filtered){let path;if(shortty==="mod"){path=`${modpath}${name}/index.html`;}else{path=`${modpath}${shortty}.${name}.html`;}let current_page=document.location.href.toString();if(current_page.endsWith("/")){current_page+="index.html";}const link=document.createElement("a");link.href=path;link.textContent=name;const li=document.createElement("li");if(link.href===current_page){li.classList.add("current");}li.appendChild(link);ul.appendChild(li);}sidebar.appendChild(h3);sidebar.appendChild(ul);}if(sidebar){block("primitive","primitives","Primitive Types");block("mod","modules","Modules");block("macro","macros","Macros");block("struct","structs","Structs");block("enum","enums","Enums");block("constant","constants","Constants");block("static","static","Statics");block("trait","traits","Traits");block("fn","functions","Functions");block("type","types","Type Aliases");block("union","unions","Unions");block("foreigntype","foreign-types","Foreign Types");block("keyword","keywords","Keywords");block("attribute","attributes","Attributes");block("attr","attributes","Attribute Macros");block("derive","derives","Derive Macros");block("traitalias","trait-aliases","Trait Aliases");}}window.register_implementors=imp=>{const implementors=document.getElementById("implementors-list");const synthetic_implementors=document.getElementById("synthetic-implementors-list");const inlined_types=new Set();const TEXT_IDX=0;const SYNTHETIC_IDX=1;const TYPES_IDX=2;if(synthetic_implementors){onEachLazy(synthetic_implementors.getElementsByClassName("impl"),el=>{const aliases=el.getAttribute("data-aliases");if(!aliases){return;}aliases.split(",").forEach(alias=>{inlined_types.add(alias);});});}let currentNbImpls=implementors.getElementsByClassName("impl").length;const traitName=document.querySelector(".main-heading h1 > .trait").textContent;const baseIdName="impl-"+traitName+"-";const libs=Object.getOwnPropertyNames(imp);const script=document.querySelector("script[data-ignore-extern-crates]");const ignoreExternCrates=new Set((script?script.getAttribute("data-ignore-extern-crates"):"").split(","),);for(const lib of libs){if(lib===window.currentCrate||ignoreExternCrates.has(lib)){continue;}const structs=imp[lib];struct_loop:for(const struct of structs){const list=struct[SYNTHETIC_IDX]?synthetic_implementors:implementors;if(struct[SYNTHETIC_IDX]){for(const struct_type of struct[TYPES_IDX]){if(inlined_types.has(struct_type)){continue struct_loop;}inlined_types.add(struct_type);}}const code=document.createElement("h3");code.innerHTML=struct[TEXT_IDX];addClass(code,"code-header");onEachLazy(code.getElementsByTagName("a"),elem=>{const href=elem.getAttribute("href");if(href&&!href.startsWith("#")&&!/^(?:[a-z+]+:)?\/\//.test(href)){elem.setAttribute("href",window.rootPath+href);}});const currentId=baseIdName+currentNbImpls;const anchor=document.createElement("a");anchor.href="#"+currentId;addClass(anchor,"anchor");const display=document.createElement("div");display.id=currentId;addClass(display,"impl");display.appendChild(anchor);display.appendChild(code);list.appendChild(display);currentNbImpls+=1;}}};if(window.pending_implementors){window.register_implementors(window.pending_implementors);}window.register_type_impls=imp=>{if(!imp||!imp[window.currentCrate]){return;}window.pending_type_impls=undefined;const idMap=new Map();let implementations=document.getElementById("implementations-list");let trait_implementations=document.getElementById("trait-implementations-list");let trait_implementations_header=document.getElementById("trait-implementations");const script=document.querySelector("script[data-self-path]");const selfPath=script?script.getAttribute("data-self-path"):null;const mainContent=document.querySelector("#main-content");const sidebarSection=document.querySelector(".sidebar section");let methods=document.querySelector(".sidebar .block.method");let associatedTypes=document.querySelector(".sidebar .block.associatedtype");let associatedConstants=document.querySelector(".sidebar .block.associatedconstant");let sidebarTraitList=document.querySelector(".sidebar .block.trait-implementation");for(const impList of imp[window.currentCrate]){const types=impList.slice(2);const text=impList[0];const isTrait=impList[1]!==0;const traitName=impList[1];if(types.indexOf(selfPath)===-1){continue;}let outputList=isTrait?trait_implementations:implementations;if(outputList===null){const outputListName=isTrait?"Trait Implementations":"Implementations";const outputListId=isTrait?"trait-implementations-list":"implementations-list";const outputListHeaderId=isTrait?"trait-implementations":"implementations";const outputListHeader=document.createElement("h2");outputListHeader.id=outputListHeaderId;outputListHeader.innerText=outputListName;outputList=document.createElement("div");outputList.id=outputListId;if(isTrait){const link=document.createElement("a");link.href=`#${outputListHeaderId}`;link.innerText="Trait Implementations";const h=document.createElement("h3");h.appendChild(link);trait_implementations=outputList;trait_implementations_header=outputListHeader;sidebarSection.appendChild(h);sidebarTraitList=document.createElement("ul");sidebarTraitList.className="block trait-implementation";sidebarSection.appendChild(sidebarTraitList);mainContent.appendChild(outputListHeader);mainContent.appendChild(outputList);}else{implementations=outputList;if(trait_implementations){mainContent.insertBefore(outputListHeader,trait_implementations_header);mainContent.insertBefore(outputList,trait_implementations_header);}else{const mainContent=document.querySelector("#main-content");mainContent.appendChild(outputListHeader);mainContent.appendChild(outputList);}}}const template=document.createElement("template");template.innerHTML=text;onEachLazy(template.content.querySelectorAll("a"),elem=>{const href=elem.getAttribute("href");if(href&&!href.startsWith("#")&&!/^(?:[a-z+]+:)?\/\//.test(href)){elem.setAttribute("href",window.rootPath+href);}});onEachLazy(template.content.querySelectorAll("[id]"),el=>{let i=0;if(idMap.has(el.id)){i=idMap.get(el.id);}else if(document.getElementById(el.id)){i=1;while(document.getElementById(`${el.id}-${2 * i}`)){i=2*i;}while(document.getElementById(`${el.id}-${i}`)){i+=1;}}if(i!==0){const oldHref=`#${el.id}`;const newHref=`#${el.id}-${i}`;el.id=`${el.id}-${i}`;onEachLazy(template.content.querySelectorAll("a[href]"),link=>{if(link.getAttribute("href")===oldHref){link.href=newHref;}});}idMap.set(el.id,i+1);});const templateAssocItems=template.content.querySelectorAll("section.tymethod, "+"section.method, section.associatedtype, section.associatedconstant");if(isTrait){const li=document.createElement("li");const a=document.createElement("a");a.href=`#${template.content.querySelector(".impl").id}`;a.textContent=traitName;li.appendChild(a);sidebarTraitList.append(li);}else{onEachLazy(templateAssocItems,item=>{let block=hasClass(item,"associatedtype")?associatedTypes:(hasClass(item,"associatedconstant")?associatedConstants:(methods));if(!block){const blockTitle=hasClass(item,"associatedtype")?"Associated Types":(hasClass(item,"associatedconstant")?"Associated Constants":("Methods"));const blockClass=hasClass(item,"associatedtype")?"associatedtype":(hasClass(item,"associatedconstant")?"associatedconstant":("method"));const blockHeader=document.createElement("h3");const blockLink=document.createElement("a");blockLink.href="#implementations";blockLink.innerText=blockTitle;blockHeader.appendChild(blockLink);block=document.createElement("ul");block.className=`block ${blockClass}`;const insertionReference=methods||sidebarTraitList;if(insertionReference){const insertionReferenceH=insertionReference.previousElementSibling;sidebarSection.insertBefore(blockHeader,insertionReferenceH);sidebarSection.insertBefore(block,insertionReferenceH);}else{sidebarSection.appendChild(blockHeader);sidebarSection.appendChild(block);}if(hasClass(item,"associatedtype")){associatedTypes=block;}else if(hasClass(item,"associatedconstant")){associatedConstants=block;}else{methods=block;}}const li=document.createElement("li");const a=document.createElement("a");a.innerText=item.id.split("-")[0].split(".")[1];a.href=`#${item.id}`;li.appendChild(a);block.appendChild(li);});}outputList.appendChild(template.content);}for(const list of[methods,associatedTypes,associatedConstants,sidebarTraitList]){if(!list){continue;}const newChildren=Array.prototype.slice.call(list.children);newChildren.sort((a,b)=>{const aI=a.innerText;const bI=b.innerText;return aIbI?1:0;});list.replaceChildren(...newChildren);}};if(window.pending_type_impls){window.register_type_impls(window.pending_type_impls);}function addSidebarCrates(){if(!window.ALL_CRATES){return;}const sidebarElems=document.getElementById("rustdoc-modnav");if(!sidebarElems){return;}const h3=document.createElement("h3");h3.innerHTML="Crates";const ul=document.createElement("ul");ul.className="block crate";for(const crate of window.ALL_CRATES){const link=document.createElement("a");link.href=window.rootPath+crate+"/index.html";link.textContent=crate;const li=document.createElement("li");if(window.rootPath!=="./"&&crate===window.currentCrate){li.className="current";}li.appendChild(link);ul.appendChild(li);}sidebarElems.appendChild(h3);sidebarElems.appendChild(ul);}function expandAllDocs(){const innerToggle=document.getElementById(toggleAllDocsId);removeClass(innerToggle,"will-expand");onEachLazy(document.getElementsByClassName("toggle"),e=>{if(!hasClass(e,"type-contents-toggle")&&!hasClass(e,"more-examples-toggle")){e.open=true;}});innerToggle.children[0].innerText="Summary";}function collapseAllDocs(collapseImpls){const innerToggle=document.getElementById(toggleAllDocsId);addClass(innerToggle,"will-expand");onEachLazy(document.getElementsByClassName("toggle"),e=>{if((collapseImpls||e.parentNode.id!=="implementations-list")||(!hasClass(e,"implementors-toggle")&&!hasClass(e,"type-contents-toggle"))){e.open=false;}});innerToggle.children[0].innerText="Show all";}function toggleAllDocs(ev){const innerToggle=document.getElementById(toggleAllDocsId);if(!innerToggle){return;}if(hasClass(innerToggle,"will-expand")){expandAllDocs();}else{collapseAllDocs(ev!==undefined&&ev.shiftKey);}}(function(){const toggles=document.getElementById(toggleAllDocsId);if(toggles){toggles.onclick=toggleAllDocs;}const hideMethodDocs=getSettingValue("auto-hide-method-docs")==="true";const hideImplementations=getSettingValue("auto-hide-trait-implementations")==="true";const hideLargeItemContents=getSettingValue("auto-hide-large-items")!=="false";function setImplementorsTogglesOpen(id,open){const list=document.getElementById(id);if(list!==null){onEachLazy(list.getElementsByClassName("implementors-toggle"),e=>{e.open=open;});}}if(hideImplementations){setImplementorsTogglesOpen("trait-implementations-list",false);setImplementorsTogglesOpen("blanket-implementations-list",false);}onEachLazy(document.getElementsByClassName("toggle"),e=>{if(!hideLargeItemContents&&hasClass(e,"type-contents-toggle")){e.open=true;}if(hideMethodDocs&&hasClass(e,"method-toggle")){e.open=false;}});}());window.rustdoc_add_line_numbers_to_examples=()=>{function generateLine(nb){return`${nb}`;}onEachLazy(document.querySelectorAll(".rustdoc:not(.src) :not(.scraped-example) > .example-wrap > pre > code",),code=>{if(hasClass(code.parentElement.parentElement,"hide-lines")){removeClass(code.parentElement.parentElement,"hide-lines");return;}const lines=code.innerHTML.split("\n");const digits=(lines.length+"").length;code.innerHTML=lines.map((line,index)=>generateLine(index+1)+line).join("\n");addClass(code.parentElement.parentElement,`digits-${digits}`);});};window.rustdoc_remove_line_numbers_from_examples=()=>{onEachLazy(document.querySelectorAll(".rustdoc:not(.src) :not(.scraped-example) > .example-wrap"),x=>addClass(x,"hide-lines"),);};if(getSettingValue("line-numbers")==="true"){window.rustdoc_add_line_numbers_to_examples();}function showSidebar(){window.hideAllModals(false);const sidebar=document.getElementsByClassName("sidebar")[0];addClass(sidebar,"shown");}function hideSidebar(){const sidebar=document.getElementsByClassName("sidebar")[0];removeClass(sidebar,"shown");}window.addEventListener("resize",()=>{if(window.CURRENT_TOOLTIP_ELEMENT){const base=window.CURRENT_TOOLTIP_ELEMENT.TOOLTIP_BASE;const force_visible=base.TOOLTIP_FORCE_VISIBLE;hideTooltip(false);if(force_visible){showTooltip(base);base.TOOLTIP_FORCE_VISIBLE=true;}}});const mainElem=document.getElementById(MAIN_ID);if(mainElem){mainElem.addEventListener("click",hideSidebar);}onEachLazy(document.querySelectorAll("a[href^='#']"),el=>{el.addEventListener("click",()=>{expandSection(el.hash.slice(1));hideSidebar();});});onEachLazy(document.querySelectorAll(".toggle > summary:not(.hideme)"),el=>{el.addEventListener("click",e=>{if(!e.target.matches("summary, a, a *")){e.preventDefault();}});});function showTooltip(e){const notable_ty=e.getAttribute("data-notable-ty");if(!window.NOTABLE_TRAITS&¬able_ty){const data=document.getElementById("notable-traits-data");if(data){window.NOTABLE_TRAITS=JSON.parse(data.innerText);}else{throw new Error("showTooltip() called with notable without any notable traits!");}}if(window.CURRENT_TOOLTIP_ELEMENT&&window.CURRENT_TOOLTIP_ELEMENT.TOOLTIP_BASE===e){clearTooltipHoverTimeout(window.CURRENT_TOOLTIP_ELEMENT);return;}window.hideAllModals(false);const wrapper=Object.assign(document.createElement("div"),{TOOLTIP_BASE:e});if(notable_ty){wrapper.innerHTML="
"+window.NOTABLE_TRAITS[notable_ty]+"
";}else{const ttl=e.getAttribute("title");if(ttl!==null){e.setAttribute("data-title",ttl);e.removeAttribute("title");}const dttl=e.getAttribute("data-title");if(dttl!==null){const titleContent=document.createElement("div");titleContent.className="content";titleContent.appendChild(document.createTextNode(dttl));wrapper.appendChild(titleContent);}}wrapper.className="tooltip popover";const focusCatcher=document.createElement("div");focusCatcher.setAttribute("tabindex","0");focusCatcher.onfocus=hideTooltip;wrapper.appendChild(focusCatcher);const pos=e.getBoundingClientRect();wrapper.style.top=(pos.top+window.scrollY+pos.height)+"px";wrapper.style.left=0;wrapper.style.right="auto";wrapper.style.visibility="hidden";document.body.appendChild(wrapper);const wrapperPos=wrapper.getBoundingClientRect();const finalPos=pos.left+window.scrollX-wrapperPos.width+24;if(finalPos>0){wrapper.style.left=finalPos+"px";}else{wrapper.style.setProperty("--popover-arrow-offset",(wrapperPos.right-pos.right+4)+"px",);}wrapper.style.visibility="";window.CURRENT_TOOLTIP_ELEMENT=wrapper;clearTooltipHoverTimeout(window.CURRENT_TOOLTIP_ELEMENT);wrapper.onpointerenter=ev=>{if(ev.pointerType!=="mouse"){return;}clearTooltipHoverTimeout(e);};wrapper.onpointerleave=ev=>{if(ev.pointerType!=="mouse"||!(ev.relatedTarget instanceof HTMLElement)){return;}if(!e.TOOLTIP_FORCE_VISIBLE&&!e.contains(ev.relatedTarget)){setTooltipHoverTimeout(e,false);addClass(wrapper,"fade-out");}};}function setTooltipHoverTimeout(element,show){clearTooltipHoverTimeout(element);if(!show&&!window.CURRENT_TOOLTIP_ELEMENT){return;}if(show&&window.CURRENT_TOOLTIP_ELEMENT){return;}if(window.CURRENT_TOOLTIP_ELEMENT&&window.CURRENT_TOOLTIP_ELEMENT.TOOLTIP_BASE!==element){return;}element.TOOLTIP_HOVER_TIMEOUT=setTimeout(()=>{if(show){showTooltip(element);}else if(!element.TOOLTIP_FORCE_VISIBLE){hideTooltip(false);}},show?window.RUSTDOC_TOOLTIP_HOVER_MS:window.RUSTDOC_TOOLTIP_HOVER_EXIT_MS);}function clearTooltipHoverTimeout(element){if(element.TOOLTIP_HOVER_TIMEOUT!==undefined){removeClass(window.CURRENT_TOOLTIP_ELEMENT,"fade-out");clearTimeout(element.TOOLTIP_HOVER_TIMEOUT);delete element.TOOLTIP_HOVER_TIMEOUT;}}function tooltipBlurHandler(event){if(window.CURRENT_TOOLTIP_ELEMENT&&!window.CURRENT_TOOLTIP_ELEMENT.contains(document.activeElement)&&!window.CURRENT_TOOLTIP_ELEMENT.contains(event.relatedTarget)&&!window.CURRENT_TOOLTIP_ELEMENT.TOOLTIP_BASE.contains(document.activeElement)&&!window.CURRENT_TOOLTIP_ELEMENT.TOOLTIP_BASE.contains(event.relatedTarget)){setTimeout(()=>hideTooltip(false),0);}}function hideTooltip(focus){if(window.CURRENT_TOOLTIP_ELEMENT){if(window.CURRENT_TOOLTIP_ELEMENT.TOOLTIP_BASE.TOOLTIP_FORCE_VISIBLE){if(focus){window.CURRENT_TOOLTIP_ELEMENT.TOOLTIP_BASE.focus();}window.CURRENT_TOOLTIP_ELEMENT.TOOLTIP_BASE.TOOLTIP_FORCE_VISIBLE=false;}document.body.removeChild(window.CURRENT_TOOLTIP_ELEMENT);clearTooltipHoverTimeout(window.CURRENT_TOOLTIP_ELEMENT);window.CURRENT_TOOLTIP_ELEMENT=undefined;}}onEachLazy(document.getElementsByClassName("tooltip"),e=>{e.onclick=()=>{e.TOOLTIP_FORCE_VISIBLE=e.TOOLTIP_FORCE_VISIBLE?false:true;if(window.CURRENT_TOOLTIP_ELEMENT&&!e.TOOLTIP_FORCE_VISIBLE){hideTooltip(true);}else{showTooltip(e);window.CURRENT_TOOLTIP_ELEMENT.setAttribute("tabindex","0");window.CURRENT_TOOLTIP_ELEMENT.focus();window.CURRENT_TOOLTIP_ELEMENT.onblur=tooltipBlurHandler;}return false;};e.onpointerenter=ev=>{if(ev.pointerType!=="mouse"){return;}setTooltipHoverTimeout(e,true);};e.onpointermove=ev=>{if(ev.pointerType!=="mouse"){return;}setTooltipHoverTimeout(e,true);};e.onpointerleave=ev=>{if(ev.pointerType!=="mouse"){return;}if(!e.TOOLTIP_FORCE_VISIBLE&&window.CURRENT_TOOLTIP_ELEMENT&&!window.CURRENT_TOOLTIP_ELEMENT.contains(ev.relatedTarget)){setTooltipHoverTimeout(e,false);addClass(window.CURRENT_TOOLTIP_ELEMENT,"fade-out");}};});const sidebar_menu_toggle=document.getElementsByClassName("sidebar-menu-toggle")[0];if(sidebar_menu_toggle){sidebar_menu_toggle.addEventListener("click",()=>{const sidebar=document.getElementsByClassName("sidebar")[0];if(!hasClass(sidebar,"shown")){showSidebar();}else{hideSidebar();}});}function helpBlurHandler(event){const isInPopover=onEachLazy(document.querySelectorAll(".settings-menu, .help-menu"),menu=>{return menu.contains(document.activeElement)||menu.contains(event.relatedTarget);},);if(!isInPopover){window.hidePopoverMenus();}}function buildHelpMenu(){const book_info=document.createElement("span");const drloChannel=`https://doc.rust-lang.org/${getVar("channel")}`;book_info.className="top";book_info.innerHTML=`You can find more information in \ +the rustdoc book.`;const shortcuts=[["?","Show this help dialog"],["S / /","Focus the search field"],["↑","Move up in search results"],["↓","Move down in search results"],["← / →","Switch result tab (when results focused)"],["⏎","Go to active search result"],["+","Expand all sections"],["-","Collapse all sections"],["_","Collapse all sections, including impl blocks"],].map(x=>"
"+x[0].split(" ").map((y,index)=>((index&1)===0?""+y+"":" "+y+" ")).join("")+"
"+x[1]+"
").join("");const div_shortcuts=document.createElement("div");addClass(div_shortcuts,"shortcuts");div_shortcuts.innerHTML="

Keyboard Shortcuts

"+shortcuts+"
";const infos=[`For a full list of all search features, take a look \ + here.`,"Prefix searches with a type followed by a colon (e.g., fn:) to \ + restrict the search to a given item kind.","Accepted kinds are: fn, mod, struct, \ + enum, trait, type, macro, \ + and const.","Search functions by type signature (e.g., vec -> usize or \ + -> vec or String, enum:Cow -> bool)","You can look for items with an exact name by putting double quotes around \ + your request: \"string\"",`Look for functions that accept or return \ + slices and \ + arrays by writing square \ + brackets (e.g., -> [u8] or [] -> Option)`,"Look for items inside another one by searching for a path: vec::Vec",].map(x=>"

"+x+"

").join("");const div_infos=document.createElement("div");addClass(div_infos,"infos");div_infos.innerHTML="

Search Tricks

"+infos;const rustdoc_version=document.createElement("span");rustdoc_version.className="bottom";const rustdoc_version_code=document.createElement("code");rustdoc_version_code.innerText="rustdoc "+getVar("rustdoc-version");rustdoc_version.appendChild(rustdoc_version_code);const container=document.createElement("div");if(!isHelpPage){container.className="popover content";}container.id="help";const side_by_side=document.createElement("div");side_by_side.className="side-by-side";side_by_side.appendChild(div_shortcuts);side_by_side.appendChild(div_infos);container.appendChild(book_info);container.appendChild(side_by_side);container.appendChild(rustdoc_version);if(isHelpPage){const help_section=document.createElement("section");help_section.appendChild(container);nonnull(document.getElementById("main-content")).appendChild(help_section);}else{onEachLazy(document.getElementsByClassName("help-menu"),menu=>{if(menu.offsetWidth!==0){menu.appendChild(container);container.onblur=helpBlurHandler;menu.onblur=helpBlurHandler;menu.children[0].onblur=helpBlurHandler;return true;}});}return container;}window.hideAllModals=switchFocus=>{hideSidebar();window.hidePopoverMenus();hideTooltip(switchFocus);};window.hidePopoverMenus=()=>{onEachLazy(document.querySelectorAll(".settings-menu .popover"),elem=>{elem.style.display="none";});onEachLazy(document.querySelectorAll(".help-menu .popover"),elem=>{elem.parentElement.removeChild(elem);});};function showHelp(){window.hideAllModals(false);onEachLazy(document.querySelectorAll(".help-menu a"),menu=>{if(menu.offsetWidth!==0){menu.focus();return true;}});buildHelpMenu();}if(isHelpPage){buildHelpMenu();}else{onEachLazy(document.querySelectorAll(".help-menu > a"),helpLink=>{helpLink.addEventListener("click",event=>{if(event.ctrlKey||event.altKey||event.metaKey){return;}event.preventDefault();if(document.getElementById("help")){window.hidePopoverMenus();}else{showHelp();}},);});}addSidebarItems();addSidebarCrates();onHashChange(null);window.addEventListener("hashchange",onHashChange);window.searchState.setup();}());(function(){const SIDEBAR_MIN=100;const SIDEBAR_MAX=500;const RUSTDOC_MOBILE_BREAKPOINT=700;const BODY_MIN=400;const SIDEBAR_VANISH_THRESHOLD=SIDEBAR_MIN/2;let sidebarButton=document.getElementById("sidebar-button");const body=document.querySelector(".main-heading");if(!sidebarButton&&body){sidebarButton=document.createElement("div");sidebarButton.id="sidebar-button";const path=`${window.rootPath}${window.currentCrate}/all.html`;sidebarButton.innerHTML=``;body.insertBefore(sidebarButton,body.firstChild);}if(sidebarButton){sidebarButton.addEventListener("click",e=>{removeClass(document.documentElement,"hide-sidebar");updateLocalStorage("hide-sidebar","false");if(window.rustdocToggleSrcSidebar){window.rustdocToggleSrcSidebar();}e.preventDefault();});}let currentPointerId=null;let desiredSidebarSize=null;let pendingSidebarResizingFrame=false;const resizer=document.querySelector(".sidebar-resizer");const sidebar=document.querySelector(".sidebar");if(!resizer||!sidebar){return;}const isSrcPage=hasClass(document.body,"src");const hideSidebar=function(){if(isSrcPage){window.rustdocCloseSourceSidebar();updateLocalStorage("src-sidebar-width",null);document.documentElement.style.removeProperty("--src-sidebar-width");sidebar.style.removeProperty("--src-sidebar-width");resizer.style.removeProperty("--src-sidebar-width");}else{addClass(document.documentElement,"hide-sidebar");updateLocalStorage("hide-sidebar","true");updateLocalStorage("desktop-sidebar-width",null);document.documentElement.style.removeProperty("--desktop-sidebar-width");sidebar.style.removeProperty("--desktop-sidebar-width");resizer.style.removeProperty("--desktop-sidebar-width");}};const showSidebar=function(){if(isSrcPage){window.rustdocShowSourceSidebar();}else{removeClass(document.documentElement,"hide-sidebar");updateLocalStorage("hide-sidebar","false");}};const changeSidebarSize=function(size){if(isSrcPage){updateLocalStorage("src-sidebar-width",size.toString());sidebar.style.setProperty("--src-sidebar-width",size+"px");resizer.style.setProperty("--src-sidebar-width",size+"px");}else{updateLocalStorage("desktop-sidebar-width",size.toString());sidebar.style.setProperty("--desktop-sidebar-width",size+"px");resizer.style.setProperty("--desktop-sidebar-width",size+"px");}};const isSidebarHidden=function(){return isSrcPage?!hasClass(document.documentElement,"src-sidebar-expanded"):hasClass(document.documentElement,"hide-sidebar");};const resize=function(e){if(currentPointerId===null||currentPointerId!==e.pointerId){return;}e.preventDefault();const pos=e.clientX-3;if(pos=SIDEBAR_MIN){if(isSidebarHidden()){showSidebar();}const constrainedPos=Math.min(pos,window.innerWidth-BODY_MIN,SIDEBAR_MAX);changeSidebarSize(constrainedPos);desiredSidebarSize=constrainedPos;if(pendingSidebarResizingFrame!==false){clearTimeout(pendingSidebarResizingFrame);}pendingSidebarResizingFrame=setTimeout(()=>{if(currentPointerId===null||pendingSidebarResizingFrame===false){return;}pendingSidebarResizingFrame=false;document.documentElement.style.setProperty("--resizing-sidebar-width",desiredSidebarSize+"px",);},100);}};window.addEventListener("resize",()=>{if(window.innerWidth=(window.innerWidth-BODY_MIN)){changeSidebarSize(window.innerWidth-BODY_MIN);}else if(desiredSidebarSize!==null&&desiredSidebarSize>SIDEBAR_MIN){changeSidebarSize(desiredSidebarSize);}});const stopResize=function(e){if(currentPointerId===null){return;}if(e){e.preventDefault();}desiredSidebarSize=sidebar.getBoundingClientRect().width;removeClass(resizer,"active");window.removeEventListener("pointermove",resize,false);window.removeEventListener("pointerup",stopResize,false);removeClass(document.documentElement,"sidebar-resizing");document.documentElement.style.removeProperty("--resizing-sidebar-width");if(resizer.releasePointerCapture){resizer.releasePointerCapture(currentPointerId);currentPointerId=null;}};const initResize=function(e){if(currentPointerId!==null||e.altKey||e.ctrlKey||e.metaKey||e.button!==0){return;}if(resizer.setPointerCapture){resizer.setPointerCapture(e.pointerId);if(!resizer.hasPointerCapture(e.pointerId)){resizer.releasePointerCapture(e.pointerId);return;}currentPointerId=e.pointerId;}window.hideAllModals(false);e.preventDefault();window.addEventListener("pointermove",resize,false);window.addEventListener("pointercancel",stopResize,false);window.addEventListener("pointerup",stopResize,false);addClass(resizer,"active");addClass(document.documentElement,"sidebar-resizing");const pos=e.clientX-sidebar.offsetLeft-3;document.documentElement.style.setProperty("--resizing-sidebar-width",pos+"px");desiredSidebarSize=null;};resizer.addEventListener("pointerdown",initResize,false);}());(function(){function copyContentToClipboard(content){if(content===null){return;}const el=document.createElement("textarea");el.value=content;el.setAttribute("readonly","");el.style.position="absolute";el.style.left="-9999px";document.body.appendChild(el);el.select();document.execCommand("copy");document.body.removeChild(el);}function copyButtonAnimation(button){button.classList.add("clicked");if(button.reset_button_timeout!==undefined){clearTimeout(button.reset_button_timeout);}button.reset_button_timeout=setTimeout(()=>{button.reset_button_timeout=undefined;button.classList.remove("clicked");},1000);}const but=document.getElementById("copy-path");if(!but){return;}but.onclick=()=>{const titleElement=document.querySelector("title");const title=titleElement&&titleElement.textContent?titleElement.textContent.replace(" - Rust",""):"";const[item,module]=title.split(" in ");const path=[item];if(module!==undefined){path.unshift(module);}copyContentToClipboard(path.join("::"));copyButtonAnimation(but);};function copyCode(codeElem){if(!codeElem){return;}copyContentToClipboard(codeElem.textContent);}function getExampleWrap(event){const target=event.target;if(target instanceof HTMLElement){let elem=target;while(elem!==null&&!hasClass(elem,"example-wrap")){if(elem===document.body||elem.tagName==="A"||elem.tagName==="BUTTON"||hasClass(elem,"docblock")){return null;}elem=elem.parentElement;}return elem;}else{return null;}}function addCopyButton(event){const elem=getExampleWrap(event);if(elem===null){return;}elem.removeEventListener("mouseover",addCopyButton);const parent=document.createElement("div");parent.className="button-holder";const runButton=elem.querySelector(".test-arrow");if(runButton!==null){parent.appendChild(runButton);}elem.appendChild(parent);const copyButton=document.createElement("button");copyButton.className="copy-button";copyButton.title="Copy code to clipboard";copyButton.addEventListener("click",()=>{copyCode(elem.querySelector("pre > code"));copyButtonAnimation(copyButton);});parent.appendChild(copyButton);if(!elem.parentElement||!elem.parentElement.classList.contains("scraped-example")||!window.updateScrapedExample){return;}const scrapedWrapped=elem.parentElement;window.updateScrapedExample(scrapedWrapped,parent);}function showHideCodeExampleButtons(event){const elem=getExampleWrap(event);if(elem===null){return;}let buttons=elem.querySelector(".button-holder");if(buttons===null){addCopyButton(event);buttons=elem.querySelector(".button-holder");if(buttons===null){return;}}buttons.classList.toggle("keep-visible");}onEachLazy(document.querySelectorAll(".docblock .example-wrap"),elem=>{elem.addEventListener("mouseover",addCopyButton);elem.addEventListener("click",showHideCodeExampleButtons);});}());(function(){document.body.addEventListener("copy",event=>{let target=nonnull(event.target);let isInsideCode=false;while(target&&target!==document.body){if(target.tagName==="CODE"){isInsideCode=true;break;}target=target.parentElement;}if(!isInsideCode){return;}const selection=document.getSelection();nonnull(event.clipboardData).setData("text/plain",selection.toString());event.preventDefault();});}()); \ No newline at end of file diff --git a/web/public/sdk_docs/static.files/normalize-9960930a.css b/web/public/sdk_docs/static.files/normalize-9960930a.css new file mode 100644 index 00000000..469959f1 --- /dev/null +++ b/web/public/sdk_docs/static.files/normalize-9960930a.css @@ -0,0 +1,2 @@ + /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ +html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none} \ No newline at end of file diff --git a/web/public/sdk_docs/static.files/noscript-263c88ec.css b/web/public/sdk_docs/static.files/noscript-263c88ec.css new file mode 100644 index 00000000..e41db77d --- /dev/null +++ b/web/public/sdk_docs/static.files/noscript-263c88ec.css @@ -0,0 +1 @@ + #main-content .attributes{margin-left:0 !important;}#copy-path,#sidebar-button,.sidebar-resizer{display:none !important;}nav.sub{display:none;}.src .sidebar{display:none;}.notable-traits{display:none;}:root,:root:not([data-theme]){--main-background-color:white;--main-color:black;--settings-input-color:#2196f3;--settings-input-border-color:#717171;--settings-button-color:#000;--settings-button-border-focus:#717171;--sidebar-background-color:#f5f5f5;--sidebar-background-color-hover:#e0e0e0;--sidebar-border-color:#ddd;--code-block-background-color:#f5f5f5;--scrollbar-track-background-color:#dcdcdc;--scrollbar-thumb-background-color:rgba(36,37,39,0.6);--scrollbar-color:rgba(36,37,39,0.6) #d9d9d9;--headings-border-bottom-color:#ddd;--border-color:#e0e0e0;--button-background-color:#fff;--right-side-color:grey;--code-attribute-color:#999;--toggles-color:#999;--toggle-filter:none;--mobile-sidebar-menu-filter:none;--search-input-focused-border-color:#66afe9;--copy-path-button-color:#999;--copy-path-img-filter:invert(50%);--copy-path-img-hover-filter:invert(35%);--code-example-button-color:#7f7f7f;--code-example-button-hover-color:#595959;--settings-menu-filter:invert(50%);--settings-menu-hover-filter:invert(35%);--codeblock-error-hover-color:rgb(255,0,0);--codeblock-error-color:rgba(255,0,0,.5);--codeblock-ignore-hover-color:rgb(255,142,0);--codeblock-ignore-color:rgba(255,142,0,.6);--warning-border-color:#ff8e00;--type-link-color:#ad378a;--trait-link-color:#6e4fc9;--assoc-item-link-color:#3873ad;--function-link-color:#ad7c37;--macro-link-color:#068000;--keyword-link-color:#3873ad;--attribute-link-color:#3873ad;--mod-link-color:#3873ad;--link-color:#3873ad;--sidebar-link-color:#356da4;--sidebar-current-link-background-color:#fff;--search-result-link-focus-background-color:#ccc;--search-result-border-color:#aaa3;--search-color:#000;--search-error-code-background-color:#d0cccc;--search-results-alias-color:#000;--search-results-grey-color:#999;--search-tab-title-count-color:#888;--search-tab-button-not-selected-border-top-color:#e6e6e6;--search-tab-button-not-selected-background:#e6e6e6;--search-tab-button-selected-border-top-color:#0089ff;--search-tab-button-selected-background:#fff;--stab-background-color:#fff5d6;--stab-code-color:#000;--code-highlight-kw-color:#8959a8;--code-highlight-kw-2-color:#4271ae;--code-highlight-lifetime-color:#b76514;--code-highlight-prelude-color:#4271ae;--code-highlight-prelude-val-color:#c82829;--code-highlight-number-color:#718c00;--code-highlight-string-color:#718c00;--code-highlight-literal-color:#c82829;--code-highlight-attribute-color:#c82829;--code-highlight-self-color:#c82829;--code-highlight-macro-color:#3e999f;--code-highlight-question-mark-color:#ff9011;--code-highlight-comment-color:#8e908c;--code-highlight-doc-comment-color:#4d4d4c;--src-line-numbers-span-color:#c67e2d;--src-line-number-highlighted-background-color:#fdffd3;--target-background-color:#fdffd3;--target-border-color:#ad7c37;--kbd-color:#000;--kbd-background:#fafbfc;--kbd-box-shadow-color:#c6cbd1;--rust-logo-filter:initial;--crate-search-div-filter:invert(100%) sepia(0%) saturate(4223%) hue-rotate(289deg) brightness(114%) contrast(76%);--crate-search-div-hover-filter:invert(44%) sepia(18%) saturate(23%) hue-rotate(317deg) brightness(96%) contrast(93%);--crate-search-hover-border:#717171;--src-sidebar-background-selected:#fff;--src-sidebar-background-hover:#e0e0e0;--table-alt-row-background-color:#f5f5f5;--codeblock-link-background:#eee;--scrape-example-toggle-line-background:#ccc;--scrape-example-toggle-line-hover-background:#999;--scrape-example-code-line-highlight:#fcffd6;--scrape-example-code-line-highlight-focus:#f6fdb0;--scrape-example-help-border-color:#555;--scrape-example-help-color:#333;--scrape-example-help-hover-border-color:#000;--scrape-example-help-hover-color:#000;--scrape-example-code-wrapper-background-start:rgba(255,255,255,1);--scrape-example-code-wrapper-background-end:rgba(255,255,255,0);--sidebar-resizer-hover:hsl(207,90%,66%);--sidebar-resizer-active:hsl(207,90%,54%);}@media (prefers-color-scheme:dark){:root,:root:not([data-theme]){--main-background-color:#353535;--main-color:#ddd;--settings-input-color:#2196f3;--settings-input-border-color:#999;--settings-button-color:#000;--settings-button-border-focus:#ffb900;--sidebar-background-color:#505050;--sidebar-background-color-hover:#676767;--sidebar-border-color:#2A2A2A;--code-block-background-color:#2A2A2A;--scrollbar-track-background-color:#717171;--scrollbar-thumb-background-color:rgba(32,34,37,.6);--scrollbar-color:rgba(32,34,37,.6) #5a5a5a;--headings-border-bottom-color:#d2d2d2;--border-color:#e0e0e0;--button-background-color:#f0f0f0;--right-side-color:grey;--code-attribute-color:#999;--toggles-color:#999;--toggle-filter:invert(100%);--mobile-sidebar-menu-filter:invert(100%);--search-input-focused-border-color:#008dfd;--copy-path-button-color:#999;--copy-path-img-filter:invert(50%);--copy-path-img-hover-filter:invert(65%);--code-example-button-color:#7f7f7f;--code-example-button-hover-color:#a5a5a5;--codeblock-error-hover-color:rgb(255,0,0);--codeblock-error-color:rgba(255,0,0,.5);--codeblock-ignore-hover-color:rgb(255,142,0);--codeblock-ignore-color:rgba(255,142,0,.6);--warning-border-color:#ff8e00;--type-link-color:#2dbfb8;--trait-link-color:#b78cf2;--assoc-item-link-color:#d2991d;--function-link-color:#2bab63;--macro-link-color:#09bd00;--keyword-link-color:#d2991d;--attribute-link-color:#d2991d;--mod-link-color:#d2991d;--link-color:#d2991d;--sidebar-link-color:#fdbf35;--sidebar-current-link-background-color:#444;--search-result-link-focus-background-color:#616161;--search-result-border-color:#aaa3;--search-color:#111;--search-error-code-background-color:#484848;--search-results-alias-color:#fff;--search-results-grey-color:#ccc;--search-tab-title-count-color:#888;--search-tab-button-not-selected-border-top-color:#252525;--search-tab-button-not-selected-background:#252525;--search-tab-button-selected-border-top-color:#0089ff;--search-tab-button-selected-background:#353535;--settings-menu-filter:invert(50%);--settings-menu-hover-filter:invert(65%);--stab-background-color:#314559;--stab-code-color:#e6e1cf;--code-highlight-kw-color:#ab8ac1;--code-highlight-kw-2-color:#769acb;--code-highlight-lifetime-color:#d97f26;--code-highlight-prelude-color:#769acb;--code-highlight-prelude-val-color:#ee6868;--code-highlight-number-color:#83a300;--code-highlight-string-color:#83a300;--code-highlight-literal-color:#ee6868;--code-highlight-attribute-color:#ee6868;--code-highlight-self-color:#ee6868;--code-highlight-macro-color:#3e999f;--code-highlight-question-mark-color:#ff9011;--code-highlight-comment-color:#8d8d8b;--code-highlight-doc-comment-color:#8ca375;--src-line-numbers-span-color:#3b91e2;--src-line-number-highlighted-background-color:#0a042f;--target-background-color:#494a3d;--target-border-color:#bb7410;--kbd-color:#000;--kbd-background:#fafbfc;--kbd-box-shadow-color:#c6cbd1;--rust-logo-filter:drop-shadow(1px 0 0px #fff) drop-shadow(0 1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 -1px 0 #fff);--crate-search-div-filter:invert(94%) sepia(0%) saturate(721%) hue-rotate(255deg) brightness(90%) contrast(90%);--crate-search-div-hover-filter:invert(69%) sepia(60%) saturate(6613%) hue-rotate(184deg) brightness(100%) contrast(91%);--crate-search-hover-border:#2196f3;--src-sidebar-background-selected:#333;--src-sidebar-background-hover:#444;--table-alt-row-background-color:#2a2a2a;--codeblock-link-background:#333;--scrape-example-toggle-line-background:#999;--scrape-example-toggle-line-hover-background:#c5c5c5;--scrape-example-code-line-highlight:#5b3b01;--scrape-example-code-line-highlight-focus:#7c4b0f;--scrape-example-help-border-color:#aaa;--scrape-example-help-color:#eee;--scrape-example-help-hover-border-color:#fff;--scrape-example-help-hover-color:#fff;--scrape-example-code-wrapper-background-start:rgba(53,53,53,1);--scrape-example-code-wrapper-background-end:rgba(53,53,53,0);--sidebar-resizer-hover:hsl(207,30%,54%);--sidebar-resizer-active:hsl(207,90%,54%);}} \ No newline at end of file diff --git a/web/public/sdk_docs/static.files/rust-logo-9a9549ea.svg b/web/public/sdk_docs/static.files/rust-logo-9a9549ea.svg new file mode 100644 index 00000000..62424d8f --- /dev/null +++ b/web/public/sdk_docs/static.files/rust-logo-9a9549ea.svg @@ -0,0 +1,61 @@ + + + diff --git a/web/public/sdk_docs/static.files/rustdoc-e56847b5.css b/web/public/sdk_docs/static.files/rustdoc-e56847b5.css new file mode 100644 index 00000000..9626ea4a --- /dev/null +++ b/web/public/sdk_docs/static.files/rustdoc-e56847b5.css @@ -0,0 +1,76 @@ + :root{--nav-sub-mobile-padding:8px;--search-typename-width:6.75rem;--desktop-sidebar-width:200px;--src-sidebar-width:300px;--desktop-sidebar-z-index:100;--sidebar-elems-left-padding:24px;--clipboard-image:url('data:image/svg+xml,\ +\ +\ +');--copy-path-height:34px;--copy-path-width:33px;--checkmark-image:url('data:image/svg+xml,\ +\ +');--button-left-margin:4px;--button-border-radius:2px;--toolbar-button-border-radius:6px;--code-block-border-radius:6px;--impl-items-indent:0.3em;--docblock-indent:24px;--font-family:"Source Serif 4",NanumBarunGothic,serif;--font-family-code:"Source Code Pro",monospace;--line-number-padding:4px;--line-number-right-margin:20px;--prev-arrow-image:url('data:image/svg+xml,');--next-arrow-image:url('data:image/svg+xml,');--expand-arrow-image:url('data:image/svg+xml,');--collapse-arrow-image:url('data:image/svg+xml,');--hamburger-image:url('data:image/svg+xml,\ + ');}:root.sans-serif{--font-family:"Fira Sans",sans-serif;--font-family-code:"Fira Mono",monospace;}@font-face {font-family:'Fira Sans';font-style:normal;font-weight:400;src:local('Fira Sans'),url("FiraSans-Regular-0fe48ade.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Fira Sans';font-style:italic;font-weight:400;src:local('Fira Sans Italic'),url("FiraSans-Italic-81dc35de.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Fira Sans';font-style:normal;font-weight:500;src:local('Fira Sans Medium'),url("FiraSans-Medium-e1aa3f0a.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Fira Sans';font-style:italic;font-weight:500;src:local('Fira Sans Medium Italic'),url("FiraSans-MediumItalic-ccf7e434.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Fira Mono';font-style:normal;font-weight:400;src:local('Fira Mono'),url("FiraMono-Regular-87c26294.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Fira Mono';font-style:normal;font-weight:500;src:local('Fira Mono Medium'),url("FiraMono-Medium-86f75c8c.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Source Serif 4';font-style:normal;font-weight:400;src:local('Source Serif 4'),url("SourceSerif4-Regular-6b053e98.ttf.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Source Serif 4';font-style:italic;font-weight:400;src:local('Source Serif 4 Italic'),url("SourceSerif4-It-ca3b17ed.ttf.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Source Serif 4';font-style:normal;font-weight:500;src:local('Source Serif 4 Semibold'),url("SourceSerif4-Semibold-457a13ac.ttf.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Source Serif 4';font-style:normal;font-weight:700;src:local('Source Serif 4 Bold'),url("SourceSerif4-Bold-6d4fd4c0.ttf.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Source Code Pro';font-style:normal;font-weight:400;src:url("SourceCodePro-Regular-8badfe75.ttf.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Source Code Pro';font-style:italic;font-weight:400;src:url("SourceCodePro-It-fc8b9304.ttf.woff2") format("woff2");font-display:swap;}@font-face {font-family:'Source Code Pro';font-style:normal;font-weight:600;src:url("SourceCodePro-Semibold-aa29a496.ttf.woff2") format("woff2");font-display:swap;}@font-face {font-family:'NanumBarunGothic';src:url("NanumBarunGothic-13b3dcba.ttf.woff2") format("woff2");font-display:swap;unicode-range:U+AC00-D7AF,U+1100-11FF,U+3130-318F,U+A960-A97F,U+D7B0-D7FF;}*{box-sizing:border-box;}body{font:1rem/1.5 var(--font-family);margin:0;position:relative;overflow-wrap:break-word;overflow-wrap:anywhere;font-feature-settings:"kern","liga";background-color:var(--main-background-color);color:var(--main-color);}h1{font-size:1.5rem;}h2{font-size:1.375rem;}h3{font-size:1.25rem;}h1,h2,h3,h4,h5,h6{font-weight:500;}h1,h2,h3,h4{margin:25px 0 15px 0;padding-bottom:6px;}.docblock h3,.docblock h4,h5,h6{margin:15px 0 5px 0;}.docblock>h2:first-child,.docblock>h3:first-child,.docblock>h4:first-child,.docblock>h5:first-child,.docblock>h6:first-child{margin-top:0;}.main-heading h1{margin:0;padding:0;grid-area:main-heading-h1;overflow-wrap:break-word;overflow-wrap:anywhere;}.main-heading{position:relative;display:grid;grid-template-areas:"main-heading-breadcrumbs main-heading-breadcrumbs" "main-heading-h1 main-heading-toolbar" "main-heading-sub-heading main-heading-toolbar";grid-template-columns:minmax(105px,1fr) minmax(0,max-content);grid-template-rows:minmax(25px,min-content) min-content min-content;padding-bottom:6px;margin-bottom:15px;}.search-results-main-heading{grid-template-areas:"main-heading-breadcrumbs main-heading-placeholder" "main-heading-breadcrumbs main-heading-toolbar " "main-heading-h1 main-heading-toolbar ";}.search-results-main-heading nav.sub{grid-area:main-heading-h1;align-items:end;margin:4px 0 8px 0;}.rustdoc-breadcrumbs{grid-area:main-heading-breadcrumbs;line-height:1.25;padding-top:5px;position:relative;z-index:1;}.search-switcher{grid-area:main-heading-breadcrumbs;line-height:1.5;display:flex;color:var(--main-color);align-items:baseline;white-space:nowrap;padding-top:8px;min-height:34px;}.rustdoc-breadcrumbs a{padding:5px 0 7px;}.content h2,.top-doc .docblock>h3,.top-doc .docblock>h4{border-bottom:1px solid var(--headings-border-bottom-color);}h1,h2{line-height:1.25;padding-top:3px;padding-bottom:9px;}h3.code-header{font-size:1.125rem;}h4.code-header{font-size:1rem;}.code-header{font-weight:600;margin:0;padding:0;white-space:pre-wrap;}.structfield,.sub-variant-field{margin:0.6em 0;}#crate-search,h1,h2,h3,h4,h5,h6,.sidebar,rustdoc-topbar,.search-input,.search-results .result-name,.item-table dt>a,.out-of-band,.sub-heading,span.since,a.src,rustdoc-toolbar,summary.hideme,.scraped-example-list,.rustdoc-breadcrumbs,.search-switcher,ul.all-items{font-family:"Fira Sans",Arial,NanumBarunGothic,sans-serif;}#toggle-all-docs,a.anchor,.section-header a,#src-sidebar a,.rust a,.sidebar h2 a,.sidebar h3 a,rustdoc-topbar h2 a,h1 a,.search-results a,.search-results li,.stab,.result-name i{color:var(--main-color);}span.enum,a.enum,span.struct,a.struct,span.union,a.union,span.primitive,a.primitive,span.type,a.type,span.foreigntype,a.foreigntype{color:var(--type-link-color);}span.trait,a.trait,span.traitalias,a.traitalias{color:var(--trait-link-color);}span.associatedtype,a.associatedtype,span.constant,a.constant,span.static,a.static{color:var(--assoc-item-link-color);}span.fn,a.fn,span.method,a.method,span.tymethod,a.tymethod{color:var(--function-link-color);}span.attr,a.attr,span.derive,a.derive,span.macro,a.macro{color:var(--macro-link-color);}span.mod,a.mod{color:var(--mod-link-color);}span.keyword,a.keyword{color:var(--keyword-link-color);}span.attribute,a.attribute{color:var(--attribute-link-color);}a{color:var(--link-color);text-decoration:none;}ol,ul{padding-left:24px;}ul ul,ol ul,ul ol,ol ol{margin-bottom:.625em;}p,.docblock>.warning{margin:0 0 .75em 0;}p:last-child,.docblock>.warning:last-child{margin:0;}button{padding:1px 6px;cursor:pointer;}button#toggle-all-docs{padding:0;background:none;border:none;-webkit-appearance:none;opacity:1;}.rustdoc{display:flex;flex-direction:row;flex-wrap:nowrap;}main{position:relative;flex-grow:1;padding:10px 15px 40px 45px;min-width:0;}.src main{padding:15px;}.width-limiter{max-width:960px;margin-right:auto;}details:not(.toggle) summary{margin-bottom:.6em;}code,pre,.code-header,.type-signature{font-family:var(--font-family-code);}.docblock code,.item-table dd code{border-radius:3px;padding:0 0.125em;}.docblock pre code,.item-table dd pre code{padding:0;}pre{padding:14px;line-height:1.5;}pre.item-decl{overflow-x:auto;}.item-decl .type-contents-toggle{contain:initial;}.src .content pre{padding:20px;padding-left:16px;}img{max-width:100%;}.logo-container{line-height:0;display:block;}.rust-logo{filter:var(--rust-logo-filter);}.sidebar{font-size:0.875rem;flex:0 0 var(--desktop-sidebar-width);width:var(--desktop-sidebar-width);overflow-y:scroll;overscroll-behavior:contain;position:sticky;height:100vh;top:0;left:0;z-index:var(--desktop-sidebar-z-index);border-right:solid 1px var(--sidebar-border-color);}.rustdoc.src .sidebar{flex-basis:50px;width:50px;overflow-x:hidden;overflow-y:hidden;}.hide-sidebar .sidebar,.hide-sidebar .sidebar-resizer{display:none;}.sidebar-resizer{touch-action:none;width:9px;cursor:ew-resize;z-index:calc(var(--desktop-sidebar-z-index) + 1);position:fixed;height:100%;left:var(--desktop-sidebar-width);display:flex;align-items:center;justify-content:flex-start;color:var(--right-side-color);}.sidebar-resizer::before{content:"";border-right:dotted 2px currentColor;width:2px;height:12px;}.sidebar-resizer::after{content:"";border-right:dotted 2px currentColor;width:2px;height:16px;}.rustdoc.src .sidebar-resizer{left:49px;}.src-sidebar-expanded .src .sidebar-resizer{left:var(--src-sidebar-width);}.sidebar-resizing{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.sidebar-resizing *{cursor:ew-resize !important;}.sidebar-resizing .sidebar{position:fixed;border-right:solid 2px var(--sidebar-resizer-active);}.sidebar-resizing>body{padding-left:var(--resizing-sidebar-width);}.sidebar-resizer:hover,.sidebar-resizer:active,.sidebar-resizer:focus,.sidebar-resizer.active{width:10px;margin:0;left:calc(var(--desktop-sidebar-width) - 1px);border-left:solid 1px var(--sidebar-resizer-hover);color:var(--sidebar-resizer-hover);}.src-sidebar-expanded .rustdoc.src .sidebar-resizer:hover,.src-sidebar-expanded .rustdoc.src .sidebar-resizer:active,.src-sidebar-expanded .rustdoc.src .sidebar-resizer:focus,.src-sidebar-expanded .rustdoc.src .sidebar-resizer.active{left:calc(var(--src-sidebar-width) - 1px);}@media (pointer:coarse){.sidebar-resizer{display:none !important;}.sidebar{border-right:none;}}.sidebar-resizer.active{padding:0 140px;width:calc(140px + 140px + 9px + 2px);margin-left:-140px;border-left:none;color:var(--sidebar-resizer-active);}.sidebar,rustdoc-topbar,.sidebar-menu-toggle,#src-sidebar{background-color:var(--sidebar-background-color);}.src .sidebar>*{visibility:hidden;}.src-sidebar-expanded .src .sidebar{overflow-y:auto;flex-basis:var(--src-sidebar-width);width:var(--src-sidebar-width);}.src-sidebar-expanded .src .sidebar>*{visibility:visible;}#all-types{margin-top:1em;}*{scrollbar-width:initial;scrollbar-color:var(--scrollbar-color);}.sidebar{scrollbar-width:thin;scrollbar-color:var(--scrollbar-color);}::-webkit-scrollbar{width:12px;}.sidebar::-webkit-scrollbar{width:8px;}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0;background-color:var(--scrollbar-track-background-color);}.sidebar::-webkit-scrollbar-track{background-color:var(--scrollbar-track-background-color);}::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-background-color);}.hidden{display:none !important;}.logo-container>img{height:48px;width:48px;}ul.block,.block li,.block ul{padding:0;margin:0;list-style:none;}.block ul a{padding-left:1rem;}.sidebar-elems a,.sidebar>h2 a{display:block;padding:0.25rem;margin-right:0.25rem;border-left:solid var(--sidebar-elems-left-padding) transparent;margin-left:calc(-0.25rem - var(--sidebar-elems-left-padding));background-clip:border-box;}.hide-toc #rustdoc-toc,.hide-toc .in-crate{display:none;}.hide-modnav #rustdoc-modnav{display:none;}.sidebar h2{text-wrap:balance;overflow-wrap:anywhere;padding:0;margin:0.7rem 0;}.sidebar h3{text-wrap:balance;overflow-wrap:anywhere;font-size:1.125rem;padding:0;margin:0;}.sidebar-elems,.sidebar>.version,.sidebar>h2{padding-left:var(--sidebar-elems-left-padding);}.sidebar a{color:var(--sidebar-link-color);}.sidebar .current,.sidebar .current a,.sidebar-crate a.logo-container:hover+h2 a,.sidebar a:hover:not(.logo-container){background-color:var(--sidebar-current-link-background-color);}.sidebar-elems .block{margin-bottom:2em;}.sidebar-elems .block li a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}.sidebar-crate{display:flex;align-items:center;justify-content:center;margin:14px 32px 1rem;row-gap:10px;column-gap:32px;flex-wrap:wrap;}.sidebar-crate h2{flex-grow:1;margin:0 -8px;align-self:start;}.sidebar-crate .logo-container{margin:0 calc(-16px - var(--sidebar-elems-left-padding));padding:0 var(--sidebar-elems-left-padding);text-align:center;}.sidebar-crate .logo-container img{margin-top:-16px;border-top:solid 16px transparent;box-sizing:content-box;position:relative;background-clip:border-box;z-index:1;}.sidebar-crate h2 a{display:block;border-left:solid var(--sidebar-elems-left-padding) transparent;background-clip:border-box;margin:0 calc(-24px + 0.25rem) 0 calc(-0.2rem - var(--sidebar-elems-left-padding));padding:calc((16px - 0.57rem ) / 2 ) 0.25rem;padding-left:0.2rem;}.sidebar-crate h2 .version{display:block;font-weight:normal;font-size:1rem;overflow-wrap:break-word;}.sidebar-crate+.version{margin-top:-1rem;margin-bottom:1rem;}rustdoc-topbar{display:none;}.rustdoc .example-wrap{display:flex;position:relative;margin-bottom:10px;}.rustdoc .example-wrap>pre,.rustdoc .scraped-example .src-line-numbers,.rustdoc .scraped-example .src-line-numbers>pre{border-radius:6px;}.rustdoc .scraped-example{position:relative;}.rustdoc .example-wrap:last-child{margin-bottom:0px;}.rustdoc .example-wrap pre{margin:0;flex-grow:1;}.scraped-example:not(.expanded) .example-wrap{max-height:calc(1.5em * 5 + 10px);}.more-scraped-examples .scraped-example:not(.expanded) .example-wrap{max-height:calc(1.5em * 10 + 10px);}.rustdoc:not(.src) .scraped-example:not(.expanded) .src-line-numbers,.rustdoc:not(.src) .scraped-example:not(.expanded) .src-line-numbers>pre,.rustdoc:not(.src) .scraped-example:not(.expanded) pre.rust{padding-bottom:0;overflow:auto hidden;}.rustdoc:not(.src) .scraped-example .src-line-numbers{padding-top:0;}.rustdoc:not(.src) .scraped-example.expanded .src-line-numbers{padding-bottom:0;}.rustdoc:not(.src) .example-wrap pre{overflow:auto;}.example-wrap code{position:relative;}.example-wrap pre code span{display:inline;}.example-wrap.digits-1{--example-wrap-digits-count:1ch;}.example-wrap.digits-2{--example-wrap-digits-count:2ch;}.example-wrap.digits-3{--example-wrap-digits-count:3ch;}.example-wrap.digits-4{--example-wrap-digits-count:4ch;}.example-wrap.digits-5{--example-wrap-digits-count:5ch;}.example-wrap.digits-6{--example-wrap-digits-count:6ch;}.example-wrap.digits-7{--example-wrap-digits-count:7ch;}.example-wrap.digits-8{--example-wrap-digits-count:8ch;}.example-wrap.digits-9{--example-wrap-digits-count:9ch;}.example-wrap .expansion{position:relative;display:inline;}.example-wrap .expansion>input{display:block;position:absolute;appearance:none;content:'↕';left:-20px;top:0;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;color:var(--main-color);padding:0 2px;line-height:20px;}.example-wrap .expansion>input::after{content:"↕";}.example-wrap .expansion .expanded{display:none;color:var(--main-color);}.example-wrap .expansion>input:checked~.expanded,.example-wrap .expansion>input:checked~* .expanded{display:inherit;}.example-wrap .expansion>input:checked~.original,.example-wrap .expansion>input:checked~* .original{display:none;}.example-wrap [data-nosnippet]{width:calc(var(--example-wrap-digits-count) + var(--line-number-padding) * 2);}.example-wrap pre>code{padding-left:calc(var(--example-wrap-digits-count) + var(--line-number-padding) * 2 + var(--line-number-right-margin));}.src .example-wrap .expansion [data-nosnippet]{position:initial;margin-left:calc((var(--example-wrap-digits-count) + var(--line-number-padding) * 2 + var(--line-number-right-margin)) * -1);}.example-wrap [data-nosnippet]{color:var(--src-line-numbers-span-color);text-align:right;display:inline-block;margin-right:var(--line-number-right-margin);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:0 var(--line-number-padding);position:absolute;left:0;}.example-wrap pre>code{position:relative;display:block;}:root.word-wrap-source-code .example-wrap pre>code{word-break:break-all;white-space:pre-wrap;}:root.word-wrap-source-code .example-wrap pre>code *{word-break:break-all;}.example-wrap [data-nosnippet]:target{border-right:none;}.example-wrap .line-highlighted[data-nosnippet]{background-color:var(--src-line-number-highlighted-background-color);}.example-wrap.hide-lines [data-nosnippet]{display:none;}.search-loading{text-align:center;}.item-table dd{overflow-wrap:break-word;overflow-wrap:anywhere;}.docblock :not(pre)>code,.item-table dd code{white-space:pre-wrap;}.top-doc .docblock h2{font-size:1.375rem;}.top-doc .docblock h3{font-size:1.25rem;}.top-doc .docblock h4,.top-doc .docblock h5{font-size:1.125rem;}.top-doc .docblock h6{font-size:1rem;}.docblock h5{font-size:1rem;}.docblock h6{font-size:0.875rem;}.docblock{margin-left:var(--docblock-indent);position:relative;}.docblock>:not(.more-examples-toggle):not(.example-wrap){max-width:100%;overflow-x:auto;}.sub-heading{font-size:1rem;flex-grow:0;grid-area:main-heading-sub-heading;line-height:1.25;padding-bottom:4px;}.main-heading rustdoc-toolbar,.main-heading .out-of-band{grid-area:main-heading-toolbar;}rustdoc-toolbar{display:flex;flex-direction:row;flex-wrap:nowrap;min-height:60px;}.docblock code,.item-table dd code,pre,.rustdoc.src .example-wrap,.example-wrap .src-line-numbers{background-color:var(--code-block-background-color);border-radius:var(--code-block-border-radius);text-decoration:inherit;}#main-content{position:relative;}.docblock table{margin:.5em 0;border-collapse:collapse;}.docblock table td,.docblock table th{padding:.5em;border:1px solid var(--border-color);}.docblock table tbody tr:nth-child(2n){background:var(--table-alt-row-background-color);}.docblock .stab,.item-table dd .stab,.docblock p code{display:inline-block;}.docblock li{margin-bottom:.4em;}.docblock li p:not(:last-child){margin-bottom:.3em;}div.where{white-space:pre-wrap;font-size:0.875rem;}.item-info{display:block;margin-left:var(--docblock-indent);}.impl-items>.item-info{margin-left:calc(var(--docblock-indent) + var(--impl-items-indent));}.item-info code{font-size:0.875rem;}#main-content>.item-info{margin-left:0;}nav.sub{flex-grow:1;flex-flow:row nowrap;display:flex;align-items:start;margin-top:4px;}.search-form{position:relative;display:flex;height:34px;flex-grow:1;}.src nav.sub{margin:0 0 -10px 0;}.section-header{display:block;position:relative;}.section-header:hover>.anchor,.impl:hover>.anchor,.trait-impl:hover>.anchor,.variant:hover>.anchor{display:initial;}.anchor{display:none;position:absolute;left:-0.5em;background:none !important;}.anchor.field{left:-5px;}.section-header>.anchor{left:-15px;padding-right:8px;}h2.section-header>.anchor{padding-right:6px;}a.doc-anchor{color:var(--main-color);display:none;position:absolute;left:-17px;padding-right:10px;padding-left:3px;}*:hover>.doc-anchor{display:block;}.top-doc>.docblock>*:first-child>.doc-anchor{display:none !important;}.main-heading a:hover,.example-wrap .rust a:hover:not([data-nosnippet]),.all-items a:hover,.docblock a:not(.scrape-help):not(.tooltip):hover:not(.doc-anchor),.item-table dd a:not(.scrape-help):not(.tooltip):hover,.item-info a{text-decoration:underline;}.crate.block li.current a{font-weight:500;}table,.item-table{overflow-wrap:break-word;}.item-table{padding:0;margin:0;width:100%;}.item-table>dt{padding-right:1.25rem;}.item-table>dd{margin-inline-start:0;margin-left:0;}#crate-search-div{position:relative;min-width:0;margin-top:-1px;}#crate-search{padding:0 23px 0 4px;max-width:100%;text-overflow:ellipsis;border:1px solid var(--border-color);border-radius:4px;outline:none;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;text-indent:0.01px;background-color:var(--main-background-color);color:inherit;line-height:1.5;font-weight:500;}#crate-search:hover,#crate-search:focus{border-color:var(--crate-search-hover-border);}#crate-search-div::after{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;content:"";background-repeat:no-repeat;background-size:20px;background-position:calc(100% - 2px) 56%;background-image:url('data:image/svg+xml, \ + ');filter:var(--crate-search-div-filter);}#crate-search-div:hover::after,#crate-search-div:focus-within::after{filter:var(--crate-search-div-hover-filter);}#crate-search>option{font-size:1rem;}.search-input{-webkit-appearance:none;outline:none;border:1px solid var(--border-color);border-radius:2px;padding:8px;font-size:1rem;flex-grow:1;background-color:var(--button-background-color);color:var(--search-color);max-width:100%;}.search-input:focus{border-color:var(--search-input-focused-border-color);}.search-results{display:none;}.search-results.active{display:block;margin:0;padding:0;}.search-results>a{display:grid;grid-template-areas:"search-result-name search-result-desc" "search-result-type-signature search-result-type-signature";grid-template-columns:.6fr .4fr;margin-left:2px;margin-right:2px;border-bottom:1px solid var(--search-result-border-color);column-gap:1em;}.search-results>a>div.desc{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;grid-area:search-result-desc;}.search-results a:hover,.search-results a:focus{background-color:var(--search-result-link-focus-background-color);}.search-results .result-name{display:flex;align-items:center;justify-content:start;grid-area:search-result-name;}.search-results .result-name .alias{color:var(--search-results-alias-color);}.search-results .result-name .grey{color:var(--search-results-grey-color);}.search-results .result-name .typename{color:var(--search-results-grey-color);font-size:0.875rem;width:var(--search-typename-width);}.search-results .result-name .path{word-break:break-all;max-width:calc(100% - var(--search-typename-width));display:inline-block;}.search-results .result-name .path>*{display:inline;}.search-results .type-signature{grid-area:search-result-type-signature;white-space:pre-wrap;}.popover{position:absolute;top:100%;right:0;z-index:calc(var(--desktop-sidebar-z-index) + 1);margin-top:7px;border-radius:3px;border:1px solid var(--border-color);background-color:var(--main-background-color);color:var(--main-color);--popover-arrow-offset:11px;}.popover::before{content:'';position:absolute;right:var(--popover-arrow-offset);border:solid var(--border-color);border-width:1px 1px 0 0;background-color:var(--main-background-color);padding:4px;transform:rotate(-45deg);top:-5px;}.setting-line{margin:1.2em 0.6em;}.setting-radio input,.setting-check input{margin-right:0.3em;height:1.2rem;width:1.2rem;border:2px solid var(--settings-input-border-color);outline:none;-webkit-appearance:none;cursor:pointer;}.setting-radio input{border-radius:50%;}.setting-radio span,.setting-check span{padding-bottom:1px;}.setting-radio{margin-top:0.1em;margin-bottom:0.1em;min-width:3.8em;padding:0.3em;display:inline-flex;align-items:center;cursor:pointer;}.setting-radio+.setting-radio{margin-left:0.5em;}.setting-check{margin-right:20px;display:flex;align-items:center;cursor:pointer;}.setting-check input{flex-shrink:0;}.setting-radio input:checked{box-shadow:inset 0 0 0 3px var(--main-background-color);background-color:var(--settings-input-color);}.setting-check input:checked{background-color:var(--settings-input-color);border-width:1px;content:url('data:image/svg+xml,\ + \ + ');}.setting-radio input:focus,.setting-check input:focus{box-shadow:0 0 1px 1px var(--settings-input-color);}.setting-radio input:checked:focus{box-shadow:inset 0 0 0 3px var(--main-background-color),0 0 2px 2px var(--settings-input-color);}.setting-radio input:hover,.setting-check input:hover{border-color:var(--settings-input-color) !important;}#settings.popover{--popover-arrow-offset:196px;top:calc(100% - 16px);}#help.popover{max-width:600px;--popover-arrow-offset:115px;top:calc(100% - 16px);}#help dt{float:left;clear:left;margin-right:0.5rem;}#help dd{margin-bottom:0.5rem;}#help span.top,#help span.bottom{text-align:center;display:block;font-size:1.125rem;padding:0 0.5rem;text-wrap-style:balance;}#help span.top{margin:10px 0;border-bottom:1px solid var(--border-color);padding-bottom:4px;margin-bottom:6px;}#help span.bottom{clear:both;border-top:1px solid var(--border-color);}.side-by-side{display:flex;margin-bottom:20px;}.side-by-side>div{width:50%;padding:0 20px 0 17px;}.item-info .stab{display:block;padding:3px;margin-bottom:5px;}.item-table dt .stab{margin-left:0.3125em;}.stab{padding:0 2px;font-size:0.875rem;font-weight:normal;color:var(--main-color);background-color:var(--stab-background-color);width:fit-content;white-space:pre-wrap;border-radius:3px;display:inline;vertical-align:baseline;}.stab.portability>code{background:none;color:var(--stab-code-color);}.stab .emoji,.item-info .stab::before{font-size:1.25rem;}.stab .emoji{margin-right:0.3rem;}.item-info .stab::before{content:"\0";width:0;display:inline-block;color:transparent;}.emoji{text-shadow:1px 0 0 black,-1px 0 0 black,0 1px 0 black,0 -1px 0 black;}.since{font-weight:normal;font-size:initial;}.rightside{padding-left:12px;float:right;}.rightside:not(a),.out-of-band,.sub-heading,rustdoc-toolbar{color:var(--right-side-color);}pre.rust{tab-size:4;-moz-tab-size:4;}pre.rust .kw{color:var(--code-highlight-kw-color);}pre.rust .kw-2{color:var(--code-highlight-kw-2-color);}pre.rust .lifetime{color:var(--code-highlight-lifetime-color);}pre.rust .prelude-ty{color:var(--code-highlight-prelude-color);}pre.rust .prelude-val{color:var(--code-highlight-prelude-val-color);}pre.rust .string{color:var(--code-highlight-string-color);}pre.rust .number{color:var(--code-highlight-number-color);}pre.rust .bool-val{color:var(--code-highlight-literal-color);}pre.rust .self{color:var(--code-highlight-self-color);}pre.rust .attr{color:var(--code-highlight-attribute-color);}pre.rust .macro,pre.rust .macro-nonterminal{color:var(--code-highlight-macro-color);}pre.rust .question-mark{font-weight:bold;color:var(--code-highlight-question-mark-color);}pre.rust .comment{color:var(--code-highlight-comment-color);}pre.rust .doccomment{color:var(--code-highlight-doc-comment-color);}.rustdoc.src .example-wrap pre.rust a:not([data-nosnippet]){background:var(--codeblock-link-background);}.example-wrap.compile_fail,.example-wrap.should_panic{border-left:2px solid var(--codeblock-error-color);}.ignore.example-wrap{border-left:2px solid var(--codeblock-ignore-color);}.example-wrap.compile_fail:hover,.example-wrap.should_panic:hover{border-left:2px solid var(--codeblock-error-hover-color);}.example-wrap.ignore:hover{border-left:2px solid var(--codeblock-ignore-hover-color);}.example-wrap.compile_fail .tooltip,.example-wrap.should_panic .tooltip{color:var(--codeblock-error-color);}.example-wrap.ignore .tooltip{color:var(--codeblock-ignore-color);}.example-wrap.compile_fail:hover .tooltip,.example-wrap.should_panic:hover .tooltip{color:var(--codeblock-error-hover-color);}.example-wrap.ignore:hover .tooltip{color:var(--codeblock-ignore-hover-color);}.example-wrap .tooltip{position:absolute;display:block;left:-25px;top:5px;margin:0;line-height:1;}.example-wrap.compile_fail .tooltip,.example-wrap.should_panic .tooltip,.example-wrap.ignore .tooltip{font-weight:bold;font-size:1.25rem;}.content .docblock .warning{border-left:2px solid var(--warning-border-color);padding:14px;position:relative;overflow-x:visible !important;}.content .docblock .warning::before{color:var(--warning-border-color);content:"ⓘ";position:absolute;left:-25px;top:5px;font-weight:bold;font-size:1.25rem;}.top-doc>.docblock>.warning:first-child::before{top:20px;}.example-wrap>a.test-arrow,.example-wrap .button-holder{visibility:hidden;position:absolute;top:4px;right:4px;z-index:1;}a.test-arrow{height:var(--copy-path-height);padding:6px 4px 0 11px;}a.test-arrow::before{content:url('data:image/svg+xml,');}.example-wrap .button-holder{display:flex;}@media not (pointer:coarse){.example-wrap:hover>a.test-arrow,.example-wrap:hover>.button-holder{visibility:visible;}}.example-wrap .button-holder.keep-visible{visibility:visible;}.example-wrap .button-holder>*{background:var(--main-background-color);cursor:pointer;border-radius:var(--button-border-radius);height:var(--copy-path-height);width:var(--copy-path-width);border:0;color:var(--code-example-button-color);}.example-wrap .button-holder>*:hover{color:var(--code-example-button-hover-color);}.example-wrap .button-holder>*:not(:first-child){margin-left:var(--button-left-margin);}.example-wrap .button-holder .copy-button{padding:2px 0 0 4px;}.example-wrap .button-holder .copy-button::before,.example-wrap .test-arrow::before,.example-wrap .button-holder .prev::before,.example-wrap .button-holder .next::before,.example-wrap .button-holder .expand::before{filter:var(--copy-path-img-filter);}.example-wrap .button-holder .copy-button::before{content:var(--clipboard-image);}.example-wrap .button-holder .copy-button:hover::before,.example-wrap .test-arrow:hover::before{filter:var(--copy-path-img-hover-filter);}.example-wrap .button-holder .copy-button.clicked::before{content:var(--checkmark-image);padding-right:5px;}.example-wrap .button-holder .prev,.example-wrap .button-holder .next,.example-wrap .button-holder .expand{line-height:0px;}.example-wrap .button-holder .prev::before{content:var(--prev-arrow-image);}.example-wrap .button-holder .next::before{content:var(--next-arrow-image);}.example-wrap .button-holder .expand::before{content:var(--expand-arrow-image);}.example-wrap .button-holder .expand.collapse::before{content:var(--collapse-arrow-image);}.code-attribute{font-weight:300;color:var(--code-attribute-color);}.item-spacer{width:100%;height:12px;display:block;}.main-heading span.since::before{content:"Since ";}.sub-variant h4{font-size:1rem;font-weight:400;margin-top:0;margin-bottom:0;}.sub-variant{margin-left:24px;margin-bottom:40px;}.sub-variant>.sub-variant-field{margin-left:24px;}@keyframes targetfadein{from{background-color:var(--main-background-color);}10%{background-color:var(--target-border-color);}to{background-color:var(--target-background-color);}}:target:not([data-nosnippet]){background-color:var(--target-background-color);border-right:3px solid var(--target-border-color);}a.tooltip{font-family:var(--font-family);}.code-header a.tooltip{color:inherit;margin-right:15px;position:relative;}.code-header a.tooltip:hover{color:var(--link-color);}a.tooltip:hover::after{position:absolute;top:calc(100% - 10px);left:-15px;right:-15px;height:20px;content:"\00a0";}@media not (prefers-reduced-motion){:target{animation:0.65s cubic-bezier(0,0,0.1,1.0) 0.1s targetfadein;}.fade-out{opacity:0;transition:opacity 0.45s cubic-bezier(0,0,0.1,1.0);}}.popover.tooltip .content{margin:0.25em 0.5em;}.popover.tooltip .content pre,.popover.tooltip .content code{background:transparent;margin:0;padding:0;font-size:1.25rem;white-space:pre-wrap;}.popover.tooltip .content>h3:first-child{margin:0 0 5px 0;}.search-failed{text-align:center;margin-top:20px;display:none;}.search-failed.active{display:block;}.search-failed>ul{text-align:left;max-width:570px;margin-left:auto;margin-right:auto;}#search-tabs{margin-top:0.25rem;display:flex;flex-direction:row;gap:1px;margin-bottom:4px;}#search-tabs button{text-align:center;font-size:1.125rem;border:0;border-top:2px solid;flex:1;line-height:1.5;color:inherit;}#search-tabs button:not(.selected){--search-tab-button-background:var(--search-tab-button-not-selected-background);background-color:var(--search-tab-button-not-selected-background);border-top-color:var(--search-tab-button-not-selected-border-top-color);}#search-tabs button:hover,#search-tabs button.selected{--search-tab-button-background:var(--search-tab-button-selected-background);background-color:var(--search-tab-button-selected-background);border-top-color:var(--search-tab-button-selected-border-top-color);}#search-tabs .count{font-size:1rem;font-variant-numeric:tabular-nums;color:var(--search-tab-title-count-color);position:relative;}#search-tabs .count.loading{color:transparent;}.search-form.loading{--search-tab-button-background:var(--button-background-color);}#search-tabs .count.loading::before,.search-form.loading::before{width:16px;height:16px;border-radius:16px;background:radial-gradient(var(--search-tab-button-background) 0 50%,transparent 50% 100%),conic-gradient(var(--code-highlight-kw-color) 0deg 30deg,var(--code-highlight-prelude-color) 30deg 60deg,var(--code-highlight-number-color) 90deg 120deg,var(--code-highlight-lifetime-color) 120deg 150deg,var(--code-highlight-comment-color) 150deg 180deg,var(--code-highlight-self-color) 180deg 210deg,var(--code-highlight-attribute-color) 210deg 240deg,var(--code-highlight-literal-color) 210deg 240deg,var(--code-highlight-macro-color) 240deg 270deg,var(--code-highlight-question-mark-color) 270deg 300deg,var(--code-highlight-prelude-val-color) 300deg 330deg,var(--code-highlight-doc-comment-color) 330deg 360deg);content:"";position:absolute;left:2px;top:2px;animation:rotating 1.25s linear infinite;}#search-tabs .count.loading::after,.search-form.loading::after{width:18px;height:18px;border-radius:18px;background:conic-gradient(var(--search-tab-button-background) 0deg 180deg,transparent 270deg 360deg);content:"";position:absolute;left:1px;top:1px;animation:rotating 0.66s linear infinite;}.search-form.loading::before{left:auto;right:9px;top:8px;}.search-form.loading::after{left:auto;right:8px;top:8px;}#search .error code{border-radius:3px;background-color:var(--search-error-code-background-color);}.search-corrections{font-weight:normal;}#src-sidebar{width:100%;overflow:auto;}#src-sidebar div.files>a:hover,details.dir-entry summary:hover,#src-sidebar div.files>a:focus,details.dir-entry summary:focus{background-color:var(--src-sidebar-background-hover);}#src-sidebar div.files>a.selected{background-color:var(--src-sidebar-background-selected);}.src-sidebar-title{position:sticky;top:0;display:flex;padding:8px 8px 0 48px;margin-bottom:7px;background:var(--sidebar-background-color);border-bottom:1px solid var(--border-color);}#search-button,.settings-menu,.help-menu,button#toggle-all-docs{margin-left:var(--button-left-margin);display:flex;line-height:1.25;min-width:14px;}#sidebar-button{display:none;line-height:0;}.hide-sidebar #sidebar-button,.src #sidebar-button{display:flex;margin-right:4px;position:fixed;margin-top:25px;left:6px;height:34px;width:34px;z-index:calc(var(--desktop-sidebar-z-index) + 1);}.hide-sidebar #sidebar-button{left:6px;background-color:var(--main-background-color);}.src #sidebar-button{margin-top:0;top:8px;left:8px;border-color:var(--border-color);}.hide-sidebar .src #sidebar-button{position:static;}#search-button>a,.settings-menu>a,.help-menu>a,#sidebar-button>a,button#toggle-all-docs{display:flex;align-items:center;justify-content:center;flex-direction:column;}#search-button>a,.settings-menu>a,.help-menu>a,button#toggle-all-docs{border:1px solid transparent;border-radius:var(--button-border-radius);color:var(--main-color);}#search-button>a,.settings-menu>a,.help-menu>a,button#toggle-all-docs{width:80px;border-radius:var(--toolbar-button-border-radius);}#search-button>a,.settings-menu>a,.help-menu>a{min-width:0;}#sidebar-button>a{border:solid 1px transparent;border-radius:var(--button-border-radius);background-color:var(--button-background-color);width:33px;}.src #sidebar-button>a{background-color:var(--sidebar-background-color);border-color:var(--border-color);}#search-button>a:hover,#search-button>a:focus-visible,.settings-menu>a:hover,.settings-menu>a:focus-visible,.help-menu>a:hover,#help-menu>a:focus-visible,#sidebar-button>a:hover,#sidebar-button>a:focus-visible,#copy-path:hover,#copy-path:focus-visible,button#toggle-all-docs:hover,button#toggle-all-docs:focus-visible{border-color:var(--settings-button-border-focus);text-decoration:none;}#search-button>a::before{content:url('data:image/svg+xml,\ + \ + Search\ + ');width:18px;height:18px;filter:var(--settings-menu-filter);}.settings-menu>a::before{content:url('data:image/svg+xml,\ + \ + ');width:18px;height:18px;filter:var(--settings-menu-filter);}button#toggle-all-docs::before{content:url('data:image/svg+xml,\ + ');width:18px;height:18px;filter:var(--settings-menu-filter);}.help-menu>a::before{content:url('data:image/svg+xml,\ + \ + \ + \ + \ + ');width:18px;height:18px;filter:var(--settings-menu-filter);}.help-menu>a{width:74px;}.help-menu>a>.label{padding-right:1px;}#toggle-all-docs:not(.will-expand)>.label{padding-left:1px;}#search-button>a::before,button#toggle-all-docs::before,.help-menu>a::before,.settings-menu>a::before{filter:var(--settings-menu-filter);margin:8px;}@media not (pointer:coarse){#search-button>a:hover::before,button#toggle-all-docs:hover::before,.help-menu>a:hover::before,.settings-menu>a:hover::before{filter:var(--settings-menu-hover-filter);}}button[disabled]#toggle-all-docs{opacity:0.25;border:solid 1px var(--main-background-color);background-size:cover;}button[disabled]#toggle-all-docs:hover{border:solid 1px var(--main-background-color);cursor:not-allowed;}rustdoc-toolbar span.label{font-size:1rem;flex-grow:1;padding-bottom:4px;}#sidebar-button>a::before{content:url('data:image/svg+xml,\ + \ + \ + ');width:22px;height:22px;}#copy-path{color:var(--copy-path-button-color);background:var(--main-background-color);height:var(--copy-path-height);width:var(--copy-path-width);margin-left:10px;padding:0;padding-left:2px;border:solid 1px transparent;border-radius:var(--button-border-radius);font-size:0;}#copy-path::before{filter:var(--copy-path-img-filter);content:var(--clipboard-image);}#copy-path:hover::before{filter:var(--copy-path-img-hover-filter);}#copy-path.clicked::before{content:var(--checkmark-image);}@keyframes rotating{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}.settings-menu.rotate>a img{animation:rotating 2s linear infinite;}kbd{display:inline-block;padding:3px 5px;font:15px monospace;line-height:10px;vertical-align:middle;border:solid 1px var(--border-color);border-radius:3px;color:var(--kbd-color);background-color:var(--kbd-background);box-shadow:inset 0 -1px 0 var(--kbd-box-shadow-color);}ul.all-items>li{list-style:none;}details.dir-entry{padding-left:4px;}details.dir-entry>summary{margin:0 0 0 -4px;padding:0 0 0 4px;cursor:pointer;}details.dir-entry div.folders,details.dir-entry div.files{padding-left:23px;}details.dir-entry a{display:block;}details.toggle{contain:layout;position:relative;}details.big-toggle{contain:inline-size;}details.toggle>summary.hideme{cursor:pointer;font-size:1rem;}details.toggle>summary{list-style:none;outline:none;}details.toggle>summary::-webkit-details-marker,details.toggle>summary::marker{display:none;}details.toggle>summary.hideme>span{margin-left:9px;}details.toggle>summary::before{background:url('data:image/svg+xml,\ + ');content:"";cursor:pointer;width:16px;height:16px;display:inline-block;vertical-align:middle;opacity:.5;filter:var(--toggle-filter);}details.toggle>summary.hideme>span,.more-examples-toggle summary,.more-examples-toggle .hide-more{color:var(--toggles-color);}details.toggle>summary::after{content:"Expand";overflow:hidden;width:0;height:0;position:absolute;}details.toggle>summary.hideme::after{content:"";}details.toggle>summary:focus::before,details.toggle>summary:hover::before{opacity:1;}details.toggle>summary:focus-visible::before{outline:1px dotted #000;outline-offset:1px;}details.non-exhaustive{margin-bottom:8px;}details.toggle>summary.hideme::before{position:relative;}details.toggle>summary:not(.hideme)::before{position:absolute;left:-24px;top:4px;}.impl-items>details.toggle>summary:not(.hideme)::before,#main-content>.methods>details.toggle>summary:not(.hideme)::before{position:absolute;left:-24px;}.impl-items>*:not(.item-info),.implementors-toggle>.docblock,#main-content>.methods>:not(.item-info),.impl>.item-info,.impl>.docblock,.impl+.docblock{margin-left:var(--impl-items-indent);}details.big-toggle>summary:not(.hideme)::before{left:-34px;top:9px;}details.toggle[open] >summary.hideme{position:absolute;}details.toggle[open] >summary.hideme>span{display:none;}details.toggle[open] >summary::before{background:url('data:image/svg+xml,\ + ');}details.toggle[open] >summary::after{content:"Collapse";}details.toggle:not([open])>summary .docblock{max-height:calc(1.5em + 0.75em);overflow-y:hidden;}details.toggle:not([open])>summary .docblock>:first-child{max-width:100%;overflow:hidden;width:fit-content;white-space:nowrap;position:relative;padding-right:1em;}details.toggle:not([open])>summary .docblock>:first-child::after{content:"…";position:absolute;right:0;top:0;bottom:0;z-index:1;background-color:var(--main-background-color);font:1rem/1.5 "Source Serif 4",NanumBarunGothic,serif;padding-left:0.2em;}details.toggle:not([open])>summary .docblock>div:first-child::after{padding-top:calc(1.5em + 0.75em - 1.2rem);}details.toggle>summary .docblock{margin-top:0.75em;}.docblock summary>*{display:inline-block;}.docblock>.example-wrap:first-child .tooltip{margin-top:16px;}.src #sidebar-button>a::before,.sidebar-menu-toggle::before{content:var(--hamburger-image);opacity:0.75;filter:var(--mobile-sidebar-menu-filter);}.src #sidebar-button>a:hover{background:var(--main-background-color);}.sidebar-menu-toggle:hover::before,.sidebar-menu-toggle:active::before,.sidebar-menu-toggle:focus::before{opacity:1;}@media (max-width:850px){#search-tabs .count{display:block;}.side-by-side{flex-direction:column-reverse;}.side-by-side>div{width:auto;}.main-heading{grid-template-areas:"main-heading-breadcrumbs main-heading-toolbar" "main-heading-h1 main-heading-toolbar" "main-heading-sub-heading main-heading-toolbar";}.search-results-main-heading{display:grid;grid-template-areas:"main-heading-breadcrumbs main-heading-toolbar" "main-heading-breadcrumbs main-heading-toolbar" "main-heading-h1 main-heading-toolbar";}rustdoc-toolbar{margin-top:-10px;display:grid;grid-template-areas:"x settings help" "search summary summary";grid-template-rows:35px 1fr;}.search-results-main-heading rustdoc-toolbar{display:grid;grid-template-areas:"settings help" "search search";}.search-results-main-heading #toggle-all-docs{display:none;}rustdoc-toolbar .settings-menu span.label,rustdoc-toolbar .help-menu span.label{display:none;}rustdoc-toolbar .settings-menu{grid-area:settings;}rustdoc-toolbar .help-menu{grid-area:help;}rustdoc-toolbar .settings-menu{grid-area:settings;}rustdoc-toolbar #search-button{grid-area:search;}rustdoc-toolbar #toggle-all-docs{grid-area:summary;}rustdoc-toolbar .settings-menu,rustdoc-toolbar .help-menu{height:35px;}rustdoc-toolbar .settings-menu>a,rustdoc-toolbar .help-menu>a{border-radius:2px;text-align:center;width:34px;padding:5px 0;}rustdoc-toolbar .settings-menu>a:before,rustdoc-toolbar .help-menu>a:before{margin:0 4px;}#settings.popover{top:16px;--popover-arrow-offset:58px;}#help.popover{top:16px;--popover-arrow-offset:16px;}}@media (max-width:700px){:root{--impl-items-indent:0.7em;}*[id]{scroll-margin-top:45px;}#copy-path{width:0;visibility:hidden;}rustdoc-topbar span.label,html:not(.hide-sidebar) .rustdoc:not(.src) rustdoc-toolbar .settings-menu>a,html:not(.hide-sidebar) .rustdoc:not(.src) rustdoc-toolbar .help-menu>a{display:none;}rustdoc-topbar .settings-menu>a,rustdoc-topbar .help-menu>a{width:33px;line-height:0;}rustdoc-topbar .settings-menu>a:hover,rustdoc-topbar .help-menu>a:hover{border:none;background:var(--main-background-color);border-radius:0;}#settings.popover{top:32px;--popover-arrow-offset:48px;}#help.popover{top:32px;--popover-arrow-offset:12px;}.rustdoc{display:block;}html:not(.hide-sidebar) main{padding-left:15px;padding-top:0px;}.sidebar .logo-container,.sidebar .location,.sidebar-resizer{display:none;}.sidebar{position:fixed;top:45px;left:-1000px;z-index:11;height:calc(100vh - 45px);border-right:none;width:100%;}.sidebar-elems .block li a{white-space:wrap;}.src main,.rustdoc.src .sidebar{top:0;padding:0;height:100vh;border:0;}html .src main{padding:18px 0;}.src .search-form{margin-left:40px;}.src .main-heading{margin-left:8px;}.hide-sidebar .search-form{margin-left:32px;}.hide-sidebar .src .search-form{margin-left:0;}.sidebar.shown,.src-sidebar-expanded .src .sidebar,.rustdoc:not(.src) .sidebar:focus-within{left:0;}rustdoc-topbar>h2{padding-bottom:0;margin:auto;overflow:hidden;font-size:24px;white-space:nowrap;text-overflow:ellipsis;text-align:center;}rustdoc-topbar .logo-container>img{max-width:35px;max-height:35px;margin:5px 0 5px 20px;}rustdoc-topbar{display:flex;flex-direction:row;position:sticky;z-index:10;height:45px;width:100%;left:0;top:0;}.hide-sidebar rustdoc-topbar{display:none;}.sidebar-menu-toggle{width:41px;min-width:41px;border:none;line-height:0;}.hide-sidebar .sidebar-menu-toggle{display:none;}.sidebar-elems{margin-top:1em;}.anchor{display:none !important;}#main-content>details.toggle>summary::before,#main-content>div>details.toggle>summary::before{left:-11px;}#sidebar-button>a::before{content:url('data:image/svg+xml,\ + \ + \ + \ + \ + \ + \ + ');width:22px;height:22px;}.sidebar-menu-toggle:hover{background:var(--main-background-color);}.search-results>a,.search-results>a>div{display:block;}.search-results>a{padding:5px 0px;}.search-results>a>div.desc,.item-table dd{padding-left:2em;}.search-results .result-name{display:block;}.search-results .result-name .typename{width:initial;margin-right:0;}.search-results .result-name .typename,.search-results .result-name .path{display:inline;}.src-sidebar-expanded .src .sidebar{position:fixed;max-width:100vw;width:100vw;}.src .src-sidebar-title{padding-top:0;}details.implementors-toggle:not(.top-doc)>summary{margin-left:10px;}.impl-items>details.toggle>summary:not(.hideme)::before,#main-content>.methods>details.toggle>summary:not(.hideme)::before{left:-20px;}summary>.item-info{margin-left:10px;}.impl-items>.item-info{margin-left:calc(var(--impl-items-indent) + 10px);}.src nav.sub{margin:0 0 -25px 0;padding:var(--nav-sub-mobile-padding);}html:not(.src-sidebar-expanded) .src #sidebar-button>a{background-color:var(--main-background-color);}html:not(.src-sidebar-expanded) .src #sidebar-button>a:hover,html:not(.src-sidebar-expanded) .src #sidebar-button>a:focus-visible{background-color:var(--sidebar-background-color);}}@media (min-width:701px){.scraped-example-title{position:absolute;z-index:10;background:var(--main-background-color);bottom:8px;right:5px;padding:2px 4px;box-shadow:0 0 4px var(--main-background-color);}.item-table:not(.reexports){display:grid;grid-template-columns:33% 67%;}.item-table>dt,.item-table>dd{overflow-wrap:anywhere;}.item-table>dt{grid-column-start:1;}.item-table>dd{grid-column-start:2;}}@media print{:root{--docblock-indent:0;}nav.sidebar,nav.sub,.out-of-band,a.src,#copy-path,details.toggle[open] >summary::before,details.toggle>summary::before,details.toggle.top-doc>summary{display:none;}main{padding:10px;}}@media (max-width:464px){:root{--docblock-indent:12px;}.docblock code{overflow-wrap:break-word;overflow-wrap:anywhere;}nav.sub{flex-direction:column;}.search-form{align-self:stretch;}}.variant,.implementors-toggle>summary,.impl,#implementors-list>.docblock,.impl-items>section,.impl-items>.toggle>summary,.methods>section,.methods>.toggle>summary{margin-bottom:0.75em;}.variants>.docblock,.implementors-toggle>.docblock,.impl-items>.toggle[open]:not(:last-child),.methods>.toggle[open]:not(:last-child),.implementors-toggle[open]:not(:last-child){margin-bottom:2em;}#trait-implementations-list .impl-items>.toggle:not(:last-child),#synthetic-implementations-list .impl-items>.toggle:not(:last-child),#blanket-implementations-list .impl-items>.toggle:not(:last-child){margin-bottom:1em;}.scraped-example-list .scrape-help{margin-left:10px;padding:0 4px;font-weight:normal;font-size:12px;position:relative;bottom:1px;border:1px solid var(--scrape-example-help-border-color);border-radius:50px;color:var(--scrape-example-help-color);}.scraped-example-list .scrape-help:hover{border-color:var(--scrape-example-help-hover-border-color);color:var(--scrape-example-help-hover-color);}.scraped-example:not(.expanded) .example-wrap::before,.scraped-example:not(.expanded) .example-wrap::after{content:" ";width:100%;height:5px;position:absolute;z-index:1;}.scraped-example:not(.expanded) .example-wrap::before{top:0;background:linear-gradient(to bottom,var(--scrape-example-code-wrapper-background-start),var(--scrape-example-code-wrapper-background-end));}.scraped-example:not(.expanded) .example-wrap::after{bottom:0;background:linear-gradient(to top,var(--scrape-example-code-wrapper-background-start),var(--scrape-example-code-wrapper-background-end));}.scraped-example:not(.expanded){width:100%;overflow-y:hidden;margin-bottom:0;}.scraped-example:not(.expanded){overflow-x:hidden;}.scraped-example .rust span.highlight{background:var(--scrape-example-code-line-highlight);}.scraped-example .rust span.highlight.focus{background:var(--scrape-example-code-line-highlight-focus);}.more-examples-toggle{max-width:calc(100% + 25px);margin-top:10px;margin-left:-25px;}.more-examples-toggle .hide-more{margin-left:25px;cursor:pointer;}.more-scraped-examples{margin-left:25px;position:relative;}.toggle-line{position:absolute;top:5px;bottom:0;right:calc(100% + 10px);padding:0 4px;cursor:pointer;}.toggle-line-inner{min-width:2px;height:100%;background:var(--scrape-example-toggle-line-background);}.toggle-line:hover .toggle-line-inner{background:var(--scrape-example-toggle-line-hover-background);}.more-scraped-examples .scraped-example,.example-links{margin-top:20px;}.more-scraped-examples .scraped-example:first-child{margin-top:5px;}.example-links ul{margin-bottom:0;}:root[data-theme="light"],:root:not([data-theme]){--main-background-color:white;--main-color:black;--settings-input-color:#2196f3;--settings-input-border-color:#717171;--settings-button-color:#000;--settings-button-border-focus:#717171;--sidebar-background-color:#f5f5f5;--sidebar-background-color-hover:#e0e0e0;--sidebar-border-color:#ddd;--code-block-background-color:#f5f5f5;--scrollbar-track-background-color:#dcdcdc;--scrollbar-thumb-background-color:rgba(36,37,39,0.6);--scrollbar-color:rgba(36,37,39,0.6) #d9d9d9;--headings-border-bottom-color:#ddd;--border-color:#e0e0e0;--button-background-color:#fff;--right-side-color:grey;--code-attribute-color:#999;--toggles-color:#999;--toggle-filter:none;--mobile-sidebar-menu-filter:none;--search-input-focused-border-color:#66afe9;--copy-path-button-color:#999;--copy-path-img-filter:invert(50%);--copy-path-img-hover-filter:invert(35%);--code-example-button-color:#7f7f7f;--code-example-button-hover-color:#595959;--settings-menu-filter:invert(50%);--settings-menu-hover-filter:invert(35%);--codeblock-error-hover-color:rgb(255,0,0);--codeblock-error-color:rgba(255,0,0,.5);--codeblock-ignore-hover-color:rgb(255,142,0);--codeblock-ignore-color:rgba(255,142,0,.6);--warning-border-color:#ff8e00;--type-link-color:#ad378a;--trait-link-color:#6e4fc9;--assoc-item-link-color:#3873ad;--function-link-color:#ad7c37;--macro-link-color:#068000;--keyword-link-color:#3873ad;--attribute-link-color:#3873ad;--mod-link-color:#3873ad;--link-color:#3873ad;--sidebar-link-color:#356da4;--sidebar-current-link-background-color:#fff;--search-result-link-focus-background-color:#ccc;--search-result-border-color:#aaa3;--search-color:#000;--search-error-code-background-color:#d0cccc;--search-results-alias-color:#000;--search-results-grey-color:#999;--search-tab-title-count-color:#888;--search-tab-button-not-selected-border-top-color:#e6e6e6;--search-tab-button-not-selected-background:#e6e6e6;--search-tab-button-selected-border-top-color:#0089ff;--search-tab-button-selected-background:#fff;--stab-background-color:#fff5d6;--stab-code-color:#000;--code-highlight-kw-color:#8959a8;--code-highlight-kw-2-color:#4271ae;--code-highlight-lifetime-color:#b76514;--code-highlight-prelude-color:#4271ae;--code-highlight-prelude-val-color:#c82829;--code-highlight-number-color:#718c00;--code-highlight-string-color:#718c00;--code-highlight-literal-color:#c82829;--code-highlight-attribute-color:#c82829;--code-highlight-self-color:#c82829;--code-highlight-macro-color:#3e999f;--code-highlight-question-mark-color:#ff9011;--code-highlight-comment-color:#8e908c;--code-highlight-doc-comment-color:#4d4d4c;--src-line-numbers-span-color:#c67e2d;--src-line-number-highlighted-background-color:#fdffd3;--target-background-color:#fdffd3;--target-border-color:#ad7c37;--kbd-color:#000;--kbd-background:#fafbfc;--kbd-box-shadow-color:#c6cbd1;--rust-logo-filter:initial;--crate-search-div-filter:invert(100%) sepia(0%) saturate(4223%) hue-rotate(289deg) brightness(114%) contrast(76%);--crate-search-div-hover-filter:invert(44%) sepia(18%) saturate(23%) hue-rotate(317deg) brightness(96%) contrast(93%);--crate-search-hover-border:#717171;--src-sidebar-background-selected:#fff;--src-sidebar-background-hover:#e0e0e0;--table-alt-row-background-color:#f5f5f5;--codeblock-link-background:#eee;--scrape-example-toggle-line-background:#ccc;--scrape-example-toggle-line-hover-background:#999;--scrape-example-code-line-highlight:#fcffd6;--scrape-example-code-line-highlight-focus:#f6fdb0;--scrape-example-help-border-color:#555;--scrape-example-help-color:#333;--scrape-example-help-hover-border-color:#000;--scrape-example-help-hover-color:#000;--scrape-example-code-wrapper-background-start:rgba(255,255,255,1);--scrape-example-code-wrapper-background-end:rgba(255,255,255,0);--sidebar-resizer-hover:hsl(207,90%,66%);--sidebar-resizer-active:hsl(207,90%,54%);}:root[data-theme="dark"]{--main-background-color:#353535;--main-color:#ddd;--settings-input-color:#2196f3;--settings-input-border-color:#999;--settings-button-color:#000;--settings-button-border-focus:#ffb900;--sidebar-background-color:#505050;--sidebar-background-color-hover:#676767;--sidebar-border-color:#999;--code-block-background-color:#2A2A2A;--scrollbar-track-background-color:#717171;--scrollbar-thumb-background-color:rgba(32,34,37,.6);--scrollbar-color:rgba(32,34,37,.6) #5a5a5a;--headings-border-bottom-color:#d2d2d2;--border-color:#e0e0e0;--button-background-color:#f0f0f0;--right-side-color:grey;--code-attribute-color:#999;--toggles-color:#999;--toggle-filter:invert(100%);--mobile-sidebar-menu-filter:invert(100%);--search-input-focused-border-color:#008dfd;--copy-path-button-color:#999;--copy-path-img-filter:invert(50%);--copy-path-img-hover-filter:invert(65%);--code-example-button-color:#7f7f7f;--code-example-button-hover-color:#a5a5a5;--codeblock-error-hover-color:rgb(255,0,0);--codeblock-error-color:rgba(255,0,0,.5);--codeblock-ignore-hover-color:rgb(255,142,0);--codeblock-ignore-color:rgba(255,142,0,.6);--warning-border-color:#ff8e00;--type-link-color:#2dbfb8;--trait-link-color:#b78cf2;--assoc-item-link-color:#d2991d;--function-link-color:#2bab63;--macro-link-color:#09bd00;--keyword-link-color:#d2991d;--attribute-link-color:#d2991d;--mod-link-color:#d2991d;--link-color:#d2991d;--sidebar-link-color:#fdbf35;--sidebar-current-link-background-color:#444;--search-result-link-focus-background-color:#616161;--search-result-border-color:#aaa3;--search-color:#111;--search-error-code-background-color:#484848;--search-results-alias-color:#fff;--search-results-grey-color:#ccc;--search-tab-title-count-color:#888;--search-tab-button-not-selected-border-top-color:#252525;--search-tab-button-not-selected-background:#252525;--search-tab-button-selected-border-top-color:#0089ff;--search-tab-button-selected-background:#353535;--settings-menu-filter:invert(50%);--settings-menu-hover-filter:invert(65%);--stab-background-color:#314559;--stab-code-color:#e6e1cf;--code-highlight-kw-color:#ab8ac1;--code-highlight-kw-2-color:#769acb;--code-highlight-lifetime-color:#d97f26;--code-highlight-prelude-color:#769acb;--code-highlight-prelude-val-color:#ee6868;--code-highlight-number-color:#83a300;--code-highlight-string-color:#83a300;--code-highlight-literal-color:#ee6868;--code-highlight-attribute-color:#ee6868;--code-highlight-self-color:#ee6868;--code-highlight-macro-color:#3e999f;--code-highlight-question-mark-color:#ff9011;--code-highlight-comment-color:#8d8d8b;--code-highlight-doc-comment-color:#8ca375;--src-line-numbers-span-color:#3b91e2;--src-line-number-highlighted-background-color:#0a042f;--target-background-color:#494a3d;--target-border-color:#bb7410;--kbd-color:#000;--kbd-background:#fafbfc;--kbd-box-shadow-color:#c6cbd1;--rust-logo-filter:drop-shadow(1px 0 0px #fff) drop-shadow(0 1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 -1px 0 #fff);--crate-search-div-filter:invert(94%) sepia(0%) saturate(721%) hue-rotate(255deg) brightness(90%) contrast(90%);--crate-search-div-hover-filter:invert(69%) sepia(60%) saturate(6613%) hue-rotate(184deg) brightness(100%) contrast(91%);--crate-search-hover-border:#2196f3;--src-sidebar-background-selected:#333;--src-sidebar-background-hover:#444;--table-alt-row-background-color:#2a2a2a;--codeblock-link-background:#333;--scrape-example-toggle-line-background:#999;--scrape-example-toggle-line-hover-background:#c5c5c5;--scrape-example-code-line-highlight:#5b3b01;--scrape-example-code-line-highlight-focus:#7c4b0f;--scrape-example-help-border-color:#aaa;--scrape-example-help-color:#eee;--scrape-example-help-hover-border-color:#fff;--scrape-example-help-hover-color:#fff;--scrape-example-code-wrapper-background-start:rgba(53,53,53,1);--scrape-example-code-wrapper-background-end:rgba(53,53,53,0);--sidebar-resizer-hover:hsl(207,30%,54%);--sidebar-resizer-active:hsl(207,90%,54%);}:root[data-theme="ayu"]{--main-background-color:#0f1419;--main-color:#c5c5c5;--settings-input-color:#ffb454;--settings-input-border-color:#999;--settings-button-color:#fff;--settings-button-border-focus:#e0e0e0;--sidebar-background-color:#14191f;--sidebar-background-color-hover:rgba(70,70,70,0.33);--sidebar-border-color:#5c6773;--code-block-background-color:#191f26;--scrollbar-track-background-color:transparent;--scrollbar-thumb-background-color:#5c6773;--scrollbar-color:#5c6773 #24292f;--headings-border-bottom-color:#5c6773;--border-color:#5c6773;--button-background-color:#141920;--right-side-color:grey;--code-attribute-color:#999;--toggles-color:#999;--toggle-filter:invert(100%);--mobile-sidebar-menu-filter:invert(100%);--search-input-focused-border-color:#5c6773;--copy-path-button-color:#fff;--copy-path-img-filter:invert(70%);--copy-path-img-hover-filter:invert(100%);--code-example-button-color:#b2b2b2;--code-example-button-hover-color:#fff;--codeblock-error-hover-color:rgb(255,0,0);--codeblock-error-color:rgba(255,0,0,.5);--codeblock-ignore-hover-color:rgb(255,142,0);--codeblock-ignore-color:rgba(255,142,0,.6);--warning-border-color:#ff8e00;--type-link-color:#ffa0a5;--trait-link-color:#39afd7;--assoc-item-link-color:#39afd7;--function-link-color:#fdd687;--macro-link-color:#a37acc;--keyword-link-color:#39afd7;--attribute-link-color:#39afd7;--mod-link-color:#39afd7;--link-color:#39afd7;--sidebar-link-color:#53b1db;--sidebar-current-link-background-color:transparent;--search-result-link-focus-background-color:#3c3c3c;--search-result-border-color:#aaa3;--search-color:#fff;--search-error-code-background-color:#4f4c4c;--search-results-alias-color:#c5c5c5;--search-results-grey-color:#999;--search-tab-title-count-color:#888;--search-tab-button-not-selected-border-top-color:none;--search-tab-button-not-selected-background:transparent !important;--search-tab-button-selected-border-top-color:none;--search-tab-button-selected-background:#141920 !important;--settings-menu-filter:invert(70%);--settings-menu-hover-filter:invert(100%);--stab-background-color:#314559;--stab-code-color:#e6e1cf;--code-highlight-kw-color:#ff7733;--code-highlight-kw-2-color:#ff7733;--code-highlight-lifetime-color:#ff7733;--code-highlight-prelude-color:#69f2df;--code-highlight-prelude-val-color:#ff7733;--code-highlight-number-color:#b8cc52;--code-highlight-string-color:#b8cc52;--code-highlight-literal-color:#ff7733;--code-highlight-attribute-color:#e6e1cf;--code-highlight-self-color:#36a3d9;--code-highlight-macro-color:#a37acc;--code-highlight-question-mark-color:#ff9011;--code-highlight-comment-color:#788797;--code-highlight-doc-comment-color:#a1ac88;--src-line-numbers-span-color:#5c6773;--src-line-number-highlighted-background-color:rgba(255,236,164,0.06);--target-background-color:rgba(255,236,164,0.06);--target-border-color:rgba(255,180,76,0.85);--kbd-color:#c5c5c5;--kbd-background:#314559;--kbd-box-shadow-color:#5c6773;--rust-logo-filter:drop-shadow(1px 0 0px #fff) drop-shadow(0 1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 -1px 0 #fff);--crate-search-div-filter:invert(41%) sepia(12%) saturate(487%) hue-rotate(171deg) brightness(94%) contrast(94%);--crate-search-div-hover-filter:invert(98%) sepia(12%) saturate(81%) hue-rotate(343deg) brightness(113%) contrast(76%);--crate-search-hover-border:#e0e0e0;--src-sidebar-background-selected:#14191f;--src-sidebar-background-hover:#14191f;--table-alt-row-background-color:#191f26;--codeblock-link-background:#333;--scrape-example-toggle-line-background:#999;--scrape-example-toggle-line-hover-background:#c5c5c5;--scrape-example-code-line-highlight:#5b3b01;--scrape-example-code-line-highlight-focus:#7c4b0f;--scrape-example-help-border-color:#aaa;--scrape-example-help-color:#eee;--scrape-example-help-hover-border-color:#fff;--scrape-example-help-hover-color:#fff;--scrape-example-code-wrapper-background-start:rgba(15,20,25,1);--scrape-example-code-wrapper-background-end:rgba(15,20,25,0);--sidebar-resizer-hover:hsl(34,50%,33%);--sidebar-resizer-active:hsl(34,100%,66%);}:root[data-theme="ayu"] h1,:root[data-theme="ayu"] h2,:root[data-theme="ayu"] h3,:root[data-theme="ayu"] h4,:where(:root[data-theme="ayu"]) h1 a,:root[data-theme="ayu"] .sidebar h2 a,:root[data-theme="ayu"] .sidebar h3 a{color:#fff;}:root[data-theme="ayu"] .docblock code{color:#ffb454;}:root[data-theme="ayu"] .docblock a>code{color:#39AFD7 !important;}:root[data-theme="ayu"] .code-header,:root[data-theme="ayu"] .docblock pre>code,:root[data-theme="ayu"] pre,:root[data-theme="ayu"] pre>code,:root[data-theme="ayu"] .item-info code,:root[data-theme="ayu"] .rustdoc.source .example-wrap{color:#e6e1cf;}:root[data-theme="ayu"] .sidebar .current,:root[data-theme="ayu"] .sidebar .current a,:root[data-theme="ayu"] .sidebar a:hover,:root[data-theme="ayu"] #src-sidebar div.files>a:hover,:root[data-theme="ayu"] details.dir-entry summary:hover,:root[data-theme="ayu"] #src-sidebar div.files>a:focus,:root[data-theme="ayu"] details.dir-entry summary:focus,:root[data-theme="ayu"] #src-sidebar div.files>a.selected{color:#ffb44c;}:root[data-theme="ayu"] .sidebar-elems .location{color:#ff7733;}:root[data-theme="ayu"] a[data-nosnippet].line-highlighted{color:#708090;padding-right:7px;border-right:1px solid #ffb44c;}:root[data-theme="ayu"] .search-results a:hover,:root[data-theme="ayu"] .search-results a:focus{color:#fff !important;background-color:#3c3c3c;}:root[data-theme="ayu"] .search-results a{color:#0096cf;}:root[data-theme="ayu"] .search-results a div.desc{color:#c5c5c5;}:root[data-theme="ayu"] .result-name .primitive>i,:root[data-theme="ayu"] .result-name .keyword>i{color:#788797;}:root[data-theme="ayu"] #search-tabs>button.selected{border-bottom:1px solid #ffb44c !important;border-top:none;}:root[data-theme="ayu"] #search-tabs>button:not(.selected){border:none;background-color:transparent !important;}:root[data-theme="ayu"] #search-tabs>button:hover{border-bottom:1px solid rgba(242,151,24,0.3);}:root[data-theme="ayu"] .settings-menu>a img,:root[data-theme="ayu"] #sidebar-button>a::before{filter:invert(100);} \ No newline at end of file diff --git a/web/public/sdk_docs/static.files/scrape-examples-2bbcccac.js b/web/public/sdk_docs/static.files/scrape-examples-2bbcccac.js new file mode 100644 index 00000000..c90f297f --- /dev/null +++ b/web/public/sdk_docs/static.files/scrape-examples-2bbcccac.js @@ -0,0 +1 @@ +"use strict";(function(){const DEFAULT_MAX_LINES=5;const HIDDEN_MAX_LINES=10;function scrollToLoc(elt,loc,isHidden){const lines=elt.querySelectorAll("[data-nosnippet]");let scrollOffset;const maxLines=isHidden?HIDDEN_MAX_LINES:DEFAULT_MAX_LINES;if(loc[1]-loc[0]>maxLines){const line=Math.max(0,loc[0]-1);scrollOffset=lines[line].offsetTop;}else{const halfHeight=elt.offsetHeight/2;const offsetTop=lines[loc[0]].offsetTop;const lastLine=lines[loc[1]];const offsetBot=lastLine.offsetTop+lastLine.offsetHeight;const offsetMid=(offsetTop+offsetBot)/2;scrollOffset=offsetMid-halfHeight;}nonnull(lines[0].parentElement).scrollTo(0,scrollOffset);nonnull(elt.querySelector(".rust")).scrollTo(0,scrollOffset);}function createScrapeButton(parent,className,content){const button=document.createElement("button");button.className=className;button.title=content;parent.insertBefore(button,parent.firstChild);return button;}window.updateScrapedExample=(example,buttonHolder)=>{let locIndex=0;const highlights=Array.prototype.slice.call(example.querySelectorAll(".highlight"));const link=nonnull(example.querySelector(".scraped-example-title a"));let expandButton=null;if(!example.classList.contains("expanded")){expandButton=createScrapeButton(buttonHolder,"expand","Show all");}const isHidden=nonnull(example.parentElement).classList.contains("more-scraped-examples");const locs=example.locs;if(locs.length>1){const next=createScrapeButton(buttonHolder,"next","Next usage");const prev=createScrapeButton(buttonHolder,"prev","Previous usage");const onChangeLoc=changeIndex=>{removeClass(highlights[locIndex],"focus");changeIndex();scrollToLoc(example,locs[locIndex][0],isHidden);addClass(highlights[locIndex],"focus");const url=locs[locIndex][1];const title=locs[locIndex][2];link.href=url;link.innerHTML=title;};prev.addEventListener("click",()=>{onChangeLoc(()=>{locIndex=(locIndex-1+locs.length)%locs.length;});});next.addEventListener("click",()=>{onChangeLoc(()=>{locIndex=(locIndex+1)%locs.length;});});}if(expandButton){expandButton.addEventListener("click",()=>{if(hasClass(example,"expanded")){removeClass(example,"expanded");removeClass(expandButton,"collapse");expandButton.title="Show all";scrollToLoc(example,locs[0][0],isHidden);}else{addClass(example,"expanded");addClass(expandButton,"collapse");expandButton.title="Show single example";}});}};function setupLoc(example,isHidden){const locs_str=nonnull(example.attributes.getNamedItem("data-locs")).textContent;const locs=JSON.parse(nonnull(nonnull(locs_str)));example.locs=locs;scrollToLoc(example,locs[0][0],isHidden);}const firstExamples=document.querySelectorAll(".scraped-example-list > .scraped-example");onEachLazy(firstExamples,el=>setupLoc(el,false));onEachLazy(document.querySelectorAll(".more-examples-toggle"),toggle=>{onEachLazy(toggle.querySelectorAll(".toggle-line, .hide-more"),button=>{button.addEventListener("click",()=>{toggle.open=false;});});const moreExamples=toggle.querySelectorAll(".scraped-example");toggle.querySelector("summary").addEventListener("click",()=>{setTimeout(()=>{onEachLazy(moreExamples,el=>setupLoc(el,true));});},{once:true});});})(); \ No newline at end of file diff --git a/web/public/sdk_docs/static.files/search-e256b49e.js b/web/public/sdk_docs/static.files/search-e256b49e.js new file mode 100644 index 00000000..319bc5c1 --- /dev/null +++ b/web/public/sdk_docs/static.files/search-e256b49e.js @@ -0,0 +1,5 @@ +"use strict";const initSearch=async function(Stringdex,RoaringBitmap,hooks){if(!Array.prototype.toSpliced){Array.prototype.toSpliced=function(){const me=this.slice();Array.prototype.splice.apply(me,arguments);return me;};}async function onEachBtwnAsync(arr,func,funcBtwn){let skipped=true;for(const value of arr){if(!skipped){funcBtwn(value);}skipped=await func(value);}}const yieldToBrowser=typeof window!=="undefined"&&window.requestIdleCallback?function(){return new Promise((resolve,_reject)=>{window.requestIdleCallback(resolve);});}:function(){return new Promise((resolve,_reject)=>{setTimeout(resolve,0);});};const timeout=function(ms){return new Promise((resolve,_reject)=>{setTimeout(resolve,ms);});};if(!Promise.withResolvers){Promise.withResolvers=()=>{let resolve,reject;const promise=new Promise((res,rej)=>{resolve=res;reject=rej;});return{promise,resolve,reject};};}const itemTypes=["keyword","primitive","mod","externcrate","import","struct","enum","fn","type","static","trait","impl","tymethod","method","structfield","variant","macro","associatedtype","constant","associatedconstant","union","foreigntype","existential","attr","derive","traitalias","generic","attribute",];const TY_PRIMITIVE=1;const TY_GENERIC=26;const TY_IMPORT=4;const TY_TRAIT=10;const TY_FN=7;const TY_METHOD=13;const TY_TYMETHOD=12;const TY_ASSOCTYPE=17;const ROOT_PATH=typeof window!=="undefined"?window.rootPath:"../";const UNBOXING_LIMIT=5;const REGEX_IDENT=/\p{ID_Start}\p{ID_Continue}*|_\p{ID_Continue}+/uy;const REGEX_INVALID_TYPE_FILTER=/[^a-z]/ui;const MAX_RESULTS=200;const NO_TYPE_FILTER=-1;const editDistanceState={current:[],prev:[],prevPrev:[],calculate:function calculate(a,b,limit){if(a.lengthlimit){return limit+1;}while(b.length>0&&b[0]===a[0]){a=a.substring(1);b=b.substring(1);}while(b.length>0&&b[b.length-1]===a[a.length-1]){a=a.substring(0,a.length-1);b=b.substring(0,b.length-1);}if(b.length===0){return minDist;}const aLength=a.length;const bLength=b.length;for(let i=0;i<=bLength;++i){this.current[i]=0;this.prev[i]=i;this.prevPrev[i]=Number.MAX_VALUE;}for(let i=1;i<=aLength;++i){this.current[0]=i;const aIdx=i-1;for(let j=1;j<=bLength;++j){const bIdx=j-1;const substitutionCost=a[aIdx]===b[bIdx]?0:1;this.current[j]=Math.min(this.prev[j]+1,this.current[j-1]+1,this.prev[j-1]+substitutionCost,);if((i>1)&&(j>1)&&(a[aIdx]===b[bIdx-1])&&(a[aIdx-1]===b[bIdx])){this.current[j]=Math.min(this.current[j],this.prevPrev[j-2]+1,);}}const prevPrevTmp=this.prevPrev;this.prevPrev=this.prev;this.prev=this.current;this.current=prevPrevTmp;}const distance=this.prev[bLength];return distance<=limit?distance:(limit+1);},};function editDistance(a,b,limit){return editDistanceState.calculate(a,b,limit);}function isEndCharacter(c){return"=,>-])".indexOf(c)!==-1;}function isFnLikeTy(ty){return ty===TY_FN||ty===TY_METHOD||ty===TY_TYMETHOD;}function isSeparatorCharacter(c){return c===","||c==="=";}function isReturnArrow(parserState){return parserState.userQuery.slice(parserState.pos,parserState.pos+2)==="->";}function skipWhitespace(parserState){while(parserState.pos0){const c=parserState.userQuery[pos-1];if(c===lookingFor){return true;}else if(c!==" "){break;}pos-=1;}return false;}function isLastElemGeneric(elems,parserState){return(elems.length>0&&elems[elems.length-1].generics.length>0)||prevIs(parserState,">");}function getFilteredNextElem(query,parserState,elems,isInGenerics){const start=parserState.pos;if(parserState.userQuery[parserState.pos]===":"&&!isPathStart(parserState)){throw["Expected type filter before ",":"];}getNextElem(query,parserState,elems,isInGenerics);if(parserState.userQuery[parserState.pos]===":"&&!isPathStart(parserState)){if(parserState.typeFilter!==null){throw["Unexpected ",":"," (expected path after type filter ",parserState.typeFilter+":",")",];}if(elems.length===0){throw["Expected type filter before ",":"];}else if(query.literalSearch){throw["Cannot use quotes on type filter"];}const typeFilterElem=elems.pop();checkExtraTypeFilterCharacters(start,parserState);parserState.typeFilter=typeFilterElem.normalizedPathLast;parserState.pos+=1;parserState.totalElems-=1;query.literalSearch=false;getNextElem(query,parserState,elems,isInGenerics);}}function getItemsBefore(query,parserState,elems,endChar){let foundStopChar=true;let foundSeparator=false;const oldTypeFilter=parserState.typeFilter;parserState.typeFilter=null;const oldIsInBinding=parserState.isInBinding;parserState.isInBinding=null;let hofParameters=null;let extra="";if(endChar===">"){extra="<";}else if(endChar==="]"){extra="[";}else if(endChar===")"){extra="(";}else if(endChar===""){extra="->";}else{extra=endChar;}while(parserState.pos"," after ","="];}hofParameters=[...elems];elems.length=0;parserState.pos+=2;foundStopChar=true;foundSeparator=false;continue;}else if(c===" "){parserState.pos+=1;continue;}else if(isSeparatorCharacter(c)){parserState.pos+=1;foundStopChar=true;foundSeparator=true;continue;}else if(c===":"&&isPathStart(parserState)){throw["Unexpected ","::",": paths cannot start with ","::"];}else if(isEndCharacter(c)){throw["Unexpected ",c," after ",extra];}if(!foundStopChar){let extra=[];if(isLastElemGeneric(query.elems,parserState)){extra=[" after ",">"];}else if(prevIs(parserState,"\"")){throw["Cannot have more than one element if you use quotes"];}if(endChar!==""){throw["Expected ",",",", ","=",", or ",endChar,...extra,", found ",c,];}throw["Expected ",","," or ","=",...extra,", found ",c,];}const posBefore=parserState.pos;getFilteredNextElem(query,parserState,elems,endChar!=="");if(endChar!==""&&parserState.pos>=parserState.length){throw["Unclosed ",extra];}if(posBefore===parserState.pos){parserState.pos+=1;}foundStopChar=false;}if(parserState.pos>=parserState.length&&endChar!==""){throw["Unclosed ",extra];}parserState.pos+=1;if(hofParameters){foundSeparator=false;if([...elems,...hofParameters].some(x=>x.bindingName)||parserState.isInBinding){throw["Unexpected ","="," within ","->"];}const hofElem=makePrimitiveElement("->",{generics:hofParameters,bindings:new Map([["output",[...elems]]]),typeFilter:null,});elems.length=0;elems[0]=hofElem;}parserState.typeFilter=oldTypeFilter;parserState.isInBinding=oldIsInBinding;return{foundSeparator};}function getNextElem(query,parserState,elems,isInGenerics){const generics=[];const handleRefOrPtr=(chr,name)=>{if(parserState.typeFilter!==null&&parserState.typeFilter!=="primitive"){throw["Invalid search type: primitive ",chr," and ",parserState.typeFilter," both specified",];}parserState.typeFilter=null;parserState.pos+=1;let c=parserState.userQuery[parserState.pos];while(c===" "&&parserState.pos"){generics[0].typeFilter=typeFilter;elems.push(generics[0]);}else{if(typeFilter!==null&&typeFilter!=="primitive"){throw["Invalid search type: primitive ",name," and ",typeFilter," both specified",];}parserState.totalElems+=1;if(isInGenerics){parserState.genericsElems+=1;}elems.push(makePrimitiveElement(name,{bindingName,generics}));}}else if(parserState.userQuery[parserState.pos]==="&"){handleRefOrPtr("&","reference");}else if(parserState.userQuery[parserState.pos]==="*"){handleRefOrPtr("*","pointer");}else{const isStringElem=parserState.userQuery[start]==="\"";if(isStringElem){start+=1;getStringElem(query,parserState,isInGenerics);end=parserState.pos-1;}else{end=getIdentEndPosition(parserState);}if(parserState.pos=end){throw["Found generics without a path"];}parserState.pos+=1;getItemsBefore(query,parserState,generics,">");}else if(parserState.pos=end){throw["Found generics without a path"];}if(parserState.isInBinding){throw["Unexpected ","("," after ","="];}parserState.pos+=1;const typeFilter=parserState.typeFilter;parserState.typeFilter=null;getItemsBefore(query,parserState,generics,")");skipWhitespace(parserState);if(isReturnArrow(parserState)){parserState.pos+=2;skipWhitespace(parserState);getFilteredNextElem(query,parserState,generics,isInGenerics);generics[generics.length-1].bindingName=makePrimitiveElement("output");}else{generics.push(makePrimitiveElement(null,{bindingName:makePrimitiveElement("output"),typeFilter:null,}));}parserState.typeFilter=typeFilter;}if(isStringElem){skipWhitespace(parserState);}if(start>=end&&generics.length===0){return;}if(parserState.userQuery[parserState.pos]==="="){if(parserState.isInBinding){throw["Cannot write ","="," twice in a binding"];}if(!isInGenerics){throw["Type parameter ","="," must be within generics list"];}const name=parserState.userQuery.slice(start,end).trim();if(name==="!"){throw["Type parameter ","="," key cannot be ","!"," never type"];}if(name.includes("!")){throw["Type parameter ","="," key cannot be ","!"," macro"];}if(name.includes("::")){throw["Type parameter ","="," key cannot contain ","::"," path"];}if(name.includes(":")){throw["Type parameter ","="," key cannot contain ",":"," type"];}parserState.isInBinding={name,generics};}else{elems.push(createQueryElement(query,parserState,parserState.userQuery.slice(start,end),generics,isInGenerics,),);}}}function checkExtraTypeFilterCharacters(start,parserState){const query=parserState.userQuery.slice(start,parserState.pos).trim();const match=query.match(REGEX_INVALID_TYPE_FILTER);if(match){throw["Unexpected ",match[0]," in type filter (before ",":",")",];}}function createQueryElement(query,parserState,name,generics,isInGenerics){const path=name.trim();if(path.length===0&&generics.length===0){throw["Unexpected ",parserState.userQuery[parserState.pos]];}if(query.literalSearch&&parserState.totalElems-parserState.genericsElems>0){throw["Cannot have more than one element if you use quotes"];}const typeFilter=parserState.typeFilter;parserState.typeFilter=null;if(name.trim()==="!"){if(typeFilter!==null&&typeFilter!=="primitive"){throw["Invalid search type: primitive never type ","!"," and ",typeFilter," both specified",];}if(generics.length!==0){throw["Never type ","!"," does not accept generic parameters",];}const bindingName=parserState.isInBinding;parserState.isInBinding=null;return makePrimitiveElement("never",{bindingName});}const quadcolon=/::\s*::/.exec(path);if(path.startsWith("::")){throw["Paths cannot start with ","::"];}else if(quadcolon!==null){throw["Unexpected ",quadcolon[0]];}const pathSegments=path.split(/(?:::\s*)|(?:\s+(?:::\s*)?)/).map(x=>x.toLowerCase());if(pathSegments.length===0||(pathSegments.length===1&&pathSegments[0]==="")){if(generics.length>0||prevIs(parserState,">")){throw["Found generics without a path"];}else{throw["Unexpected ",parserState.userQuery[parserState.pos]];}}for(const[i,pathSegment]of pathSegments.entries()){if(pathSegment==="!"){if(i!==0){throw["Never type ","!"," is not associated item"];}pathSegments[i]="never";}}parserState.totalElems+=1;if(isInGenerics){parserState.genericsElems+=1;}const bindingName=parserState.isInBinding;parserState.isInBinding=null;const bindings=new Map();const pathLast=pathSegments[pathSegments.length-1];return{name:name.trim(),id:null,fullPath:pathSegments,pathWithoutLast:pathSegments.slice(0,pathSegments.length-1),pathLast,normalizedPathLast:pathLast.replace(/_/g,""),generics:generics.filter(gen=>{if(gen.bindingName!==null&&gen.bindingName.name!==null){if(gen.name!==null){gen.bindingName.generics.unshift(gen);}bindings.set(gen.bindingName.name.toLowerCase().replace(/_/g,""),gen.bindingName.generics,);return false;}return true;}),bindings,typeFilter,bindingName,};}function makePrimitiveElement(name,extra){return Object.assign({name,id:null,fullPath:[name],pathWithoutLast:[],pathLast:name,normalizedPathLast:name,generics:[],bindings:new Map(),typeFilter:"primitive",bindingName:null,},extra);}function getStringElem(query,parserState,isInGenerics){if(isInGenerics){throw["Unexpected ","\""," in generics"];}else if(query.literalSearch){throw["Cannot have more than one literal search element"];}else if(parserState.totalElems-parserState.genericsElems>0){throw["Cannot use literal search when there is more than one element"];}parserState.pos+=1;const start=parserState.pos;const end=getIdentEndPosition(parserState);if(parserState.pos>=parserState.length){throw["Unclosed ","\""];}else if(parserState.userQuery[end]!=="\""){throw["Unexpected ",parserState.userQuery[end]," in a string element"];}else if(start===end){throw["Cannot have empty string element"];}parserState.pos+=1;query.literalSearch=true;}function getIdentEndPosition(parserState){let afterIdent=consumeIdent(parserState);let end=parserState.pos;let macroExclamation=-1;while(parserState.pos0){throw["Unexpected ",c," after ",parserState.userQuery[parserState.pos-1]," (not a valid identifier)"];}else{throw["Unexpected ",c," (not a valid identifier)"];}parserState.pos+=1;afterIdent=consumeIdent(parserState);end=parserState.pos;}if(macroExclamation!==-1){if(parserState.typeFilter===null){parserState.typeFilter="macro";}else if(parserState.typeFilter!=="macro"){throw["Invalid search type: macro ","!"," and ",parserState.typeFilter," both specified",];}end=macroExclamation;}return end;}function isSpecialStartCharacter(c){return"<\"".indexOf(c)!==-1;}function isPathStart(parserState){return parserState.userQuery.slice(parserState.pos,parserState.pos+2)==="::";}function consumeIdent(parserState){REGEX_IDENT.lastIndex=parserState.pos;const match=parserState.userQuery.match(REGEX_IDENT);if(match){parserState.pos+=match[0].length;return true;}return false;}function isPathSeparator(c){return c===":"||c===" ";}class VlqHexDecoder{constructor(string,cons){this.string=string;this.cons=cons;this.offset=0;this.elemCount=0;this.backrefQueue=[];}decodeList(){let c=this.string.charCodeAt(this.offset);const ret=[];while(c!==125){ret.push(this.decode());c=this.string.charCodeAt(this.offset);}this.offset+=1;return ret;}decode(){let n=0;let c=this.string.charCodeAt(this.offset);if(c===123){this.offset+=1;return this.decodeList();}while(c<96){n=(n<<4)|(c&0xF);this.offset+=1;c=this.string.charCodeAt(this.offset);}n=(n<<4)|(c&0xF);const[sign,value]=[n&1,n>>1];this.offset+=1;this.elemCount+=1;return sign?-value:value;}next(){const c=this.string.charCodeAt(this.offset);if(c>=48&&c<64){this.offset+=1;return this.backrefQueue[c-48];}if(c===96){this.offset+=1;return this.cons(0);}const result=this.cons(this.decode());this.backrefQueue.unshift(result);if(this.backrefQueue.length>16){this.backrefQueue.pop();}return result;}}const EMPTY_STRING_ARRAY=[];const EMPTY_GENERICS_ARRAY=[];const EMPTY_BINDINGS_ARRAY=[];const EMPTY_BINDINGS_MAP=new Map();function itemTypeFromName(typename){if(typename===null){return NO_TYPE_FILTER;}const index=itemTypes.findIndex(i=>i===typename);if(index<0){throw["Unknown type filter ",typename];}return index;}class DocSearch{constructor(rootPath,database){this.rootPath=rootPath;this.database=database;this.utf8decoder=new TextDecoder();this.TYPES_POOL=new Map();}getTypeNameIds(){if(this.typeNameIds){return this.typeNameIds;}const nn=this.database.getData("normalizedName");if(!nn){return{typeNameIdOfOutput:-1,typeNameIdOfFnPtr:-1,typeNameIdOfFn:-1,typeNameIdOfFnMut:-1,typeNameIdOfFnOnce:-1,typeNameIdOfArray:-1,typeNameIdOfSlice:-1,typeNameIdOfArrayOrSlice:-1,typeNameIdOfTuple:-1,typeNameIdOfUnit:-1,typeNameIdOfTupleOrUnit:-1,typeNameIdOfReference:-1,typeNameIdOfPointer:-1,typeNameIdOfHof:-1,typeNameIdOfNever:-1,};}return this.getTypeNameIdsAsync(nn);}async getTypeNameIdsAsync(nn){const[output,fn,fnMut,fnOnce,hof,array,slice,arrayOrSlice,tuple,unit,tupleOrUnit,reference,pointer,never,]=await Promise.all([nn.search("output"),nn.search("fn"),nn.search("fnmut"),nn.search("fnonce"),nn.search("->"),nn.search("array"),nn.search("slice"),nn.search("[]"),nn.search("tuple"),nn.search("unit"),nn.search("()"),nn.search("reference"),nn.search("pointer"),nn.search("never"),]);const first=async(trie,ty,modulePath)=>{if(trie){for(const id of trie.matches().entries()){const pathData=await this.getPathData(id);if(pathData&&pathData.ty===ty&&pathData.modulePath===modulePath){return id;}}}return-1;};const typeNameIdOfOutput=await first(output,TY_ASSOCTYPE,"");const typeNameIdOfFnPtr=await first(fn,TY_PRIMITIVE,"");const typeNameIdOfFn=await first(fn,TY_TRAIT,"core::ops");const typeNameIdOfFnMut=await first(fnMut,TY_TRAIT,"core::ops");const typeNameIdOfFnOnce=await first(fnOnce,TY_TRAIT,"core::ops");const typeNameIdOfArray=await first(array,TY_PRIMITIVE,"");const typeNameIdOfSlice=await first(slice,TY_PRIMITIVE,"");const typeNameIdOfArrayOrSlice=await first(arrayOrSlice,TY_PRIMITIVE,"");const typeNameIdOfTuple=await first(tuple,TY_PRIMITIVE,"");const typeNameIdOfUnit=await first(unit,TY_PRIMITIVE,"");const typeNameIdOfTupleOrUnit=await first(tupleOrUnit,TY_PRIMITIVE,"");const typeNameIdOfReference=await first(reference,TY_PRIMITIVE,"");const typeNameIdOfPointer=await first(pointer,TY_PRIMITIVE,"");const typeNameIdOfHof=await first(hof,TY_PRIMITIVE,"");const typeNameIdOfNever=await first(never,TY_PRIMITIVE,"");this.typeNameIds={typeNameIdOfOutput,typeNameIdOfFnPtr,typeNameIdOfFn,typeNameIdOfFnMut,typeNameIdOfFnOnce,typeNameIdOfArray,typeNameIdOfSlice,typeNameIdOfArrayOrSlice,typeNameIdOfTuple,typeNameIdOfUnit,typeNameIdOfTupleOrUnit,typeNameIdOfReference,typeNameIdOfPointer,typeNameIdOfHof,typeNameIdOfNever,};return this.typeNameIds;}static parseQuery(userQuery){function newParsedQuery(userQuery){return{userQuery,elems:[],returned:[],foundElems:0,totalElems:0,literalSearch:false,hasReturnArrow:false,error:null,correction:null,proposeCorrectionFrom:null,proposeCorrectionTo:null,typeFingerprint:new Uint32Array(4),};}function parseInput(query,parserState){let foundStopChar=true;while(parserState.pos"){if(isReturnArrow(parserState)){query.hasReturnArrow=true;break;}throw["Unexpected ",c," (did you mean ","->","?)"];}else if(parserState.pos>0){throw["Unexpected ",c," after ",parserState.userQuery[parserState.pos-1]];}throw["Unexpected ",c];}else if(c===" "){skipWhitespace(parserState);continue;}if(!foundStopChar){let extra=EMPTY_STRING_ARRAY;if(isLastElemGeneric(query.elems,parserState)){extra=[" after ",">"];}else if(prevIs(parserState,"\"")){throw["Cannot have more than one element if you use quotes"];}if(parserState.typeFilter!==null){throw["Expected ",","," or ","->",...extra,", found ",c,];}throw["Expected ",",",", ",":"," or ","->",...extra,", found ",c,];}const before=query.elems.length;getFilteredNextElem(query,parserState,query.elems,false);if(query.elems.length===before){parserState.pos+=1;}foundStopChar=false;}if(parserState.typeFilter!==null){throw["Unexpected ",":"," (expected path after type filter ",parserState.typeFilter+":",")",];}while(parserState.pos{const ty=itemTypeFromName(elem.typeFilter);if(ty===TY_GENERIC&&elem.generics.length!==0){throw["Generic type parameter ",elem.name," does not accept generic parameters",];}for(const generic of elem.generics){checkTypeFilter(generic);}for(const constraints of elem.bindings.values()){for(const constraint of constraints){checkTypeFilter(constraint);}}};for(const elem of query.elems){checkTypeFilter(elem);}for(const elem of query.returned){checkTypeFilter(elem);}}catch(err){query=newParsedQuery(userQuery);if(Array.isArray(err)&&err.every(elem=>typeof elem==="string")){query.error=err;}else{throw err;}return query;}if(!query.literalSearch){query.literalSearch=parserState.totalElems>1;}query.foundElems=query.elems.length+query.returned.length;query.totalElems=parserState.totalElems;return query;}async getName(id){const ni=this.database.getData("name");if(!ni){return null;}const name=await ni.at(id);return name===undefined||name===null?null:this.utf8decoder.decode(name);}async getDesc(id){const di=this.database.getData("desc");if(!di){return null;}const desc=await di.at(id);return desc===undefined||desc===null?null:this.utf8decoder.decode(desc);}async getAliasTarget(id){const ai=this.database.getData("alias");if(!ai){return null;}const bytes=await ai.at(id);if(bytes===undefined||bytes===null||bytes.length===0){return null;}else{const encoded=this.utf8decoder.decode(bytes);const decoded=JSON.parse(encoded);return decoded;}}async getEntryData(id){const ei=this.database.getData("entry");if(!ei){return null;}const encoded=this.utf8decoder.decode(await ei.at(id));if(encoded===""||encoded===undefined||encoded===null){return null;}const raw=JSON.parse(encoded);return{krate:raw[0],ty:raw[1],modulePath:raw[2]===0?null:raw[2]-1,exactModulePath:raw[3]===0?null:raw[3]-1,parent:raw[4]===0?null:raw[4]-1,deprecated:raw[5]===1?true:false,associatedItemDisambiguator:raw.length===6?null:raw[6],};}async getPathData(id){const pi=this.database.getData("path");if(!pi){return null;}const encoded=this.utf8decoder.decode(await pi.at(id));if(encoded===""||encoded===undefined||encoded===null){return null;}const raw=JSON.parse(encoded);return{ty:raw[0],modulePath:raw[1],exactModulePath:raw[2]===0||raw[2]===undefined?raw[1]:raw[2],};}async getFunctionData(id){const fi=this.database.getData("function");if(!fi){return null;}const encoded=this.utf8decoder.decode(await fi.at(id));if(encoded===""||encoded===undefined||encoded===null){return null;}const raw=JSON.parse(encoded);const parser=new VlqHexDecoder(raw[0],async functionSearchType=>{if(typeof functionSearchType==="number"){return null;}const INPUTS_DATA=0;const OUTPUT_DATA=1;let inputs_;let output_;if(typeof functionSearchType[INPUTS_DATA]==="number"){inputs_=Promise.all([this.buildItemSearchType(functionSearchType[INPUTS_DATA]),]);}else{inputs_=this.buildItemSearchTypeAll(functionSearchType[INPUTS_DATA]);}if(functionSearchType.length>1){if(typeof functionSearchType[OUTPUT_DATA]==="number"){output_=Promise.all([this.buildItemSearchType(functionSearchType[OUTPUT_DATA]),]);}else{output_=this.buildItemSearchTypeAll(functionSearchType[OUTPUT_DATA]);}}else{output_=Promise.resolve(EMPTY_GENERICS_ARRAY);}const where_clause_=[];const l=functionSearchType.length;for(let i=2;i0?await Promise.all(types.map(type=>this.buildItemSearchType(type))):EMPTY_GENERICS_ARRAY;}async buildItemSearchType(type){const PATH_INDEX_DATA=0;const GENERICS_DATA=1;const BINDINGS_DATA=2;let id,generics;let bindings;if(typeof type==="number"){id=type;generics=EMPTY_GENERICS_ARRAY;bindings=EMPTY_BINDINGS_MAP;}else{id=type[PATH_INDEX_DATA];generics=await this.buildItemSearchTypeAll(type[GENERICS_DATA]);if(type[BINDINGS_DATA]&&type[BINDINGS_DATA].length>0){bindings=new Map((await Promise.all(type[BINDINGS_DATA].map(async binding=>{const[assocType,constraints]=binding;const[k,v]=await Promise.all([this.buildItemSearchType(assocType).then(t=>t.id),this.buildItemSearchTypeAll(constraints),]);return k===null?EMPTY_BINDINGS_ARRAY:[[k,v]];},))).flat());}else{bindings=EMPTY_BINDINGS_MAP;}}let result;if(id<0){result={id,name:"",ty:TY_GENERIC,path:null,exactPath:null,generics,bindings,unboxFlag:true,};}else if(id===0){result={id:null,name:"",ty:TY_GENERIC,path:null,exactPath:null,generics,bindings,unboxFlag:true,};}else{const[name,path,type]=await Promise.all([this.getName(id-1),this.getPathData(id-1),this.getTypeData(id-1),]);if(path===undefined||path===null||type===undefined||type===null){return{id:null,name:"",ty:TY_GENERIC,path:null,exactPath:null,generics,bindings,unboxFlag:true,};}result={id:id-1,name,ty:path.ty,path:path.modulePath,exactPath:path.exactModulePath===null?path.modulePath:path.exactModulePath,generics,bindings,unboxFlag:type.searchUnbox,};}const cr=this.TYPES_POOL.get(result.id);if(cr){if(cr.generics.length===result.generics.length&&cr.generics!==result.generics&&cr.generics.every((x,i)=>result.generics[i]===x)){result.generics=cr.generics;}if(cr.bindings.size===result.bindings.size&&cr.bindings!==result.bindings){let ok=true;for(const[k,v]of cr.bindings.entries()){const v2=result.bindings.get(k);if(!v2){ok=false;break;}if(v!==v2&&v.length===v2.length&&v.every((x,i)=>v2[i]===x)){result.bindings.set(k,v);}else if(v!==v2){ok=false;break;}}if(ok){result.bindings=cr.bindings;}}if(cr.ty===result.ty&&cr.path===result.path&&cr.bindings===result.bindings&&cr.generics===result.generics&&cr.ty===result.ty&&cr.name===result.name&&cr.unboxFlag===result.unboxFlag){return cr;}}this.TYPES_POOL.set(result.id,result);return result;}async execQuery(parsedQuery,filterCrates,currentCrate){const queryLen=parsedQuery.elems.reduce((acc,next)=>acc+next.pathLast.length,0)+parsedQuery.returned.reduce((acc,next)=>acc+next.pathLast.length,0);const maxEditDistance=Math.floor(queryLen/3);const buildHrefAndPath=item=>{let displayPath;let href;const type=itemTypes[item.ty];const name=item.name;let path=item.modulePath;let exactPath=item.exactModulePath;if(type==="mod"){displayPath=path+"::";href=this.rootPath+path.replace(/::/g,"/")+"/"+name+"/index.html";}else if(type==="import"){displayPath=item.modulePath+"::";href=this.rootPath+item.modulePath.replace(/::/g,"/")+"/index.html#reexport."+name;}else if(type==="primitive"||type==="keyword"||type==="attribute"){displayPath="";exactPath="";href=this.rootPath+path.replace(/::/g,"/")+"/"+type+"."+name+".html";}else if(type==="externcrate"){displayPath="";href=this.rootPath+name+"/index.html";}else if(item.parent){const myparent=item.parent;let anchor=type+"."+name;const parentType=itemTypes[myparent.path.ty];let pageType=parentType;let pageName=myparent.name;exactPath=`${myparent.path.exactModulePath}::${myparent.name}`;if(parentType==="primitive"){displayPath=myparent.name+"::";exactPath=myparent.name;}else if(type==="structfield"&&parentType==="variant"){const enumNameIdx=item.modulePath.lastIndexOf("::");const enumName=item.modulePath.substr(enumNameIdx+2);path=item.modulePath.substr(0,enumNameIdx);displayPath=path+"::"+enumName+"::"+myparent.name+"::";anchor="variant."+myparent.name+".field."+name;pageType="enum";pageName=enumName;}else{displayPath=path+"::"+myparent.name+"::";}if(item.entry&&item.entry.associatedItemDisambiguator!==null){anchor=item.entry.associatedItemDisambiguator+"/"+anchor;}href=this.rootPath+path.replace(/::/g,"/")+"/"+pageType+"."+pageName+".html#"+anchor;}else{displayPath=item.modulePath+"::";href=this.rootPath+item.modulePath.replace(/::/g,"/")+"/"+type+"."+name+".html";}return[displayPath,href,`${exactPath}::${name}`];};function pathSplitter(path){const tmp=""+path.replace(/::/g,"::");if(tmp.endsWith("")){return tmp.slice(0,tmp.length-6);}return tmp;}const formatDisplayTypeSignature=async(obj,typeInfo,elems,returned)=>{const typeNameIds=await this.getTypeNameIds();const objType=obj.type;if(!objType){return{type:[],mappedNames:new Map(),whereClause:new Map()};}let fnInputs=null;let fnOutput=null;let mgens=null;if(typeInfo!=="elems"&&typeInfo!=="returned"){fnInputs=unifyFunctionTypes(objType.inputs,elems,objType.where_clause,null,mgensScratch=>{fnOutput=unifyFunctionTypes(objType.output,returned,objType.where_clause,mgensScratch,mgensOut=>{mgens=mgensOut;return true;},0,typeNameIds,);return!!fnOutput;},0,typeNameIds,);}else{const highlighted=unifyFunctionTypes(typeInfo==="elems"?objType.inputs:objType.output,typeInfo==="elems"?elems:returned,objType.where_clause,null,mgensOut=>{mgens=mgensOut;return true;},0,typeNameIds,);if(typeInfo==="elems"){fnInputs=highlighted;}else{fnOutput=highlighted;}}if(!fnInputs){fnInputs=objType.inputs;}if(!fnOutput){fnOutput=objType.output;}const mappedNames=new Map();const whereClause=new Map();const fnParamNames=obj.paramNames||[];const queryParamNames=[];const remapQuery=queryElem=>{if(queryElem.id!==null&&queryElem.id<0){queryParamNames[-1-queryElem.id]=queryElem.name;}if(queryElem.generics.length>0){queryElem.generics.forEach(remapQuery);}if(queryElem.bindings.size>0){[...queryElem.bindings.values()].flat().forEach(remapQuery);}};elems.forEach(remapQuery);returned.forEach(remapQuery);const pushText=(fnType,result)=>{if(!!(result.length%2)===!!fnType.highlighted){result.push("");}else if(result.length===0&&!!fnType.highlighted){result.push("");result.push("");}result[result.length-1]+=fnType.name;};const writeHof=async(fnType,result)=>{const hofOutput=fnType.bindings.get(typeNameIds.typeNameIdOfOutput)||[];const hofInputs=fnType.generics;pushText(fnType,result);pushText({name:" (",highlighted:false},result);let needsComma=false;for(const fnType of hofInputs){if(needsComma){pushText({name:", ",highlighted:false},result);}needsComma=true;await writeFn(fnType,result);}pushText({name:hofOutput.length===0?")":") -> ",highlighted:false,},result);if(hofOutput.length>1){pushText({name:"(",highlighted:false},result);}needsComma=false;for(const fnType of hofOutput){if(needsComma){pushText({name:", ",highlighted:false},result);}needsComma=true;await writeFn(fnType,result);}if(hofOutput.length>1){pushText({name:")",highlighted:false},result);}};const writeSpecialPrimitive=async(fnType,result)=>{if(fnType.id===typeNameIds.typeNameIdOfArray||fnType.id===typeNameIds.typeNameIdOfSlice||fnType.id===typeNameIds.typeNameIdOfTuple||fnType.id===typeNameIds.typeNameIdOfUnit){const[ob,sb]=fnType.id===typeNameIds.typeNameIdOfArray||fnType.id===typeNameIds.typeNameIdOfSlice?["[","]"]:["(",")"];pushText({name:ob,highlighted:fnType.highlighted},result);await onEachBtwnAsync(fnType.generics,nested=>writeFn(nested,result),()=>pushText({name:", ",highlighted:false},result),);pushText({name:sb,highlighted:fnType.highlighted},result);return true;}else if(fnType.id===typeNameIds.typeNameIdOfReference){pushText({name:"&",highlighted:fnType.highlighted},result);let prevHighlighted=false;await onEachBtwnAsync(fnType.generics,async value=>{prevHighlighted=!!value.highlighted;await writeFn(value,result);},value=>pushText({name:" ",highlighted:prevHighlighted&&value.highlighted,},result),);return true;}else if(fnType.id===typeNameIds.typeNameIdOfPointer){pushText({name:"*",highlighted:fnType.highlighted},result);if(fnType.generics.length<2){pushText({name:"const ",highlighted:fnType.highlighted},result);}let prevHighlighted=false;await onEachBtwnAsync(fnType.generics,async value=>{prevHighlighted=!!value.highlighted;await writeFn(value,result);},value=>pushText({name:" ",highlighted:prevHighlighted&&value.highlighted,},result),);return true;}else if(fnType.id===typeNameIds.typeNameIdOfFn||fnType.id===typeNameIds.typeNameIdOfFnMut||fnType.id===typeNameIds.typeNameIdOfFnOnce||fnType.id===typeNameIds.typeNameIdOfFnPtr){await writeHof(fnType,result);return true;}else if(fnType.id===typeNameIds.typeNameIdOfNever){pushText({name:"!",highlighted:fnType.highlighted},result);return true;}return false;};const writeFn=async(fnType,result)=>{if(fnType.id!==null&&fnType.id<0){if(fnParamNames[-1-fnType.id]===""){const generics=fnType.generics.length>0?fnType.generics:objType.where_clause[-1-fnType.id];for(const nested of generics){await writeFn(nested,result);}return;}else if(mgens){for(const[queryId,fnId]of mgens){if(fnId===fnType.id){mappedNames.set(queryParamNames[-1-queryId],fnParamNames[-1-fnType.id],);}}}pushText({name:fnParamNames[-1-fnType.id],highlighted:!!fnType.highlighted,},result);const where=[];await onEachBtwnAsync(fnType.generics,nested=>writeFn(nested,where),()=>pushText({name:" + ",highlighted:false},where),);if(where.length>0){whereClause.set(fnParamNames[-1-fnType.id],where);}}else{if(fnType.ty===TY_PRIMITIVE){if(await writeSpecialPrimitive(fnType,result)){return;}}else if(fnType.ty===TY_TRAIT&&(fnType.id===typeNameIds.typeNameIdOfFn||fnType.id===typeNameIds.typeNameIdOfFnMut||fnType.id===typeNameIds.typeNameIdOfFnOnce||fnType.id===typeNameIds.typeNameIdOfFnPtr)){await writeHof(fnType,result);return;}else if(fnType.name===""&&fnType.bindings.size===0&&fnType.generics.length!==0){pushText({name:"impl ",highlighted:false},result);if(fnType.generics.length>1){pushText({name:"(",highlighted:false},result);}await onEachBtwnAsync(fnType.generics,value=>writeFn(value,result),()=>pushText({name:", ",highlighted:false},result),);if(fnType.generics.length>1){pushText({name:")",highlighted:false},result);}return;}pushText(fnType,result);let hasBindings=false;if(fnType.bindings.size>0){await onEachBtwnAsync(await Promise.all([...fnType.bindings.entries()].map(async([key,values])=>[await this.getName(key),values],)),async([name,values])=>{if(values.length===1&&values[0].id<0&&`${fnType.name}::${name}`===fnParamNames[-1-values[0].id]){for(const value of values){await writeFn(value,[]);}return true;}if(!hasBindings){hasBindings=true;pushText({name:"<",highlighted:false},result);}pushText({name,highlighted:false},result);pushText({name:values.length!==1?"=(":"=",highlighted:false,},result);await onEachBtwnAsync(values||[],value=>writeFn(value,result),()=>pushText({name:" + ",highlighted:false},result),);if(values.length!==1){pushText({name:")",highlighted:false},result);}},()=>pushText({name:", ",highlighted:false},result),);}if(fnType.generics.length>0){pushText({name:hasBindings?", ":"<",highlighted:false},result);}await onEachBtwnAsync(fnType.generics,value=>writeFn(value,result),()=>pushText({name:", ",highlighted:false},result),);if(hasBindings||fnType.generics.length>0){pushText({name:">",highlighted:false},result);}}};const type=[];await onEachBtwnAsync(fnInputs,fnType=>writeFn(fnType,type),()=>pushText({name:", ",highlighted:false},type),);pushText({name:" -> ",highlighted:false},type);await onEachBtwnAsync(fnOutput,fnType=>writeFn(fnType,type),()=>pushText({name:", ",highlighted:false},type),);return{type,mappedNames,whereClause};};const transformResults=(results,typeInfo,duplicates)=>{const out=[];for(const result of results){const item=result.item;if(item.id!==-1){const res=buildHrefAndPath(item);const obj=Object.assign({parent:item.parent?{path:item.parent.path.modulePath,exactPath:item.parent.path.exactModulePath||item.parent.path.modulePath,name:item.parent.name,ty:item.parent.path.ty,}:undefined,type:item.functionData&&item.functionData.functionSignature?item.functionData.functionSignature:undefined,paramNames:item.functionData&&item.functionData.paramNames?item.functionData.paramNames:undefined,dist:result.dist,path_dist:result.path_dist,index:result.index,desc:this.getDesc(result.id),item,displayPath:pathSplitter(res[0]),fullPath:"",href:"",displayTypeSignature:null,},result);obj.fullPath=res[2]+"|"+obj.item.ty;if(duplicates.has(obj.fullPath)){continue;}if(obj.item.ty===TY_IMPORT&&duplicates.has(res[2])){continue;}if(duplicates.has(res[2]+"|"+TY_IMPORT)){continue;}duplicates.add(obj.fullPath);duplicates.add(res[2]);if(typeInfo!==null){obj.displayTypeSignature=formatDisplayTypeSignature(obj,typeInfo,result.elems,result.returned,);}obj.href=res[1];out.push(obj);if(out.length>=MAX_RESULTS){break;}}}return out;};const sortAndTransformResults=async function*(results,typeInfo,preferredCrate,duplicates){const userQuery=parsedQuery.userQuery;const normalizedUserQuery=parsedQuery.userQuery.toLowerCase();const isMixedCase=normalizedUserQuery!==userQuery;const result_list=[];for(const result of results.values()){if(!result){continue;}const item=result.item;if(filterCrates!==null&&item.crate!==filterCrates){continue;}if(item){result_list.push(result);}else{continue;}}result_list.sort((aaa,bbb)=>{const aai=aaa.item;const bbi=bbb.item;let a;let b;if(typeInfo===null){if(isMixedCase){a=Number(aai.name!==userQuery);b=Number(bbi.name!==userQuery);if(a!==b){return a-b;}}a=Number(aai.normalizedName!==normalizedUserQuery);b=Number(bbi.normalizedName!==normalizedUserQuery);if(a!==b){return a-b;}a=Number(aaa.index<0);b=Number(bbb.index<0);if(a!==b){return a-b;}}a=Number(aaa.path_dist);b=Number(bbb.path_dist);if(a!==b){return a-b;}a=Number(aaa.index);b=Number(bbb.index);if(a!==b){return a-b;}a=Number(aaa.dist);b=Number(bbb.dist);if(a!==b){return a-b;}a=Number(aaa.is_alias);b=Number(bbb.is_alias);if(a!==b){return a-b;}a=Number(aai.deprecated);b=Number(bbi.deprecated);if(a!==b){return a-b;}a=Number(aai.crate!==preferredCrate);b=Number(bbi.crate!==preferredCrate);if(a!==b){return a-b;}a=Number(aai.normalizedName.length);b=Number(bbi.normalizedName.length);if(a!==b){return a-b;}let aw=aai.normalizedName;let bw=bbi.normalizedName;if(aw!==bw){return(aw>bw?+1:-1);}const di=this.database.getData("desc");if(di){a=Number(di.isEmpty(aaa.id));b=Number(di.isEmpty(bbb.id));if(a!==b){return a-b;}}a=Number(aai.ty);b=Number(bbi.ty);if(a!==b){return a-b;}const ap=aai.modulePath;const bp=bbi.modulePath;aw=ap===undefined?"":ap;bw=bp===undefined?"":bp;if(aw!==bw){return(aw>bw?+1:-1);}return 0;});const transformed_result_list=transformResults(result_list,typeInfo,duplicates);yield*transformed_result_list;return transformed_result_list.length;}.bind(this);function unifyFunctionTypes(fnTypesIn,queryElems,whereClause,mgensIn,solutionCb,unboxingDepth,typeNameIds,){if(unboxingDepth>=UNBOXING_LIMIT){return null;}const mgens=mgensIn===null?null:new Map(mgensIn);if(queryElems.length===0){return solutionCb(mgens)?fnTypesIn:null;}if(!fnTypesIn||fnTypesIn.length===0){return null;}const ql=queryElems.length;const fl=fnTypesIn.length;if(ql===1&&queryElems[0].generics.length===0&&queryElems[0].bindings.size===0){const queryElem=queryElems[0];for(const[i,fnType]of fnTypesIn.entries()){if(!unifyFunctionTypeIsMatchCandidate(fnType,queryElem,mgens,typeNameIds,)){continue;}if(fnType.id!==null&&fnType.id<0&&queryElem.id!==null&&queryElem.id<0){if(mgens&&mgens.has(queryElem.id)&&mgens.get(queryElem.id)!==fnType.id){continue;}const mgensScratch=new Map(mgens);mgensScratch.set(queryElem.id,fnType.id);if(!solutionCb||solutionCb(mgensScratch)){const highlighted=[...fnTypesIn];highlighted[i]=Object.assign({highlighted:true,},fnType,{generics:whereClause[-1-fnType.id],});return highlighted;}}else if(solutionCb(mgens?new Map(mgens):null)){const highlighted=[...fnTypesIn];highlighted[i]=Object.assign({highlighted:true,},fnType,{generics:unifyGenericTypes(fnType.generics,queryElem.generics,whereClause,mgens?new Map(mgens):null,solutionCb,unboxingDepth,typeNameIds,)||fnType.generics,});return highlighted;}}for(const[i,fnType]of fnTypesIn.entries()){if(!unifyFunctionTypeIsUnboxCandidate(fnType,queryElem,whereClause,mgens,unboxingDepth+1,typeNameIds,)){continue;}if(fnType.id<0){const highlightedGenerics=unifyFunctionTypes(whereClause[(-fnType.id)-1],queryElems,whereClause,mgens,solutionCb,unboxingDepth+1,typeNameIds,);if(highlightedGenerics){const highlighted=[...fnTypesIn];highlighted[i]=Object.assign({highlighted:true,},fnType,{generics:highlightedGenerics,});return highlighted;}}else{const highlightedGenerics=unifyFunctionTypes([...Array.from(fnType.bindings.values()).flat(),...fnType.generics],queryElems,whereClause,mgens?new Map(mgens):null,solutionCb,unboxingDepth+1,typeNameIds,);if(highlightedGenerics){const highlighted=[...fnTypesIn];highlighted[i]=Object.assign({},fnType,{generics:highlightedGenerics,bindings:new Map([...fnType.bindings.entries()].map(([k,v])=>{return[k,highlightedGenerics.splice(0,v.length)];})),});return highlighted;}}}return null;}const fnTypes=fnTypesIn.slice();const flast=fl-1;const qlast=ql-1;const queryElem=queryElems[qlast];let queryElemsTmp=null;for(let i=flast;i>=0;i-=1){const fnType=fnTypes[i];if(!unifyFunctionTypeIsMatchCandidate(fnType,queryElem,mgens,typeNameIds,)){continue;}let mgensScratch;if(fnType.id!==null&&queryElem.id!==null&&fnType.id<0){mgensScratch=new Map(mgens);if(mgensScratch.has(queryElem.id)&&mgensScratch.get(queryElem.id)!==fnType.id){continue;}mgensScratch.set(queryElem.id,fnType.id);}else{mgensScratch=mgens;}fnTypes[i]=fnTypes[flast];fnTypes.length=flast;if(!queryElemsTmp){queryElemsTmp=queryElems.slice(0,qlast);}let unifiedGenerics=[];let unifiedGenericsMgens=null;const passesUnification=unifyFunctionTypes(fnTypes,queryElemsTmp,whereClause,mgensScratch,mgensScratch=>{if(fnType.generics.length===0&&queryElem.generics.length===0&&fnType.bindings.size===0&&queryElem.bindings.size===0){return solutionCb(mgensScratch);}const solution=unifyFunctionTypeCheckBindings(fnType,queryElem,whereClause,mgensScratch,unboxingDepth,typeNameIds,);if(!solution){return false;}const simplifiedGenerics=solution.simplifiedGenerics;for(const simplifiedMgens of solution.mgens){unifiedGenerics=unifyGenericTypes(simplifiedGenerics,queryElem.generics,whereClause,simplifiedMgens,solutionCb,unboxingDepth,typeNameIds,);if(unifiedGenerics!==null){unifiedGenericsMgens=simplifiedMgens;return true;}}return false;},unboxingDepth,typeNameIds,);if(passesUnification){passesUnification.length=fl;passesUnification[flast]=passesUnification[i];passesUnification[i]=Object.assign({},fnType,{highlighted:true,generics:unifiedGenerics,bindings:new Map([...fnType.bindings.entries()].map(([k,v])=>{return[k,queryElem.bindings.has(k)?unifyFunctionTypes(v,queryElem.bindings.get(k),whereClause,unifiedGenericsMgens,solutionCb,unboxingDepth,typeNameIds,):unifiedGenerics.splice(0,v.length)];})),});return passesUnification;}fnTypes[flast]=fnTypes[i];fnTypes[i]=fnType;fnTypes.length=fl;}for(let i=flast;i>=0;i-=1){const fnType=fnTypes[i];if(!unifyFunctionTypeIsUnboxCandidate(fnType,queryElem,whereClause,mgens,unboxingDepth+1,typeNameIds,)){continue;}const generics=fnType.id!==null&&fnType.id<0?whereClause[(-fnType.id)-1]:fnType.generics;const bindings=fnType.bindings?Array.from(fnType.bindings.values()).flat():[];const passesUnification=unifyFunctionTypes(fnTypes.toSpliced(i,1,...bindings,...generics),queryElems,whereClause,mgens,solutionCb,unboxingDepth+1,typeNameIds,);if(passesUnification){const highlightedGenerics=passesUnification.slice(i,i+generics.length+bindings.length,);const highlightedFnType=Object.assign({},fnType,{generics:highlightedGenerics,bindings:new Map([...fnType.bindings.entries()].map(([k,v])=>{return[k,highlightedGenerics.splice(0,v.length)];})),});return passesUnification.toSpliced(i,generics.length+bindings.length,highlightedFnType,);}}return null;}function unifyGenericTypes(fnTypesIn,queryElems,whereClause,mgensIn,solutionCb,unboxingDepth,typeNameIds,){if(unboxingDepth>=UNBOXING_LIMIT){return null;}const mgens=mgensIn===null?null:new Map(mgensIn);if(queryElems.length===0){return solutionCb(mgens)?fnTypesIn:null;}if(!fnTypesIn||fnTypesIn.length===0){return null;}const fnType=fnTypesIn[0];const queryElem=queryElems[0];if(unifyFunctionTypeIsMatchCandidate(fnType,queryElem,mgens,typeNameIds,)){if(fnType.id!==null&&fnType.id<0&&queryElem.id!==null&&queryElem.id<0){if(!mgens||!mgens.has(queryElem.id)||mgens.get(queryElem.id)===fnType.id){const mgensScratch=new Map(mgens);mgensScratch.set(queryElem.id,fnType.id);const fnTypesRemaining=unifyGenericTypes(fnTypesIn.slice(1),queryElems.slice(1),whereClause,mgensScratch,solutionCb,unboxingDepth,typeNameIds,);if(fnTypesRemaining){const highlighted=[fnType,...fnTypesRemaining];highlighted[0]=Object.assign({highlighted:true,},fnType,{generics:whereClause[-1-fnType.id],});return highlighted;}}}else{let unifiedGenerics;const fnTypesRemaining=unifyGenericTypes(fnTypesIn.slice(1),queryElems.slice(1),whereClause,mgens,mgensScratch=>{const solution=unifyFunctionTypeCheckBindings(fnType,queryElem,whereClause,mgensScratch,unboxingDepth,typeNameIds,);if(!solution){return false;}const simplifiedGenerics=solution.simplifiedGenerics;for(const simplifiedMgens of solution.mgens){unifiedGenerics=unifyGenericTypes(simplifiedGenerics,queryElem.generics,whereClause,simplifiedMgens,solutionCb,unboxingDepth,typeNameIds,);if(unifiedGenerics!==null){return true;}}},unboxingDepth,typeNameIds,);if(fnTypesRemaining){const highlighted=[fnType,...fnTypesRemaining];highlighted[0]=Object.assign({highlighted:true,},fnType,{generics:unifiedGenerics||fnType.generics,});return highlighted;}}}if(unifyFunctionTypeIsUnboxCandidate(fnType,queryElem,whereClause,mgens,unboxingDepth+1,typeNameIds,)){let highlightedRemaining;if(fnType.id!==null&&fnType.id<0){const highlightedGenerics=unifyFunctionTypes(whereClause[(-fnType.id)-1],[queryElem],whereClause,mgens,mgensScratch=>{const hl=unifyGenericTypes(fnTypesIn.slice(1),queryElems.slice(1),whereClause,mgensScratch,solutionCb,unboxingDepth,typeNameIds,);if(hl){highlightedRemaining=hl;}return hl;},unboxingDepth+1,typeNameIds,);if(highlightedGenerics){return[Object.assign({highlighted:true,},fnType,{generics:highlightedGenerics,}),...highlightedRemaining];}}else{const highlightedGenerics=unifyGenericTypes([...Array.from(fnType.bindings.values()).flat(),...fnType.generics,],[queryElem],whereClause,mgens,mgensScratch=>{const hl=unifyGenericTypes(fnTypesIn.slice(1),queryElems.slice(1),whereClause,mgensScratch,solutionCb,unboxingDepth,typeNameIds,);if(hl){highlightedRemaining=hl;}return hl;},unboxingDepth+1,typeNameIds,);if(highlightedGenerics){return[Object.assign({},fnType,{generics:highlightedGenerics,bindings:new Map([...fnType.bindings.entries()].map(([k,v])=>{return[k,highlightedGenerics.splice(0,v.length)];})),}),...highlightedRemaining];}}}return null;}const unifyFunctionTypeIsMatchCandidate=(fnType,queryElem,mgensIn,typeNameIds)=>{if(!typePassesFilter(queryElem.typeFilter,fnType.ty)){return false;}if(fnType.id!==null&&fnType.id<0&&queryElem.id!==null&&queryElem.id<0){if(mgensIn&&mgensIn.has(queryElem.id)&&mgensIn.get(queryElem.id)!==fnType.id){return false;}return true;}else{if(queryElem.id===typeNameIds.typeNameIdOfArrayOrSlice&&(fnType.id===typeNameIds.typeNameIdOfSlice||fnType.id===typeNameIds.typeNameIdOfArray)){}else if(queryElem.id===typeNameIds.typeNameIdOfTupleOrUnit&&(fnType.id===typeNameIds.typeNameIdOfTuple||fnType.id===typeNameIds.typeNameIdOfUnit)){}else if(queryElem.id===typeNameIds.typeNameIdOfHof&&(fnType.id===typeNameIds.typeNameIdOfFn||fnType.id===typeNameIds.typeNameIdOfFnMut||fnType.id===typeNameIds.typeNameIdOfFnOnce||fnType.id===typeNameIds.typeNameIdOfFnPtr)){}else if(fnType.id!==queryElem.id||queryElem.id===null){return false;}if((fnType.generics.length+fnType.bindings.size)===0&&queryElem.generics.length!==0){return false;}if(fnType.bindings.size0){const fnTypePath=fnType.path!==undefined&&fnType.path!==null?fnType.path.split("::"):[];if(queryElemPathLength>fnTypePath.length){return false;}let i=0;for(const path of fnTypePath){if(path===queryElem.pathWithoutLast[i]){i+=1;if(i>=queryElemPathLength){break;}}}if(i0){let mgensSolutionSet=[mgensIn];for(const[name,constraints]of queryElem.bindings.entries()){if(mgensSolutionSet.length===0){return false;}if(!fnType.bindings.has(name)){return false;}const fnTypeBindings=fnType.bindings.get(name);mgensSolutionSet=mgensSolutionSet.flatMap(mgens=>{const newSolutions=[];unifyFunctionTypes(fnTypeBindings,constraints,whereClause,mgens,newMgens=>{newSolutions.push(newMgens);return false;},unboxingDepth,typeNameIds,);return newSolutions;});}if(mgensSolutionSet.length===0){return false;}const binds=Array.from(fnType.bindings.entries()).flatMap(entry=>{const[name,constraints]=entry;if(queryElem.bindings.has(name)){return[];}else{return constraints;}});if(simplifiedGenerics.length>0){simplifiedGenerics=[...binds,...simplifiedGenerics];}else{simplifiedGenerics=binds;}return{simplifiedGenerics,mgens:mgensSolutionSet};}return{simplifiedGenerics,mgens:[mgensIn]};}function unifyFunctionTypeIsUnboxCandidate(fnType,queryElem,whereClause,mgens,unboxingDepth,typeNameIds,){if(unboxingDepth>=UNBOXING_LIMIT){return false;}if(fnType.id!==null&&fnType.id<0){if(!whereClause){return false;}return checkIfInList(whereClause[(-fnType.id)-1],queryElem,whereClause,mgens,unboxingDepth,typeNameIds,);}else if(fnType.unboxFlag&&(fnType.generics.length>0||fnType.bindings.size>0)){const simplifiedGenerics=[...fnType.generics,...Array.from(fnType.bindings.values()).flat(),];return checkIfInList(simplifiedGenerics,queryElem,whereClause,mgens,unboxingDepth,typeNameIds,);}return false;}function containsTypeFromQuery(elems,list,where_clause,typeNameIds){if(!list)return false;for(const ty of elems){if(ty.id!==null&&ty.id<0){continue;}if(checkIfInList(list,ty,where_clause,null,0,typeNameIds)){return true;}}return false;}function checkIfInList(list,elem,whereClause,mgens,unboxingDepth,typeNameIds){for(const entry of list){if(checkType(entry,elem,whereClause,mgens,unboxingDepth,typeNameIds)){return true;}}return false;}const checkType=(row,elem,whereClause,mgens,unboxingDepth,typeNameIds)=>{if(unboxingDepth>=UNBOXING_LIMIT){return false;}if(row.id!==null&&elem.id!==null&&row.id>0&&elem.id>0&&elem.pathWithoutLast.length===0&&row.generics.length===0&&elem.generics.length===0&&row.bindings.size===0&&elem.bindings.size===0&&elem.id!==typeNameIds.typeNameIdOfArrayOrSlice&&elem.id!==typeNameIds.typeNameIdOfHof&&elem.id!==typeNameIds.typeNameIdOfTupleOrUnit){return row.id===elem.id&&typePassesFilter(elem.typeFilter,row.ty);}else{return unifyFunctionTypes([row],[elem],whereClause,mgens,()=>true,unboxingDepth,typeNameIds,);}};const checkTypeMgensForConflict=mgens=>{if(!mgens){return true;}const fnTypes=new Set();for(const[_qid,fid]of mgens){if(fnTypes.has(fid)){return false;}fnTypes.add(fid);}return true;};function checkPath(contains,path){if(contains.length===0){return 0;}const maxPathEditDistance=parsedQuery.literalSearch?0:Math.floor(contains.reduce((acc,next)=>acc+next.length,0)/3,);let ret_dist=maxPathEditDistance+1;const length=path.length;const clength=contains.length;pathiter:for(let i=length-clength;i>=0;i-=1){let dist_total=0;for(let x=0;xmaxPathEditDistance){continue pathiter;}dist_total+=dist;}}ret_dist=Math.min(ret_dist,Math.round(dist_total/clength));}return ret_dist>maxPathEditDistance?null:ret_dist;}function checkRowPath(contains,row){if(contains.length===0){return 0;}const path=row.modulePath.split("::");if(row.parent&&row.parent.name){path.push(row.parent.name.toLowerCase());}return checkPath(contains,path);}function typePassesFilter(filter,type){if(filter<=NO_TYPE_FILTER||filter===type)return true;const name=itemTypes[type];switch(itemTypes[filter]){case"constant":return name==="associatedconstant";case"fn":return name==="method"||name==="tymethod";case"type":return name==="primitive"||name==="associatedtype";case"trait":return name==="traitalias";}return false;}const innerRunNameQuery=async function*(currentCrate){const index=this.database.getData("normalizedName");if(!index){return;}const idDuplicates=new Set();const pathDuplicates=new Set();let count=0;const prefixResults=[];const normalizedUserQuery=parsedQuery.userQuery.replace(/[_"]/g,"").toLowerCase();const handleAlias=async(name,alias,dist,index)=>{return{id:alias,dist,path_dist:0,index,alias:name,is_alias:true,elems:[],returned:[],item:nonnull(await this.getRow(alias,false)),};};const flush=async function*(data){const satr=sortAndTransformResults(await Promise.all(data),null,currentCrate,pathDuplicates,);data.length=0;for await(const processed of satr){yield processed;count+=1;if((count&0x7F)===0){await yieldToBrowser();}if(count>=MAX_RESULTS){return true;}}return false;};const aliasResults=await index.search(normalizedUserQuery);if(aliasResults){for(const id of aliasResults.matches().entries()){const[name,alias]=await Promise.all([this.getName(id),this.getAliasTarget(id),]);if(name!==null&&alias!==null&&!idDuplicates.has(id)&&name.replace(/[_"]/g,"").toLowerCase()===normalizedUserQuery){prefixResults.push(handleAlias(name,alias,0,0));idDuplicates.add(id);}}}if(parsedQuery.error!==null||parsedQuery.elems.length===0){yield*flush(prefixResults);return;}const elem=parsedQuery.elems[0];const typeFilter=itemTypeFromName(elem.typeFilter);const handleNameSearch=async id=>{const row=await this.getRow(id,false);if(!row||!row.entry){return null;}if(!typePassesFilter(typeFilter,row.ty)||(filterCrates!==null&&row.crate!==filterCrates)){return null;}let pathDist=0;if(elem.fullPath.length>1){pathDist=checkRowPath(elem.pathWithoutLast,row);if(pathDist===null){return null;}}if(parsedQuery.literalSearch){return row.name.toLowerCase()===elem.pathLast?{id,dist:0,path_dist:0,index:0,elems:[],returned:[],is_alias:false,item:row,}:null;}else{return{id,dist:editDistance(row.normalizedName,elem.normalizedPathLast,maxEditDistance,),path_dist:pathDist,index:row.normalizedName.indexOf(elem.normalizedPathLast),elems:[],returned:[],is_alias:false,item:row,};}};if(elem.normalizedPathLast===""){const l=index.length;for(let id=0;id{let i=0;const l=idx.length;while(i{if(!elem){return empty_postings_list;}const typeFilter=itemTypeFromName(elem.typeFilter);const[searchResults,upla,uplb]=await Promise.all([index.search(elem.normalizedPathLast),unpackPostingsListAll(elem.generics,polarity),unpackPostingsListBindings(elem.bindings,polarity),]);const typePromises=[];if(typeFilter!==TY_GENERIC&&searchResults){for(const id of searchResults.matches().entries()){typePromises.push(Promise.all([this.getName(id),this.getTypeData(id),this.getPathData(id),]).then(([name,typeData,pathData])=>[id,name,typeData,pathData]));}}const types=(await Promise.all(typePromises)).filter(([_id,name,ty,path])=>name!==null&&name.toLowerCase()===elem.pathLast&&ty&&!ty[polarity].every(bitmap=>{return bitmap.isEmpty();})&&path&&path.ty!==TY_ASSOCTYPE&&(elem.pathWithoutLast.length===0||checkPath(elem.pathWithoutLast,path.modulePath.split("::"),)===0),);if(types.length===0){const areGenericsAllowed=typeFilter===TY_GENERIC||(typeFilter===-1&&(parsedQuery.totalElems>1||parsedQuery.hasReturnArrow)&&elem.pathWithoutLast.length===0&&elem.generics.length===0&&elem.bindings.size===0);if(typeFilter!==TY_GENERIC&&(elem.name.length>=3||!areGenericsAllowed)){let chosenName=null;let chosenType=[];let chosenPath=[];let chosenId=[];let chosenDist=Number.MAX_SAFE_INTEGER;const levResults=index.searchLev(elem.normalizedPathLast);for await(const searchResults of levResults){for(const id of searchResults.matches().entries()){const[name,ty,path]=await Promise.all([this.getName(id),this.getTypeData(id),this.getPathData(id),]);if(name!==null&&ty!==null&&path!==null&&!ty[polarity].every(bitmap=>{return bitmap.isEmpty();})&&path.ty!==TY_ASSOCTYPE){let dist=editDistance(name,elem.pathLast,maxEditDistance,);if(elem.pathWithoutLast.length!==0){const pathDist=checkPath(elem.pathWithoutLast,path.modulePath.split("::"),);dist+=pathDist===null?Number.MAX_SAFE_INTEGER:pathDist;}if(name===chosenName){chosenId.push(id);chosenType.push(ty);chosenPath.push(path);}else if(dist{const p1=!pathData1?"":pathData1.modulePath;const p2=!pathData2?"":pathData2.modulePath;const n1=name1===null?"":name1;const n2=name2===null?"":name2;if(p1.length!==p2.length){return p1.length>p2.length?+1:-1;}if(n1.length!==n2.length){return n1.length>n2.length?+1:-1;}if(n1!==n2){return n1>n2?+1:-1;}if(p1!==p2){return p1>p2?+1:-1;}return 0;});const results=[];for(const[id,_name,typeData]of types){if(!typeData||typeData[polarity].every(bitmap=>{return bitmap.isEmpty();})){continue;}for(const{invertedIndex:genericsIdx,queryElem:generics}of upla){for(const{invertedIndex:bindingsIdx,queryElem:bindings}of uplb){results.push({invertedIndex:intersectInvertedIndexes(typeData[polarity],genericsIdx,bindingsIdx,),queryElem:{name:elem.name,id,typeFilter,generics,bindings,fullPath:elem.fullPath,pathLast:elem.pathLast,normalizedPathLast:elem.normalizedPathLast,pathWithoutLast:elem.pathWithoutLast,},});if((results.length&0x7F)===0){await yieldToBrowser();}}}}return results;};const unpackPostingsListAll=async(elems,polarity)=>{if(!elems||elems.length===0){return nested_everything_postings_list;}const[firstPostingsList,remainingAll]=await Promise.all([unpackPostingsList(elems[0],polarity),unpackPostingsListAll(elems.slice(1),polarity),]);const results=[];for(const{invertedIndex:firstIdx,queryElem:firstElem,}of firstPostingsList){for(const{invertedIndex:remainingIdx,queryElem:remainingElems,}of remainingAll){results.push({invertedIndex:intersectInvertedIndexes(firstIdx,remainingIdx),queryElem:[firstElem,...remainingElems],});if((results.length&0x7F)===0){await yieldToBrowser();}}}return results;};const unpackPostingsListBindings=async(elems,polarity)=>{if(!elems){return[{invertedIndex:everything_inverted_index,queryElem:new Map(),}];}const firstKey=elems.keys().next().value;if(firstKey===undefined){return[{invertedIndex:everything_inverted_index,queryElem:new Map(),}];}const firstList=elems.get(firstKey);if(firstList===undefined){return[{invertedIndex:everything_inverted_index,queryElem:new Map(),}];}elems.delete(firstKey);const[firstKeyIds,firstPostingsList,remainingAll]=await Promise.all([index.search(firstKey),unpackPostingsListAll(firstList,polarity),unpackPostingsListBindings(elems,polarity),]);if(!firstKeyIds){elems.set(firstKey,firstList);return[{invertedIndex:empty_inverted_index,queryElem:new Map(),}];}const results=[];for(const keyId of firstKeyIds.matches().entries()){for(const{invertedIndex:firstIdx,queryElem:firstElem,}of firstPostingsList){for(const{invertedIndex:remainingIdx,queryElem:remainingElems,}of remainingAll){const elems=new Map(remainingElems);elems.set(keyId,firstElem);results.push({invertedIndex:intersectInvertedIndexes(firstIdx,remainingIdx),queryElem:elems,});if((results.length&0x7F)===0){await yieldToBrowser();}}}}elems.set(firstKey,firstList);if(results.length===0){return[{invertedIndex:empty_inverted_index,queryElem:new Map(),}];}return results;};const[allInputs,allOutput,typeNameIds]=await Promise.all([unpackPostingsListAll(inputs,"invertedFunctionInputsIndex"),unpackPostingsListAll(output,"invertedFunctionOutputIndex"),this.getTypeNameIds(),]);let checkCounter=0;const queryPlan=[];for(const{invertedIndex:inputsIdx,queryElem:inputs}of allInputs){for(const{invertedIndex:outputIdx,queryElem:output}of allOutput){const invertedIndex=intersectInvertedIndexes(inputsIdx,outputIdx);for(const[size,bitmap]of invertedIndex.entries()){checkCounter+=1;if((checkCounter&0x7F)===0){await yieldToBrowser();}if(!queryPlan[size]){queryPlan[size]=[];}queryPlan[size].push({bitmap,inputs,output,});}}}const resultPromises=[];const dedup=new Set();let resultCounter=0;const isReturnTypeQuery=inputs.length===0;const pushToBottom=[];plan:for(const queryStep of queryPlan){for(const{bitmap,inputs,output}of queryStep){for(const id of bitmap.entries()){checkCounter+=1;if((checkCounter&0x7F)===0){await yieldToBrowser();}resultPromises.push(this.getFunctionData(id).then(async fnData=>{if(!fnData||!fnData.functionSignature){return null;}checkCounter+=1;if((checkCounter&0x7F)===0){await yieldToBrowser();}const functionSignature=fnData.functionSignature;if(!unifyFunctionTypes(functionSignature.inputs,inputs,functionSignature.where_clause,null,mgens=>{return!!unifyFunctionTypes(functionSignature.output,output,functionSignature.where_clause,mgens,checkTypeMgensForConflict,0,typeNameIds,);},0,typeNameIds,)){return null;}const item=await this.getRow(id,true);if(!item){return null;}const result={id,dist:fnData.elemCount,path_dist:0,index:-1,elems:inputs,returned:output,is_alias:false,item,};const entry=item.entry;if((entry&&!isFnLikeTy(entry.ty))||(isReturnTypeQuery&&functionSignature&&containsTypeFromQuery(output,functionSignature.inputs,functionSignature.where_clause,typeNameIds,))){pushToBottom.push(result);return null;}return result;}));}}for await(const result of sortAndTransformResults(await Promise.all(resultPromises),typeInfo,currentCrate,dedup,)){if(resultCounter>=MAX_RESULTS){break plan;}yield result;resultCounter+=1;}resultPromises.length=0;}if(resultCounter>=MAX_RESULTS){return;}for await(const result of sortAndTransformResults(await Promise.all(pushToBottom),typeInfo,currentCrate,dedup,)){if(resultCounter>=MAX_RESULTS){break;}yield result;resultCounter+=1;}}.bind(this);if(parsedQuery.foundElems===1&&!parsedQuery.hasReturnArrow){const{promise:donePromise,resolve:doneResolve,reject:doneReject,}=Promise.withResolvers();const doneTimeout=timeout(250);return{"in_args":(async function*(){await Promise.race([donePromise,doneTimeout]);yield*innerRunTypeQuery(parsedQuery.elems,[],"elems",currentCrate);})(),"returned":(async function*(){await Promise.race([donePromise,doneTimeout]);yield*innerRunTypeQuery([],parsedQuery.elems,"returned",currentCrate);})(),"others":(async function*(){try{yield*innerRunNameQuery(currentCrate);doneResolve(null);}catch(e){doneReject(e);throw e;}})(),"query":parsedQuery,};}else if(parsedQuery.error!==null){return{"in_args":(async function*(){})(),"returned":(async function*(){})(),"others":innerRunNameQuery(currentCrate),"query":parsedQuery,};}else{const typeInfo=parsedQuery.elems.length===0?"returned":(parsedQuery.returned.length===0?"elems":"sig");return{"in_args":(async function*(){})(),"returned":(async function*(){})(),"others":parsedQuery.foundElems===0?(async function*(){})():innerRunTypeQuery(parsedQuery.elems,parsedQuery.returned,typeInfo,currentCrate,),"query":parsedQuery,};}}}let docSearch;const longItemTypes=["keyword","primitive type","module","extern crate","re-export","struct","enum","function","type alias","static","trait","","trait method","method","struct field","enum variant","macro","assoc type","constant","assoc const","union","foreign type","existential type","attribute macro","derive macro","trait alias","","attribute",];let currentResults;function printTab(nb){let iter=0;let foundCurrentTab=false;let foundCurrentResultSet=false;onEachLazy(document.getElementById("search-tabs").childNodes,elem=>{if(nb===iter){addClass(elem,"selected");foundCurrentTab=true;}else{removeClass(elem,"selected");}iter+=1;});const isTypeSearch=(nb>0||iter===1);iter=0;onEachLazy(document.getElementById("results").childNodes,elem=>{if(nb===iter){addClass(elem,"active");foundCurrentResultSet=true;}else{removeClass(elem,"active");}iter+=1;});if(foundCurrentTab&&foundCurrentResultSet){searchState.currentTab=nb;const correctionsElem=document.getElementsByClassName("search-corrections");if(isTypeSearch){removeClass(correctionsElem[0],"hidden");}else{addClass(correctionsElem[0],"hidden");}}else if(nb!==0){printTab(0);}}function buildUrl(search,filterCrates){let extra="?search="+encodeURIComponent(search);if(filterCrates!==null){extra+="&filter-crate="+encodeURIComponent(filterCrates);}return getNakedUrl()+extra+window.location.hash;}function getFilterCrates(){const elem=document.getElementById("crate-search");if(elem&&elem.value!=="all crates"){return elem.value;}return null;}function nextTab(direction){const next=(searchState.currentTab+direction+3)%searchState.focusedByTab.length;window.searchState.focusedByTab[searchState.currentTab]=document.activeElement;printTab(next);focusSearchResult();}function focusSearchResult(){const target=searchState.focusedByTab[searchState.currentTab]||document.querySelectorAll(".search-results.active a").item(0)||document.querySelectorAll("#search-tabs button").item(searchState.currentTab);searchState.focusedByTab[searchState.currentTab]=null;if(target&&target instanceof HTMLElement){target.focus();}}async function addTab(results,query,display,finishedCallback,isTypeSearch){const extraClass=display?" active":"";let output=document.createElement("ul");output.className="search-results "+extraClass;let count=0;const descList=[];const addNextResultToOutput=async obj=>{count+=1;const name=obj.item.name;const type=itemTypes[obj.item.ty];const longType=longItemTypes[obj.item.ty];const typeName=longType.length!==0?`${longType}`:"?";const link=document.createElement("a");link.className="result-"+type;link.href=obj.href;const resultName=document.createElement("span");resultName.className="result-name";resultName.insertAdjacentHTML("beforeend",`${typeName}`);link.appendChild(resultName);let alias=" ";if(obj.alias!==undefined){alias=`
\ +${obj.alias} - see \ +
`;}resultName.insertAdjacentHTML("beforeend",`
${alias}\ +${obj.displayPath}${name}\ +
`);const description=document.createElement("div");description.className="desc";obj.desc.then(desc=>{if(desc!==null){description.insertAdjacentHTML("beforeend",desc);}});descList.push(obj.desc);if(obj.displayTypeSignature){const{type,mappedNames,whereClause}=await obj.displayTypeSignature;const displayType=document.createElement("div");type.forEach((value,index)=>{if(index%2!==0){const highlight=document.createElement("strong");highlight.appendChild(document.createTextNode(value));displayType.appendChild(highlight);}else{displayType.appendChild(document.createTextNode(value));}});if(mappedNames.size>0||whereClause.size>0){let addWhereLineFn=()=>{const line=document.createElement("div");line.className="where";line.appendChild(document.createTextNode("where"));displayType.appendChild(line);addWhereLineFn=()=>{};};for(const[qname,name]of mappedNames){if(name===qname){continue;}addWhereLineFn();const line=document.createElement("div");line.className="where";line.appendChild(document.createTextNode(` ${qname} matches `));const lineStrong=document.createElement("strong");lineStrong.appendChild(document.createTextNode(name));line.appendChild(lineStrong);displayType.appendChild(line);}for(const[name,innerType]of whereClause){if(innerType.length<=1){continue;}addWhereLineFn();const line=document.createElement("div");line.className="where";line.appendChild(document.createTextNode(` ${name}: `));innerType.forEach((value,index)=>{if(index%2!==0){const highlight=document.createElement("strong");highlight.appendChild(document.createTextNode(value));line.appendChild(highlight);}else{line.appendChild(document.createTextNode(value));}});displayType.appendChild(line);}}displayType.className="type-signature";link.appendChild(displayType);}link.appendChild(description);output.appendChild(link);results.next().then(async nextResult=>{if(nextResult.value){addNextResultToOutput(nextResult.value);}else{await Promise.all(descList);yieldToBrowser().then(()=>finishedCallback(count,output));}});};const firstResult=await results.next();let correctionOutput="";if(query.correction!==null&&isTypeSearch){const orig=query.returned.length>0?query.returned[0].name:query.elems[0].name;correctionOutput="

"+`Type "${orig}" not found. `+"Showing results for closest type name "+`"${query.correction}" instead.

`;}if(query.proposeCorrectionFrom!==null&&isTypeSearch){const orig=query.proposeCorrectionFrom;const targ=query.proposeCorrectionTo;correctionOutput="

"+`Type "${orig}" not found and used as generic parameter. `+`Consider searching for "${targ}" instead.

`;}if(firstResult.value){if(correctionOutput!==""){const h3=document.createElement("h3");h3.innerHTML=correctionOutput;output.appendChild(h3);}await addNextResultToOutput(firstResult.value);}else{output=document.createElement("div");if(correctionOutput!==""){const h3=document.createElement("h3");h3.innerHTML=correctionOutput;output.appendChild(h3);}output.className="search-failed"+extraClass;const dlroChannel=`https://doc.rust-lang.org/${getVar("channel")}`;if(query.userQuery!==""){output.innerHTML+="No results :(
"+"Try on DuckDuckGo?

"+"Or try looking in one of these:";}output.innerHTML+="Example searches:";yieldToBrowser().then(()=>finishedCallback(0,output));}return output;}function makeTab(tabNb,text,results,query,isTypeSearch,goToFirst){const isCurrentTab=window.searchState.currentTab===tabNb;const tabButton=document.createElement("button");tabButton.appendChild(document.createTextNode(text));tabButton.className=isCurrentTab?"selected":"";const tabCount=document.createElement("span");tabCount.className="count loading";tabCount.innerHTML="\u{2007}(\u{2007})\u{2007}\u{2007}";tabButton.appendChild(tabCount);return[tabButton,addTab(results,query,isCurrentTab,(count,output)=>{const search=window.searchState.outputElement();const error=query.error;if(count===0&&error!==null&&search){error.forEach((value,index)=>{value=value.split("<").join("<").split(">").join(">");if(index%2!==0){error[index]=`${value.replaceAll(" ", " ")}`;}else{error[index]=value;}});const errorReport=document.createElement("h3");errorReport.className="error";errorReport.innerHTML=`Query parser error: "${error.join("")}".`;search.insertBefore(errorReport,search.firstElementChild);}else if(goToFirst||(count===1&&getSettingValue("go-to-only-result")==="true")){window.onunload=()=>{};window.searchState.removeQueryParameters();const a=output.querySelector("a");if(a){a.click();return;}}const fmtNbElems=count<10?`\u{2007}(${count})\u{2007}\u{2007}`:count<100?`\u{2007}(${count})\u{2007}`:`\u{2007}(${count})`;tabCount.innerHTML=fmtNbElems;tabCount.className="count";},isTypeSearch),];}async function showResults(docSearch,results,goToFirst,filterCrates){const search=window.searchState.outputElement();if(!search){return;}let crates="";const crateNames=await docSearch.getCrateNameList();if(crateNames.length>1){crates=" in 
"+"
";}nonnull(document.querySelector(".search-switcher")).innerHTML=`Search results${crates}`;const tabs=[];searchState.currentTab=0;if(results.query.error!==null){tabs.push(makeTab(0,"In Names",results.others,results.query,false,goToFirst));}else if(results.query.foundElems<=1&&results.query.returned.length===0&&!results.query.hasReturnArrow){tabs.push(makeTab(0,"In Names",results.others,results.query,false,goToFirst));tabs.push(makeTab(1,"In Parameters",results.in_args,results.query,true,false));tabs.push(makeTab(2,"In Return Types",results.returned,results.query,true,false));}else{const signatureTabTitle=results.query.elems.length===0?"In Function Return Types":results.query.returned.length===0?"In Function Parameters":"In Function Signatures";tabs.push(makeTab(0,signatureTabTitle,results.others,results.query,true,goToFirst));}const tabsElem=document.createElement("div");tabsElem.id="search-tabs";const resultsElem=document.createElement("div");resultsElem.id="results";search.innerHTML="";for(const[tab,output]of tabs){tabsElem.appendChild(tab);const placeholder=document.createElement("div");output.then(output=>{if(placeholder.parentElement){placeholder.parentElement.replaceChild(output,placeholder);}});resultsElem.appendChild(placeholder);}if(window.searchState.rustdocToolbar){nonnull(nonnull(window.searchState.containerElement()).querySelector(".main-heading"),).appendChild(window.searchState.rustdocToolbar);}const crateSearch=document.getElementById("crate-search");if(crateSearch){crateSearch.addEventListener("input",updateCrate);}search.appendChild(tabsElem);search.appendChild(resultsElem);window.searchState.showResults();window.searchState.focusedByTab=[null,null,null];let i=0;for(const elem of tabsElem.childNodes){const j=i;elem.onclick=()=>printTab(j);window.searchState.focusedByTab[i]=null;i+=1;}printTab(0);}function updateSearchHistory(url){const btn=document.querySelector("#search-button a");if(btn instanceof HTMLAnchorElement){btn.href=url;}if(!browserSupportsHistoryApi()){return;}const params=searchState.getQueryStringParams();if(!history.state&¶ms.search===undefined){history.pushState(null,"",url);}else{history.replaceState(null,"",url);}}async function search(forced){const query=DocSearch.parseQuery(nonnull(window.searchState.inputElement()).value.trim());let filterCrates=getFilterCrates();if(!forced&&query.userQuery===currentResults){if(query.userQuery.length>0){putBackSearch();}return;}currentResults=query.userQuery;searchState.setLoadingSearch();const params=searchState.getQueryStringParams();if(filterCrates===null&¶ms["filter-crate"]!==undefined){filterCrates=params["filter-crate"];}if(filterCrates!==null&&(await docSearch.getCrateNameList()).indexOf(filterCrates)===-1){filterCrates=null;}searchState.title="\""+query.userQuery+"\" Search - Rust";updateSearchHistory(buildUrl(query.userQuery,filterCrates));await showResults(docSearch,await docSearch.execQuery(query,filterCrates,window.currentCrate),params.go_to_first,filterCrates);}function onSearchSubmit(e){e.preventDefault();searchState.clearInputTimeout();search();}function putBackSearch(){const search_input=window.searchState.inputElement();if(!search_input){return;}if(search_input.value!==""&&!searchState.isDisplayed()){searchState.showResults();if(browserSupportsHistoryApi()){history.replaceState(null,"",buildUrl(search_input.value,getFilterCrates()));}document.title=searchState.title;}}function registerSearchEvents(){const params=searchState.getQueryStringParams();const inputElement=nonnull(window.searchState.inputElement());if(inputElement.value===""){inputElement.value=params.search||"";}const searchAfter500ms=()=>{searchState.clearInputTimeout();window.searchState.timeout=setTimeout(search,500);};inputElement.onkeyup=searchAfter500ms;inputElement.oninput=searchAfter500ms;if(inputElement.form){inputElement.form.onsubmit=onSearchSubmit;}inputElement.onchange=e=>{if(e.target!==document.activeElement){return;}searchState.clearInputTimeout();setTimeout(search,0);};inputElement.onpaste=inputElement.onchange;searchState.outputElement().addEventListener("keydown",e=>{if(!(e instanceof KeyboardEvent)){return;}if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey){return;}if(e.which===38){const previous=document.activeElement.previousElementSibling;if(previous){previous.focus();}else{searchState.focus();}e.preventDefault();}else if(e.which===40){const next=document.activeElement.nextElementSibling;if(next){next.focus();}const rect=document.activeElement.getBoundingClientRect();if(window.innerHeight-rect.bottom{if(e.which===40){focusSearchResult();e.preventDefault();}});inputElement.addEventListener("focus",()=>{putBackSearch();});}function updateCrate(ev){if(ev.target.value==="all crates"){const query=nonnull(window.searchState.inputElement()).value.trim();updateSearchHistory(buildUrl(query,null));}currentResults=null;search(true);}const makeUint8ArrayFromBase64=Uint8Array.fromBase64?Uint8Array.fromBase64:(string=>{const bytes_as_string=atob(string);const l=bytes_as_string.length;const bytes=new Uint8Array(l);for(let i=0;i{removeClass(form,"loading");});registerSearchEvents();if(window.searchState.getQueryStringParams().search!==undefined){search();}}else if(typeof exports!=="undefined"){docSearch=new DocSearch(ROOT_PATH,database);return{docSearch,DocSearch};}};if(typeof window!=="undefined"){const ROOT_PATH=window.rootPath;let databaseCallbacks=null;initSearch(window.Stringdex,window.RoaringBitmap,{loadRoot:callbacks=>{for(const key in callbacks){if(Object.hasOwn(callbacks,key)){window[key]=callbacks[key];}}databaseCallbacks=callbacks;if(window.searchIndex){window.rr_(window.searchIndex);}},loadTreeByHash:hashHex=>{const script=document.createElement("script");script.src=`${ROOT_PATH}search.index/${hashHex}.js`;script.onerror=e=>{if(databaseCallbacks){databaseCallbacks.err_rn_(hashHex,e);}};document.documentElement.appendChild(script);},loadDataByNameAndHash:(name,hashHex)=>{const script=document.createElement("script");script.src=`${ROOT_PATH}search.index/${name}/${hashHex}.js`;script.onerror=e=>{if(databaseCallbacks){databaseCallbacks.err_rd_(hashHex,e);}};document.documentElement.appendChild(script);},});}else if(typeof exports!=="undefined"){exports.initSearch=initSearch;} \ No newline at end of file diff --git a/web/public/sdk_docs/static.files/settings-c38705f0.js b/web/public/sdk_docs/static.files/settings-c38705f0.js new file mode 100644 index 00000000..7e4939e5 --- /dev/null +++ b/web/public/sdk_docs/static.files/settings-c38705f0.js @@ -0,0 +1,17 @@ +"use strict";(function(){const isSettingsPage=window.location.pathname.endsWith("/settings.html");function changeSetting(settingName,value){if(settingName==="theme"){const useSystem=value==="system preference"?"true":"false";updateLocalStorage("use-system-theme",useSystem);}updateLocalStorage(settingName,""+value);switch(settingName){case"theme":case"preferred-dark-theme":case"preferred-light-theme":updateTheme();updateLightAndDark();break;case"line-numbers":if(value===true){const f=window.rustdoc_add_line_numbers_to_examples;if(f!==undefined){f();}}else{const f=window.rustdoc_remove_line_numbers_from_examples;if(f!==undefined){f();}}break;case"hide-sidebar":if(value===true){addClass(document.documentElement,"hide-sidebar");}else{removeClass(document.documentElement,"hide-sidebar");}break;case"hide-toc":if(value===true){addClass(document.documentElement,"hide-toc");}else{removeClass(document.documentElement,"hide-toc");}break;case"hide-modnav":if(value===true){addClass(document.documentElement,"hide-modnav");}else{removeClass(document.documentElement,"hide-modnav");}break;case"sans-serif-fonts":if(value===true){addClass(document.documentElement,"sans-serif");}else{removeClass(document.documentElement,"sans-serif");}break;case"word-wrap-source-code":if(value===true){addClass(document.documentElement,"word-wrap-source-code");}else{removeClass(document.documentElement,"word-wrap-source-code");}break;}}function showLightAndDark(){removeClass(document.getElementById("preferred-light-theme"),"hidden");removeClass(document.getElementById("preferred-dark-theme"),"hidden");}function hideLightAndDark(){addClass(document.getElementById("preferred-light-theme"),"hidden");addClass(document.getElementById("preferred-dark-theme"),"hidden");}function updateLightAndDark(){const useSystem=getSettingValue("use-system-theme");if(useSystem==="true"||(useSystem===null&&getSettingValue("theme")===null)){showLightAndDark();}else{hideLightAndDark();}}function setEvents(settingsElement){updateLightAndDark();onEachLazy(settingsElement.querySelectorAll("input[type=\"checkbox\"]"),toggle=>{const settingId=toggle.id;const settingValue=getSettingValue(settingId);if(settingValue!==null){toggle.checked=settingValue==="true";}toggle.onchange=()=>{changeSetting(toggle.id,toggle.checked);};});onEachLazy(settingsElement.querySelectorAll("input[type=\"radio\"]"),elem=>{const settingId=elem.name;let settingValue=getSettingValue(settingId);if(settingId==="theme"){const useSystem=getSettingValue("use-system-theme");if(useSystem==="true"||settingValue===null){settingValue=useSystem==="false"?"light":"system preference";}}if(settingValue!==null&&settingValue!=="null"){elem.checked=settingValue===elem.value;}elem.addEventListener("change",()=>{changeSetting(elem.name,elem.value);});},);}function buildSettingsPageSections(settings){let output="";for(const setting of settings){const js_data_name=setting["js_name"];const setting_name=setting["name"];if(setting["options"]!==undefined){output+=`\ +
+
${setting_name}
+
`;onEach(setting["options"],option=>{const checked=option===setting["default"]?" checked":"";const full=`${js_data_name}-${option.replace(/ /g,"-")}`;output+=`\ + `;});output+=`\ +
+
`;}else{const checked=setting["default"]===true?" checked":"";output+=`\ +
\ + \ +
`;}}return output;}function buildSettingsPage(){const theme_list=getVar("themes");const theme_names=(theme_list===null?"":theme_list).split(",").filter(t=>t);theme_names.push("light","dark","ayu");const settings=[{"name":"Theme","js_name":"theme","default":"system preference","options":theme_names.concat("system preference"),},{"name":"Preferred light theme","js_name":"preferred-light-theme","default":"light","options":theme_names,},{"name":"Preferred dark theme","js_name":"preferred-dark-theme","default":"dark","options":theme_names,},{"name":"Auto-hide item contents for large items","js_name":"auto-hide-large-items","default":true,},{"name":"Auto-hide item methods' documentation","js_name":"auto-hide-method-docs","default":false,},{"name":"Auto-hide trait implementation documentation","js_name":"auto-hide-trait-implementations","default":false,},{"name":"Directly go to item in search if there is only one result","js_name":"go-to-only-result","default":false,},{"name":"Show line numbers on code examples","js_name":"line-numbers","default":false,},{"name":"Hide persistent navigation bar","js_name":"hide-sidebar","default":false,},{"name":"Hide table of contents","js_name":"hide-toc","default":false,},{"name":"Hide module navigation","js_name":"hide-modnav","default":false,},{"name":"Disable keyboard shortcuts","js_name":"disable-shortcuts","default":false,},{"name":"Use sans serif fonts","js_name":"sans-serif-fonts","default":false,},{"name":"Word wrap source code","js_name":"word-wrap-source-code","default":false,},];const elementKind=isSettingsPage?"section":"div";const innerHTML=`
${buildSettingsPageSections(settings)}
`;const el=document.createElement(elementKind);el.id="settings";if(!isSettingsPage){el.className="popover";}el.innerHTML=innerHTML;if(isSettingsPage){const mainElem=document.getElementById(MAIN_ID);if(mainElem!==null){mainElem.appendChild(el);}}else{el.setAttribute("tabindex","-1");onEachLazy(document.querySelectorAll(".settings-menu"),menu=>{if(menu.offsetWidth!==0){menu.appendChild(el);return true;}});}return el;}const settingsMenu=buildSettingsPage();function displaySettings(){settingsMenu.style.display="";onEachLazy(document.querySelectorAll(".settings-menu"),menu=>{if(menu.offsetWidth!==0){if(!menu.contains(settingsMenu)&&settingsMenu.parentElement){settingsMenu.parentElement.removeChild(settingsMenu);menu.appendChild(settingsMenu);}return true;}});onEachLazy(settingsMenu.querySelectorAll("input[type='checkbox']"),el=>{const val=getSettingValue(el.id);const checked=val==="true";if(checked!==el.checked&&val!==null){el.checked=checked;}});}function settingsBlurHandler(event){const isInPopover=onEachLazy(document.querySelectorAll(".settings-menu, .help-menu"),menu=>{return menu.contains(document.activeElement)||menu.contains(event.relatedTarget);},);if(!isInPopover){window.hidePopoverMenus();}}if(!isSettingsPage){const settingsMenu=nonnull(document.getElementById("settings"));onEachLazy(document.querySelectorAll(".settings-menu"),settingsButton=>{settingsButton.querySelector("a").onclick=event=>{if(!(event.target instanceof Element)||settingsMenu.contains(event.target)){return;}event.preventDefault();const shouldDisplaySettings=settingsMenu.style.display==="none";window.hideAllModals(false);if(shouldDisplaySettings){displaySettings();}};settingsButton.onblur=settingsBlurHandler;settingsButton.querySelector("a").onblur=settingsBlurHandler;});onEachLazy(settingsMenu.querySelectorAll("input"),el=>{el.onblur=settingsBlurHandler;});settingsMenu.onblur=settingsBlurHandler;}setTimeout(()=>{setEvents(settingsMenu);if(!isSettingsPage){displaySettings();}onEachLazy(document.querySelectorAll(".settings-menu"),settingsButton=>{removeClass(settingsButton,"rotate");});},0);})(); \ No newline at end of file diff --git a/web/public/sdk_docs/static.files/src-script-813739b1.js b/web/public/sdk_docs/static.files/src-script-813739b1.js new file mode 100644 index 00000000..bf546257 --- /dev/null +++ b/web/public/sdk_docs/static.files/src-script-813739b1.js @@ -0,0 +1 @@ +"use strict";(function(){const rootPath=getVar("root-path");const NAME_OFFSET=0;const DIRS_OFFSET=1;const FILES_OFFSET=2;const RUSTDOC_MOBILE_BREAKPOINT=700;function closeSidebarIfMobile(){if(window.innerWidth{removeClass(document.documentElement,"src-sidebar-expanded");updateLocalStorage("source-sidebar-show","false");};window.rustdocShowSourceSidebar=()=>{addClass(document.documentElement,"src-sidebar-expanded");updateLocalStorage("source-sidebar-show","true");};window.rustdocToggleSrcSidebar=()=>{if(document.documentElement.classList.contains("src-sidebar-expanded")){window.rustdocCloseSourceSidebar();}else{window.rustdocShowSourceSidebar();}};function createSrcSidebar(srcIndexStr){const container=nonnull(document.querySelector("nav.sidebar"));const sidebar=document.createElement("div");sidebar.id="src-sidebar";const srcIndex=new Map(JSON.parse(srcIndexStr));let hasFoundFile=false;for(const[key,source]of srcIndex){source[NAME_OFFSET]=key;hasFoundFile=createDirEntry(source,sidebar,"",hasFoundFile);}container.appendChild(sidebar);const selected_elem=sidebar.getElementsByClassName("selected")[0];if(typeof selected_elem!=="undefined"){selected_elem.focus();}}function highlightSrcLines(){const match=window.location.hash.match(/^#?(\d+)(?:-(\d+))?$/);if(!match){return;}let from=parseInt(match[1],10);let to=from;if(typeof match[2]!=="undefined"){to=parseInt(match[2],10);}if(to{removeClass(e,"line-highlighted");});for(let i=from;i<=to;++i){elem=document.getElementById(""+i);if(!elem){break;}addClass(elem,"line-highlighted");}}const handleSrcHighlight=(function(){let prev_line_id=0;const set_fragment=name=>{const x=window.scrollX,y=window.scrollY;if(browserSupportsHistoryApi()){history.replaceState(null,"","#"+name);highlightSrcLines();}else{location.replace("#"+name);}window.scrollTo(x,y);};return ev=>{let cur_line_id=parseInt(ev.target.id,10);if(isNaN(cur_line_id)||ev.ctrlKey||ev.altKey||ev.metaKey){return;}ev.preventDefault();if(ev.shiftKey&&prev_line_id){if(prev_line_id>cur_line_id){const tmp=prev_line_id;prev_line_id=cur_line_id;cur_line_id=tmp;}set_fragment(prev_line_id+"-"+cur_line_id);}else{prev_line_id=cur_line_id;set_fragment(""+cur_line_id);}};}());window.addEventListener("hashchange",highlightSrcLines);onEachLazy(document.querySelectorAll("a[data-nosnippet]"),el=>{el.addEventListener("click",handleSrcHighlight);});highlightSrcLines();window.createSrcSidebar=createSrcSidebar;})(); \ No newline at end of file diff --git a/web/public/sdk_docs/static.files/storage-e2aeef58.js b/web/public/sdk_docs/static.files/storage-e2aeef58.js new file mode 100644 index 00000000..fb76ad5e --- /dev/null +++ b/web/public/sdk_docs/static.files/storage-e2aeef58.js @@ -0,0 +1,27 @@ +"use strict";const builtinThemes=["light","dark","ayu"];const darkThemes=["dark","ayu"];window.currentTheme=(function(){const currentTheme=document.getElementById("themeStyle");return currentTheme instanceof HTMLLinkElement?currentTheme:null;})();const settingsDataset=(function(){const settingsElement=document.getElementById("default-settings");return settingsElement&&settingsElement.dataset?settingsElement.dataset:null;})();function nonnull(x,msg){if(x===null){throw(msg||"unexpected null value!");}else{return x;}}function nonundef(x,msg){if(x===undefined){throw(msg||"unexpected null value!");}else{return x;}}function getSettingValue(settingName){const current=getCurrentValue(settingName);if(current===null&&settingsDataset!==null){const def=settingsDataset[settingName.replace(/-/g,"_")];if(def!==undefined){return def;}}return current;}const localStoredTheme=getSettingValue("theme");function hasClass(elem,className){return!!elem&&!!elem.classList&&elem.classList.contains(className);}function addClass(elem,className){if(elem&&elem.classList){elem.classList.add(className);}}function removeClass(elem,className){if(elem&&elem.classList){elem.classList.remove(className);}}function onEach(arr,func){for(const elem of arr){if(func(elem)){return true;}}return false;}function onEachLazy(lazyArray,func){return onEach(Array.prototype.slice.call(lazyArray),func);}function updateLocalStorage(name,value){try{if(value===null){window.localStorage.removeItem("rustdoc-"+name);}else{window.localStorage.setItem("rustdoc-"+name,value);}}catch{}}function getCurrentValue(name){try{return window.localStorage.getItem("rustdoc-"+name);}catch{return null;}}function getVar(name){const el=document.querySelector("head > meta[name='rustdoc-vars']");return el?el.getAttribute("data-"+name):null;}function switchTheme(newThemeName,saveTheme){const themeNames=(getVar("themes")||"").split(",").filter(t=>t);themeNames.push(...builtinThemes);if(newThemeName===null||themeNames.indexOf(newThemeName)===-1){return;}if(saveTheme){updateLocalStorage("theme",newThemeName);}document.documentElement.setAttribute("data-theme",newThemeName);if(builtinThemes.indexOf(newThemeName)!==-1){if(window.currentTheme&&window.currentTheme.parentNode){window.currentTheme.parentNode.removeChild(window.currentTheme);window.currentTheme=null;}}else{const newHref=getVar("root-path")+encodeURIComponent(newThemeName)+getVar("resource-suffix")+".css";if(!window.currentTheme){if(document.readyState==="loading"){document.write(``);window.currentTheme=(function(){const currentTheme=document.getElementById("themeStyle");return currentTheme instanceof HTMLLinkElement?currentTheme:null;})();}else{window.currentTheme=document.createElement("link");window.currentTheme.rel="stylesheet";window.currentTheme.id="themeStyle";window.currentTheme.href=newHref;document.documentElement.appendChild(window.currentTheme);}}else if(newHref!==window.currentTheme.href){window.currentTheme.href=newHref;}}}const updateTheme=(function(){const mql=window.matchMedia("(prefers-color-scheme: dark)");function updateTheme(){if(getSettingValue("use-system-theme")!=="false"){const lightTheme=getSettingValue("preferred-light-theme")||"light";const darkTheme=getSettingValue("preferred-dark-theme")||"dark";updateLocalStorage("use-system-theme","true");switchTheme(mql.matches?darkTheme:lightTheme,true);}else{switchTheme(getSettingValue("theme"),false);}}mql.addEventListener("change",updateTheme);return updateTheme;})();if(getSettingValue("use-system-theme")!=="false"&&window.matchMedia){if(getSettingValue("use-system-theme")===null&&getSettingValue("preferred-dark-theme")===null&&localStoredTheme!==null&&darkThemes.indexOf(localStoredTheme)>=0){updateLocalStorage("preferred-dark-theme",localStoredTheme);}}updateTheme();if(getSettingValue("source-sidebar-show")==="true"){addClass(document.documentElement,"src-sidebar-expanded");}if(getSettingValue("hide-sidebar")==="true"){addClass(document.documentElement,"hide-sidebar");}if(getSettingValue("hide-toc")==="true"){addClass(document.documentElement,"hide-toc");}if(getSettingValue("hide-modnav")==="true"){addClass(document.documentElement,"hide-modnav");}if(getSettingValue("sans-serif-fonts")==="true"){addClass(document.documentElement,"sans-serif");}if(getSettingValue("word-wrap-source-code")==="true"){addClass(document.documentElement,"word-wrap-source-code");}function updateSidebarWidth(){const desktopSidebarWidth=getSettingValue("desktop-sidebar-width");if(desktopSidebarWidth&&desktopSidebarWidth!=="null"){document.documentElement.style.setProperty("--desktop-sidebar-width",desktopSidebarWidth+"px",);}const srcSidebarWidth=getSettingValue("src-sidebar-width");if(srcSidebarWidth&&srcSidebarWidth!=="null"){document.documentElement.style.setProperty("--src-sidebar-width",srcSidebarWidth+"px",);}}updateSidebarWidth();window.addEventListener("pageshow",ev=>{if(ev.persisted){setTimeout(updateTheme,0);setTimeout(updateSidebarWidth,0);}});class RustdocToolbarElement extends HTMLElement{constructor(){super();}connectedCallback(){if(this.firstElementChild){return;}const rootPath=getVar("root-path");const currentUrl=window.location.href.split("?")[0].split("#")[0];this.innerHTML=` +
+ Search +
+
+ Settings +
+
+ Help +
+ `;}}window.customElements.define("rustdoc-toolbar",RustdocToolbarElement);class RustdocTopBarElement extends HTMLElement{constructor(){super();}connectedCallback(){const rootPath=getVar("root-path");const tmplt=document.createElement("template");tmplt.innerHTML=` + + + + + `;const shadow=this.attachShadow({mode:"open"});shadow.appendChild(tmplt.content.cloneNode(true));this.innerHTML+=` + +
+ Settings +
+
+ Help +
+ `;}}window.customElements.define("rustdoc-topbar",RustdocTopBarElement); \ No newline at end of file diff --git a/web/public/sdk_docs/static.files/stringdex-c3e638e9.js b/web/public/sdk_docs/static.files/stringdex-c3e638e9.js new file mode 100644 index 00000000..dbf1e083 --- /dev/null +++ b/web/public/sdk_docs/static.files/stringdex-c3e638e9.js @@ -0,0 +1,2 @@ +const EMPTY_UINT8=new Uint8Array();class RoaringBitmap{constructor(u8array,startingOffset){const start=startingOffset?startingOffset:0;let i=start;this.keysAndCardinalities=EMPTY_UINT8;this.containers=[];this.consumed_len_bytes=0;if(u8array===null||u8array.length===i||u8array[i]===0){return this;}else if(u8array[i]>0xf0){const lspecial=u8array[i]&0x0f;this.keysAndCardinalities=new Uint8Array(lspecial*4);let pspecial=i+1;let key=u8array[pspecial+2]|(u8array[pspecial+3]<<8);let value=u8array[pspecial]|(u8array[pspecial+1]<<8);let entry=(key<<16)|value;let container;container=new RoaringBitmapArray(1,new Uint8Array(4));container.array[0]=value&0xFF;container.array[1]=(value>>8)&0xFF;this.containers.push(container);this.keysAndCardinalities[0]=key;this.keysAndCardinalities[1]=key>>8;pspecial+=4;for(let ispecial=1;ispecial>16;container=this.addToArrayAt(key);const cardinalityOld=container.cardinality;container.array[cardinalityOld*2]=value&0xFF;container.array[(cardinalityOld*2)+1]=(value>>8)&0xFF;container.cardinality=cardinalityOld+1;pspecial+=2;}this.consumed_len_bytes=pspecial-i;return this;}else if(u8array[i]<0x3a){const lspecial=u8array[i];this.keysAndCardinalities=new Uint8Array(lspecial*4);let pspecial=i+1;for(let ispecial=0;ispecial>8)&0xFF;container.cardinality=cardinalityOld+1;pspecial+=4;}this.consumed_len_bytes=pspecial-i;return this;}const has_runs=u8array[i]===0x3b;if(u8array[i]!==0x3a&&u8array[i]!==0x3b){throw new Error("not a roaring bitmap: "+u8array[i]);}const size=has_runs?((u8array[i+2]|(u8array[i+3]<<8))+1):((u8array[i+4]|(u8array[i+5]<<8)|(u8array[i+6]<<16)|(u8array[i+7]<<24)));i+=has_runs?4:8;let is_run;if(has_runs){const is_run_len=(size+7)>>3;is_run=new Uint8Array(u8array.buffer,i+u8array.byteOffset,is_run_len);i+=is_run_len;}else{is_run=EMPTY_UINT8;}this.keysAndCardinalities=u8array.subarray(i,i+(size*4));i+=size*4;let offsets=null;if(!has_runs||size>=4){offsets=[];for(let j=0;j>3]&(1<<(j&0x7))){const runcount=(u8array[i]|(u8array[i+1]<<8));i+=2;this.containers.push(new RoaringBitmapRun(runcount,new Uint8Array(u8array.buffer,i+u8array.byteOffset,runcount*4),));i+=runcount*4;}else if(cardinality>=4096){this.containers.push(new RoaringBitmapBits(new Uint8Array(u8array.buffer,i+u8array.byteOffset,8192,)));i+=8192;}else{const end=cardinality*2;this.containers.push(new RoaringBitmapArray(cardinality,new Uint8Array(u8array.buffer,i+u8array.byteOffset,end),));i+=end;}}this.consumed_len_bytes=i-start;}static makeSingleton(number){const result=new RoaringBitmap(null,0);result.keysAndCardinalities=Uint8Array.of((number>>16),(number>>24),0,0,);result.containers.push(new RoaringBitmapArray(1,Uint8Array.of(number,number>>8),));return result;}static everything(){if(EVERYTHING_BITMAP.isEmpty()){let i=0;const l=1<<16;const everything_range=new RoaringBitmapRun(1,Uint8Array.of(0,0,0xff,0xff));EVERYTHING_BITMAP.keysAndCardinalities=new Uint8Array(l*4);while(i>8;EVERYTHING_BITMAP.keysAndCardinalities[(i*4)+2]=0xff;EVERYTHING_BITMAP.keysAndCardinalities[(i*4)+3]=0xff;i+=1;}}return EVERYTHING_BITMAP;}static empty(){return EMPTY_BITMAP;}isEmpty(){return this.containers.length===0;}addToArrayAt(key){let mid=this.getContainerId(key);let container;if(mid===-1){container=new RoaringBitmapArray(0,new Uint8Array(2));mid=this.containers.length;this.containers.push(container);if(mid*4>this.keysAndCardinalities.length){const keysAndContainers=new Uint8Array(mid*8);keysAndContainers.set(this.keysAndCardinalities);this.keysAndCardinalities=keysAndContainers;}this.keysAndCardinalities[(mid*4)+0]=key;this.keysAndCardinalities[(mid*4)+1]=key>>8;}else{container=this.containers[mid];const cardinalityOld=this.keysAndCardinalities[(mid*4)+2]|(this.keysAndCardinalities[(mid*4)+3]<<8);const cardinality=cardinalityOld+1;this.keysAndCardinalities[(mid*4)+2]=cardinality;this.keysAndCardinalities[(mid*4)+3]=cardinality>>8;}const cardinalityOld=this.keysAndCardinalities[(mid*4)+2]|(this.keysAndCardinalities[(mid*4)+3]<<8);if(!(container instanceof RoaringBitmapArray)||container.array.byteLength<((cardinalityOld+1)*2)){const newBuf=new Uint8Array((cardinalityOld+1)*4);let idx=0;for(const cvalue of container.values()){newBuf[idx]=cvalue&0xFF;newBuf[idx+1]=(cvalue>>8)&0xFF;idx+=2;}if(container instanceof RoaringBitmapArray){container.cardinality=cardinalityOld;container.array=newBuf;return container;}const newcontainer=new RoaringBitmapArray(cardinalityOld,newBuf);this.containers[mid]=newcontainer;return newcontainer;}else{return container;}}union(that){if(this.isEmpty()){return that;}if(that.isEmpty()){return this;}if(this===RoaringBitmap.everything()||that===RoaringBitmap.everything()){return RoaringBitmap.everything();}let i=0;const il=this.containers.length;let j=0;const jl=that.containers.length;const result=new RoaringBitmap(null,0);result.keysAndCardinalities=new Uint8Array((il+jl)*4);while(i=jl||(i=il||(jthatContainer.array.length?thisContainer.array.length:thatContainer.array.length,);let k=0;const kl=resultArray.length;while(k>8)&0xFF;k+=2;}result.containers.push(new RoaringBitmapArray(resultValues.length,resultArray,));card=resultValues.length;}result.keysAndCardinalities[k+0]=this.keysAndCardinalities[ik+0];result.keysAndCardinalities[k+1]=this.keysAndCardinalities[ik+1];card-=1;result.keysAndCardinalities[k+2]=card;result.keysAndCardinalities[k+3]=card>>8;i+=1;j+=1;}}return result;}intersection(that){if(this.isEmpty()||that.isEmpty()){return EMPTY_BITMAP;}if(this===RoaringBitmap.everything()){return that;}if(that===RoaringBitmap.everything()){return this;}let i=0;const il=this.containers.length;let j=0;const jl=that.containers.length;const result=new RoaringBitmap(null,0);result.keysAndCardinalities=new Uint8Array((il>jl?il:jl)*4);while(i=jl||(i=il||(jthatContainer.array.length?thisContainer.array.length:thatContainer.array.length,);let k=0;const kl=resultArray.length;while(k>8)&0xFF;k+=2;}result.containers.push(new RoaringBitmapArray(resultValues.length,resultArray,));}}if(card!==0){result.keysAndCardinalities[k+0]=this.keysAndCardinalities[ik+0];result.keysAndCardinalities[k+1]=this.keysAndCardinalities[ik+1];card-=1;result.keysAndCardinalities[k+2]=card;result.keysAndCardinalities[k+3]=card>>8;}i+=1;j+=1;}}return result;}contains(keyvalue){const key=keyvalue>>16;const value=keyvalue&0xFFFF;const mid=this.getContainerId(key);return mid===-1?false:this.containers[mid].contains(value);}remove(keyvalue){const key=keyvalue>>16;const value=keyvalue&0xFFFF;const mid=this.getContainerId(key);if(mid===-1){return this;}const container=this.containers[mid];if(!container.contains(value)){return this;}const newCardinality=(this.keysAndCardinalities[(mid*4)+2]|(this.keysAndCardinalities[(mid*4)+3]<<8));const l=this.containers.length;const m=l-(newCardinality===0?1:0);const result=new RoaringBitmap(null,0);result.keysAndCardinalities=new Uint8Array(m*4);let j=0;for(let i=0;i>8;const card=newCardinality-1;result.keysAndCardinalities[(j*4)+2]=card;result.keysAndCardinalities[(j*4)+3]=card>>8;const newContainer=new RoaringBitmapArray(newCardinality,new Uint8Array(newCardinality*2),);let newContainerSlot=0;for(const containerValue of container.values()){if(containerValue!==value){newContainer.array[newContainerSlot]=value&0xFF;newContainerSlot+=1;newContainer.array[newContainerSlot]=value>>8;newContainerSlot+=1;}}result.containers.push(newContainer);j+=1;}}else{result.keysAndCardinalities[(j*4)+0]=this.keysAndCardinalities[(i*4)+0];result.keysAndCardinalities[(j*4)+1]=this.keysAndCardinalities[(i*4)+1];result.keysAndCardinalities[(j*4)+2]=this.keysAndCardinalities[(i*4)+2];result.keysAndCardinalities[(j*4)+3]=this.keysAndCardinalities[(i*4)+3];result.containers.push(this.containers[i]);j+=1;}}return result;}getContainerId(key){let left=0;let right=this.containers.length-1;while(left<=right){const mid=Math.floor((left+right)/2);const x=this.keysAndCardinalities[(mid*4)]|(this.keysAndCardinalities[(mid*4)+1]<<8);if(xkey){right=mid-1;}else{return mid;}}return-1;}*entries(){const l=this.containers.length;for(let i=0;i>1;const i=mid*4;const start=this.array[i]|(this.array[i+1]<<8);const lenm1=this.array[i+2]|(this.array[i+3]<<8);if((start+lenm1)value){right=mid-1;}else{return true;}}return false;}*values(){let i=0;while(i>1;const i=mid*2;const x=this.array[i]|(this.array[i+1]<<8);if(xvalue){right=mid-1;}else{return true;}}return false;}*values(){let i=0;const l=this.cardinality*2;while(i>3]&(1<<(value&7)));}*values(){let i=0;const l=this.array.length<<3;while(i=this.values.length*9){const keys=this.keys;const values=this.values;const l=values.length;this.capacityClass+=1;const capacity=1<otherDistance){const otherKey=keys.slice(j,j+6);values[slot]=value;value=otherValue;keys[j+0]=key[start+0];keys[j+1]=key[start+1];keys[j+2]=key[start+2];keys[j+3]=key[start+3];keys[j+4]=key[start+4];keys[j+5]=key[start+5];key=otherKey;start=0;distance=otherDistance;}distance+=1;slot=(slot+1)&mask;}}}get(key){if(key.length!==6){throw"invalid key";}return this.getWithOffsetKey(key,0);}getWithOffsetKey(key,start){const mask=~(0xffffffff<otherDistance){break;}}slot=(slot+1)&mask;}return undefined;}}function bitCount(n){n=(~~n)-((n>>1)&0x55555555);n=(n&0x33333333)+((n>>2)&0x33333333);return((n+(n>>4)&0xF0F0F0F)*0x1010101)>>24;}class Uint8ArraySearchPattern{constructor(needle){this.needle=needle;this.skipTable=[];const m=needle.length;for(let i=0;i<256;i+=1){this.skipTable.push(m);}for(let i=0;i=m){for(let i=m-1;i>=0;i-=1){if(haystack[skip+i]!==needle[i]){skip+=skipTable[haystack[skip+m-1]];continue search;}}return true;}return false;}}function loadDatabase(hooks){const callbacks={rr_:function(data){const dataObj=JSON.parse(data);for(const colName of Object.keys(dataObj)){if(Object.hasOwn(dataObj[colName],"N")){const counts=[];const countsstring=dataObj[colName]["N"];let i=0;const l=countsstring.length;while(i>4)&0x0f));const id3=id2+(((nodeid[4]&0x0f)<<8)|nodeid[5]);leaves=RoaringBitmap.makeSingleton(id1).union(RoaringBitmap.makeSingleton(id2)).union(RoaringBitmap.makeSingleton(id3));}else{leaves=RoaringBitmap.makeSingleton((nodeid[2]<<24)|(nodeid[3]<<16)|(nodeid[4]<<8)|nodeid[5],);}if(isWhole){const data=(nodeid[0]&0x20)!==0?Uint8Array.of(((nodeid[0]&0x0f)<<4)|(nodeid[1]>>4)):EMPTY_UINT8;newPromise=Promise.resolve(new PrefixSearchTree(EMPTY_SEARCH_TREE_BRANCHES,EMPTY_SEARCH_TREE_BRANCHES,data,leaves,EMPTY_BITMAP,));}else{const data=(nodeid[0]&0xf0)===0x80?0:(((nodeid[0]&0x0f)<<4)|(nodeid[1]>>4));newPromise=Promise.resolve(new SuffixSearchTree(EMPTY_SEARCH_TREE_BRANCHES,data,leaves,));}}else{const hashHex=makeHexFromUint8Array(nodeid);newPromise=new Promise((resolve,reject)=>{const cb=registry.searchTreeLoadPromiseCallbacks.get(nodeid);if(cb){registry.searchTreeLoadPromiseCallbacks.set(nodeid,(err,data)=>{cb(err,data);if(data){resolve(data);}else{reject(err);}});}else{registry.searchTreeLoadPromiseCallbacks.set(nodeid,(err,data)=>{if(data){resolve(data);}else{reject(err);}});hooks.loadTreeByHash(hashHex);}});}registry.searchTreePromises.set(nodeid,newPromise);return newPromise;},dataLoadByNameAndHash:function(name,hash){const existingBucket=registry.dataColumnsBuckets.get(hash);if(existingBucket){return existingBucket;}const hashHex=makeHexFromUint8Array(hash);const newBucket=new Promise((resolve,reject)=>{const cb=registry.dataColumnLoadPromiseCallbacks.get(hash);if(cb){registry.dataColumnLoadPromiseCallbacks.set(hash,(err,data)=>{cb(err,data);if(data){resolve(data);}else{reject(err);}});}else{registry.dataColumnLoadPromiseCallbacks.set(hash,(err,data)=>{if(data){resolve(data);}else{reject(err);}});hooks.loadDataByNameAndHash(name,hashHex);}});registry.dataColumnsBuckets.set(hash,newBucket);return newBucket;},};class SearchTreeBranches{constructor(length,nodeids){this.nodeids=nodeids;this.subtrees=[];for(let i=0;i=this.keys[i]){throw new Error("HERE");}i+=1;}}*entries(){let i=0;const l=this.keys.length;while(i>1;if(this.keys[mid]k){right=mid-1;}else{return mid;}}return-1;}getKey(i){return this.keys[i];}getKeys(){return this.keys;}}const EMPTY_SEARCH_TREE_BRANCHES=new SearchTreeBranchesArray(EMPTY_UINT8,EMPTY_UINT8,);const SHORT_ALPHABITMAP_CHARS=[];for(let i=0x61;i<=0x7A;++i){if(i===0x76||i===0x71){continue;}SHORT_ALPHABITMAP_CHARS.push(i);}const LONG_ALPHABITMAP_CHARS=[0x31,0x32,0x33,0x34,0x35,0x36];for(let i=0x61;i<=0x7A;++i){LONG_ALPHABITMAP_CHARS.push(i);}function makeSearchTreeBranchesAlphaBitmapClass(alphabitmap_chars,width){const bitwidth=width*8;const cls=class SearchTreeBranchesAlphaBitmap extends SearchTreeBranches{constructor(bitmap,nodeids){super(nodeids.length/6,nodeids);if(nodeids.length/6!==bitCount(bitmap)){throw new Error(`mismatch ${bitmap} ${nodeids}`);}this.bitmap=bitmap;this.nodeids=nodeids;}*entries(){let i=0;let j=0;while(i=this.subtrees.length?-1:result;}getKey(branch_index){return this.getKeys()[branch_index];}getKeys(){const length=bitCount(this.bitmap);const result=new Uint8Array(length);let result_index=0;for(let alpha_index=0;alpha_index=6?new Lev2TParametricDescription(w):new Lev1TParametricDescription(w);const stack=[[Promise.resolve(this.trie(dataColumn,searchPattern)),0]];const n=levParams.n;while(stack.length!==0){const[triePromise,levState]=stack.pop();const trie=await triePromise;for(const byte of trie.keysExcludeSuffixOnly()){const levPos=levParams.getPosition(levState);const vector=levParams.getVector(name,byte,levPos,Math.min(w,levPos+(2*n)+1),);const newLevState=levParams.transition(levState,levPos,vector,);if(newLevState>=0){const child=trie.child(byte);if(child){stack.push([child,newLevState]);if(levParams.isAccept(newLevState)){yield child;}}}}}}getCurrentLeaves(){return this.leaves_whole.union(this.leaves_suffix);}}class PrefixTrie{constructor(tree,offset,dataColumn,searchPattern){this.tree=tree;this.offset=offset;this.dataColumn=dataColumn;this.searchPattern=searchPattern;}matches(){if(this.offset===this.tree.data.length){return this.tree.leaves_whole;}else{return EMPTY_BITMAP;}}async*substringMatches(){let layer=[Promise.resolve(this.tree)];while(layer.length){const current_layer=layer;layer=[];for await(const tree of current_layer){let rejected=null;let leaves=tree.getCurrentLeaves();for(const leaf of leaves.entries()){const haystack=await this.dataColumn.at(leaf);if(haystack===undefined||!this.searchPattern.matches(haystack)){if(!rejected){rejected=[];}rejected.push(leaf);}}if(rejected){if(leaves.cardinality()!==rejected.length){for(const rej of rejected){leaves=leaves.remove(rej);}yield leaves;}}else{yield leaves;}}const subnodes=new HashTable();for await(const nodeEncoded of current_layer){const node=nodeEncoded instanceof InlineNeighborsTree?nodeEncoded.decode():nodeEncoded;const branches=node.branches;const l=branches.subtrees.length;for(let i=0;i0&&backlog[backlogSlot].length>1].length){const parentSlot=(backlogSlot-1)>>1;const parent=backlog[parentSlot];backlog[parentSlot]=backlog[backlogSlot];backlog[backlogSlot]=parent;backlogSlot=parentSlot;}}while(backlog.length!==0){const backlogEntry=backlog[0];if(minLength!==null&&backlogEntry.length>minLength){break;}if(!backlogEntry.bitmap.isEmpty()){yield backlogEntry.bitmap;}backlog[0]=backlog[backlog.length-1];backlog.length-=1;let backlogSlot=0;const backlogLength=backlog.length;while(backlogSlot{return node.trie(this.dataColumn,this.searchPattern);})]);i+=1;}return nodes;}else{const codePoint=data[this.offset];const trie=new PrefixTrie(this.tree,this.offset+1,this.dataColumn,this.searchPattern,);return[[codePoint,Promise.resolve(trie)]];}}keysExcludeSuffixOnly(){const data=this.tree.data;if(this.offset===data.length){return this.tree.might_have_prefix_branches.getKeys();}else{return Uint8Array.of(data[this.offset]);}}childrenExcludeSuffixOnly(){const data=this.tree.data;if(this.offset===data.length){const nodes=[];let i=0;for(const[k,v]of this.tree.might_have_prefix_branches.entries()){let node;if(v){node=v;}else{const newnode=this.tree.might_have_prefix_branches.getNodeID(i);if(!newnode){throw new Error(`malformed tree; no node for key ${k}`);}node=registry.searchTreeLoadByNodeID(newnode);this.tree.might_have_prefix_branches.subtrees[i]=node;this.tree.branches.subtrees[this.tree.branches.getIndex(k)]=node;}nodes.push([k,node.then(node=>{return node.trie(this.dataColumn,this.searchPattern);})]);i+=1;}return nodes;}else{const codePoint=data[this.offset];const trie=new PrefixTrie(this.tree,this.offset+1,this.dataColumn,this.searchPattern,);return[[codePoint,Promise.resolve(trie)]];}}child(byte){if(this.offset===this.tree.data.length){const i=this.tree.branches.getIndex(byte);if(i!==-1){let branch=this.tree.branches.subtrees[i];if(branch===null){const newnode=this.tree.branches.getNodeID(i);if(!newnode){throw new Error(`malformed tree; no node for key ${byte}`);}branch=registry.searchTreeLoadByNodeID(newnode);this.tree.branches.subtrees[i]=branch;const mhpI=this.tree.might_have_prefix_branches.getIndex(byte);if(mhpI!==-1){this.tree.might_have_prefix_branches.subtrees[mhpI]=branch;}}return branch.then(branch=>branch.trie(this.dataColumn,this.searchPattern));}}else if(this.tree.data[this.offset]===byte){return Promise.resolve(new PrefixTrie(this.tree,this.offset+1,this.dataColumn,this.searchPattern,));}return null;}}class SuffixSearchTree{constructor(branches,dataLen,leaves_suffix,){this.branches=branches;this.dataLen=dataLen;this.leaves_suffix=leaves_suffix;}trie(dataColumn,searchPattern){return new SuffixTrie(this,0,dataColumn,searchPattern);}async search(name,dataColumn){if(typeof name==="string"){const utf8encoder=new TextEncoder();name=utf8encoder.encode(name);}const searchPattern=new Uint8ArraySearchPattern(name);let trie=this.trie(dataColumn,searchPattern);for(const datum of name){const newTrie=trie.child(datum);if(newTrie){trie=await newTrie;}else{return null;}}return trie;}async*searchLev(_name,_dataColumn){}getCurrentLeaves(){return this.leaves_suffix;}}class SuffixTrie{constructor(tree,offset,dataColumn,searchPattern){this.tree=tree;this.offset=offset;this.dataColumn=dataColumn;this.searchPattern=searchPattern;}matches(){return EMPTY_BITMAP;}async*substringMatches(){let layer=[Promise.resolve(this.tree)];while(layer.length){const current_layer=layer;layer=[];for await(const tree of current_layer){let rejected=null;let leaves=tree.getCurrentLeaves();for(const leaf of leaves.entries()){const haystack=await this.dataColumn.at(leaf);if(haystack===undefined||!this.searchPattern.matches(haystack)){if(!rejected){rejected=[];}rejected.push(leaf);}}if(rejected){if(leaves.cardinality()!==rejected.length){for(const rej of rejected){leaves=leaves.remove(rej);}yield leaves;}}else{yield leaves;}}const subnodes=new HashTable();for await(const nodeEncoded of current_layer){const node=nodeEncoded instanceof InlineNeighborsTree?nodeEncoded.decode():nodeEncoded;const branches=node.branches;const l=branches.subtrees.length;for(let i=0;ibranch.trie(this.dataColumn,this.searchPattern));}}else{return Promise.resolve(new SuffixTrie(this.tree,this.offset+1,this.dataColumn,this.searchPattern,));}return null;}}class InlineNeighborsTree{constructor(encoded,start,){this.encoded=encoded;this.start=start;}decode(){let i=this.start;const encoded=this.encoded;const has_branches=(encoded[i]&0x04)!==0;const is_suffixes_only=(encoded[i]&0x01)!==0;let leaves_count=((encoded[i]>>4)&0x0f)+1;i+=1;let branch_count=0;if(has_branches){branch_count=encoded[i]+1;i+=1;}const dlen=encoded[i]&0x3f;if((encoded[i]&0x80)!==0){leaves_count=0;}i+=1;let data=EMPTY_UINT8;if(!is_suffixes_only&&dlen!==0){data=encoded.subarray(i,i+dlen);i+=dlen;}const leaf_value_upper=encoded[i]|(encoded[i+1]<<8);i+=2;const branch_nodes=[];for(let j=0;j>4)&0x0f)+1;i+=1;let branch_data=EMPTY_UINT8;if(!is_suffixes_only&&branch_dlen!==0){branch_data=encoded.subarray(i,i+branch_dlen);i+=branch_dlen;}const branch_leaves=new RoaringBitmap(null);branch_leaves.keysAndCardinalities=Uint8Array.of(leaf_value_upper&0xff,(leaf_value_upper>>8)&0xff,(branch_leaves_count-1)&0xff,((branch_leaves_count-1)>>8)&0xff,);branch_leaves.containers=[new RoaringBitmapArray(branch_leaves_count,encoded.subarray(i,i+(branch_leaves_count*2)),),];i+=branch_leaves_count*2;branch_nodes.push(Promise.resolve(is_suffixes_only?new SuffixSearchTree(EMPTY_SEARCH_TREE_BRANCHES,branch_dlen,branch_leaves,):new PrefixSearchTree(EMPTY_SEARCH_TREE_BRANCHES,EMPTY_SEARCH_TREE_BRANCHES,branch_data,branch_leaves,EMPTY_BITMAP,),));}const branches=branch_count===0?EMPTY_SEARCH_TREE_BRANCHES:new SearchTreeBranchesArray(encoded.subarray(i,i+branch_count),EMPTY_UINT8,);i+=branch_count;branches.subtrees=branch_nodes;let leaves=EMPTY_BITMAP;if(leaves_count!==0){leaves=new RoaringBitmap(null);leaves.keysAndCardinalities=Uint8Array.of(leaf_value_upper&0xff,(leaf_value_upper>>8)&0xff,(leaves_count-1)&0xff,((leaves_count-1)>>8)&0xff,);leaves.containers=[new RoaringBitmapArray(leaves_count,encoded.subarray(i,i+(leaves_count*2)),),];i+=leaves_count*2;}return is_suffixes_only?new SuffixSearchTree(branches,dlen,leaves,):new PrefixSearchTree(branches,branches,data,leaves,EMPTY_BITMAP,);}trie(dataColumn,searchPattern){const tree=this.decode();return tree instanceof SuffixSearchTree?new SuffixTrie(tree,0,dataColumn,searchPattern):new PrefixTrie(tree,0,dataColumn,searchPattern);}search(name,dataColumn){return this.decode().search(name,dataColumn);}searchLev(name,dataColumn){return this.decode().searchLev(name,dataColumn);}getCurrentLeaves(){return this.decode().getCurrentLeaves();}}class DataColumn{constructor(counts,hashes,emptyset,name,searchTree){this.searchTree=searchTree;this.hashes=hashes;this.emptyset=emptyset;this.name=name;this.buckets=[];this.bucket_keys=[];const l=counts.length;let k=0;let totalLength=0;for(let i=0;i=this.bucket_keys.length){return undefined;}else{const start=this.bucket_keys[idx];const bucket=this.buckets[idx];const data=this.buckets[idx].data;if(data===null){return this.atAsyncFetch(id,start,bucket);}else{return data[id-start];}}}}async atAsyncFetch(id,start,bucket){const{hash,end}=bucket;const dataSansEmptysetOrig=await registry.dataLoadByNameAndHash(this.name,hash,);let data=bucket.data;if(data!==null){return data[id-start];}const dataSansEmptyset=[...dataSansEmptysetOrig];let dataWithEmptyset=null;let pos=start;let insertCount=0;while(pos=48&&c<=63){dataSansEmptyset.push(backrefs[c-48]);i+=1;}else{let n=0;while(c<96){n=(n<<4)|(c&0xF);i+=1;c=data[i];}n=(n<<4)|(c&0xF);i+=1;const item=data.subarray(i,i+n);dataSansEmptyset.push(item);i+=n;backrefs.unshift(item);if(backrefs.length>16){backrefs.pop();}}}cb(null,dataSansEmptyset);}}function makeSearchTreeFromBase64(inputBase64){const input=makeUint8ArrayFromBase64(inputBase64);let i=0;const l=input.length;const stash=new HashTable();const hash=Uint8Array.of(0,0,0,0,0,0,0,0);const truncatedHash=new Uint8Array(hash.buffer,2,6);const hash_history=[];const data_history=[];let canonical=EMPTY_UINT8;let tree=new PrefixSearchTree(EMPTY_SEARCH_TREE_BRANCHES,EMPTY_SEARCH_TREE_BRANCHES,EMPTY_UINT8,EMPTY_BITMAP,EMPTY_BITMAP,);function makeBranchesFromBinaryData(input,i,compression_tag,){const is_pure_suffixes_only_node=(compression_tag&0x01)!==0x00;const is_stack_compressed=(compression_tag&0x02)!==0;const is_long_compressed=(compression_tag&0x04)!==0;const all_children_are_compressed=(compression_tag&0xF0)===0xF0&&!is_long_compressed;const any_children_are_compressed=(compression_tag&0xF0)!==0x00||is_long_compressed;const start_point=i;let cplen;let cslen;let alphabitmap=null;if(is_pure_suffixes_only_node){cplen=0;cslen=input[i];i+=1;if(cslen>=0xc0){alphabitmap=SearchTreeBranchesLongAlphaBitmap;cslen=cslen&0x3F;}else if(cslen>=0x80){alphabitmap=SearchTreeBranchesShortAlphaBitmap;cslen=cslen&0x7F;}}else{cplen=input[i];i+=1;cslen=input[i];i+=1;if(cplen===0xff&&cslen===0xff){cplen=0x100;cslen=0;}else if(cplen>=0xc0&&cslen>=0xc0){alphabitmap=SearchTreeBranchesLongAlphaBitmap;cplen=cplen&0x3F;cslen=cslen&0x3F;}else if(cplen>=0x80&&cslen>=0x80){alphabitmap=SearchTreeBranchesShortAlphaBitmap;cplen=cplen&0x7F;cslen=cslen&0x7F;}}let j=0;let cpnodes;if(any_children_are_compressed){cpnodes=cplen===0?EMPTY_UINT8:new Uint8Array(cplen*6);while(j=cplen||(csicsbranches[csi])){branchset[j]=csbranches[csi];const joff=j*6;const csioff=csi*6;hashes[joff+0]=csnodes[csioff+0];hashes[joff+1]=csnodes[csioff+1];hashes[joff+2]=csnodes[csioff+2];hashes[joff+3]=csnodes[csioff+3];hashes[joff+4]=csnodes[csioff+4];hashes[joff+5]=csnodes[csioff+5];csi+=1;}else{branchset[j]=cpbranches[cpi];const joff=j*6;const cpioff=cpi*6;hashes[joff+0]=cpnodes[cpioff+0];hashes[joff+1]=cpnodes[cpioff+1];hashes[joff+2]=cpnodes[cpioff+2];hashes[joff+3]=cpnodes[cpioff+3];hashes[joff+4]=cpnodes[cpioff+4];hashes[joff+5]=cpnodes[cpioff+5];cpi+=1;}j+=1;}branches=new SearchTreeBranchesArray(branchset,hashes);}i+=cslen;}return{consumed_len_bytes:i-start_point,cpbranches,csbranches,cpnodes,csnodes,branches,might_have_prefix_branches,};}while(i>4)&0x0f)+1;const branch_count=is_long_compressed?((compression_tag>>8)&0xff)+1:0;if(is_data_compressed){data=data_history[data_history.length-dlen-1];dlen=data.length;}else if(is_pure_suffixes_only_node){data=EMPTY_UINT8;}else{data=dlen===0?EMPTY_UINT8:new Uint8Array(input.buffer,i+input.byteOffset,dlen);i+=dlen;}const branches_start=i;i+=2;for(let j=0;j>4)&0x0f)+1;i+=1;if(!is_pure_suffixes_only_node){i+=branch_dlen;}i+=branch_leaves_count*2;}i+=branch_count;i+=leaves_count*2;if(is_data_compressed){const clen=(1+(is_long_compressed?1:0)+1+dlen+(i-branches_start));const canonical=new Uint8Array(clen);let ci=0;canonical[ci]=input[start]^ 0x08;ci+=1;if(is_long_compressed){canonical[ci]=input[start+ci];ci+=1;}canonical[ci]=dlen|no_leaves_flag|0x40;ci+=1;for(let j=0;j1){if(is_pure_suffixes_only_node){data=EMPTY_UINT8;}else if(is_data_compressed){data=data_history[data_history.length-dlen-1];dlen=data.length;}else{data=dlen===0?EMPTY_UINT8:new Uint8Array(input.buffer,i+input.byteOffset,dlen);i+=dlen;}const coffset=i;const{cpbranches,csbranches,cpnodes,csnodes,consumed_len_bytes:branches_consumed_len_bytes,branches,might_have_prefix_branches,}=makeBranchesFromBinaryData(input,i,compression_tag);i+=branches_consumed_len_bytes;let whole;let suffix;if(is_pure_suffixes_only_node){if(no_leaves_flag){whole=EMPTY_BITMAP;suffix=EMPTY_BITMAP;}else{suffix=input[i]===0?EMPTY_BITMAP1:new RoaringBitmap(input,i);i+=suffix.consumed_len_bytes;}tree=new SuffixSearchTree(branches,dlen,suffix,);const clen=((is_data_compressed?2:3)+csnodes.length+csbranches.length+suffix.consumed_len_bytes);if(canonical.length{registry.searchTreeRootCallback=(error,data)=>{if(data){resolve(data);}else{reject(error);}};hooks.loadRoot(callbacks);});}if(typeof window!=="undefined"){window.Stringdex={loadDatabase,};window.RoaringBitmap=RoaringBitmap;if(window.StringdexOnload){window.StringdexOnload.forEach(cb=>cb(window.Stringdex));}}else{module.exports.Stringdex={loadDatabase,};module.exports.RoaringBitmap=RoaringBitmap;}const makeUint8ArrayFromBase64=Uint8Array.fromBase64?Uint8Array.fromBase64:(string=>{const bytes_as_string=atob(string);const l=bytes_as_string.length;const bytes=new Uint8Array(l);for(let i=0;i{const alpha={"0":0,"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8,"9":9,"a":10,"b":11,"A":10,"B":11,"c":12,"d":13,"C":12,"D":13,"e":14,"f":15,"E":14,"F":15,};const l=string.length>>1;const bytes=new Uint8Array(l);for(let i=0;iarray.toHex()):(array=>{const alpha=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f",];const l=array.length;const v=[];for(let i=0;i>4]);v.push(alpha[array[i]&0xf]);}return v.join("");});function siphashOfBytes(input,k0lo,k0hi,k1lo,k1hi,output){let v0lo=k0lo ^ 0x70736575;let v0hi=k0hi ^ 0x736f6d65;let v1lo=k1lo ^ 0x6e646f6d;let v1hi=k1hi ^ 0x646f7261;let v2lo=k0lo ^ 0x6e657261;let v2hi=k0hi ^ 0x6c796765;let v3lo=k1lo ^ 0x79746573;let v3hi=k1hi ^ 0x74656462;const inputLength=input.length;let inputI=0;const left=inputLength&0x7;let milo=0;let mihi=0;while(inputI>>8;output[5]=(v0lo ^ v1lo ^ v2lo ^ v3lo)>>>16;output[4]=(v0lo ^ v1lo ^ v2lo ^ v3lo)>>>24;output[3]=(v0hi ^ v1hi ^ v2hi ^ v3hi)&0xff;output[2]=(v0hi ^ v1hi ^ v2hi ^ v3hi)>>>8;output[1]=(v0hi ^ v1hi ^ v2hi ^ v3hi)>>>16;output[0]=(v0hi ^ v1hi ^ v2hi ^ v3hi)>>>24;function u8ToU64le(offset,length){const n0=offset>>0)+(v1lo>>>0)>0xffffffff)?1:0))|0;v0lo=(v0lo+v1lo)|0;let v1lo_=v1lo;let v1hi_=v1hi;v1lo=(v1lo_<<13)|(v1hi_>>>19);v1hi=(v1hi_<<13)|(v1lo_>>>19);v1lo ^=v0lo;v1hi ^=v0hi;const v0lo_=v0lo;const v0hi_=v0hi;v0lo=v0hi_;v0hi=v0lo_;v2hi=(v2hi+v3hi+(((v2lo>>>0)+(v3lo>>>0)>0xffffffff)?1:0))|0;v2lo=(v2lo+v3lo)|0;let v3lo_=v3lo;let v3hi_=v3hi;v3lo=(v3lo_<<16)|(v3hi_>>>16);v3hi=(v3hi_<<16)|(v3lo_>>>16);v3lo ^=v2lo;v3hi ^=v2hi;v0hi=(v0hi+v3hi+(((v0lo>>>0)+(v3lo>>>0)>0xffffffff)?1:0))|0;v0lo=(v0lo+v3lo)|0;v3lo_=v3lo;v3hi_=v3hi;v3lo=(v3lo_<<21)|(v3hi_>>>11);v3hi=(v3hi_<<21)|(v3lo_>>>11);v3lo ^=v0lo;v3hi ^=v0hi;v2hi=(v2hi+v1hi+(((v2lo>>>0)+(v1lo>>>0)>0xffffffff)?1:0))|0;v2lo=(v2lo+v1lo)|0;v1lo_=v1lo;v1hi_=v1hi;v1lo=(v1lo_<<17)|(v1hi_>>>15);v1hi=(v1hi_<<17)|(v1lo_>>>15);v1lo ^=v2lo;v1hi ^=v2hi;const v2lo_=v2lo;const v2hi_=v2hi;v2lo=v2hi_;v2hi=v2lo_;}}class ParametricDescription{constructor(w,n,minErrors){this.w=w;this.n=n;this.minErrors=minErrors;}isAccept(absState){const state=Math.floor(absState/(this.w+1));const offset=absState%(this.w+1);return this.w-offset+this.minErrors[state]<=this.n;}getPosition(absState){return absState%(this.w+1);}getVector(name,charCode,pos,end){let vector=0;for(let i=pos;i>5;const bitStart=bitLoc&31;if(bitStart+bitsPerValue<=32){return((data[dataLoc]>>bitStart)&this.MASKS[bitsPerValue-1]);}else{const part=32-bitStart;return ~~(((data[dataLoc]>>bitStart)&this.MASKS[part-1])+((data[1+dataLoc]&this.MASKS[bitsPerValue-part-1])<Clone for OriginCaller"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeLockId"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeTask"],["impl Clone for RuntimeViewFunction"],["impl Clone for OriginCaller"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeLockId"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeTask"],["impl Clone for RuntimeViewFunction"],["impl Clone for Call"],["impl Clone for PalletACall"],["impl Clone for PalletBCall"],["impl Clone for Origin"],["impl Clone for OriginCaller"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeLockId"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeTask"],["impl Clone for RuntimeViewFunction"],["impl Clone for OriginCaller"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeLockId"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeTask"],["impl Clone for RuntimeViewFunction"],["impl Clone for OriginCaller"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeLockId"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeTask"],["impl Clone for RuntimeViewFunction"],["impl Clone for Origin"],["impl Clone for OriginCaller"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeLockId"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeTask"],["impl Clone for RuntimeViewFunction"],["impl Clone for OriginCaller"],["impl Clone for RuntimeCall"],["impl Clone for RuntimeEvent"],["impl Clone for RuntimeFreezeReason"],["impl Clone for RuntimeHoldReason"],["impl Clone for RuntimeLockId"],["impl Clone for RuntimeSlashReason"],["impl Clone for RuntimeTask"],["impl Clone for RuntimeViewFunction"],["impl Clone for Runtime"],["impl Clone for RuntimeOrigin"],["impl Clone for Runtime"],["impl Clone for RuntimeOrigin"],["impl Clone for Runtime"],["impl Clone for RuntimeOrigin"],["impl Clone for Runtime"],["impl Clone for RuntimeOrigin"],["impl Clone for Runtime"],["impl Clone for RuntimeOrigin"],["impl Clone for Runtime"],["impl Clone for RuntimeOrigin"],["impl Clone for Runtime"],["impl Clone for RuntimeOrigin"],["impl Clone for AddToPayload"],["impl Clone for AddToSignaturePayload"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T> Clone for Pallet<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Event<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Event<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"],["impl<T: Config> Clone for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[47924]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/cmp/trait.Eq.js b/web/public/sdk_docs/trait.impl/core/cmp/trait.Eq.js new file mode 100644 index 00000000..67c3fb41 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/cmp/trait.Eq.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Eq for OriginCaller"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeHoldReason"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeTask"],["impl Eq for RuntimeViewFunction"],["impl Eq for OriginCaller"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeHoldReason"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeTask"],["impl Eq for RuntimeViewFunction"],["impl Eq for Origin"],["impl Eq for OriginCaller"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeHoldReason"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeTask"],["impl Eq for RuntimeViewFunction"],["impl Eq for OriginCaller"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeHoldReason"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeTask"],["impl Eq for RuntimeViewFunction"],["impl Eq for OriginCaller"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeHoldReason"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeTask"],["impl Eq for RuntimeViewFunction"],["impl Eq for Origin"],["impl Eq for OriginCaller"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeHoldReason"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeTask"],["impl Eq for RuntimeViewFunction"],["impl Eq for OriginCaller"],["impl Eq for RuntimeCall"],["impl Eq for RuntimeEvent"],["impl Eq for RuntimeFreezeReason"],["impl Eq for RuntimeHoldReason"],["impl Eq for RuntimeLockId"],["impl Eq for RuntimeSlashReason"],["impl Eq for RuntimeTask"],["impl Eq for RuntimeViewFunction"],["impl Eq for Runtime"],["impl Eq for Runtime"],["impl Eq for Runtime"],["impl Eq for Runtime"],["impl Eq for Runtime"],["impl Eq for Runtime"],["impl Eq for Runtime"],["impl Eq for AddToPayload"],["impl Eq for AddToSignaturePayload"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T> Eq for Pallet<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Event<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"],["impl<T: Config> Eq for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[42753]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/cmp/trait.PartialEq.js b/web/public/sdk_docs/trait.impl/core/cmp/trait.PartialEq.js new file mode 100644 index 00000000..a6e3def0 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/cmp/trait.PartialEq.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl PartialEq for OriginCaller"],["impl PartialEq for RuntimeCall"],["impl PartialEq for RuntimeEvent"],["impl PartialEq for RuntimeFreezeReason"],["impl PartialEq for RuntimeHoldReason"],["impl PartialEq for RuntimeLockId"],["impl PartialEq for RuntimeSlashReason"],["impl PartialEq for RuntimeTask"],["impl PartialEq for RuntimeViewFunction"],["impl PartialEq for OriginCaller"],["impl PartialEq for RuntimeCall"],["impl PartialEq for RuntimeEvent"],["impl PartialEq for RuntimeFreezeReason"],["impl PartialEq for RuntimeHoldReason"],["impl PartialEq for RuntimeLockId"],["impl PartialEq for RuntimeSlashReason"],["impl PartialEq for RuntimeTask"],["impl PartialEq for RuntimeViewFunction"],["impl PartialEq for Origin"],["impl PartialEq for OriginCaller"],["impl PartialEq for RuntimeCall"],["impl PartialEq for RuntimeEvent"],["impl PartialEq for RuntimeFreezeReason"],["impl PartialEq for RuntimeHoldReason"],["impl PartialEq for RuntimeLockId"],["impl PartialEq for RuntimeSlashReason"],["impl PartialEq for RuntimeTask"],["impl PartialEq for RuntimeViewFunction"],["impl PartialEq for OriginCaller"],["impl PartialEq for RuntimeCall"],["impl PartialEq for RuntimeEvent"],["impl PartialEq for RuntimeFreezeReason"],["impl PartialEq for RuntimeHoldReason"],["impl PartialEq for RuntimeLockId"],["impl PartialEq for RuntimeSlashReason"],["impl PartialEq for RuntimeTask"],["impl PartialEq for RuntimeViewFunction"],["impl PartialEq for OriginCaller"],["impl PartialEq for RuntimeCall"],["impl PartialEq for RuntimeEvent"],["impl PartialEq for RuntimeFreezeReason"],["impl PartialEq for RuntimeHoldReason"],["impl PartialEq for RuntimeLockId"],["impl PartialEq for RuntimeSlashReason"],["impl PartialEq for RuntimeTask"],["impl PartialEq for RuntimeViewFunction"],["impl PartialEq for Origin"],["impl PartialEq for OriginCaller"],["impl PartialEq for RuntimeCall"],["impl PartialEq for RuntimeEvent"],["impl PartialEq for RuntimeFreezeReason"],["impl PartialEq for RuntimeHoldReason"],["impl PartialEq for RuntimeLockId"],["impl PartialEq for RuntimeSlashReason"],["impl PartialEq for RuntimeTask"],["impl PartialEq for RuntimeViewFunction"],["impl PartialEq for OriginCaller"],["impl PartialEq for RuntimeCall"],["impl PartialEq for RuntimeEvent"],["impl PartialEq for RuntimeFreezeReason"],["impl PartialEq for RuntimeHoldReason"],["impl PartialEq for RuntimeLockId"],["impl PartialEq for RuntimeSlashReason"],["impl PartialEq for RuntimeTask"],["impl PartialEq for RuntimeViewFunction"],["impl PartialEq for Runtime"],["impl PartialEq for Runtime"],["impl PartialEq for Runtime"],["impl PartialEq for Runtime"],["impl PartialEq for Runtime"],["impl PartialEq for Runtime"],["impl PartialEq for Runtime"],["impl PartialEq for AddToPayload"],["impl PartialEq for AddToSignaturePayload"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T> PartialEq for Pallet<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Event<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Event<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"],["impl<T: Config> PartialEq for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[44979]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/convert/trait.From.js b/web/public/sdk_docs/trait.impl/core/convert/trait.From.js new file mode 100644 index 00000000..30a2eb6a --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/convert/trait.From.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Option<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<Error<Runtime>> for RuntimeError"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<Origin> for OriginCaller"],["impl From<Origin> for RuntimeOrigin"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<Origin> for OriginCaller"],["impl From<Origin> for RuntimeOrigin"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<OriginCaller> for RuntimeOrigin"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<RuntimeOrigin> for Result<Origin, RuntimeOrigin>"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<RuntimeOrigin> for Result<Origin<Runtime>, RuntimeOrigin>"],["impl From<Error<Runtime>> for RuntimeError"],["impl From<Error<Runtime>> for RuntimeError"],["impl From<Error<Runtime>> for RuntimeError"],["impl From<Error<Runtime>> for RuntimeError"],["impl From<Error<Runtime>> for RuntimeError"],["impl From<Error<Runtime>> for RuntimeError"],["impl From<Error<Runtime>> for RuntimeError"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<Event<Runtime>> for RuntimeEvent"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for OriginCaller"],["impl From<RawOrigin<<Runtime as Config>::AccountId>> for RuntimeOrigin"],["impl<T: Config> From<Error<T>> for &'static str"],["impl<T: Config> From<Error<T>> for DispatchError"],["impl<T: Config> From<Event<T>> for ()"],["impl<T: Config> From<Event<T>> for ()"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[58141]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/convert/trait.TryFrom.js b/web/public/sdk_docs/trait.impl/core/convert/trait.TryFrom.js new file mode 100644 index 00000000..4d57fed1 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/convert/trait.TryFrom.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl TryFrom<OriginCaller> for Origin"],["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl TryFrom<OriginCaller> for Origin"],["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl TryFrom<OriginCaller> for Origin<Runtime>"],["impl<'a> TryFrom<&'a OriginCaller> for &'a Origin"],["impl<'a> TryFrom<&'a OriginCaller> for &'a Origin"],["impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin"],["impl<'a> TryFrom<&'a RuntimeOrigin> for &'a Origin"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8193]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/convert/trait.TryInto.js b/web/public/sdk_docs/trait.impl/core/convert/trait.TryInto.js new file mode 100644 index 00000000..ddff9e4c --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/convert/trait.TryInto.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl TryInto<Error<Runtime>> for RuntimeError"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Error<Runtime>> for RuntimeError"],["impl TryInto<Error<Runtime>> for RuntimeError"],["impl TryInto<Error<Runtime>> for RuntimeError"],["impl TryInto<Error<Runtime>> for RuntimeError"],["impl TryInto<Error<Runtime>> for RuntimeError"],["impl TryInto<Error<Runtime>> for RuntimeError"],["impl TryInto<Error<Runtime>> for RuntimeError"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"],["impl TryInto<Event<Runtime>> for RuntimeEvent"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[11268]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/default/trait.Default.js b/web/public/sdk_docs/trait.impl/core/default/trait.Default.js new file mode 100644 index 00000000..3e3d9a22 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/default/trait.Default.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Default for RuntimeGenesisConfig"],["impl Default for RuntimeGenesisConfig"],["impl Default for RuntimeGenesisConfig"],["impl Default for RuntimeGenesisConfig"],["impl Default for RuntimeGenesisConfig"],["impl Default for RuntimeGenesisConfig"],["impl Default for RuntimeGenesisConfig"],["impl<T: Config> Default for GenesisConfig<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[3578]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/fmt/trait.Debug.js b/web/public/sdk_docs/trait.impl/core/fmt/trait.Debug.js new file mode 100644 index 00000000..ed3b4b48 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/fmt/trait.Debug.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Debug for OriginCaller"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeError"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeTask"],["impl Debug for RuntimeViewFunction"],["impl Debug for OriginCaller"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeError"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeTask"],["impl Debug for RuntimeViewFunction"],["impl Debug for Origin"],["impl Debug for OriginCaller"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeError"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeTask"],["impl Debug for RuntimeViewFunction"],["impl Debug for OriginCaller"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeError"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeTask"],["impl Debug for RuntimeViewFunction"],["impl Debug for OriginCaller"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeError"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeTask"],["impl Debug for RuntimeViewFunction"],["impl Debug for Origin"],["impl Debug for OriginCaller"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeError"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeTask"],["impl Debug for RuntimeViewFunction"],["impl Debug for OriginCaller"],["impl Debug for RuntimeCall"],["impl Debug for RuntimeError"],["impl Debug for RuntimeEvent"],["impl Debug for RuntimeFreezeReason"],["impl Debug for RuntimeHoldReason"],["impl Debug for RuntimeLockId"],["impl Debug for RuntimeSlashReason"],["impl Debug for RuntimeTask"],["impl Debug for RuntimeViewFunction"],["impl Debug for Runtime"],["impl Debug for RuntimeOrigin"],["impl Debug for Runtime"],["impl Debug for RuntimeOrigin"],["impl Debug for Runtime"],["impl Debug for RuntimeOrigin"],["impl Debug for Runtime"],["impl Debug for RuntimeOrigin"],["impl Debug for Runtime"],["impl Debug for RuntimeOrigin"],["impl Debug for Runtime"],["impl Debug for RuntimeOrigin"],["impl Debug for Runtime"],["impl Debug for RuntimeOrigin"],["impl Debug for AddToPayload"],["impl Debug for AddToSignaturePayload"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T> Debug for Pallet<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Error<T>"],["impl<T: Config> Debug for Event<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Event<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"],["impl<T: Config> Debug for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[49558]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/marker/trait.Copy.js b/web/public/sdk_docs/trait.impl/core/marker/trait.Copy.js new file mode 100644 index 00000000..1b5c1990 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/marker/trait.Copy.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeSlashReason"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeSlashReason"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeSlashReason"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeSlashReason"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeSlashReason"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeSlashReason"],["impl Copy for RuntimeFreezeReason"],["impl Copy for RuntimeHoldReason"],["impl Copy for RuntimeLockId"],["impl Copy for RuntimeSlashReason"],["impl Copy for Runtime"],["impl Copy for Runtime"],["impl Copy for Runtime"],["impl Copy for Runtime"],["impl Copy for Runtime"],["impl Copy for Runtime"],["impl Copy for Runtime"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[13603]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/marker/trait.Freeze.js b/web/public/sdk_docs/trait.impl/core/marker/trait.Freeze.js new file mode 100644 index 00000000..f8b89503 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/marker/trait.Freeze.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Freeze for OriginCaller",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::OriginCaller"]],["impl Freeze for RuntimeCall",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeCall"]],["impl Freeze for RuntimeError",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeError"]],["impl Freeze for RuntimeEvent",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeEvent"]],["impl Freeze for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeFreezeReason"]],["impl Freeze for RuntimeHoldReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeHoldReason"]],["impl Freeze for RuntimeLockId",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeLockId"]],["impl Freeze for RuntimeSlashReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeSlashReason"]],["impl Freeze for RuntimeTask",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeTask"]],["impl Freeze for RuntimeViewFunction",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeViewFunction"]],["impl Freeze for OriginCaller",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::OriginCaller"]],["impl Freeze for RuntimeCall",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeCall"]],["impl Freeze for RuntimeError",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeError"]],["impl Freeze for RuntimeEvent",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeEvent"]],["impl Freeze for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeFreezeReason"]],["impl Freeze for RuntimeHoldReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeHoldReason"]],["impl Freeze for RuntimeLockId",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeLockId"]],["impl Freeze for RuntimeSlashReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeSlashReason"]],["impl Freeze for RuntimeTask",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeTask"]],["impl Freeze for RuntimeViewFunction",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeViewFunction"]],["impl Freeze for Call",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::Call"]],["impl Freeze for PalletACall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletACall"]],["impl Freeze for PalletBCall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletBCall"]],["impl Freeze for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Origin"]],["impl Freeze for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::OriginCaller"]],["impl Freeze for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeCall"]],["impl Freeze for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeError"]],["impl Freeze for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeEvent"]],["impl Freeze for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeFreezeReason"]],["impl Freeze for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeHoldReason"]],["impl Freeze for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeLockId"]],["impl Freeze for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeSlashReason"]],["impl Freeze for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeTask"]],["impl Freeze for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeViewFunction"]],["impl Freeze for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::OriginCaller"]],["impl Freeze for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeCall"]],["impl Freeze for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeError"]],["impl Freeze for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeEvent"]],["impl Freeze for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeFreezeReason"]],["impl Freeze for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeHoldReason"]],["impl Freeze for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeLockId"]],["impl Freeze for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeSlashReason"]],["impl Freeze for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeTask"]],["impl Freeze for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeViewFunction"]],["impl Freeze for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::OriginCaller"]],["impl Freeze for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeCall"]],["impl Freeze for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeError"]],["impl Freeze for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeEvent"]],["impl Freeze for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeFreezeReason"]],["impl Freeze for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeHoldReason"]],["impl Freeze for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeLockId"]],["impl Freeze for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeSlashReason"]],["impl Freeze for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeTask"]],["impl Freeze for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeViewFunction"]],["impl Freeze for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Origin"]],["impl Freeze for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::OriginCaller"]],["impl Freeze for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeCall"]],["impl Freeze for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeError"]],["impl Freeze for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeEvent"]],["impl Freeze for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeFreezeReason"]],["impl Freeze for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeHoldReason"]],["impl Freeze for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeLockId"]],["impl Freeze for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeSlashReason"]],["impl Freeze for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeTask"]],["impl Freeze for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeViewFunction"]],["impl Freeze for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::OriginCaller"]],["impl Freeze for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeCall"]],["impl Freeze for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeError"]],["impl Freeze for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeEvent"]],["impl Freeze for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeFreezeReason"]],["impl Freeze for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeHoldReason"]],["impl Freeze for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeLockId"]],["impl Freeze for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeSlashReason"]],["impl Freeze for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeTask"]],["impl Freeze for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeViewFunction"]],["impl Freeze for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::Balances"]],["impl Freeze for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::TotalIssuance"]],["impl Freeze for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::Balances"]],["impl Freeze for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::TotalIssuance"]],["impl Freeze for PalletInfo",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::PalletInfo"]],["impl Freeze for Runtime",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Runtime"]],["impl Freeze for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeGenesisConfig"]],["impl Freeze for RuntimeOrigin",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeOrigin"]],["impl Freeze for Value",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types::Value"]],["impl Freeze for PalletInfo",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::PalletInfo"]],["impl Freeze for Runtime",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Runtime"]],["impl Freeze for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeGenesisConfig"]],["impl Freeze for RuntimeOrigin",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeOrigin"]],["impl Freeze for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletInfo"]],["impl Freeze for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::Runtime"]],["impl Freeze for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeGenesisConfig"]],["impl Freeze for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeOrigin"]],["impl Freeze for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletInfo"]],["impl Freeze for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::Runtime"]],["impl Freeze for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeGenesisConfig"]],["impl Freeze for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeOrigin"]],["impl Freeze for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletInfo"]],["impl Freeze for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::Runtime"]],["impl Freeze for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeGenesisConfig"]],["impl Freeze for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeOrigin"]],["impl Freeze for OtherAuthorProvider",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::OtherAuthorProvider"]],["impl Freeze for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletInfo"]],["impl Freeze for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::Runtime"]],["impl Freeze for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeGenesisConfig"]],["impl Freeze for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeOrigin"]],["impl Freeze for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletInfo"]],["impl Freeze for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::Runtime"]],["impl Freeze for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeGenesisConfig"]],["impl Freeze for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeOrigin"]],["impl Freeze for AddToPayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToPayload"]],["impl Freeze for AddToSignaturePayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToSignaturePayload"]],["impl<T> Freeze for Call<T>
where\n <T as Config>::AccountId: Freeze,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Call"]],["impl<T> Freeze for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: Freeze,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Call"]],["impl<T> Freeze for Error<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Error"]],["impl<T> Freeze for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: Freeze,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Event"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Call"]],["impl<T> Freeze for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Call"]],["impl<T> Freeze for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Event"]],["impl<T> Freeze for Call<T>
where\n <T as Config>::AccountId: Freeze,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Call"]],["impl<T> Freeze for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Call"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Pallet"]],["impl<T> Freeze for GenesisConfig<T>
where\n <T as Config>::AccountId: Freeze,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::GenesisConfig"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Pallet"]],["impl<T> Freeze for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Pallet"]]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[70897]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/marker/trait.Send.js b/web/public/sdk_docs/trait.impl/core/marker/trait.Send.js new file mode 100644 index 00000000..da846241 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/marker/trait.Send.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl !Send for RuntimeOrigin",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeOrigin"]],["impl !Send for RuntimeOrigin",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeOrigin"]],["impl !Send for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeOrigin"]],["impl !Send for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeOrigin"]],["impl !Send for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeOrigin"]],["impl !Send for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeOrigin"]],["impl !Send for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeOrigin"]],["impl Send for OriginCaller",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::OriginCaller"]],["impl Send for RuntimeCall",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeCall"]],["impl Send for RuntimeError",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeError"]],["impl Send for RuntimeEvent",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeEvent"]],["impl Send for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeFreezeReason"]],["impl Send for RuntimeHoldReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeHoldReason"]],["impl Send for RuntimeLockId",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeLockId"]],["impl Send for RuntimeSlashReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeSlashReason"]],["impl Send for RuntimeTask",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeTask"]],["impl Send for RuntimeViewFunction",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeViewFunction"]],["impl Send for OriginCaller",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::OriginCaller"]],["impl Send for RuntimeCall",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeCall"]],["impl Send for RuntimeError",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeError"]],["impl Send for RuntimeEvent",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeEvent"]],["impl Send for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeFreezeReason"]],["impl Send for RuntimeHoldReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeHoldReason"]],["impl Send for RuntimeLockId",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeLockId"]],["impl Send for RuntimeSlashReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeSlashReason"]],["impl Send for RuntimeTask",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeTask"]],["impl Send for RuntimeViewFunction",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeViewFunction"]],["impl Send for Call",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::Call"]],["impl Send for PalletACall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletACall"]],["impl Send for PalletBCall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletBCall"]],["impl Send for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Origin"]],["impl Send for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::OriginCaller"]],["impl Send for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeCall"]],["impl Send for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeError"]],["impl Send for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeEvent"]],["impl Send for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeFreezeReason"]],["impl Send for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeHoldReason"]],["impl Send for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeLockId"]],["impl Send for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeSlashReason"]],["impl Send for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeTask"]],["impl Send for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeViewFunction"]],["impl Send for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::OriginCaller"]],["impl Send for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeCall"]],["impl Send for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeError"]],["impl Send for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeEvent"]],["impl Send for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeFreezeReason"]],["impl Send for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeHoldReason"]],["impl Send for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeLockId"]],["impl Send for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeSlashReason"]],["impl Send for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeTask"]],["impl Send for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeViewFunction"]],["impl Send for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::OriginCaller"]],["impl Send for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeCall"]],["impl Send for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeError"]],["impl Send for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeEvent"]],["impl Send for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeFreezeReason"]],["impl Send for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeHoldReason"]],["impl Send for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeLockId"]],["impl Send for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeSlashReason"]],["impl Send for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeTask"]],["impl Send for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeViewFunction"]],["impl Send for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Origin"]],["impl Send for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::OriginCaller"]],["impl Send for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeCall"]],["impl Send for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeError"]],["impl Send for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeEvent"]],["impl Send for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeFreezeReason"]],["impl Send for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeHoldReason"]],["impl Send for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeLockId"]],["impl Send for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeSlashReason"]],["impl Send for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeTask"]],["impl Send for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeViewFunction"]],["impl Send for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::OriginCaller"]],["impl Send for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeCall"]],["impl Send for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeError"]],["impl Send for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeEvent"]],["impl Send for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeFreezeReason"]],["impl Send for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeHoldReason"]],["impl Send for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeLockId"]],["impl Send for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeSlashReason"]],["impl Send for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeTask"]],["impl Send for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeViewFunction"]],["impl Send for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::Balances"]],["impl Send for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::TotalIssuance"]],["impl Send for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::Balances"]],["impl Send for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::TotalIssuance"]],["impl Send for PalletInfo",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::PalletInfo"]],["impl Send for Runtime",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Runtime"]],["impl Send for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeGenesisConfig"]],["impl Send for Value",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types::Value"]],["impl Send for PalletInfo",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::PalletInfo"]],["impl Send for Runtime",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Runtime"]],["impl Send for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeGenesisConfig"]],["impl Send for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletInfo"]],["impl Send for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::Runtime"]],["impl Send for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeGenesisConfig"]],["impl Send for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletInfo"]],["impl Send for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::Runtime"]],["impl Send for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeGenesisConfig"]],["impl Send for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletInfo"]],["impl Send for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::Runtime"]],["impl Send for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeGenesisConfig"]],["impl Send for OtherAuthorProvider",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::OtherAuthorProvider"]],["impl Send for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletInfo"]],["impl Send for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::Runtime"]],["impl Send for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeGenesisConfig"]],["impl Send for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletInfo"]],["impl Send for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::Runtime"]],["impl Send for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeGenesisConfig"]],["impl Send for AddToPayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToPayload"]],["impl Send for AddToSignaturePayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToSignaturePayload"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Call"]],["impl<T> Send for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Send,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Call"]],["impl<T> Send for Error<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Error"]],["impl<T> Send for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Send,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Event"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Call"]],["impl<T> Send for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Send,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Call"]],["impl<T> Send for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Send,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Event"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Call"]],["impl<T> Send for Call<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Call"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Pallet"]],["impl<T> Send for GenesisConfig<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::GenesisConfig"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Pallet"]],["impl<T> Send for Pallet<T>
where\n T: Send,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Pallet"]]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[74667]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/marker/trait.StructuralPartialEq.js b/web/public/sdk_docs/trait.impl/core/marker/trait.StructuralPartialEq.js new file mode 100644 index 00000000..318ab424 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/marker/trait.StructuralPartialEq.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeTask"],["impl StructuralPartialEq for RuntimeViewFunction"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeTask"],["impl StructuralPartialEq for RuntimeViewFunction"],["impl StructuralPartialEq for Origin"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeTask"],["impl StructuralPartialEq for RuntimeViewFunction"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeTask"],["impl StructuralPartialEq for RuntimeViewFunction"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeTask"],["impl StructuralPartialEq for RuntimeViewFunction"],["impl StructuralPartialEq for Origin"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeTask"],["impl StructuralPartialEq for RuntimeViewFunction"],["impl StructuralPartialEq for OriginCaller"],["impl StructuralPartialEq for RuntimeCall"],["impl StructuralPartialEq for RuntimeEvent"],["impl StructuralPartialEq for RuntimeFreezeReason"],["impl StructuralPartialEq for RuntimeHoldReason"],["impl StructuralPartialEq for RuntimeLockId"],["impl StructuralPartialEq for RuntimeSlashReason"],["impl StructuralPartialEq for RuntimeTask"],["impl StructuralPartialEq for RuntimeViewFunction"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for Runtime"],["impl StructuralPartialEq for AddToPayload"],["impl StructuralPartialEq for AddToSignaturePayload"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[31878]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/marker/trait.Sync.js b/web/public/sdk_docs/trait.impl/core/marker/trait.Sync.js new file mode 100644 index 00000000..447dd0eb --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/marker/trait.Sync.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl !Sync for RuntimeOrigin",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeOrigin"]],["impl !Sync for RuntimeOrigin",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeOrigin"]],["impl !Sync for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeOrigin"]],["impl !Sync for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeOrigin"]],["impl !Sync for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeOrigin"]],["impl !Sync for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeOrigin"]],["impl !Sync for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeOrigin"]],["impl Sync for OriginCaller",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::OriginCaller"]],["impl Sync for RuntimeCall",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeCall"]],["impl Sync for RuntimeError",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeError"]],["impl Sync for RuntimeEvent",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeEvent"]],["impl Sync for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeFreezeReason"]],["impl Sync for RuntimeHoldReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeHoldReason"]],["impl Sync for RuntimeLockId",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeLockId"]],["impl Sync for RuntimeSlashReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeSlashReason"]],["impl Sync for RuntimeTask",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeTask"]],["impl Sync for RuntimeViewFunction",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeViewFunction"]],["impl Sync for OriginCaller",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::OriginCaller"]],["impl Sync for RuntimeCall",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeCall"]],["impl Sync for RuntimeError",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeError"]],["impl Sync for RuntimeEvent",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeEvent"]],["impl Sync for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeFreezeReason"]],["impl Sync for RuntimeHoldReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeHoldReason"]],["impl Sync for RuntimeLockId",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeLockId"]],["impl Sync for RuntimeSlashReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeSlashReason"]],["impl Sync for RuntimeTask",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeTask"]],["impl Sync for RuntimeViewFunction",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeViewFunction"]],["impl Sync for Call",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::Call"]],["impl Sync for PalletACall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletACall"]],["impl Sync for PalletBCall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletBCall"]],["impl Sync for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Origin"]],["impl Sync for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::OriginCaller"]],["impl Sync for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeCall"]],["impl Sync for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeError"]],["impl Sync for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeEvent"]],["impl Sync for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeFreezeReason"]],["impl Sync for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeHoldReason"]],["impl Sync for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeLockId"]],["impl Sync for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeSlashReason"]],["impl Sync for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeTask"]],["impl Sync for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeViewFunction"]],["impl Sync for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::OriginCaller"]],["impl Sync for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeCall"]],["impl Sync for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeError"]],["impl Sync for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeEvent"]],["impl Sync for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeFreezeReason"]],["impl Sync for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeHoldReason"]],["impl Sync for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeLockId"]],["impl Sync for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeSlashReason"]],["impl Sync for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeTask"]],["impl Sync for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeViewFunction"]],["impl Sync for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::OriginCaller"]],["impl Sync for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeCall"]],["impl Sync for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeError"]],["impl Sync for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeEvent"]],["impl Sync for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeFreezeReason"]],["impl Sync for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeHoldReason"]],["impl Sync for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeLockId"]],["impl Sync for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeSlashReason"]],["impl Sync for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeTask"]],["impl Sync for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeViewFunction"]],["impl Sync for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Origin"]],["impl Sync for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::OriginCaller"]],["impl Sync for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeCall"]],["impl Sync for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeError"]],["impl Sync for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeEvent"]],["impl Sync for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeFreezeReason"]],["impl Sync for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeHoldReason"]],["impl Sync for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeLockId"]],["impl Sync for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeSlashReason"]],["impl Sync for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeTask"]],["impl Sync for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeViewFunction"]],["impl Sync for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::OriginCaller"]],["impl Sync for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeCall"]],["impl Sync for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeError"]],["impl Sync for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeEvent"]],["impl Sync for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeFreezeReason"]],["impl Sync for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeHoldReason"]],["impl Sync for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeLockId"]],["impl Sync for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeSlashReason"]],["impl Sync for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeTask"]],["impl Sync for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeViewFunction"]],["impl Sync for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::Balances"]],["impl Sync for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::TotalIssuance"]],["impl Sync for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::Balances"]],["impl Sync for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::TotalIssuance"]],["impl Sync for PalletInfo",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::PalletInfo"]],["impl Sync for Runtime",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Runtime"]],["impl Sync for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeGenesisConfig"]],["impl Sync for Value",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types::Value"]],["impl Sync for PalletInfo",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::PalletInfo"]],["impl Sync for Runtime",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Runtime"]],["impl Sync for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeGenesisConfig"]],["impl Sync for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletInfo"]],["impl Sync for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::Runtime"]],["impl Sync for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeGenesisConfig"]],["impl Sync for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletInfo"]],["impl Sync for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::Runtime"]],["impl Sync for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeGenesisConfig"]],["impl Sync for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletInfo"]],["impl Sync for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::Runtime"]],["impl Sync for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeGenesisConfig"]],["impl Sync for OtherAuthorProvider",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::OtherAuthorProvider"]],["impl Sync for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletInfo"]],["impl Sync for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::Runtime"]],["impl Sync for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeGenesisConfig"]],["impl Sync for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletInfo"]],["impl Sync for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::Runtime"]],["impl Sync for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeGenesisConfig"]],["impl Sync for AddToPayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToPayload"]],["impl Sync for AddToSignaturePayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToSignaturePayload"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Call"]],["impl<T> Sync for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Sync,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Call"]],["impl<T> Sync for Error<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Error"]],["impl<T> Sync for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Sync,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Event"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Call"]],["impl<T> Sync for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Sync,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Call"]],["impl<T> Sync for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Sync,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Event"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Call"]],["impl<T> Sync for Call<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Call"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Pallet"]],["impl<T> Sync for GenesisConfig<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::GenesisConfig"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Pallet"]],["impl<T> Sync for Pallet<T>
where\n T: Sync,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Pallet"]]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[74667]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/marker/trait.Unpin.js b/web/public/sdk_docs/trait.impl/core/marker/trait.Unpin.js new file mode 100644 index 00000000..13aecc55 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/marker/trait.Unpin.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Unpin for OriginCaller",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::OriginCaller"]],["impl Unpin for RuntimeCall",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeCall"]],["impl Unpin for RuntimeError",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeError"]],["impl Unpin for RuntimeEvent",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeEvent"]],["impl Unpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeFreezeReason"]],["impl Unpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeHoldReason"]],["impl Unpin for RuntimeLockId",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeLockId"]],["impl Unpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeSlashReason"]],["impl Unpin for RuntimeTask",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeTask"]],["impl Unpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeViewFunction"]],["impl Unpin for OriginCaller",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::OriginCaller"]],["impl Unpin for RuntimeCall",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeCall"]],["impl Unpin for RuntimeError",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeError"]],["impl Unpin for RuntimeEvent",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeEvent"]],["impl Unpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeFreezeReason"]],["impl Unpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeHoldReason"]],["impl Unpin for RuntimeLockId",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeLockId"]],["impl Unpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeSlashReason"]],["impl Unpin for RuntimeTask",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeTask"]],["impl Unpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeViewFunction"]],["impl Unpin for Call",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::Call"]],["impl Unpin for PalletACall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletACall"]],["impl Unpin for PalletBCall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletBCall"]],["impl Unpin for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Origin"]],["impl Unpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::OriginCaller"]],["impl Unpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeCall"]],["impl Unpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeError"]],["impl Unpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeEvent"]],["impl Unpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeFreezeReason"]],["impl Unpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeHoldReason"]],["impl Unpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeLockId"]],["impl Unpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeSlashReason"]],["impl Unpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeTask"]],["impl Unpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeViewFunction"]],["impl Unpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::OriginCaller"]],["impl Unpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeCall"]],["impl Unpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeError"]],["impl Unpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeEvent"]],["impl Unpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeFreezeReason"]],["impl Unpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeHoldReason"]],["impl Unpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeLockId"]],["impl Unpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeSlashReason"]],["impl Unpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeTask"]],["impl Unpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeViewFunction"]],["impl Unpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::OriginCaller"]],["impl Unpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeCall"]],["impl Unpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeError"]],["impl Unpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeEvent"]],["impl Unpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeFreezeReason"]],["impl Unpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeHoldReason"]],["impl Unpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeLockId"]],["impl Unpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeSlashReason"]],["impl Unpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeTask"]],["impl Unpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeViewFunction"]],["impl Unpin for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Origin"]],["impl Unpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::OriginCaller"]],["impl Unpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeCall"]],["impl Unpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeError"]],["impl Unpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeEvent"]],["impl Unpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeFreezeReason"]],["impl Unpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeHoldReason"]],["impl Unpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeLockId"]],["impl Unpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeSlashReason"]],["impl Unpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeTask"]],["impl Unpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeViewFunction"]],["impl Unpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::OriginCaller"]],["impl Unpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeCall"]],["impl Unpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeError"]],["impl Unpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeEvent"]],["impl Unpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeFreezeReason"]],["impl Unpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeHoldReason"]],["impl Unpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeLockId"]],["impl Unpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeSlashReason"]],["impl Unpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeTask"]],["impl Unpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeViewFunction"]],["impl Unpin for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::Balances"]],["impl Unpin for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::TotalIssuance"]],["impl Unpin for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::Balances"]],["impl Unpin for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::TotalIssuance"]],["impl Unpin for PalletInfo",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::PalletInfo"]],["impl Unpin for Runtime",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Runtime"]],["impl Unpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeGenesisConfig"]],["impl Unpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeOrigin"]],["impl Unpin for Value",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types::Value"]],["impl Unpin for PalletInfo",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::PalletInfo"]],["impl Unpin for Runtime",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Runtime"]],["impl Unpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeGenesisConfig"]],["impl Unpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeOrigin"]],["impl Unpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletInfo"]],["impl Unpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::Runtime"]],["impl Unpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeGenesisConfig"]],["impl Unpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeOrigin"]],["impl Unpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletInfo"]],["impl Unpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::Runtime"]],["impl Unpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeGenesisConfig"]],["impl Unpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeOrigin"]],["impl Unpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletInfo"]],["impl Unpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::Runtime"]],["impl Unpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeGenesisConfig"]],["impl Unpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeOrigin"]],["impl Unpin for OtherAuthorProvider",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::OtherAuthorProvider"]],["impl Unpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletInfo"]],["impl Unpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::Runtime"]],["impl Unpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeGenesisConfig"]],["impl Unpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeOrigin"]],["impl Unpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletInfo"]],["impl Unpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::Runtime"]],["impl Unpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeGenesisConfig"]],["impl Unpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeOrigin"]],["impl Unpin for AddToPayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToPayload"]],["impl Unpin for AddToSignaturePayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToSignaturePayload"]],["impl<T> Unpin for Call<T>
where\n <T as Config>::AccountId: Unpin,\n T: Unpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Call"]],["impl<T> Unpin for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: Unpin,\n T: Unpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Call"]],["impl<T> Unpin for Error<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Error"]],["impl<T> Unpin for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: Unpin,\n T: Unpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Event"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Call"]],["impl<T> Unpin for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Unpin,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Call"]],["impl<T> Unpin for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: Unpin,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Event"]],["impl<T> Unpin for Call<T>
where\n <T as Config>::AccountId: Unpin,\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Call"]],["impl<T> Unpin for Call<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Call"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Pallet"]],["impl<T> Unpin for GenesisConfig<T>
where\n <T as Config>::AccountId: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::GenesisConfig"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Pallet"]],["impl<T> Unpin for Pallet<T>
where\n T: Unpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Pallet"]]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[76096]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/marker/trait.UnsafeUnpin.js b/web/public/sdk_docs/trait.impl/core/marker/trait.UnsafeUnpin.js new file mode 100644 index 00000000..f0655ad2 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/marker/trait.UnsafeUnpin.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl UnsafeUnpin for OriginCaller",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::OriginCaller"]],["impl UnsafeUnpin for RuntimeCall",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeCall"]],["impl UnsafeUnpin for RuntimeError",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeError"]],["impl UnsafeUnpin for RuntimeEvent",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeEvent"]],["impl UnsafeUnpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeFreezeReason"]],["impl UnsafeUnpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeHoldReason"]],["impl UnsafeUnpin for RuntimeLockId",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeLockId"]],["impl UnsafeUnpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeSlashReason"]],["impl UnsafeUnpin for RuntimeTask",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeTask"]],["impl UnsafeUnpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeViewFunction"]],["impl UnsafeUnpin for OriginCaller",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::OriginCaller"]],["impl UnsafeUnpin for RuntimeCall",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeCall"]],["impl UnsafeUnpin for RuntimeError",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeError"]],["impl UnsafeUnpin for RuntimeEvent",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeEvent"]],["impl UnsafeUnpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeFreezeReason"]],["impl UnsafeUnpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeHoldReason"]],["impl UnsafeUnpin for RuntimeLockId",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeLockId"]],["impl UnsafeUnpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeSlashReason"]],["impl UnsafeUnpin for RuntimeTask",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeTask"]],["impl UnsafeUnpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeViewFunction"]],["impl UnsafeUnpin for Call",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::Call"]],["impl UnsafeUnpin for PalletACall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletACall"]],["impl UnsafeUnpin for PalletBCall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletBCall"]],["impl UnsafeUnpin for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Origin"]],["impl UnsafeUnpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::OriginCaller"]],["impl UnsafeUnpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeCall"]],["impl UnsafeUnpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeError"]],["impl UnsafeUnpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeEvent"]],["impl UnsafeUnpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeFreezeReason"]],["impl UnsafeUnpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeHoldReason"]],["impl UnsafeUnpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeLockId"]],["impl UnsafeUnpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeSlashReason"]],["impl UnsafeUnpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeTask"]],["impl UnsafeUnpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeViewFunction"]],["impl UnsafeUnpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::OriginCaller"]],["impl UnsafeUnpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeCall"]],["impl UnsafeUnpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeError"]],["impl UnsafeUnpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeEvent"]],["impl UnsafeUnpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeFreezeReason"]],["impl UnsafeUnpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeHoldReason"]],["impl UnsafeUnpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeLockId"]],["impl UnsafeUnpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeSlashReason"]],["impl UnsafeUnpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeTask"]],["impl UnsafeUnpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeViewFunction"]],["impl UnsafeUnpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::OriginCaller"]],["impl UnsafeUnpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeCall"]],["impl UnsafeUnpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeError"]],["impl UnsafeUnpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeEvent"]],["impl UnsafeUnpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeFreezeReason"]],["impl UnsafeUnpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeHoldReason"]],["impl UnsafeUnpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeLockId"]],["impl UnsafeUnpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeSlashReason"]],["impl UnsafeUnpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeTask"]],["impl UnsafeUnpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeViewFunction"]],["impl UnsafeUnpin for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Origin"]],["impl UnsafeUnpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::OriginCaller"]],["impl UnsafeUnpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeCall"]],["impl UnsafeUnpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeError"]],["impl UnsafeUnpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeEvent"]],["impl UnsafeUnpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeFreezeReason"]],["impl UnsafeUnpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeHoldReason"]],["impl UnsafeUnpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeLockId"]],["impl UnsafeUnpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeSlashReason"]],["impl UnsafeUnpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeTask"]],["impl UnsafeUnpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeViewFunction"]],["impl UnsafeUnpin for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::OriginCaller"]],["impl UnsafeUnpin for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeCall"]],["impl UnsafeUnpin for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeError"]],["impl UnsafeUnpin for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeEvent"]],["impl UnsafeUnpin for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeFreezeReason"]],["impl UnsafeUnpin for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeHoldReason"]],["impl UnsafeUnpin for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeLockId"]],["impl UnsafeUnpin for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeSlashReason"]],["impl UnsafeUnpin for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeTask"]],["impl UnsafeUnpin for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeViewFunction"]],["impl UnsafeUnpin for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::Balances"]],["impl UnsafeUnpin for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::TotalIssuance"]],["impl UnsafeUnpin for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::Balances"]],["impl UnsafeUnpin for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::TotalIssuance"]],["impl UnsafeUnpin for PalletInfo",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::PalletInfo"]],["impl UnsafeUnpin for Runtime",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Runtime"]],["impl UnsafeUnpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeGenesisConfig"]],["impl UnsafeUnpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeOrigin"]],["impl UnsafeUnpin for Value",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types::Value"]],["impl UnsafeUnpin for PalletInfo",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::PalletInfo"]],["impl UnsafeUnpin for Runtime",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Runtime"]],["impl UnsafeUnpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeGenesisConfig"]],["impl UnsafeUnpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeOrigin"]],["impl UnsafeUnpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletInfo"]],["impl UnsafeUnpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::Runtime"]],["impl UnsafeUnpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeGenesisConfig"]],["impl UnsafeUnpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeOrigin"]],["impl UnsafeUnpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletInfo"]],["impl UnsafeUnpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::Runtime"]],["impl UnsafeUnpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeGenesisConfig"]],["impl UnsafeUnpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeOrigin"]],["impl UnsafeUnpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletInfo"]],["impl UnsafeUnpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::Runtime"]],["impl UnsafeUnpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeGenesisConfig"]],["impl UnsafeUnpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeOrigin"]],["impl UnsafeUnpin for OtherAuthorProvider",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::OtherAuthorProvider"]],["impl UnsafeUnpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletInfo"]],["impl UnsafeUnpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::Runtime"]],["impl UnsafeUnpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeGenesisConfig"]],["impl UnsafeUnpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeOrigin"]],["impl UnsafeUnpin for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletInfo"]],["impl UnsafeUnpin for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::Runtime"]],["impl UnsafeUnpin for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeGenesisConfig"]],["impl UnsafeUnpin for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeOrigin"]],["impl UnsafeUnpin for AddToPayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToPayload"]],["impl UnsafeUnpin for AddToSignaturePayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToSignaturePayload"]],["impl<T> UnsafeUnpin for Call<T>
where\n <T as Config>::AccountId: UnsafeUnpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Call"]],["impl<T> UnsafeUnpin for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: UnsafeUnpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Call"]],["impl<T> UnsafeUnpin for Error<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Error"]],["impl<T> UnsafeUnpin for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: UnsafeUnpin,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Event"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Call"]],["impl<T> UnsafeUnpin for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Call"]],["impl<T> UnsafeUnpin for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Event"]],["impl<T> UnsafeUnpin for Call<T>
where\n <T as Config>::AccountId: UnsafeUnpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Call"]],["impl<T> UnsafeUnpin for Call<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Call"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Pallet"]],["impl<T> UnsafeUnpin for GenesisConfig<T>
where\n <T as Config>::AccountId: UnsafeUnpin,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::GenesisConfig"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Pallet"]],["impl<T> UnsafeUnpin for Pallet<T>",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Pallet"]]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[51847]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js b/web/public/sdk_docs/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js new file mode 100644 index 00000000..2e824eee --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl !RefUnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeOrigin"]],["impl !RefUnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeOrigin"]],["impl !RefUnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeOrigin"]],["impl !RefUnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeOrigin"]],["impl !RefUnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeOrigin"]],["impl !RefUnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeOrigin"]],["impl !RefUnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeOrigin"]],["impl RefUnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::OriginCaller"]],["impl RefUnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeCall"]],["impl RefUnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeError"]],["impl RefUnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeEvent"]],["impl RefUnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeFreezeReason"]],["impl RefUnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeHoldReason"]],["impl RefUnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeLockId"]],["impl RefUnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeSlashReason"]],["impl RefUnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeTask"]],["impl RefUnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeViewFunction"]],["impl RefUnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::OriginCaller"]],["impl RefUnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeCall"]],["impl RefUnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeError"]],["impl RefUnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeEvent"]],["impl RefUnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeFreezeReason"]],["impl RefUnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeHoldReason"]],["impl RefUnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeLockId"]],["impl RefUnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeSlashReason"]],["impl RefUnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeTask"]],["impl RefUnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeViewFunction"]],["impl RefUnwindSafe for Call",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::Call"]],["impl RefUnwindSafe for PalletACall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletACall"]],["impl RefUnwindSafe for PalletBCall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletBCall"]],["impl RefUnwindSafe for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Origin"]],["impl RefUnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::OriginCaller"]],["impl RefUnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeCall"]],["impl RefUnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeError"]],["impl RefUnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeEvent"]],["impl RefUnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeFreezeReason"]],["impl RefUnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeHoldReason"]],["impl RefUnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeLockId"]],["impl RefUnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeSlashReason"]],["impl RefUnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeTask"]],["impl RefUnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeViewFunction"]],["impl RefUnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::OriginCaller"]],["impl RefUnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeCall"]],["impl RefUnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeError"]],["impl RefUnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeEvent"]],["impl RefUnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeFreezeReason"]],["impl RefUnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeHoldReason"]],["impl RefUnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeLockId"]],["impl RefUnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeSlashReason"]],["impl RefUnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeTask"]],["impl RefUnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeViewFunction"]],["impl RefUnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::OriginCaller"]],["impl RefUnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeCall"]],["impl RefUnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeError"]],["impl RefUnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeEvent"]],["impl RefUnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeFreezeReason"]],["impl RefUnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeHoldReason"]],["impl RefUnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeLockId"]],["impl RefUnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeSlashReason"]],["impl RefUnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeTask"]],["impl RefUnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeViewFunction"]],["impl RefUnwindSafe for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Origin"]],["impl RefUnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::OriginCaller"]],["impl RefUnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeCall"]],["impl RefUnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeError"]],["impl RefUnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeEvent"]],["impl RefUnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeFreezeReason"]],["impl RefUnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeHoldReason"]],["impl RefUnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeLockId"]],["impl RefUnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeSlashReason"]],["impl RefUnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeTask"]],["impl RefUnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeViewFunction"]],["impl RefUnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::OriginCaller"]],["impl RefUnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeCall"]],["impl RefUnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeError"]],["impl RefUnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeEvent"]],["impl RefUnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeFreezeReason"]],["impl RefUnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeHoldReason"]],["impl RefUnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeLockId"]],["impl RefUnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeSlashReason"]],["impl RefUnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeTask"]],["impl RefUnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeViewFunction"]],["impl RefUnwindSafe for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::Balances"]],["impl RefUnwindSafe for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::TotalIssuance"]],["impl RefUnwindSafe for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::Balances"]],["impl RefUnwindSafe for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::TotalIssuance"]],["impl RefUnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::PalletInfo"]],["impl RefUnwindSafe for Runtime",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Runtime"]],["impl RefUnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeGenesisConfig"]],["impl RefUnwindSafe for Value",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types::Value"]],["impl RefUnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::PalletInfo"]],["impl RefUnwindSafe for Runtime",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Runtime"]],["impl RefUnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeGenesisConfig"]],["impl RefUnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletInfo"]],["impl RefUnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::Runtime"]],["impl RefUnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeGenesisConfig"]],["impl RefUnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletInfo"]],["impl RefUnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::Runtime"]],["impl RefUnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeGenesisConfig"]],["impl RefUnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletInfo"]],["impl RefUnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::Runtime"]],["impl RefUnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeGenesisConfig"]],["impl RefUnwindSafe for OtherAuthorProvider",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::OtherAuthorProvider"]],["impl RefUnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletInfo"]],["impl RefUnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::Runtime"]],["impl RefUnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeGenesisConfig"]],["impl RefUnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletInfo"]],["impl RefUnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::Runtime"]],["impl RefUnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeGenesisConfig"]],["impl RefUnwindSafe for AddToPayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToPayload"]],["impl RefUnwindSafe for AddToSignaturePayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToSignaturePayload"]],["impl<T> RefUnwindSafe for Call<T>
where\n <T as Config>::AccountId: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Call"]],["impl<T> RefUnwindSafe for Error<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Error"]],["impl<T> RefUnwindSafe for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Event"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Call"]],["impl<T> RefUnwindSafe for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Event"]],["impl<T> RefUnwindSafe for Call<T>
where\n <T as Config>::AccountId: RefUnwindSafe,\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Call"]],["impl<T> RefUnwindSafe for Call<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Call"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Pallet"]],["impl<T> RefUnwindSafe for GenesisConfig<T>
where\n <T as Config>::AccountId: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::GenesisConfig"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Pallet"]],["impl<T> RefUnwindSafe for Pallet<T>
where\n T: RefUnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Pallet"]]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[84704]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js b/web/public/sdk_docs/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js new file mode 100644 index 00000000..65432d1e --- /dev/null +++ b/web/public/sdk_docs/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl !UnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeOrigin"]],["impl !UnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeOrigin"]],["impl !UnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeOrigin"]],["impl !UnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeOrigin"]],["impl !UnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeOrigin"]],["impl !UnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeOrigin"]],["impl !UnwindSafe for RuntimeOrigin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeOrigin"]],["impl UnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::OriginCaller"]],["impl UnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeCall"]],["impl UnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeError"]],["impl UnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeEvent"]],["impl UnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeFreezeReason"]],["impl UnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeHoldReason"]],["impl UnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeLockId"]],["impl UnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeSlashReason"]],["impl UnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeTask"]],["impl UnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeViewFunction"]],["impl UnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::OriginCaller"]],["impl UnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeCall"]],["impl UnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeError"]],["impl UnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeEvent"]],["impl UnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeFreezeReason"]],["impl UnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeHoldReason"]],["impl UnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeLockId"]],["impl UnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeSlashReason"]],["impl UnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeTask"]],["impl UnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeViewFunction"]],["impl UnwindSafe for Call",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::Call"]],["impl UnwindSafe for PalletACall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletACall"]],["impl UnwindSafe for PalletBCall",1,["pezkuwi_sdk_docs::reference_docs::extrinsic_encoding::call_data::PalletBCall"]],["impl UnwindSafe for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Origin"]],["impl UnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::OriginCaller"]],["impl UnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeCall"]],["impl UnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeError"]],["impl UnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeEvent"]],["impl UnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeFreezeReason"]],["impl UnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeHoldReason"]],["impl UnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeLockId"]],["impl UnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeSlashReason"]],["impl UnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeTask"]],["impl UnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeViewFunction"]],["impl UnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::OriginCaller"]],["impl UnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeCall"]],["impl UnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeError"]],["impl UnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeEvent"]],["impl UnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeFreezeReason"]],["impl UnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeHoldReason"]],["impl UnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeLockId"]],["impl UnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeSlashReason"]],["impl UnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeTask"]],["impl UnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeViewFunction"]],["impl UnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::OriginCaller"]],["impl UnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeCall"]],["impl UnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeError"]],["impl UnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeEvent"]],["impl UnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeFreezeReason"]],["impl UnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeHoldReason"]],["impl UnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeLockId"]],["impl UnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeSlashReason"]],["impl UnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeTask"]],["impl UnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeViewFunction"]],["impl UnwindSafe for Origin",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Origin"]],["impl UnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::OriginCaller"]],["impl UnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeCall"]],["impl UnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeError"]],["impl UnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeEvent"]],["impl UnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeFreezeReason"]],["impl UnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeHoldReason"]],["impl UnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeLockId"]],["impl UnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeSlashReason"]],["impl UnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeTask"]],["impl UnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeViewFunction"]],["impl UnwindSafe for OriginCaller",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::OriginCaller"]],["impl UnwindSafe for RuntimeCall",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeCall"]],["impl UnwindSafe for RuntimeError",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeError"]],["impl UnwindSafe for RuntimeEvent",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeEvent"]],["impl UnwindSafe for RuntimeFreezeReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeFreezeReason"]],["impl UnwindSafe for RuntimeHoldReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeHoldReason"]],["impl UnwindSafe for RuntimeLockId",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeLockId"]],["impl UnwindSafe for RuntimeSlashReason",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeSlashReason"]],["impl UnwindSafe for RuntimeTask",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeTask"]],["impl UnwindSafe for RuntimeViewFunction",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeViewFunction"]],["impl UnwindSafe for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::Balances"]],["impl UnwindSafe for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::storage_types::TotalIssuance"]],["impl UnwindSafe for Balances",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::Balances"]],["impl UnwindSafe for TotalIssuance",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::storage_types::TotalIssuance"]],["impl UnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::PalletInfo"]],["impl UnwindSafe for Runtime",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Runtime"]],["impl UnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::RuntimeGenesisConfig"]],["impl UnwindSafe for Value",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::storage_types::Value"]],["impl UnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::PalletInfo"]],["impl UnwindSafe for Runtime",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Runtime"]],["impl UnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::RuntimeGenesisConfig"]],["impl UnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletInfo"]],["impl UnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::Runtime"]],["impl UnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::RuntimeGenesisConfig"]],["impl UnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletInfo"]],["impl UnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::Runtime"]],["impl UnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::RuntimeGenesisConfig"]],["impl UnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletInfo"]],["impl UnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::Runtime"]],["impl UnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::RuntimeGenesisConfig"]],["impl UnwindSafe for OtherAuthorProvider",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::OtherAuthorProvider"]],["impl UnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletInfo"]],["impl UnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::Runtime"]],["impl UnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::RuntimeGenesisConfig"]],["impl UnwindSafe for PalletInfo",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletInfo"]],["impl UnwindSafe for Runtime",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::Runtime"]],["impl UnwindSafe for RuntimeGenesisConfig",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::RuntimeGenesisConfig"]],["impl UnwindSafe for AddToPayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToPayload"]],["impl UnwindSafe for AddToSignaturePayload",1,["pezkuwi_sdk_docs::reference_docs::transaction_extensions::transaction_extensions_example::AddToSignaturePayload"]],["impl<T> UnwindSafe for Call<T>
where\n <T as Config>::AccountId: UnwindSafe,\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Call"]],["impl<T> UnwindSafe for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: UnwindSafe,\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Call"]],["impl<T> UnwindSafe for Error<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Error"]],["impl<T> UnwindSafe for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n <T as Config>::AccountId: UnwindSafe,\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Event"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Call"]],["impl<T> UnwindSafe for Call<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Call"]],["impl<T> UnwindSafe for Event<T>
where\n <T as Config>::RuntimeEvent: Sized,\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Event"]],["impl<T> UnwindSafe for Call<T>
where\n <T as Config>::AccountId: UnwindSafe,\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Call"]],["impl<T> UnwindSafe for Call<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Call"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Pallet"]],["impl<T> UnwindSafe for GenesisConfig<T>
where\n <T as Config>::AccountId: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::GenesisConfig"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Pallet"]],["impl<T> UnwindSafe for Pallet<T>
where\n T: UnwindSafe,
",1,["pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Pallet"]]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[83057]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.Callable.js b/web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.Callable.js new file mode 100644 index 00000000..9937106f --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.Callable.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"],["impl<T: Config> Callable<T> for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7197]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.CheckIfFeeless.js b/web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.CheckIfFeeless.js new file mode 100644 index 00000000..f2ec5892 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.CheckIfFeeless.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl CheckIfFeeless for RuntimeCall"],["impl CheckIfFeeless for RuntimeCall"],["impl CheckIfFeeless for RuntimeCall"],["impl CheckIfFeeless for RuntimeCall"],["impl CheckIfFeeless for RuntimeCall"],["impl CheckIfFeeless for RuntimeCall"],["impl CheckIfFeeless for RuntimeCall"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"],["impl<T: Config> CheckIfFeeless for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8774]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.GetDispatchInfo.js b/web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.GetDispatchInfo.js new file mode 100644 index 00000000..df503a1a --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/dispatch/trait.GetDispatchInfo.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl GetDispatchInfo for RuntimeCall"],["impl GetDispatchInfo for RuntimeCall"],["impl GetDispatchInfo for RuntimeCall"],["impl GetDispatchInfo for RuntimeCall"],["impl GetDispatchInfo for RuntimeCall"],["impl GetDispatchInfo for RuntimeCall"],["impl GetDispatchInfo for RuntimeCall"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"],["impl<T: Config> GetDispatchInfo for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8796]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.Authorize.js b/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.Authorize.js new file mode 100644 index 00000000..cfd778cd --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.Authorize.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Authorize for RuntimeCall"],["impl Authorize for RuntimeCall"],["impl Authorize for RuntimeCall"],["impl Authorize for RuntimeCall"],["impl Authorize for RuntimeCall"],["impl Authorize for RuntimeCall"],["impl Authorize for RuntimeCall"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"],["impl<T: Config> Authorize for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8664]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.CallerTrait.js b/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.CallerTrait.js new file mode 100644 index 00000000..bd5d09fb --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.CallerTrait.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller"],["impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller"],["impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller"],["impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller"],["impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller"],["impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller"],["impl CallerTrait<<Runtime as Config>::AccountId> for OriginCaller"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[3640]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.OriginTrait.js b/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.OriginTrait.js new file mode 100644 index 00000000..b958d6b2 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.OriginTrait.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl OriginTrait for RuntimeOrigin"],["impl OriginTrait for RuntimeOrigin"],["impl OriginTrait for RuntimeOrigin"],["impl OriginTrait for RuntimeOrigin"],["impl OriginTrait for RuntimeOrigin"],["impl OriginTrait for RuntimeOrigin"],["impl OriginTrait for RuntimeOrigin"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[1887]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.UnfilteredDispatchable.js b/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.UnfilteredDispatchable.js new file mode 100644 index 00000000..74fe4e5b --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/dispatch/trait.UnfilteredDispatchable.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl UnfilteredDispatchable for RuntimeCall"],["impl UnfilteredDispatchable for RuntimeCall"],["impl UnfilteredDispatchable for RuntimeCall"],["impl UnfilteredDispatchable for RuntimeCall"],["impl UnfilteredDispatchable for RuntimeCall"],["impl UnfilteredDispatchable for RuntimeCall"],["impl UnfilteredDispatchable for RuntimeCall"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"],["impl<T: Config> UnfilteredDispatchable for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8950]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/error/trait.PalletError.js b/web/public/sdk_docs/trait.impl/frame_support/traits/error/trait.PalletError.js new file mode 100644 index 00000000..a2a7aada --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/error/trait.PalletError.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T> PalletError for Error<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[247]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.BeforeAllRuntimeMigrations.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.BeforeAllRuntimeMigrations.js new file mode 100644 index 00000000..0e480128 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.BeforeAllRuntimeMigrations.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"],["impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7332]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.BuildGenesisConfig.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.BuildGenesisConfig.js new file mode 100644 index 00000000..4f4e81f4 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.BuildGenesisConfig.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl BuildGenesisConfig for RuntimeGenesisConfig"],["impl BuildGenesisConfig for RuntimeGenesisConfig"],["impl BuildGenesisConfig for RuntimeGenesisConfig"],["impl BuildGenesisConfig for RuntimeGenesisConfig"],["impl BuildGenesisConfig for RuntimeGenesisConfig"],["impl BuildGenesisConfig for RuntimeGenesisConfig"],["impl BuildGenesisConfig for RuntimeGenesisConfig"],["impl<T: Config> BuildGenesisConfig for GenesisConfig<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[2578]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.Hooks.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.Hooks.js new file mode 100644 index 00000000..f7e122d2 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.Hooks.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8442]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.IntegrityTest.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.IntegrityTest.js new file mode 100644 index 00000000..c8aca711 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.IntegrityTest.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"],["impl<T: Config> IntegrityTest for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7137]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnFinalize.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnFinalize.js new file mode 100644 index 00000000..cd8168b3 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnFinalize.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8517]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnGenesis.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnGenesis.js new file mode 100644 index 00000000..f45e0a54 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnGenesis.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"],["impl<T: Config> OnGenesis for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7077]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnIdle.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnIdle.js new file mode 100644 index 00000000..1d1081e5 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnIdle.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8457]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnInitialize.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnInitialize.js new file mode 100644 index 00000000..e125983a --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnInitialize.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8547]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnPoll.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnPoll.js new file mode 100644 index 00000000..7c6432f6 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnPoll.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8457]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnRuntimeUpgrade.js b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnRuntimeUpgrade.js new file mode 100644 index 00000000..adcbfb90 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/hooks/trait.OnRuntimeUpgrade.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"],["impl<T: Config> OnRuntimeUpgrade for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7182]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallIndex.js b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallIndex.js new file mode 100644 index 00000000..b46ec29f --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallIndex.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"],["impl<T: Config> GetCallIndex for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[6942]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallMetadata.js b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallMetadata.js new file mode 100644 index 00000000..fb4b8b04 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallMetadata.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl GetCallMetadata for RuntimeCall"],["impl GetCallMetadata for RuntimeCall"],["impl GetCallMetadata for RuntimeCall"],["impl GetCallMetadata for RuntimeCall"],["impl GetCallMetadata for RuntimeCall"],["impl GetCallMetadata for RuntimeCall"],["impl GetCallMetadata for RuntimeCall"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[1831]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallName.js b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallName.js new file mode 100644 index 00000000..f4d4880d --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetCallName.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"],["impl<T: Config> GetCallName for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[6927]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetStorageVersion.js b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetStorageVersion.js new file mode 100644 index 00000000..5f721451 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.GetStorageVersion.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"],["impl<T: Config> GetStorageVersion for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7197]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletInfo.js b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletInfo.js new file mode 100644 index 00000000..d71039f1 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletInfo.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl PalletInfo for PalletInfo"],["impl PalletInfo for PalletInfo"],["impl PalletInfo for PalletInfo"],["impl PalletInfo for PalletInfo"],["impl PalletInfo for PalletInfo"],["impl PalletInfo for PalletInfo"],["impl PalletInfo for PalletInfo"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[1817]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletInfoAccess.js b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletInfoAccess.js new file mode 100644 index 00000000..5bbb2c1f --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletInfoAccess.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"],["impl<T: Config> PalletInfoAccess for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7182]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletsInfoAccess.js b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletsInfoAccess.js new file mode 100644 index 00000000..bb64268a --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/metadata/trait.PalletsInfoAccess.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"],["impl<T: Config> PalletsInfoAccess for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7197]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.IsInherent.js b/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.IsInherent.js new file mode 100644 index 00000000..ed9094a1 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.IsInherent.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime"],["impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime"],["impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime"],["impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime"],["impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime"],["impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime"],["impl IsInherent<<<Runtime as Config>::Block as Block>::Extrinsic> for Runtime"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[3738]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.IsSubType.js b/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.IsSubType.js new file mode 100644 index 00000000..ffa36015 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.IsSubType.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"],["impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::RuntimeCall> for RuntimeCall"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[12130]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.OffchainWorker.js b/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.OffchainWorker.js new file mode 100644 index 00000000..aa43cdf2 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.OffchainWorker.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"],["impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[8577]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.VariantCount.js b/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.VariantCount.js new file mode 100644 index 00000000..570a25d0 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/misc/trait.VariantCount.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl VariantCount for RuntimeFreezeReason"],["impl VariantCount for RuntimeHoldReason"],["impl VariantCount for RuntimeFreezeReason"],["impl VariantCount for RuntimeHoldReason"],["impl VariantCount for RuntimeFreezeReason"],["impl VariantCount for RuntimeHoldReason"],["impl VariantCount for RuntimeFreezeReason"],["impl VariantCount for RuntimeHoldReason"],["impl VariantCount for RuntimeFreezeReason"],["impl VariantCount for RuntimeHoldReason"],["impl VariantCount for RuntimeFreezeReason"],["impl VariantCount for RuntimeHoldReason"],["impl VariantCount for RuntimeFreezeReason"],["impl VariantCount for RuntimeHoldReason"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[3892]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/storage/trait.StorageInfoTrait.js b/web/public/sdk_docs/trait.impl/frame_support/traits/storage/trait.StorageInfoTrait.js new file mode 100644 index 00000000..f4df2c7b --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/storage/trait.StorageInfoTrait.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"],["impl<T: Config> StorageInfoTrait for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7182]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/storage/trait.WhitelistedStorageKeys.js b/web/public/sdk_docs/trait.impl/frame_support/traits/storage/trait.WhitelistedStorageKeys.js new file mode 100644 index 00000000..aaf3d4e0 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/storage/trait.WhitelistedStorageKeys.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"],["impl<T: Config> WhitelistedStorageKeys for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7272]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/traits/tasks/trait.Task.js b/web/public/sdk_docs/trait.impl/frame_support/traits/tasks/trait.Task.js new file mode 100644 index 00000000..f8512bda --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/traits/tasks/trait.Task.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Task for RuntimeTask"],["impl Task for RuntimeTask"],["impl Task for RuntimeTask"],["impl Task for RuntimeTask"],["impl Task for RuntimeTask"],["impl Task for RuntimeTask"],["impl Task for RuntimeTask"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[1754]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/view_functions/trait.DispatchViewFunction.js b/web/public/sdk_docs/trait.impl/frame_support/view_functions/trait.DispatchViewFunction.js new file mode 100644 index 00000000..7ffbc2d8 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/view_functions/trait.DispatchViewFunction.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl DispatchViewFunction for RuntimeViewFunction"],["impl DispatchViewFunction for RuntimeViewFunction"],["impl DispatchViewFunction for RuntimeViewFunction"],["impl DispatchViewFunction for RuntimeViewFunction"],["impl DispatchViewFunction for RuntimeViewFunction"],["impl DispatchViewFunction for RuntimeViewFunction"],["impl DispatchViewFunction for RuntimeViewFunction"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"],["impl<T: Config> DispatchViewFunction for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[9254]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_support/view_functions/trait.ViewFunctionIdPrefix.js b/web/public/sdk_docs/trait.impl/frame_support/view_functions/trait.ViewFunctionIdPrefix.js new file mode 100644 index 00000000..742aaa72 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_support/view_functions/trait.ViewFunctionIdPrefix.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"],["impl<T: Config> ViewFunctionIdPrefix for Pallet<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[7242]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/frame_system/pallet/trait.Config.js b/web/public/sdk_docs/trait.impl/frame_system/pallet/trait.Config.js new file mode 100644 index 00000000..99551a4d --- /dev/null +++ b/web/public/sdk_docs/trait.impl/frame_system/pallet/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Config for Runtime"],["impl Config for Runtime"],["impl Config for Runtime"],["impl Config for Runtime"],["impl Config for Runtime"],["impl Config for Runtime"],["impl Config for Runtime"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[1726]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/parity_scale_codec/codec/trait.Decode.js b/web/public/sdk_docs/trait.impl/parity_scale_codec/codec/trait.Decode.js new file mode 100644 index 00000000..12735ed5 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/parity_scale_codec/codec/trait.Decode.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Decode for OriginCaller"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeError"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeTask"],["impl Decode for RuntimeViewFunction"],["impl Decode for OriginCaller"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeError"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeTask"],["impl Decode for RuntimeViewFunction"],["impl Decode for Call"],["impl Decode for PalletACall"],["impl Decode for PalletBCall"],["impl Decode for Origin"],["impl Decode for OriginCaller"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeError"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeTask"],["impl Decode for RuntimeViewFunction"],["impl Decode for OriginCaller"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeError"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeTask"],["impl Decode for RuntimeViewFunction"],["impl Decode for OriginCaller"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeError"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeTask"],["impl Decode for RuntimeViewFunction"],["impl Decode for Origin"],["impl Decode for OriginCaller"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeError"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeTask"],["impl Decode for RuntimeViewFunction"],["impl Decode for OriginCaller"],["impl Decode for RuntimeCall"],["impl Decode for RuntimeError"],["impl Decode for RuntimeEvent"],["impl Decode for RuntimeFreezeReason"],["impl Decode for RuntimeHoldReason"],["impl Decode for RuntimeLockId"],["impl Decode for RuntimeSlashReason"],["impl Decode for RuntimeTask"],["impl Decode for RuntimeViewFunction"],["impl Decode for AddToPayload"],["impl Decode for AddToSignaturePayload"],["impl<T> Decode for Error<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Event<T>
where\n T::AccountId: Decode,
"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Event<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"],["impl<T: Config> Decode for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[27899]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/parity_scale_codec/codec/trait.Encode.js b/web/public/sdk_docs/trait.impl/parity_scale_codec/codec/trait.Encode.js new file mode 100644 index 00000000..9416919c --- /dev/null +++ b/web/public/sdk_docs/trait.impl/parity_scale_codec/codec/trait.Encode.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Encode for OriginCaller"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeError"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeTask"],["impl Encode for RuntimeViewFunction"],["impl Encode for OriginCaller"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeError"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeTask"],["impl Encode for RuntimeViewFunction"],["impl Encode for Call"],["impl Encode for PalletACall"],["impl Encode for PalletBCall"],["impl Encode for Origin"],["impl Encode for OriginCaller"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeError"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeTask"],["impl Encode for RuntimeViewFunction"],["impl Encode for OriginCaller"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeError"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeTask"],["impl Encode for RuntimeViewFunction"],["impl Encode for OriginCaller"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeError"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeTask"],["impl Encode for RuntimeViewFunction"],["impl Encode for Origin"],["impl Encode for OriginCaller"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeError"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeTask"],["impl Encode for RuntimeViewFunction"],["impl Encode for OriginCaller"],["impl Encode for RuntimeCall"],["impl Encode for RuntimeError"],["impl Encode for RuntimeEvent"],["impl Encode for RuntimeFreezeReason"],["impl Encode for RuntimeHoldReason"],["impl Encode for RuntimeLockId"],["impl Encode for RuntimeSlashReason"],["impl Encode for RuntimeTask"],["impl Encode for RuntimeViewFunction"],["impl Encode for AddToPayload"],["impl Encode for AddToSignaturePayload"],["impl<T> Encode for Error<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Event<T>
where\n T::AccountId: Encode,
"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Event<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"],["impl<T: Config> Encode for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[27899]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/parity_scale_codec/encode_like/trait.EncodeLike.js b/web/public/sdk_docs/trait.impl/parity_scale_codec/encode_like/trait.EncodeLike.js new file mode 100644 index 00000000..045ca74a --- /dev/null +++ b/web/public/sdk_docs/trait.impl/parity_scale_codec/encode_like/trait.EncodeLike.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl EncodeLike for OriginCaller"],["impl EncodeLike for RuntimeCall"],["impl EncodeLike for RuntimeError"],["impl EncodeLike for RuntimeEvent"],["impl EncodeLike for RuntimeFreezeReason"],["impl EncodeLike for RuntimeHoldReason"],["impl EncodeLike for RuntimeLockId"],["impl EncodeLike for RuntimeSlashReason"],["impl EncodeLike for RuntimeTask"],["impl EncodeLike for RuntimeViewFunction"],["impl EncodeLike for OriginCaller"],["impl EncodeLike for RuntimeCall"],["impl EncodeLike for RuntimeError"],["impl EncodeLike for RuntimeEvent"],["impl EncodeLike for RuntimeFreezeReason"],["impl EncodeLike for RuntimeHoldReason"],["impl EncodeLike for RuntimeLockId"],["impl EncodeLike for RuntimeSlashReason"],["impl EncodeLike for RuntimeTask"],["impl EncodeLike for RuntimeViewFunction"],["impl EncodeLike for Call"],["impl EncodeLike for PalletACall"],["impl EncodeLike for PalletBCall"],["impl EncodeLike for Origin"],["impl EncodeLike for OriginCaller"],["impl EncodeLike for RuntimeCall"],["impl EncodeLike for RuntimeError"],["impl EncodeLike for RuntimeEvent"],["impl EncodeLike for RuntimeFreezeReason"],["impl EncodeLike for RuntimeHoldReason"],["impl EncodeLike for RuntimeLockId"],["impl EncodeLike for RuntimeSlashReason"],["impl EncodeLike for RuntimeTask"],["impl EncodeLike for RuntimeViewFunction"],["impl EncodeLike for OriginCaller"],["impl EncodeLike for RuntimeCall"],["impl EncodeLike for RuntimeError"],["impl EncodeLike for RuntimeEvent"],["impl EncodeLike for RuntimeFreezeReason"],["impl EncodeLike for RuntimeHoldReason"],["impl EncodeLike for RuntimeLockId"],["impl EncodeLike for RuntimeSlashReason"],["impl EncodeLike for RuntimeTask"],["impl EncodeLike for RuntimeViewFunction"],["impl EncodeLike for OriginCaller"],["impl EncodeLike for RuntimeCall"],["impl EncodeLike for RuntimeError"],["impl EncodeLike for RuntimeEvent"],["impl EncodeLike for RuntimeFreezeReason"],["impl EncodeLike for RuntimeHoldReason"],["impl EncodeLike for RuntimeLockId"],["impl EncodeLike for RuntimeSlashReason"],["impl EncodeLike for RuntimeTask"],["impl EncodeLike for RuntimeViewFunction"],["impl EncodeLike for Origin"],["impl EncodeLike for OriginCaller"],["impl EncodeLike for RuntimeCall"],["impl EncodeLike for RuntimeError"],["impl EncodeLike for RuntimeEvent"],["impl EncodeLike for RuntimeFreezeReason"],["impl EncodeLike for RuntimeHoldReason"],["impl EncodeLike for RuntimeLockId"],["impl EncodeLike for RuntimeSlashReason"],["impl EncodeLike for RuntimeTask"],["impl EncodeLike for RuntimeViewFunction"],["impl EncodeLike for OriginCaller"],["impl EncodeLike for RuntimeCall"],["impl EncodeLike for RuntimeError"],["impl EncodeLike for RuntimeEvent"],["impl EncodeLike for RuntimeFreezeReason"],["impl EncodeLike for RuntimeHoldReason"],["impl EncodeLike for RuntimeLockId"],["impl EncodeLike for RuntimeSlashReason"],["impl EncodeLike for RuntimeTask"],["impl EncodeLike for RuntimeViewFunction"],["impl EncodeLike for AddToPayload"],["impl EncodeLike for AddToSignaturePayload"],["impl<T> EncodeLike for Error<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Event<T>
where\n T::AccountId: Encode,
"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Event<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"],["impl<T: Config> EncodeLike for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[28279]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/parity_scale_codec/max_encoded_len/trait.MaxEncodedLen.js b/web/public/sdk_docs/trait.impl/parity_scale_codec/max_encoded_len/trait.MaxEncodedLen.js new file mode 100644 index 00000000..fc270fd1 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/parity_scale_codec/max_encoded_len/trait.MaxEncodedLen.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for Origin"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for Origin"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeSlashReason"],["impl MaxEncodedLen for OriginCaller"],["impl MaxEncodedLen for RuntimeFreezeReason"],["impl MaxEncodedLen for RuntimeHoldReason"],["impl MaxEncodedLen for RuntimeLockId"],["impl MaxEncodedLen for RuntimeSlashReason"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[9985]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/parity_scale_codec/mem_tracking/trait.DecodeWithMemTracking.js b/web/public/sdk_docs/trait.impl/parity_scale_codec/mem_tracking/trait.DecodeWithMemTracking.js new file mode 100644 index 00000000..d6655157 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/parity_scale_codec/mem_tracking/trait.DecodeWithMemTracking.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl DecodeWithMemTracking for OriginCaller"],["impl DecodeWithMemTracking for RuntimeCall"],["impl DecodeWithMemTracking for RuntimeError"],["impl DecodeWithMemTracking for RuntimeEvent"],["impl DecodeWithMemTracking for RuntimeFreezeReason"],["impl DecodeWithMemTracking for RuntimeHoldReason"],["impl DecodeWithMemTracking for RuntimeLockId"],["impl DecodeWithMemTracking for RuntimeSlashReason"],["impl DecodeWithMemTracking for RuntimeTask"],["impl DecodeWithMemTracking for RuntimeViewFunction"],["impl DecodeWithMemTracking for OriginCaller"],["impl DecodeWithMemTracking for RuntimeCall"],["impl DecodeWithMemTracking for RuntimeError"],["impl DecodeWithMemTracking for RuntimeEvent"],["impl DecodeWithMemTracking for RuntimeFreezeReason"],["impl DecodeWithMemTracking for RuntimeHoldReason"],["impl DecodeWithMemTracking for RuntimeLockId"],["impl DecodeWithMemTracking for RuntimeSlashReason"],["impl DecodeWithMemTracking for RuntimeTask"],["impl DecodeWithMemTracking for RuntimeViewFunction"],["impl DecodeWithMemTracking for Origin"],["impl DecodeWithMemTracking for OriginCaller"],["impl DecodeWithMemTracking for RuntimeCall"],["impl DecodeWithMemTracking for RuntimeError"],["impl DecodeWithMemTracking for RuntimeEvent"],["impl DecodeWithMemTracking for RuntimeFreezeReason"],["impl DecodeWithMemTracking for RuntimeHoldReason"],["impl DecodeWithMemTracking for RuntimeLockId"],["impl DecodeWithMemTracking for RuntimeSlashReason"],["impl DecodeWithMemTracking for RuntimeTask"],["impl DecodeWithMemTracking for RuntimeViewFunction"],["impl DecodeWithMemTracking for OriginCaller"],["impl DecodeWithMemTracking for RuntimeCall"],["impl DecodeWithMemTracking for RuntimeError"],["impl DecodeWithMemTracking for RuntimeEvent"],["impl DecodeWithMemTracking for RuntimeFreezeReason"],["impl DecodeWithMemTracking for RuntimeHoldReason"],["impl DecodeWithMemTracking for RuntimeLockId"],["impl DecodeWithMemTracking for RuntimeSlashReason"],["impl DecodeWithMemTracking for RuntimeTask"],["impl DecodeWithMemTracking for RuntimeViewFunction"],["impl DecodeWithMemTracking for OriginCaller"],["impl DecodeWithMemTracking for RuntimeCall"],["impl DecodeWithMemTracking for RuntimeError"],["impl DecodeWithMemTracking for RuntimeEvent"],["impl DecodeWithMemTracking for RuntimeFreezeReason"],["impl DecodeWithMemTracking for RuntimeHoldReason"],["impl DecodeWithMemTracking for RuntimeLockId"],["impl DecodeWithMemTracking for RuntimeSlashReason"],["impl DecodeWithMemTracking for RuntimeTask"],["impl DecodeWithMemTracking for RuntimeViewFunction"],["impl DecodeWithMemTracking for Origin"],["impl DecodeWithMemTracking for OriginCaller"],["impl DecodeWithMemTracking for RuntimeCall"],["impl DecodeWithMemTracking for RuntimeError"],["impl DecodeWithMemTracking for RuntimeEvent"],["impl DecodeWithMemTracking for RuntimeFreezeReason"],["impl DecodeWithMemTracking for RuntimeHoldReason"],["impl DecodeWithMemTracking for RuntimeLockId"],["impl DecodeWithMemTracking for RuntimeSlashReason"],["impl DecodeWithMemTracking for RuntimeTask"],["impl DecodeWithMemTracking for RuntimeViewFunction"],["impl DecodeWithMemTracking for OriginCaller"],["impl DecodeWithMemTracking for RuntimeCall"],["impl DecodeWithMemTracking for RuntimeError"],["impl DecodeWithMemTracking for RuntimeEvent"],["impl DecodeWithMemTracking for RuntimeFreezeReason"],["impl DecodeWithMemTracking for RuntimeHoldReason"],["impl DecodeWithMemTracking for RuntimeLockId"],["impl DecodeWithMemTracking for RuntimeSlashReason"],["impl DecodeWithMemTracking for RuntimeTask"],["impl DecodeWithMemTracking for RuntimeViewFunction"],["impl DecodeWithMemTracking for AddToPayload"],["impl DecodeWithMemTracking for AddToSignaturePayload"],["impl<T> DecodeWithMemTracking for Error<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>
where\n T::AccountId: DecodeWithMemTracking,
"],["impl<T: Config> DecodeWithMemTracking for Call<T>
where\n T::AccountId: DecodeWithMemTracking,
"],["impl<T: Config> DecodeWithMemTracking for Event<T>
where\n T::AccountId: DecodeWithMemTracking,
"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Event<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>
where\n T::AccountId: DecodeWithMemTracking,
"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"],["impl<T: Config> DecodeWithMemTracking for Call<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[28823]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/trait.Config.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/trait.Config.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/trait.Config.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/trait.Config.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/trait.Config.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/trait.Config.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/trait.Config.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/trait.Config.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/trait.Config.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/trait.Config.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/trait.Config.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/trait.Config.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/trait.AuthorProvider.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/trait.AuthorProvider.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/trait.AuthorProvider.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/trait.Config.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/trait.Config.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/trait.Config.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/trait.Config.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/trait.Config.js b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/trait.Config.js new file mode 100644 index 00000000..40c18c58 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/trait.Config.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/scale_info/trait.TypeInfo.js b/web/public/sdk_docs/trait.impl/scale_info/trait.TypeInfo.js new file mode 100644 index 00000000..71f076a6 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/scale_info/trait.TypeInfo.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeError"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeTask"],["impl TypeInfo for RuntimeViewFunction"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeError"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeTask"],["impl TypeInfo for RuntimeViewFunction"],["impl TypeInfo for Origin"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeError"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeTask"],["impl TypeInfo for RuntimeViewFunction"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeError"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeTask"],["impl TypeInfo for RuntimeViewFunction"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeError"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeTask"],["impl TypeInfo for RuntimeViewFunction"],["impl TypeInfo for Origin"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeError"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeTask"],["impl TypeInfo for RuntimeViewFunction"],["impl TypeInfo for OriginCaller"],["impl TypeInfo for RuntimeCall"],["impl TypeInfo for RuntimeError"],["impl TypeInfo for RuntimeEvent"],["impl TypeInfo for RuntimeFreezeReason"],["impl TypeInfo for RuntimeHoldReason"],["impl TypeInfo for RuntimeLockId"],["impl TypeInfo for RuntimeSlashReason"],["impl TypeInfo for RuntimeTask"],["impl TypeInfo for RuntimeViewFunction"],["impl TypeInfo for Runtime"],["impl TypeInfo for Runtime"],["impl TypeInfo for Runtime"],["impl TypeInfo for Runtime"],["impl TypeInfo for Runtime"],["impl TypeInfo for Runtime"],["impl TypeInfo for Runtime"],["impl TypeInfo for AddToPayload"],["impl TypeInfo for AddToSignaturePayload"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T::AccountId: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T::AccountId: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Error<T>
where\n PhantomData<T>: TypeInfo + 'static,\n T: 'static,
"],["impl<T> TypeInfo for Event<T>
where\n T::AccountId: TypeInfo + 'static,\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Event<T>
where\n PhantomData<T>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T::AccountId: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"],["impl<T> TypeInfo for Call<T>
where\n PhantomData<(T,)>: TypeInfo + 'static,\n T: Config + 'static,
"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[35015]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/serde_core/de/trait.Deserialize.js b/web/public/sdk_docs/trait.impl/serde_core/de/trait.Deserialize.js new file mode 100644 index 00000000..e347b38d --- /dev/null +++ b/web/public/sdk_docs/trait.impl/serde_core/de/trait.Deserialize.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"],["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"],["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"],["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"],["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"],["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"],["impl<'de> Deserialize<'de> for RuntimeGenesisConfig"],["impl<'de, T: Config> Deserialize<'de> for GenesisConfig<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[3876]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/serde_core/ser/trait.Serialize.js b/web/public/sdk_docs/trait.impl/serde_core/ser/trait.Serialize.js new file mode 100644 index 00000000..7cd16838 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/serde_core/ser/trait.Serialize.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Serialize for RuntimeGenesisConfig"],["impl Serialize for RuntimeGenesisConfig"],["impl Serialize for RuntimeGenesisConfig"],["impl Serialize for RuntimeGenesisConfig"],["impl Serialize for RuntimeGenesisConfig"],["impl Serialize for RuntimeGenesisConfig"],["impl Serialize for RuntimeGenesisConfig"],["impl<T: Config> Serialize for GenesisConfig<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[3674]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/sp_runtime/trait.BuildStorage.js b/web/public/sdk_docs/trait.impl/sp_runtime/trait.BuildStorage.js new file mode 100644 index 00000000..2de92dcb --- /dev/null +++ b/web/public/sdk_docs/trait.impl/sp_runtime/trait.BuildStorage.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<T: Config> BuildStorage for GenesisConfig<T>"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[511]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.AsSystemOriginSigner.js b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.AsSystemOriginSigner.js new file mode 100644 index 00000000..e8295a87 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.AsSystemOriginSigner.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin"],["impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin"],["impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin"],["impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin"],["impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin"],["impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin"],["impl AsSystemOriginSigner<<Runtime as Config>::AccountId> for RuntimeOrigin"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[3766]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.AsTransactionAuthorizedOrigin.js b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.AsTransactionAuthorizedOrigin.js new file mode 100644 index 00000000..f78f2965 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.AsTransactionAuthorizedOrigin.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl AsTransactionAuthorizedOrigin for RuntimeOrigin"],["impl AsTransactionAuthorizedOrigin for RuntimeOrigin"],["impl AsTransactionAuthorizedOrigin for RuntimeOrigin"],["impl AsTransactionAuthorizedOrigin for RuntimeOrigin"],["impl AsTransactionAuthorizedOrigin for RuntimeOrigin"],["impl AsTransactionAuthorizedOrigin for RuntimeOrigin"],["impl AsTransactionAuthorizedOrigin for RuntimeOrigin"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[2013]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.Dispatchable.js b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.Dispatchable.js new file mode 100644 index 00000000..a85df202 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.Dispatchable.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl Dispatchable for RuntimeCall"],["impl Dispatchable for RuntimeCall"],["impl Dispatchable for Call"],["impl Dispatchable for RuntimeCall"],["impl Dispatchable for RuntimeCall"],["impl Dispatchable for RuntimeCall"],["impl Dispatchable for RuntimeCall"],["impl Dispatchable for RuntimeCall"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[2033]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.GetRuntimeBlockType.js b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.GetRuntimeBlockType.js new file mode 100644 index 00000000..9bf9c763 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.GetRuntimeBlockType.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl GetRuntimeBlockType for Runtime"],["impl GetRuntimeBlockType for Runtime"],["impl GetRuntimeBlockType for Runtime"],["impl GetRuntimeBlockType for Runtime"],["impl GetRuntimeBlockType for Runtime"],["impl GetRuntimeBlockType for Runtime"],["impl GetRuntimeBlockType for Runtime"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[1817]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.ValidateUnsigned.js b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.ValidateUnsigned.js new file mode 100644 index 00000000..097dad61 --- /dev/null +++ b/web/public/sdk_docs/trait.impl/sp_runtime/traits/trait.ValidateUnsigned.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl ValidateUnsigned for Runtime"],["impl ValidateUnsigned for Runtime"],["impl ValidateUnsigned for Runtime"],["impl ValidateUnsigned for Runtime"],["impl ValidateUnsigned for Runtime"],["impl ValidateUnsigned for Runtime"],["impl ValidateUnsigned for Runtime"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[1796]} \ No newline at end of file diff --git a/web/public/sdk_docs/trait.impl/sp_runtime/traits/transaction_extension/trait.TransactionExtension.js b/web/public/sdk_docs/trait.impl/sp_runtime/traits/transaction_extension/trait.TransactionExtension.js new file mode 100644 index 00000000..52c2710c --- /dev/null +++ b/web/public/sdk_docs/trait.impl/sp_runtime/traits/transaction_extension/trait.TransactionExtension.js @@ -0,0 +1,9 @@ +(function() { + var implementors = Object.fromEntries([["pezkuwi_sdk_docs",[["impl<Call: Dispatchable> TransactionExtension<Call> for AddToPayload"],["impl<Call: Dispatchable> TransactionExtension<Call> for AddToSignaturePayload"]]]]); + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } +})() +//{"start":57,"fragment_lengths":[747]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/frame_support/storage/types/map/struct.StorageMap.js b/web/public/sdk_docs/type.impl/frame_support/storage/types/map/struct.StorageMap.js new file mode 100644 index 00000000..338d87c1 --- /dev/null +++ b/web/public/sdk_docs/type.impl/frame_support/storage/types/map/struct.StorageMap.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
§

impl<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues> PartialStorageInfoTrait for StorageMap<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>
where\n Prefix: StorageInstance,\n Hasher: StorageHasher,\n Key: FullCodec,\n Value: FullCodec,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,\n MaxValues: Get<Option<u32>>,

It doesn’t require to implement MaxEncodedLen and give no information for max_size.

\n
§

fn partial_storage_info() -> Vec<StorageInfo>

","PartialStorageInfoTrait","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Balances","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Balances"],["
§

impl<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues> StorageEntryMetadataBuilder for StorageMap<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>
where\n Prefix: StorageInstance,\n Hasher: StorageHasher,\n Key: FullCodec + StaticTypeInfo,\n Value: FullCodec + StaticTypeInfo,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,\n MaxValues: Get<Option<u32>>,

§

fn build_metadata(\n deprecation_status: ItemDeprecationInfoIR,\n docs: Vec<&'static str>,\n entries: &mut Vec<StorageEntryMetadataIR>,\n)

Build into entries the storage metadata entries of a storage given some docs.
","StorageEntryMetadataBuilder","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Balances","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Balances"],["
§

impl<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues> StorageInfoTrait for StorageMap<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>
where\n Prefix: StorageInstance,\n Hasher: StorageHasher,\n Key: FullCodec + MaxEncodedLen,\n Value: FullCodec + MaxEncodedLen,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,\n MaxValues: Get<Option<u32>>,

§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Balances","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Balances"],["
§

impl<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues> StorageMap<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>
where\n Prefix: StorageInstance,\n Hasher: StorageHasher + ReversibleStorageHasher,\n Key: FullCodec,\n Value: FullCodec,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,\n MaxValues: Get<Option<u32>>,

pub fn iter() -> PrefixIterator<(Key, Value)>

Enumerate all elements in the map in no particular order.

\n

If you alter the map while doing this, you’ll get undefined results.

\n

pub fn iter_from(starting_raw_key: Vec<u8>) -> PrefixIterator<(Key, Value)>

Enumerate all elements in the map after a specified starting_raw_key in no\nparticular order.

\n

If you alter the map while doing this, you’ll get undefined results.

\n

pub fn iter_from_key(\n starting_key: impl EncodeLike<Key>,\n) -> PrefixIterator<(Key, Value)>

Enumerate all elements in the map after a specified starting_key in no\nparticular order.

\n

If you alter the map while doing this, you’ll get undefined results.

\n

pub fn iter_keys() -> KeyPrefixIterator<Key>

Enumerate all keys in the map in no particular order.

\n

If you alter the map while doing this, you’ll get undefined results.

\n

pub fn iter_keys_from(starting_raw_key: Vec<u8>) -> KeyPrefixIterator<Key>

Enumerate all keys in the map after a specified starting_raw_key in no particular\norder.

\n

If you alter the map while doing this, you’ll get undefined results.

\n

pub fn iter_keys_from_key(\n starting_key: impl EncodeLike<Key>,\n) -> KeyPrefixIterator<Key>

Enumerate all keys in the map after a specified starting_key in no particular\norder.

\n

If you alter the map while doing this, you’ll get undefined results.

\n

pub fn drain() -> PrefixIterator<(Key, Value)>

Remove all elements from the map and iterate through them in no particular order.

\n

If you add elements to the map while doing this, you’ll get undefined results.

\n

pub fn translate<O, F>(f: F)
where\n O: Decode,\n F: FnMut(Key, O) -> Option<Value>,

Translate the values of all elements by a function f, in the map in no particular order.

\n

By returning None from f for an element, you’ll remove it from the map.

\n

NOTE: If a value fails to decode because storage is corrupted, then it will log an error and\nbe skipped in production, or panic in development.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Balances","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Balances"],["
§

impl<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues> StorageMap<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>
where\n Prefix: StorageInstance,\n Hasher: StorageHasher,\n Key: FullCodec,\n Value: FullCodec,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,\n MaxValues: Get<Option<u32>>,

pub fn hashed_key_for<KeyArg>(key: KeyArg) -> Vec<u8>
where\n KeyArg: EncodeLike<Key>,

Get the storage key used to fetch a value corresponding to a specific key.

\n

pub fn contains_key<KeyArg>(key: KeyArg) -> bool
where\n KeyArg: EncodeLike<Key>,

Does the value (explicitly) exist in storage?

\n

pub fn get<KeyArg>(\n key: KeyArg,\n) -> <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query
where\n KeyArg: EncodeLike<Key>,

Load the value associated with the given key from the map.

\n

pub fn try_get<KeyArg>(key: KeyArg) -> Result<Value, ()>
where\n KeyArg: EncodeLike<Key>,

Try to get the value for the given key from the map.

\n

Returns Ok if it exists, Err if not.

\n

pub fn swap<KeyArg1, KeyArg2>(key1: KeyArg1, key2: KeyArg2)
where\n KeyArg1: EncodeLike<Key>,\n KeyArg2: EncodeLike<Key>,

Swap the values of two keys.

\n

pub fn set<KeyArg>(\n key: KeyArg,\n q: <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query,\n)
where\n KeyArg: EncodeLike<Key>,

Store or remove the value to be associated with key so that get returns the query.

\n

pub fn insert<KeyArg, ValArg>(key: KeyArg, val: ValArg)
where\n KeyArg: EncodeLike<Key>,\n ValArg: EncodeLike<Value>,

Store a value to be associated with the given key from the map.

\n

pub fn remove<KeyArg>(key: KeyArg)
where\n KeyArg: EncodeLike<Key>,

Remove the value under a key.

\n

pub fn mutate<KeyArg, R, F>(key: KeyArg, f: F) -> R
where\n KeyArg: EncodeLike<Key>,\n F: FnOnce(&mut <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query) -> R,

Mutate the value under a key.

\n

pub fn try_mutate<KeyArg, R, E, F>(key: KeyArg, f: F) -> Result<R, E>
where\n KeyArg: EncodeLike<Key>,\n F: FnOnce(&mut <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query) -> Result<R, E>,

Mutate the item, only if an Ok value is returned.

\n

pub fn mutate_extant<KeyArg, R, F>(key: KeyArg, f: F) -> R
where\n KeyArg: EncodeLike<Key>,\n R: Default,\n F: FnOnce(&mut Value) -> R,

Mutate the value under a key iff it exists. Do nothing and return the default value if not.

\n

pub fn mutate_exists<KeyArg, R, F>(key: KeyArg, f: F) -> R
where\n KeyArg: EncodeLike<Key>,\n F: FnOnce(&mut Option<Value>) -> R,

Mutate the value under a key. Deletes the item if mutated to a None.

\n

pub fn try_mutate_exists<KeyArg, R, E, F>(key: KeyArg, f: F) -> Result<R, E>
where\n KeyArg: EncodeLike<Key>,\n F: FnOnce(&mut Option<Value>) -> Result<R, E>,

Mutate the item, only if an Ok value is returned. Deletes the item if mutated to a None.\nf will always be called with an option representing if the storage item exists (Some<V>)\nor if the storage item does not exist (None), independent of the QueryType.

\n

pub fn take<KeyArg>(\n key: KeyArg,\n) -> <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query
where\n KeyArg: EncodeLike<Key>,

Take the value under a key.

\n

pub fn append<Item, EncodeLikeItem, EncodeLikeKey>(\n key: EncodeLikeKey,\n item: EncodeLikeItem,\n)
where\n EncodeLikeKey: EncodeLike<Key>,\n Item: Encode,\n EncodeLikeItem: EncodeLike<Item>,\n Value: StorageAppend<Item>,

Append the given items to the value in the storage.

\n

Value is required to implement codec::EncodeAppend.

\n
§Warning
\n

If the storage item is not encoded properly, the storage will be overwritten\nand set to [item]. Any default value set for the storage item will be ignored\non overwrite.

\n

pub fn decode_len<KeyArg>(key: KeyArg) -> Option<usize>
where\n KeyArg: EncodeLike<Key>,\n Value: StorageDecodeLength,

Read the length of the storage value without decoding the entire value under the\ngiven key.

\n

Value is required to implement [StorageDecodeLength].

\n

If the value does not exists or it fails to decode the length, None is returned.\nOtherwise Some(len) is returned.

\n
§Warning
\n

None does not mean that get() does not return a value. The default value is completely\nignored by this function.

\n

pub fn decode_non_dedup_len<KeyArg>(key: KeyArg) -> Option<usize>
where\n KeyArg: EncodeLike<Key>,\n Value: StorageDecodeNonDedupLength,

Read the length of the storage value without decoding the entire value.

\n

Value is required to implement [StorageDecodeNonDedupLength].

\n

If the value does not exists or it fails to decode the length, None is returned.\nOtherwise Some(len) is returned.

\n
§Warning
\n
    \n
  • \n

    None does not mean that get() does not return a value. The default value is\ncompletely\nignored by this function.

    \n
  • \n
  • \n

    The value returned is the non-deduplicated length of the underlying Vector in storage.This\nmeans that any duplicate items are included.

    \n
  • \n
\n

pub fn migrate_key<OldHasher, KeyArg>(key: KeyArg) -> Option<Value>
where\n OldHasher: StorageHasher,\n KeyArg: EncodeLike<Key>,

Migrate an item with the given key from a defunct OldHasher to the current hasher.

\n

If the key doesn’t exist, then it’s a no-op. If it does, then it returns its value.

\n

pub fn remove_all(limit: Option<u32>) -> KillStorageResult

👎Deprecated: Use clear instead

Remove all values of the storage in the overlay and up to limit in the backend.

\n

All values in the client overlay will be deleted, if there is some limit then up to\nlimit values are deleted from the client backend, if limit is none then all values in\nthe client backend are deleted.

\n
§Note
\n

Calling this multiple times per block with a limit set leads always to the same keys being\nremoved and the same result being returned. This happens because the keys to delete in the\noverlay are not taken into account when deleting keys in the backend.

\n

pub fn clear(limit: u32, maybe_cursor: Option<&[u8]>) -> MultiRemovalResults

Attempt to remove all items from the map.

\n

Returns MultiRemovalResults to inform about the result. Once\nthe resultant maybe_cursor field is None, then no further items remain to be deleted.

\n

NOTE: After the initial call for any given map, it is important that no further items\nare inserted into the map. If so, then the map may not be empty when the resultant\nmaybe_cursor is None.

\n
§Limit
\n

A limit must always be provided through in order to cap the maximum\namount of deletions done in a single call. This is one fewer than the\nmaximum number of backend iterations which may be done by this operation and as such\nrepresents the maximum number of backend deletions which may happen. A limit of zero\nimplies that no keys will be deleted, though there may be a single iteration done.

\n
§Cursor
\n

A cursor may be passed in to this operation with maybe_cursor. None should only be\npassed once (in the initial call) for any given storage map. Subsequent calls\noperating on the same map should always pass Some, and this should be equal to the\nprevious call result’s maybe_cursor field.

\n

pub fn iter_values() -> PrefixIterator<Value>

Iter over all value of the storage.

\n

NOTE: If a value failed to decode because storage is corrupted then it is skipped.

\n

pub fn translate_values<OldValue, F>(f: F)
where\n OldValue: Decode,\n F: FnMut(OldValue) -> Option<Value>,

Translate the values of all elements by a function f, in the map in no particular order.

\n

By returning None from f for an element, you’ll remove it from the map.

\n

NOTE: If a value fail to decode because storage is corrupted then it is skipped.

\n
§Warning
\n

This function must be used with care, before being updated the storage still contains the\nold type, thus other calls (such as get) will fail at decoding it.

\n
§Usage
\n

This would typically be called inside the module implementation of on_runtime_upgrade.

\n

pub fn try_append<KArg, Item, EncodeLikeItem>(\n key: KArg,\n item: EncodeLikeItem,\n) -> Result<(), ()>
where\n KArg: EncodeLike<Key> + Clone,\n Item: Encode,\n EncodeLikeItem: EncodeLike<Item>,\n Value: StorageTryAppend<Item>,

Try and append the given item to the value in the storage.

\n

Is only available if Value of the storage implements [StorageTryAppend].

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Balances","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Balances"],["
§

impl<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues> StoragePrefixedMap<Value> for StorageMap<Prefix, Hasher, Key, Value, QueryKind, OnEmpty, MaxValues>
where\n Prefix: StorageInstance,\n Hasher: StorageHasher,\n Key: FullCodec,\n Value: FullCodec,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,\n MaxValues: Get<Option<u32>>,

§

fn pallet_prefix() -> &'static [u8]

Pallet prefix. Used for generating final key.
§

fn storage_prefix() -> &'static [u8]

Storage prefix. Used for generating final key.
§

fn final_prefix() -> [u8; 32]

Final full prefix that prefixes all keys.
§

fn remove_all(limit: Option<u32>) -> KillStorageResult

👎Deprecated: Use clear instead
Remove all values in the overlay and up to limit in the backend. Read more
§

fn clear(limit: u32, maybe_cursor: Option<&[u8]>) -> MultiRemovalResults

Attempt to remove all items from the map. Read more
§

fn iter_values() -> PrefixIterator<Value>

Iter over all value of the storage. Read more
§

fn translate_values<OldValue, F>(f: F)
where\n OldValue: Decode,\n F: FnMut(OldValue) -> Option<Value>,

Translate the values of all elements by a function f, in the map in no particular order.\nBy returning None from f for an element, you’ll remove it from the map. Read more
","StoragePrefixedMap","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Balances","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Balances"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[38971]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/frame_support/storage/types/value/struct.StorageValue.js b/web/public/sdk_docs/type.impl/frame_support/storage/types/value/struct.StorageValue.js new file mode 100644 index 00000000..b5353038 --- /dev/null +++ b/web/public/sdk_docs/type.impl/frame_support/storage/types/value/struct.StorageValue.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
§

impl<Prefix, Value, QueryKind, OnEmpty> PartialStorageInfoTrait for StorageValue<Prefix, Value, QueryKind, OnEmpty>
where\n Prefix: StorageInstance,\n Value: FullCodec,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,

It doesn’t require to implement MaxEncodedLen and give no information for max_size.

\n
§

fn partial_storage_info() -> Vec<StorageInfo>

","PartialStorageInfoTrait","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::TotalIssuance","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::TotalIssuance","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Value"],["
§

impl<Prefix, Value, QueryKind, OnEmpty> StorageEntryMetadataBuilder for StorageValue<Prefix, Value, QueryKind, OnEmpty>
where\n Prefix: StorageInstance,\n Value: FullCodec + StaticTypeInfo,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,

§

fn build_metadata(\n deprecation_status: ItemDeprecationInfoIR,\n docs: Vec<&'static str>,\n entries: &mut Vec<StorageEntryMetadataIR>,\n)

Build into entries the storage metadata entries of a storage given some docs.
","StorageEntryMetadataBuilder","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::TotalIssuance","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::TotalIssuance","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Value"],["
§

impl<Prefix, Value, QueryKind, OnEmpty> StorageInfoTrait for StorageValue<Prefix, Value, QueryKind, OnEmpty>
where\n Prefix: StorageInstance,\n Value: FullCodec + MaxEncodedLen,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,

§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::TotalIssuance","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::TotalIssuance","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Value"],["
§

impl<Prefix, Value, QueryKind, OnEmpty> StorageValue<Prefix, Value, QueryKind, OnEmpty>
where\n Prefix: StorageInstance,\n Value: FullCodec,\n QueryKind: QueryKindTrait<Value, OnEmpty>,\n OnEmpty: Get<<QueryKind as QueryKindTrait<Value, OnEmpty>>::Query> + 'static,

pub fn hashed_key() -> [u8; 32]

Get the storage key.

\n

pub fn exists() -> bool

Does the value (explicitly) exist in storage?

\n

pub fn get() -> <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query

Load the value from the provided storage instance.

\n

pub fn try_get() -> Result<Value, ()>

Try to get the underlying value from the provided storage instance; Ok if it exists,\nErr if not.

\n

pub fn translate<O, F>(f: F) -> Result<Option<Value>, ()>
where\n O: Decode,\n F: FnOnce(Option<O>) -> Option<Value>,

Translate a value from some previous type (O) to the current type.

\n

f: F is the translation function.

\n

Returns Err if the storage item could not be interpreted as the old type, and Ok, along\nwith the new value if it could.

\n

NOTE: This operates from and to Option<_> types; no effort is made to respect the default\nvalue of the original type.

\n
§Warning
\n

This function must be used with care, before being updated the storage still contains the\nold type, thus other calls (such as get) will fail at decoding it.

\n
§Usage
\n

This would typically be called inside the module implementation of on_runtime_upgrade,\nwhile ensuring no usage of this storage are made before the call to\non_runtime_upgrade. (More precisely prior initialized modules doesn’t make use of this\nstorage).

\n

pub fn put<Arg>(val: Arg)
where\n Arg: EncodeLike<Value>,

Store a value under this key into the provided storage instance.

\n

pub fn set(val: <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query)

Store a value under this key into the provided storage instance.

\n

this uses the query type rather than the underlying value.

\n

pub fn mutate<R, F>(f: F) -> R
where\n F: FnOnce(&mut <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query) -> R,

Mutate the value

\n

pub fn mutate_extant<R, F>(f: F) -> R
where\n R: Default,\n F: FnOnce(&mut Value) -> R,

Mutate the value under a key iff it exists. Do nothing and return the default value if not.

\n

pub fn try_mutate<R, E, F>(f: F) -> Result<R, E>
where\n F: FnOnce(&mut <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query) -> Result<R, E>,

Mutate the value if closure returns Ok

\n

pub fn mutate_exists<R, F>(f: F) -> R
where\n F: FnOnce(&mut Option<Value>) -> R,

Mutate the value. Deletes the item if mutated to a None.

\n

pub fn try_mutate_exists<R, E, F>(f: F) -> Result<R, E>
where\n F: FnOnce(&mut Option<Value>) -> Result<R, E>,

Mutate the value if closure returns Ok. Deletes the item if mutated to a None.

\n

pub fn kill()

Clear the storage value.

\n

pub fn take() -> <QueryKind as QueryKindTrait<Value, OnEmpty>>::Query

Take a value from storage, removing it afterwards.

\n

pub fn append<Item, EncodeLikeItem>(item: EncodeLikeItem)
where\n Item: Encode,\n EncodeLikeItem: EncodeLike<Item>,\n Value: StorageAppend<Item>,

Append the given item to the value in the storage.

\n

Value is required to implement [StorageAppend].

\n
§Warning
\n

If the storage item is not encoded properly, the storage item will be overwritten\nand set to [item]. Any default value set for the storage item will be ignored\non overwrite.

\n

pub fn decode_len() -> Option<usize>
where\n Value: StorageDecodeLength,

Read the length of the storage value without decoding the entire value.

\n

Value is required to implement [StorageDecodeLength].

\n

If the value does not exists or it fails to decode the length, None is returned.\nOtherwise Some(len) is returned.

\n
§Warning
\n

None does not mean that get() does not return a value. The default value is completely\nignored by this function.

\n

pub fn decode_non_dedup_len() -> Option<usize>
where\n Value: StorageDecodeNonDedupLength,

Read the length of the storage value without decoding the entire value.

\n

Value is required to implement [StorageDecodeNonDedupLength].

\n

If the value does not exists or it fails to decode the length, None is returned.\nOtherwise Some(len) is returned.

\n
§Warning
\n
    \n
  • \n

    None does not mean that get() does not return a value. The default value is\ncompletely\nignored by this function.

    \n
  • \n
  • \n

    The value returned is the non-deduplicated length of the underlying Vector in storage.This\nmeans that any duplicate items are included.

    \n
  • \n
\n

pub fn try_append<Item, EncodeLikeItem>(item: EncodeLikeItem) -> Result<(), ()>
where\n Item: Encode,\n EncodeLikeItem: EncodeLike<Item>,\n Value: StorageTryAppend<Item>,

Try and append the given item to the value in the storage.

\n

Is only available if Value of the storage implements [StorageTryAppend].

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet::TotalIssuance","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::TotalIssuance","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Value"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[19331]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/frame_system/pallet/struct.GenesisConfig.js b/web/public/sdk_docs/type.impl/frame_system/pallet/struct.GenesisConfig.js new file mode 100644 index 00000000..e1c8c022 --- /dev/null +++ b/web/public/sdk_docs/type.impl/frame_system/pallet/struct.GenesisConfig.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
§

impl<T> BuildGenesisConfig for GenesisConfig<T>
where\n T: Config,

§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
","BuildGenesisConfig","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::SystemConfig","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::SystemConfig"],["
§

impl<T> BuildStorage for GenesisConfig<T>
where\n T: Config,

§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.
","BuildStorage","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::SystemConfig","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::SystemConfig"],["
§

impl<T> Default for GenesisConfig<T>
where\n T: Config,

§

fn default() -> GenesisConfig<T>

Returns the “default value” for a type. Read more
","Default","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::SystemConfig","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::SystemConfig"],["
§

impl<'de, T> Deserialize<'de> for GenesisConfig<T>
where\n T: Config,

§

fn deserialize<__D>(\n __deserializer: __D,\n) -> Result<GenesisConfig<T>, <__D as Deserializer<'de>>::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::SystemConfig","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::SystemConfig"],["
§

impl<T> Serialize for GenesisConfig<T>
where\n T: Config,

§

fn serialize<__S>(\n &self,\n __serializer: __S,\n) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::SystemConfig","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::SystemConfig","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::SystemConfig"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[11090]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/frame_system/pallet/struct.Pallet.js b/web/public/sdk_docs/type.impl/frame_system/pallet/struct.Pallet.js new file mode 100644 index 00000000..f55c95ff --- /dev/null +++ b/web/public/sdk_docs/type.impl/frame_system/pallet/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
§

impl<T> BeforeAllRuntimeMigrations for Pallet<T>
where\n T: Config,

§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> BlockNumberProvider for Pallet<T>
where\n T: Config,

§

type BlockNumber = <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number

Type of BlockNumber to provide.
§

fn current_block_number() -> <Pallet<T> as BlockNumberProvider>::BlockNumber

Returns the current block number. Read more
§

fn set_block_number(_block: Self::BlockNumber)

Utility function only to be used in benchmarking scenarios or tests, to be implemented\noptionally, else a noop. Read more
","BlockNumberProvider","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Callable<T> for Pallet<T>
where\n T: Config,

§

type RuntimeCall = Call<T>

","Callable","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Clone for Pallet<T>

§

fn clone(&self) -> Pallet<T>

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Debug for Pallet<T>

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> DispatchViewFunction for Pallet<T>
where\n T: Config,

§

fn dispatch_view_function<O>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>
where\n O: Output,

","DispatchViewFunction","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> GetStorageVersion for Pallet<T>
where\n T: Config,

§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
§

fn in_code_storage_version() -> <Pallet<T> as GetStorageVersion>::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>
where\n T: Config,

§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> IntegrityTest for Pallet<T>
where\n T: Config,

§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>
where\n T: Config,

§

fn offchain_worker(\n n: <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,\n)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>
where\n T: Config,

§

fn on_finalize(\n n: <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,\n)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> OnGenesis for Pallet<T>
where\n T: Config,

§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>
where\n T: Config,

§

fn on_idle(\n n: <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,\n remaining_weight: Weight,\n) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>
where\n T: Config,

§

fn on_initialize(\n n: <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,\n) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>
where\n T: Config,

§

fn on_poll(\n n: <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,\n weight: &mut WeightMeter,\n)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> OnRuntimeUpgrade for Pallet<T>
where\n T: Config,

§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn account<KArg>(\n k: KArg,\n) -> AccountInfo<<T as Config>::Nonce, <T as Config>::AccountData>
where\n KArg: EncodeLike<<T as Config>::AccountId>,

An auto-generated getter for [Account].

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn authorized_upgrade() -> Option<CodeUpgradeAuthorization<T>>

An auto-generated getter for AuthorizedUpgrade.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn block_hash<KArg>(k: KArg) -> <T as Config>::Hash
where\n KArg: EncodeLike<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number>,

An auto-generated getter for [BlockHash].

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn block_number() -> <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number

An auto-generated getter for Number.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn block_weight() -> PerDispatchClass<Weight>

An auto-generated getter for [BlockWeight].

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn digest() -> Digest

An auto-generated getter for Digest.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn event_count() -> u32

An auto-generated getter for EventCount.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn event_topics<KArg>(\n k: KArg,\n) -> Vec<(<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number, u32)>
where\n KArg: EncodeLike<<T as Config>::Hash>,

An auto-generated getter for EventTopics.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn extrinsic_data<KArg>(k: KArg) -> Vec<u8>
where\n KArg: EncodeLike<u32>,

An auto-generated getter for ExtrinsicData.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn last_runtime_upgrade_spec_version() -> u32

Returns the spec_version of the last runtime upgrade.

\n

This function is useful for writing guarded runtime migrations in the runtime. A runtime\nmigration can use the spec_version to ensure that it isn’t applied twice. This works\nsimilar as the storage version for pallets.

\n

This functions returns the spec_version of the last runtime upgrade while executing the\nruntime migrations\non_runtime_upgrade\nfunction. After all migrations are executed, this will return the spec_version of the\ncurrent runtime until there is another runtime upgrade.

\n

Example:

\n\n
#[test]\nfn last_runtime_upgrade_spec_version_usage() {\n\t#[allow(dead_code)]\n\tstruct Migration;\n\n\timpl OnRuntimeUpgrade for Migration {\n\t\tfn on_runtime_upgrade() -> Weight {\n\t\t\t// Ensure to compare the spec version against some static version to prevent applying\n\t\t\t// the same migration multiple times.\n\t\t\t//\n\t\t\t// `1337` here is the spec version of the runtime running on chain. If there is maybe\n\t\t\t// a runtime upgrade in the pipeline of being applied, you should use the spec version\n\t\t\t// of this upgrade.\n\t\t\tif System::last_runtime_upgrade_spec_version() > 1337 {\n\t\t\t\treturn Weight::zero();\n\t\t\t}\n\n\t\t\t// Do the migration.\n\t\t\tWeight::zero()\n\t\t}\n\t}\n}

pub fn account_exists(who: &<T as Config>::AccountId) -> bool

Returns true if the given account exists.

\n

pub fn update_code_in_storage(code: &[u8])

Write code to the storage and emit related events and digest items.

\n

Note this function almost never should be used directly. It is exposed\nfor OnSetCode implementations that defer actual code being written to\nthe storage (for instance in case of teyrchains).

\n

pub fn inherents_applied() -> bool

Whether all inherents have been applied.

\n

pub fn note_inherents_applied()

Note that all inherents have been applied.

\n

Should be called immediately after all inherents have been applied. Must be called at least\nonce per block.

\n

pub fn inc_ref(who: &<T as Config>::AccountId)

👎Deprecated: Use inc_consumers instead

Increment the reference counter on an account.

\n

pub fn dec_ref(who: &<T as Config>::AccountId)

👎Deprecated: Use dec_consumers instead

Decrement the reference counter on an account. This MUST only be done once for every time\nyou called inc_consumers on who.

\n

pub fn refs(who: &<T as Config>::AccountId) -> u32

👎Deprecated: Use consumers instead

The number of outstanding references for the account who.

\n

pub fn allow_death(who: &<T as Config>::AccountId) -> bool

👎Deprecated: Use !is_provider_required instead

True if the account has no outstanding references.

\n

pub fn inc_providers(who: &<T as Config>::AccountId) -> IncRefStatus

Increment the provider reference counter on an account.

\n

pub fn dec_providers(\n who: &<T as Config>::AccountId,\n) -> Result<DecRefStatus, DispatchError>

Decrement the provider reference counter on an account.

\n

This MUST only be done once for every time you called inc_providers on who.

\n

pub fn inc_sufficients(who: &<T as Config>::AccountId) -> IncRefStatus

Increment the self-sufficient reference counter on an account.

\n

pub fn dec_sufficients(who: &<T as Config>::AccountId) -> DecRefStatus

Decrement the sufficients reference counter on an account.

\n

This MUST only be done once for every time you called inc_sufficients on who.

\n

pub fn providers(who: &<T as Config>::AccountId) -> u32

The number of outstanding provider references for the account who.

\n

pub fn sufficients(who: &<T as Config>::AccountId) -> u32

The number of outstanding sufficient references for the account who.

\n

pub fn reference_count(who: &<T as Config>::AccountId) -> u32

The number of outstanding provider and sufficient references for the account who.

\n

pub fn inc_consumers(\n who: &<T as Config>::AccountId,\n) -> Result<(), DispatchError>

Increment the reference counter on an account.

\n

The account who’s providers must be non-zero and the current number of consumers must\nbe less than MaxConsumers::max_consumers() or this will return an error.

\n

pub fn inc_consumers_without_limit(\n who: &<T as Config>::AccountId,\n) -> Result<(), DispatchError>

Increment the reference counter on an account, ignoring the MaxConsumers limits.

\n

The account who’s providers must be non-zero or this will return an error.

\n

pub fn dec_consumers(who: &<T as Config>::AccountId)

Decrement the reference counter on an account. This MUST only be done once for every time\nyou called inc_consumers on who.

\n

pub fn consumers(who: &<T as Config>::AccountId) -> u32

The number of outstanding references for the account who.

\n

pub fn is_provider_required(who: &<T as Config>::AccountId) -> bool

True if the account has some outstanding consumer references.

\n

pub fn can_dec_provider(who: &<T as Config>::AccountId) -> bool

True if the account has no outstanding consumer references or more than one provider.

\n

pub fn can_accrue_consumers(who: &<T as Config>::AccountId, amount: u32) -> bool

True if the account has at least one provider reference and adding amount consumer\nreferences would not take it above the the maximum.

\n

pub fn can_inc_consumer(who: &<T as Config>::AccountId) -> bool

True if the account has at least one provider reference and fewer consumer references than\nthe maximum.

\n

pub fn deposit_event(event: impl Into<<T as Config>::RuntimeEvent>)

Deposits an event into this block’s event record.

\n

NOTE: Events not registered at the genesis block and quietly omitted.

\n

pub fn deposit_event_indexed(\n topics: &[<T as Config>::Hash],\n event: <T as Config>::RuntimeEvent,\n)

Deposits an event into this block’s event record adding this event\nto the corresponding topic indexes.

\n

This will update storage entries that correspond to the specified topics.\nIt is expected that light-clients could subscribe to this topics.

\n

NOTE: Events not registered at the genesis block and quietly omitted.

\n

pub fn extrinsic_index() -> Option<u32>

Gets the index of extrinsic that is currently executing.

\n

pub fn extrinsic_count() -> u32

Gets extrinsics count.

\n

pub fn all_extrinsics_len() -> u32

pub fn register_extra_weight_unchecked(weight: Weight, class: DispatchClass)

Inform the system pallet of some additional weight that should be accounted for, in the\ncurrent block.

\n

NOTE: use with extra care; this function is made public only be used for certain pallets\nthat need it. A runtime that does not have dynamic calls should never need this and should\nstick to static weights. A typical use case for this is inner calls or smart contract calls.\nFurthermore, it only makes sense to use this when it is presumably cheap to provide the\nargument weight; In other words, if this function is to be used to account for some\nunknown, user provided call’s weight, it would only make sense to use it if you are sure you\ncan rapidly compute the weight of the inner call.

\n

Even more dangerous is to note that this function does NOT take any action, if the new sum\nof block weight is more than the block weight limit. This is what the unchecked.

\n

Another potential use-case could be for the on_initialize and on_finalize hooks.

\n

pub fn initialize(\n number: &<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,\n parent_hash: &<T as Config>::Hash,\n digest: &Digest,\n)

Start the execution of a particular block.

\n
§Panics
\n

Panics when the given number is not Self::block_number() + 1. If you are using this in\ntests, you can use [Self::set_block_number] to make the check succeed.

\n

pub fn initialize_intra_block_entropy(parent_hash: &<T as Config>::Hash)

Initialize INTRABLOCK_ENTROPY.

\n

Normally this is called internally initialize at block initiation.

\n

pub fn resource_usage_report()

Log the entire resouce usage report up until this point.

\n

Uses crate::LOG_TARGET, level debug and prints the weight and block length usage.

\n

pub fn finalize() -> <<T as Config>::Block as HeaderProvider>::HeaderT

Remove temporary “environment” entries in storage, compute the storage root and return the\nresulting header for this block.

\n

pub fn deposit_log(item: DigestItem)

Deposits a log and ensures it matches the block’s log data.

\n

pub fn externalities() -> TestExternalities<Blake2Hasher>

Get the basic externalities for this pallet, useful for tests.

\n

pub fn events() -> Vec<EventRecord<<T as Config>::RuntimeEvent, <T as Config>::Hash>>

Get the current events deposited by the runtime.

\n

NOTE: This should only be used in tests. Reading events from the runtime can have a large\nimpact on the PoV size of a block. Users should use alternative and well bounded storage\nitems for any behavior like this.

\n

NOTE: Events not registered at the genesis block and quietly omitted.

\n

pub fn event_no_consensus(index: usize) -> Option<<T as Config>::RuntimeEvent>

Get a single event at specified index.

\n

Should only be called if you know what you are doing and outside of the runtime block\nexecution else it can have a large impact on the PoV size of a block.

\n

pub fn read_events_no_consensus() -> impl Iterator<Item = Box<EventRecord<<T as Config>::RuntimeEvent, <T as Config>::Hash>>>

Get the current events deposited by the runtime.

\n

Should only be called if you know what you are doing and outside of the runtime block\nexecution else it can have a large impact on the PoV size of a block.

\n

pub fn read_events_for_pallet<E>() -> Vec<E>
where\n <T as Config>::RuntimeEvent: TryInto<E>,

Read and return the events of a specific pallet, as denoted by E.

\n

This is useful for a pallet that wishes to read only the events it has deposited into\nframe_system using the standard fn deposit_event.

\n

pub fn run_to_block_with<AllPalletsWithSystem>(\n n: <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,\n hooks: RunToBlockHooks<'_, T>,\n)
where\n AllPalletsWithSystem: OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> + OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number>,

Simulate the execution of a block sequence up to a specified height, injecting the\nprovided hooks at each block.

\n

on_finalize is always called before on_initialize with the current block number.\non_initalize is always called with the next block number.

\n

These hooks allows custom logic to be executed at each block at specific location.\nFor example, you might use one of them to set a timestamp for each block.

\n

pub fn run_to_block<AllPalletsWithSystem>(\n n: <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,\n)
where\n AllPalletsWithSystem: OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> + OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number>,

Simulate the execution of a block sequence up to a specified height.

\n

pub fn set_block_number(\n n: <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number,\n)

Set the block number to something in particular. Can be used as an alternative to\ninitialize for tests that don’t need to bother with the other environment entries.

\n

pub fn set_extrinsic_index(extrinsic_index: u32)

Sets the index of extrinsic that is currently executing.

\n

pub fn set_parent_hash(n: <T as Config>::Hash)

Set the parent hash number to something in particular. Can be used as an alternative to\ninitialize for tests that don’t need to bother with the other environment entries.

\n

pub fn set_block_consumed_resources(weight: Weight, len: usize)

Set the current block weight. This should only be used in some integration tests.

\n

pub fn reset_events()

Reset events.

\n

This needs to be used in prior calling initialize for each new block\nto clear events from previous block.

\n

pub fn assert_has_event(event: <T as Config>::RuntimeEvent)

Assert the given event exists.

\n

NOTE: Events not registered at the genesis block and quietly omitted.

\n

pub fn assert_last_event(event: <T as Config>::RuntimeEvent)

Assert the last event equal to the given event.

\n

NOTE: Events not registered at the genesis block and quietly omitted.

\n

pub fn runtime_version() -> RuntimeVersion

Return the chain’s current runtime version.

\n

pub fn account_nonce(\n who: impl EncodeLike<<T as Config>::AccountId>,\n) -> <T as Config>::Nonce

Retrieve the account transaction counter from storage.

\n

pub fn inc_account_nonce(who: impl EncodeLike<<T as Config>::AccountId>)

Increment a particular account’s nonce by 1.

\n

pub fn note_extrinsic(encoded_xt: Vec<u8>)

Note what the extrinsic data of the current extrinsic index is.

\n

This is required to be called before applying an extrinsic. The data will used\nin [Self::finalize] to calculate the correct extrinsics root.

\n

pub fn note_applied_extrinsic(\n r: &Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>,\n info: DispatchInfo,\n)

To be called immediately after an extrinsic has been applied.

\n

Emits an ExtrinsicSuccess or ExtrinsicFailed event depending on the outcome.\nThe emitted event contains the post-dispatch corrected weight including\nthe base-weight for its dispatch class.

\n

pub fn note_finished_extrinsics()

To be called immediately after note_applied_extrinsic of the last extrinsic of the block\nhas been called.

\n

pub fn note_finished_initialize()

To be called immediately after finishing the initialization of the block\n(e.g., called on_initialize for all pallets).

\n

pub fn on_created_account(\n who: <T as Config>::AccountId,\n _a: &mut AccountInfo<<T as Config>::Nonce, <T as Config>::AccountData>,\n)

An account is being created.

\n

pub fn can_set_code(code: &[u8], check_version: bool) -> CanSetCodeResult<T>

Determine whether or not it is possible to update the code.

\n
    \n
  • check_version: Should the runtime version be checked?
  • \n
\n

pub fn do_authorize_upgrade(code_hash: <T as Config>::Hash, check_version: bool)

Authorize the given code_hash as upgrade.

\n

pub fn reclaim_weight(\n info: &<<T as Config>::RuntimeCall as Dispatchable>::Info,\n post_info: &<<T as Config>::RuntimeCall as Dispatchable>::PostInfo,\n) -> Result<(), TransactionValidityError>
where\n <T as Config>::RuntimeCall: Dispatchable<Info = DispatchInfo, PostInfo = PostDispatchInfo>,

Reclaim the weight for the extrinsic given info and post info.

\n

This function will check the already reclaimed weight, and reclaim more if the\ndifference between pre dispatch and post dispatch weight is higher.

\n

pub fn remaining_block_weight() -> WeightMeter

Returns the remaining weight of the block.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn parent_hash() -> <T as Config>::Hash

An auto-generated getter for ParentHash.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Pallet<T>
where\n T: Config,

pub fn remark(\n _origin: <T as Config>::RuntimeOrigin,\n remark: Vec<u8>,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

Make some on-chain remark.

\n

Can be executed by every origin.

\n

pub fn set_heap_pages(\n origin: <T as Config>::RuntimeOrigin,\n pages: u64,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

Set the number of pages in the WebAssembly environment’s heap.

\n

pub fn set_code(\n origin: <T as Config>::RuntimeOrigin,\n code: Vec<u8>,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

Set the new runtime code.

\n

pub fn set_code_without_checks(\n origin: <T as Config>::RuntimeOrigin,\n code: Vec<u8>,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

Set the new runtime code without doing any checks of the given code.

\n

Note that runtime upgrades will not run if this is called with a not-increasing spec\nversion!

\n

pub fn set_storage(\n origin: <T as Config>::RuntimeOrigin,\n items: Vec<(Vec<u8>, Vec<u8>)>,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

Set some items of storage.

\n

pub fn kill_storage(\n origin: <T as Config>::RuntimeOrigin,\n keys: Vec<Vec<u8>>,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

Kill some items from storage.

\n

pub fn kill_prefix(\n origin: <T as Config>::RuntimeOrigin,\n prefix: Vec<u8>,\n subkeys: u32,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

Kill all storage items with a key that starts with the given prefix.

\n

NOTE: We rely on the Root origin to provide us the number of subkeys under\nthe prefix we are removing to accurately calculate the weight of this function.

\n

pub fn remark_with_event(\n origin: <T as Config>::RuntimeOrigin,\n remark: Vec<u8>,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

Make some on-chain remark and emit event.

\n

pub fn do_task(\n _origin: <T as Config>::RuntimeOrigin,\n task: <T as Config>::RuntimeTask,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

pub fn authorize_upgrade(\n origin: <T as Config>::RuntimeOrigin,\n code_hash: <T as Config>::Hash,\n) -> Result<(), DispatchError>

Authorize an upgrade to a given code_hash for the runtime. The runtime can be supplied\nlater.

\n

This call requires Root origin.

\n

pub fn authorize_upgrade_without_checks(\n origin: <T as Config>::RuntimeOrigin,\n code_hash: <T as Config>::Hash,\n) -> Result<(), DispatchError>

Authorize an upgrade to a given code_hash for the runtime. The runtime can be supplied\nlater.

\n

WARNING: This authorizes an upgrade that will take place without any safety checks, for\nexample that the spec name remains the same and that the version number increases. Not\nrecommended for normal use. Use authorize_upgrade instead.

\n

This call requires Root origin.

\n

pub fn apply_authorized_upgrade(\n _: <T as Config>::RuntimeOrigin,\n code: Vec<u8>,\n) -> Result<PostDispatchInfo, DispatchErrorWithPostInfo<PostDispatchInfo>>

Provide the preimage (runtime binary) code for an upgrade that has been authorized.

\n

If the authorization required a version check, this call will ensure the spec name\nremains unchanged and that the spec version has increased.

\n

Depending on the runtime’s OnSetCode configuration, this function may directly apply\nthe new code in the same block or attempt to schedule the upgrade.

\n

All origins are allowed.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> PalletInfoAccess for Pallet<T>
where\n T: Config,

§

fn index() -> usize

Index of the pallet as configured in the runtime.
§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
§

fn name_hash() -> [u8; 16]

Two128 hash of name.
§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> PalletsInfoAccess for Pallet<T>
where\n T: Config,

§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> PartialEq for Pallet<T>

§

fn eq(&self, other: &Pallet<T>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> StorageInfoTrait for Pallet<T>
where\n T: Config,

§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> StoredMap<<T as Config>::AccountId, <T as Config>::AccountData> for Pallet<T>
where\n T: Config,

Implement StoredMap for a simple single-item, provide-when-not-default system. This works fine\nfor storing a single item which allows the account to continue existing as long as it’s not\nempty/default.

\n

Anything more complex will need more sophisticated logic.

\n
§

fn get(k: &<T as Config>::AccountId) -> <T as Config>::AccountData

Get the item, or its default if it doesn’t yet exist; we make no distinction between the\ntwo.
§

fn try_mutate_exists<R, E>(\n k: &<T as Config>::AccountId,\n f: impl FnOnce(&mut Option<<T as Config>::AccountData>) -> Result<R, E>,\n) -> Result<R, E>
where\n E: From<DispatchError>,

Maybe mutate the item only if an Ok value is returned from f. Do nothing if an Err is\nreturned. It is removed or reset to default value if it has been mutated to None.\nf will always be called with an option representing if the storage item exists (Some<V>)\nor if the storage item does not exist (None), independent of the QueryType.
§

fn mutate<R>(k: &K, f: impl FnOnce(&mut T) -> R) -> Result<R, DispatchError>

Mutate the item.
§

fn mutate_exists<R>(\n k: &K,\n f: impl FnOnce(&mut Option<T>) -> R,\n) -> Result<R, DispatchError>

Mutate the item, removing or resetting to default value if it has been mutated to None. Read more
§

fn insert(k: &K, t: T) -> Result<(), DispatchError>

Set the item to something new.
§

fn remove(k: &K) -> Result<(), DispatchError>

Remove the item or otherwise replace it with its default value; we don’t care which.
","StoredMap<::AccountId, ::AccountData>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> ValidateUnsigned for Pallet<T>
where\n T: Config,

§

type Call = Call<T>

The call to validate
§

fn validate_unsigned(\n source: TransactionSource,\n call: &<Pallet<T> as ValidateUnsigned>::Call,\n) -> Result<ValidTransaction, TransactionValidityError>

Return the validity of the call Read more
§

fn pre_dispatch(call: &Self::Call) -> Result<(), TransactionValidityError>

Validate the call right before dispatch. Read more
","ValidateUnsigned","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> ViewFunctionIdPrefix for Pallet<T>
where\n T: Config,

§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> WhitelistedStorageKeys for Pallet<T>
where\n T: Config,

§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"],["
§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::System","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::System","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::System","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::System","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::System"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[116700]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/struct.Pallet.js new file mode 100644 index 00000000..f148a1cc --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn mint_unsafe(\n origin: T::RuntimeOrigin,\n dest: T::AccountId,\n amount: Balance,\n) -> DispatchResult

An unsafe mint that can be called by anyone. Not a great idea.

\n
Source

pub fn transfer(\n origin: T::RuntimeOrigin,\n dest: T::AccountId,\n amount: Balance,\n) -> DispatchResult

Transfer amount from origin to dest.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn transfer_better(\n origin: T::RuntimeOrigin,\n dest: T::AccountId,\n amount: Balance,\n) -> DispatchResult

Source

pub fn transfer_better_checked(\n origin: T::RuntimeOrigin,\n dest: T::AccountId,\n amount: Balance,\n) -> DispatchResult

Transfer amount from origin to dest.

\n
",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::guides::your_first_pallet::pallet::Module"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[47301]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/struct.Pallet.js new file mode 100644 index 00000000..07d49d2a --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/pallet_v2/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn transfer(\n origin: T::RuntimeOrigin,\n dest: T::AccountId,\n amount: Balance,\n) -> DispatchResult

",0,"pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::Currency","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::Module"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[46331]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/struct.Pallet.js new file mode 100644 index 00000000..9365724f --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/guides/your_first_pallet/shell_pallet/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::guides::your_first_pallet::shell_pallet::Module"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[43213]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/struct.Pallet.js new file mode 100644 index 00000000..811e029e --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/pezkuwi_sdk/frame_runtime/pallet/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> Pallet<T>

All dispatchable call functions (aka. transactions) are attached to Pallet in a\nimpl block.

\n
Source

pub fn some_dispatchable(\n _origin: OriginFor<T>,\n _param: u32,\n _other_para: u32,\n) -> DispatchResult

This will be callable by external users, and has two u32s as a parameter.

\n
",0,"pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::pallet::Module","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::Example"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[45847]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/struct.Pallet.js new file mode 100644 index 00000000..96f31e94 --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_benchmarking_weight/pallet/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn simple_transfer(\n origin: OriginFor<T>,\n destination: T::AccountId,\n amount: u32,\n) -> DispatchResult

Source

pub fn simple_transfer_2(\n origin: OriginFor<T>,\n destination: T::AccountId,\n amount: u32,\n) -> DispatchResult

Source

pub fn simple_transfer_3(\n origin: OriginFor<T>,\n destination: T::AccountId,\n amount: u32,\n) -> DispatchResultWithPostInfo

",0,"pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_benchmarking_weight::pallet::Module"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[47517]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/struct.Pallet.js new file mode 100644 index 00000000..24dbeef5 --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_for_origin/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn do_something(_origin: OriginFor<T>) -> DispatchResult

",0,"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_for_origin::Module"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[45297]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/struct.Pallet.js new file mode 100644 index 00000000..12e066e6 --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_custom_origin/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn only_validators(origin: OriginFor<T>) -> DispatchResult

",0,"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_custom_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::PalletWithCustomOrigin"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[48324]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/struct.Pallet.js new file mode 100644 index 00000000..9141e319 --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_origin/pallet_with_external_origin/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn externally_checked_ext(origin: OriginFor<T>) -> DispatchResult

",0,"pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_origin::pallet_with_external_origin::Module","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::PalletWithExternalOrigin"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[48818]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/struct.Pallet.js new file mode 100644 index 00000000..ede518be --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_author/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> AuthorProvider<<T as Config>::AccountId> for Pallet<T>

Source§

fn author() -> T::AccountId

","AuthorProvider<::AccountId>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn author() -> T::AccountId

",0,"pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_author::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletAuthor"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[49967]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/struct.Pallet.js new file mode 100644 index 00000000..86140b43 --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo::Module"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[44645]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/struct.Pallet.js new file mode 100644 index 00000000..9e11db95 --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_loose/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_loose::Module","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::PalletFoo"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[46985]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/struct.Pallet.js new file mode 100644 index 00000000..1e82f697 --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_pallet_coupling/pallet_foo_tight/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::pallet_foo_tight::Module"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[45269]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.GenesisConfig.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.GenesisConfig.js new file mode 100644 index 00000000..8b3f333a --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.GenesisConfig.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BuildGenesisConfig for GenesisConfig<T>

Source§

fn build(&self)

The build function puts initial GenesisConfig keys/values pairs into the storage.
","BuildGenesisConfig","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBarConfig"],["
Source§

impl<T: Config> BuildStorage for GenesisConfig<T>

Source§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.
","BuildStorage","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBarConfig"],["
Source§

impl<T: Config> Default for GenesisConfig<T>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
","Default","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBarConfig"],["
Source§

impl<'de, T: Config> Deserialize<'de> for GenesisConfig<T>

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where\n __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBarConfig"],["
Source§

impl<T: Config> Serialize for GenesisConfig<T>

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where\n __S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBarConfig"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[10970]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.Pallet.js new file mode 100644 index 00000000..80d59d81 --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_bar/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn bar(_origin: OriginFor<T>) -> DispatchResult

",0,"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_bar::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletBar"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[47375]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/struct.Pallet.js new file mode 100644 index 00000000..bfd3e0de --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_foo/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn foo(_origin: OriginFor<T>) -> DispatchResult

Source

pub fn other(_origin: OriginFor<T>) -> DispatchResult

",0,"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_foo::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::PalletFoo"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[47764]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/struct.Pallet.js b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/struct.Pallet.js new file mode 100644 index 00000000..9ab1649e --- /dev/null +++ b/web/public/sdk_docs/type.impl/pezkuwi_sdk_docs/reference_docs/frame_runtime_types/pallet_with_specific_runtime_call/struct.Pallet.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<T: Config> BeforeAllRuntimeMigrations for Pallet<T>

Source§

fn before_all_runtime_migrations() -> Weight

Something that should happen before runtime migrations are executed.
","BeforeAllRuntimeMigrations","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> Callable<T> for Pallet<T>

","Callable","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T> Clone for Pallet<T>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T> Debug for Pallet<T>

Source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> DispatchViewFunction for Pallet<T>

Source§

fn dispatch_view_function<O: Output>(\n id: &ViewFunctionId,\n input: &mut &[u8],\n output: &mut O,\n) -> Result<(), ViewFunctionDispatchError>

","DispatchViewFunction","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> GetStorageVersion for Pallet<T>

Source§

type InCodeStorageVersion = NoStorageVersionSet

This type is generated by the pallet macro. Read more
Source§

fn in_code_storage_version() -> Self::InCodeStorageVersion

Returns the in-code storage version as specified in the\nstorage_version attribute, or\n[NoStorageVersionSet] if the attribute is missing.
Source§

fn on_chain_storage_version() -> StorageVersion

Returns the storage version of the pallet as last set in the actual on-chain storage.
§

fn current_storage_version() -> Self::InCodeStorageVersion

👎Deprecated: This method has been renamed to in_code_storage_version and will be removed after March 2024.
DEPRECATED: Use [Self::current_storage_version] instead. Read more
","GetStorageVersion","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> Hooks<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn integrity_test()

Check the integrity of this pallet’s configuration. Read more
§

fn on_initialize(_n: BlockNumber) -> Weight

Block initialization hook. This is called at the very beginning of block execution. Read more
§

fn on_finalize(_n: BlockNumber)

Block finalization hook. This is called at the very end of block execution. Read more
§

fn on_idle(_n: BlockNumber, _remaining_weight: Weight) -> Weight

Hook to consume a block’s idle time. This will run when the block is being finalized (before\n[Hooks::on_finalize]). Read more
§

fn on_poll(_n: BlockNumber, _weight: &mut WeightMeter)

A hook to run logic after inherent application. Read more
§

fn on_runtime_upgrade() -> Weight

Hook executed when a code change (aka. a “runtime upgrade”) is detected by the FRAME\nExecutive pallet. Read more
§

fn offchain_worker(_n: BlockNumber)

Implementing this function on a pallet allows you to perform long-running tasks that are\ndispatched as separate threads, and entirely independent of the main blockchain execution. Read more
","Hooks<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> IntegrityTest for Pallet<T>

Source§

fn integrity_test()

See [Hooks::integrity_test].
","IntegrityTest","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> OffchainWorker<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn offchain_worker(n: BlockNumberFor<T>)

This function is being called after every block import (when fully synced). Read more
","OffchainWorker<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> OnFinalize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_finalize(n: BlockNumberFor<T>)

See [Hooks::on_finalize].
","OnFinalize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> OnGenesis for Pallet<T>

Source§

fn on_genesis()

Something that should happen at genesis.
","OnGenesis","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> OnIdle<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_idle(n: BlockNumberFor<T>, remaining_weight: Weight) -> Weight

See [Hooks::on_idle].
","OnIdle<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> OnInitialize<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_initialize(n: BlockNumberFor<T>) -> Weight

See [Hooks::on_initialize].
","OnInitialize<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> OnPoll<<<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number> for Pallet<T>

Source§

fn on_poll(n: BlockNumberFor<T>, weight: &mut WeightMeter)

Code to execute every now and then at the beginning of the block after inherent application. Read more
","OnPoll<<<::Block as HeaderProvider>::HeaderT as Header>::Number>","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> OnRuntimeUpgrade for Pallet<T>

Source§

fn on_runtime_upgrade() -> Weight

See [Hooks::on_runtime_upgrade].
","OnRuntimeUpgrade","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> Pallet<T>

Source

pub fn foo(_origin: OriginFor<T>) -> DispatchResult

",0,"pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> PalletInfoAccess for Pallet<T>

Source§

fn index() -> usize

Index of the pallet as configured in the runtime.
Source§

fn name() -> &'static str

Name of the pallet as configured in the runtime.
Source§

fn name_hash() -> [u8; 16]

Two128 hash of name.
Source§

fn module_name() -> &'static str

Name of the Rust module containing the pallet.
Source§

fn crate_version() -> CrateVersion

Version of the crate containing the pallet.
","PalletInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> PalletsInfoAccess for Pallet<T>

Source§

fn count() -> usize

The number of pallets’ information that this type represents. Read more
Source§

fn infos() -> Vec<PalletInfoData>

All of the pallets’ information that this type represents.
","PalletsInfoAccess","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T> PartialEq for Pallet<T>

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient,\nand should not be overridden without very good reason.
","PartialEq","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> StorageInfoTrait for Pallet<T>

Source§

fn storage_info() -> Vec<StorageInfo>

","StorageInfoTrait","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> ViewFunctionIdPrefix for Pallet<T>

Source§

fn prefix() -> [u8; 16]

","ViewFunctionIdPrefix","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T: Config> WhitelistedStorageKeys for Pallet<T>

Source§

fn whitelisted_storage_keys() -> Vec<TrackedStorageKey>

Returns a Vec<TrackedStorageKey> indicating the storage keys that\nshould be whitelisted during benchmarking. This means that those keys\nwill be excluded from the benchmarking performance calculation.
","WhitelistedStorageKeys","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"],["
Source§

impl<T> Eq for Pallet<T>

","Eq","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::pallet_with_specific_runtime_call::Module","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::PalletWithSpecificRuntimeCall"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[51108]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/std/primitive.tuple.js b/web/public/sdk_docs/type.impl/std/primitive.tuple.js new file mode 100644 index 00000000..a0578970 --- /dev/null +++ b/web/public/sdk_docs/type.impl/std/primitive.tuple.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[["
Source§

impl<IT, A, FromA> MultiUnzip<(FromA,)> for IT
where\n IT: Iterator<Item = (A,)>,\n FromA: Default + Extend<A>,

Source§

fn multiunzip(self) -> (FromA,)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA,)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA> MultiUnzip<(FromA,)> for IT
where\n IT: Iterator<Item = (A,)>,\n FromA: Default + Extend<A>,

Source§

fn multiunzip(self) -> (FromA,)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA,)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA> MultiUnzip<(FromA,)> for IT
where\n IT: Iterator<Item = (A,)>,\n FromA: Default + Extend<A>,

§

fn multiunzip(self) -> (FromA,)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA,)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA> MultiUnzip<(FromA,)> for IT
where\n IT: Iterator<Item = (A,)>,\n FromA: Default + Extend<A>,

§

fn multiunzip(self) -> (FromA,)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA,)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB> MultiUnzip<(FromA, FromB)> for IT
where\n IT: Iterator<Item = (A, B)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,

Source§

fn multiunzip(self) -> (FromA, FromB)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB> MultiUnzip<(FromA, FromB)> for IT
where\n IT: Iterator<Item = (A, B)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,

Source§

fn multiunzip(self) -> (FromA, FromB)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB> MultiUnzip<(FromA, FromB)> for IT
where\n IT: Iterator<Item = (A, B)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,

§

fn multiunzip(self) -> (FromA, FromB)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB> MultiUnzip<(FromA, FromB)> for IT
where\n IT: Iterator<Item = (A, B)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,

§

fn multiunzip(self) -> (FromA, FromB)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC> MultiUnzip<(FromA, FromB, FromC)> for IT
where\n IT: Iterator<Item = (A, B, C)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC> MultiUnzip<(FromA, FromB, FromC)> for IT
where\n IT: Iterator<Item = (A, B, C)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC> MultiUnzip<(FromA, FromB, FromC)> for IT
where\n IT: Iterator<Item = (A, B, C)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,

§

fn multiunzip(self) -> (FromA, FromB, FromC)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC> MultiUnzip<(FromA, FromB, FromC)> for IT
where\n IT: Iterator<Item = (A, B, C)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,

§

fn multiunzip(self) -> (FromA, FromB, FromC)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD> MultiUnzip<(FromA, FromB, FromC, FromD)> for IT
where\n IT: Iterator<Item = (A, B, C, D)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD> MultiUnzip<(FromA, FromB, FromC, FromD)> for IT
where\n IT: Iterator<Item = (A, B, C, D)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD> MultiUnzip<(FromA, FromB, FromC, FromD)> for IT
where\n IT: Iterator<Item = (A, B, C, D)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD> MultiUnzip<(FromA, FromB, FromC, FromD)> for IT
where\n IT: Iterator<Item = (A, B, C, D)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE> MultiUnzip<(FromA, FromB, FromC, FromD, FromE)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE> MultiUnzip<(FromA, FromB, FromC, FromD, FromE)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE> MultiUnzip<(FromA, FromB, FromC, FromD, FromE)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE> MultiUnzip<(FromA, FromB, FromC, FromD, FromE)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,

Source§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,

§

fn multiunzip(self) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,

Source§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,

Source§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,

§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,

§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,

Source§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,

Source§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,

§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,

§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ, K, FromK> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J, K)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,\n FromK: Default + Extend<K>,

Source§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ, K, FromK> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J, K)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,\n FromK: Default + Extend<K>,

Source§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ, K, FromK> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J, K)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,\n FromK: Default + Extend<K>,

§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ, K, FromK> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J, K)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,\n FromK: Default + Extend<K>,

§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ, K, FromK, L, FromL> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J, K, L)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,\n FromK: Default + Extend<K>,\n FromL: Default + Extend<L>,

","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
Source§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ, K, FromK, L, FromL> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J, K, L)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,\n FromK: Default + Extend<K>,\n FromL: Default + Extend<L>,

","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ, K, FromK, L, FromL> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J, K, L)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,\n FromK: Default + Extend<K>,\n FromL: Default + Extend<L>,

§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<IT, A, FromA, B, FromB, C, FromC, D, FromD, E, FromE, F, FromF, G, FromG, H, FromH, I, FromI, J, FromJ, K, FromK, L, FromL> MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)> for IT
where\n IT: Iterator<Item = (A, B, C, D, E, F, G, H, I, J, K, L)>,\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n FromC: Default + Extend<C>,\n FromD: Default + Extend<D>,\n FromE: Default + Extend<E>,\n FromF: Default + Extend<F>,\n FromG: Default + Extend<G>,\n FromH: Default + Extend<H>,\n FromI: Default + Extend<I>,\n FromJ: Default + Extend<J>,\n FromK: Default + Extend<K>,\n FromL: Default + Extend<L>,

§

fn multiunzip(\n self,\n) -> (FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)

Unzip this iterator into multiple collections.
","MultiUnzip<(FromA, FromB, FromC, FromD, FromE, FromF, FromG, FromH, FromI, FromJ, FromK, FromL)>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, R> IntoFunc<T, (A1, A2), R> for F
where\n F: Fn(A1, A2) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, R> IntoFunc<T, (A1, A2, A3), R> for F
where\n F: Fn(A1, A2, A3) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, R> IntoFunc<T, (A1, A2, A3, A4), R> for F
where\n F: Fn(A1, A2, A3, A4) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, R> IntoFunc<T, (A1, A2, A3, A4, A5), R> for F
where\n F: Fn(A1, A2, A3, A4, A5) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n A14: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n A14: WasmTy,\n A15: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n A14: WasmTy,\n A15: WasmTy,\n A16: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, R> IntoFunc<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17), R> for F
where\n F: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n A14: WasmTy,\n A15: WasmTy,\n A16: WasmTy,\n A17: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, R> IntoFunc<T, (Caller<'_, T>,), R> for F
where\n F: Fn(Caller<'_, T>) -> R + Send + Sync + 'static,\n R: WasmRet,

","IntoFunc,), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, R> IntoFunc<T, (Caller<'_, T>,), R> for F
where\n F: Fn(Caller<'_, T>) -> R + Send + Sync + 'static,\n R: WasmRet,\n T: 'static,

","IntoFunc,), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, R> IntoFunc<T, (Caller<'_, T>, A1), R> for F
where\n F: Fn(Caller<'_, T>, A1) -> R + Send + Sync + 'static,\n A1: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, R> IntoFunc<T, (Caller<'_, T>, A1, A2), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8, A9), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n A14: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n A14: WasmTy,\n A15: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n A14: WasmTy,\n A15: WasmTy,\n A16: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, R> IntoFunc<T, (Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17), R> for F
where\n F: Fn(Caller<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) -> R + Send + Sync + 'static,\n A1: WasmTy,\n A2: WasmTy,\n A3: WasmTy,\n A4: WasmTy,\n A5: WasmTy,\n A6: WasmTy,\n A7: WasmTy,\n A8: WasmTy,\n A9: WasmTy,\n A10: WasmTy,\n A11: WasmTy,\n A12: WasmTy,\n A13: WasmTy,\n A14: WasmTy,\n A15: WasmTy,\n A16: WasmTy,\n A17: WasmTy,\n R: WasmRet,\n T: 'static,

","IntoFunc, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, R> IntoFunc<T, (Caller<'_, T>, T1), R> for F
where\n F: Fn(Caller<'_, T>, T1) -> R + Send + Sync + 'static,\n T1: WasmTy,\n R: WasmRet,

","IntoFunc, T1), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, R> IntoFunc<T, (Caller<'_, T>, T1, T2), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7, T8), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7, T8, T9), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n T13: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n T13: WasmTy,\n T14: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n T13: WasmTy,\n T14: WasmTy,\n T15: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R> IntoFunc<T, (Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16), R> for F
where\n F: Fn(Caller<'_, T>, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n T13: WasmTy,\n T14: WasmTy,\n T15: WasmTy,\n T16: WasmTy,\n R: WasmRet,

","IntoFunc, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16), R>","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, R> IntoFunc<T, (T1,), R> for F
where\n F: Fn(T1) -> R + Send + Sync + 'static,\n T1: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, R> IntoFunc<T, (T1, T2), R> for F
where\n F: Fn(T1, T2) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, R> IntoFunc<T, (T1, T2, T3), R> for F
where\n F: Fn(T1, T2, T3) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, R> IntoFunc<T, (T1, T2, T3, T4), R> for F
where\n F: Fn(T1, T2, T3, T4) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, R> IntoFunc<T, (T1, T2, T3, T4, T5), R> for F
where\n F: Fn(T1, T2, T3, T4, T5) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7, T8), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7, T8) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7, T8, T9), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7, T8, T9) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n T13: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n T13: WasmTy,\n T14: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n T13: WasmTy,\n T14: WasmTy,\n T15: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"],["
§

impl<T, F, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R> IntoFunc<T, (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16), R> for F
where\n F: Fn(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) -> R + Send + Sync + 'static,\n T1: WasmTy,\n T2: WasmTy,\n T3: WasmTy,\n T4: WasmTy,\n T5: WasmTy,\n T6: WasmTy,\n T7: WasmTy,\n T8: WasmTy,\n T9: WasmTy,\n T10: WasmTy,\n T11: WasmTy,\n T12: WasmTy,\n T13: WasmTy,\n T14: WasmTy,\n T15: WasmTy,\n T16: WasmTy,\n R: WasmRet,

","IntoFunc","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithSystem","pezkuwi_sdk_docs::guides::your_first_pallet::pallet_v2::tests::runtime_v2::AllPalletsWithoutSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::pezkuwi_sdk::frame_runtime::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_origin::runtime_for_external_origin::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_runtime_types::runtime_with_specific_runtime_call::AllPalletsWithoutSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithSystem","pezkuwi_sdk_docs::reference_docs::frame_pallet_coupling::runtime::AllPalletsWithoutSystem"]]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[422885]} \ No newline at end of file diff --git a/web/public/sdk_docs/type.impl/std/primitive.u128.js b/web/public/sdk_docs/type.impl/std/primitive.u128.js new file mode 100644 index 00000000..b0f926cd --- /dev/null +++ b/web/public/sdk_docs/type.impl/std/primitive.u128.js @@ -0,0 +1,9 @@ +(function() { + var type_impls = Object.fromEntries([["pezkuwi_sdk_docs",[]]]); + if (window.register_type_impls) { + window.register_type_impls(type_impls); + } else { + window.pending_type_impls = type_impls; + } +})() +//{"start":55,"fragment_lengths":[23]} \ No newline at end of file diff --git a/web/src/App.tsx b/web/src/App.tsx index 62ac1368..e78c66bc 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -44,7 +44,6 @@ const CreatePresale = lazy(() => import('./pages/launchpad/CreatePresale')); const NotFound = lazy(() => import('@/pages/NotFound')); const Explorer = lazy(() => import('@/pages/Explorer')); const Docs = lazy(() => import('@/pages/Docs')); -const Wallet = lazy(() => import('@/pages/Wallet')); const Api = lazy(() => import('@/pages/Api')); const Faucet = lazy(() => import('@/pages/Faucet')); const Developers = lazy(() => import('@/pages/Developers')); @@ -114,7 +113,7 @@ function App() { } /> } /> } /> - } /> + } /> } /> } /> } /> diff --git a/web/src/pages/Wallet.tsx b/web/src/pages/Wallet.tsx deleted file mode 100644 index 7539862d..00000000 --- a/web/src/pages/Wallet.tsx +++ /dev/null @@ -1,110 +0,0 @@ -import React from 'react'; -import Layout from '@/components/Layout'; -import { ArrowUpRight, ArrowDownLeft, Send, QrCode } from 'lucide-react'; - -const Wallet: React.FC = () => { - const isConnected = false; // Mock connection status - - return ( - -
-
-

Web Wallet

- {!isConnected && ( - - )} -
- -
-

My Balance

-
-
- HEZ -
-

HEZ

-

1,234.56

-
-
-
- PEZ -
-

PEZ

-

5,000.00

-
-
-
- wHEZ -
-

wHEZ

-

100.00

-
-
-
-
- - -
-
- -
-

Transaction History

-
-
-
-
- -
-
-

Sent HEZ

-

To: 5FHne...w1s

-
-
-
-

-10.00 HEZ

-

3 hours ago

-
-
-
-
-
- -
-
-

Received PEZ

-

From: 5Grwva...c1s

-
-
-
-

+50.00 PEZ

-

1 day ago

-
-
-
-
-
- -
-
-

Sent wHEZ

-

To: 5E5s3...e3s

-
-
-
-

-5.00 wHEZ

-

2 days ago

-
-
-
-
-
-
- ); -}; - -export default Wallet; diff --git a/web/src/pages/WalletDashboard.tsx b/web/src/pages/WalletDashboard.tsx index d107da03..ff870aeb 100644 --- a/web/src/pages/WalletDashboard.tsx +++ b/web/src/pages/WalletDashboard.tsx @@ -54,11 +54,11 @@ const WalletDashboard: React.FC = () => { try { const ts = await api.query.timestamp.now.at(blockHash); timestamp = ts.toNumber(); - } catch { + } catch (error) { timestamp = Date.now(); } - block.block.extrinsics.forEach((extrinsic, /*index*/) => { + block.block.extrinsics.forEach((extrinsic, index) => { if (!extrinsic.isSigned) return; const { method, signer } = extrinsic; @@ -148,7 +148,7 @@ const WalletDashboard: React.FC = () => { // Parse DEX operations else if (method.section === 'dex') { if (method.method === 'swap') { - const [/*path*/, amountIn] = method.args; + const [path, amountIn] = method.args; txList.push({ blockNumber, extrinsicIndex: index, @@ -189,14 +189,14 @@ const WalletDashboard: React.FC = () => { }); } }); - } catch { + } catch (blockError) { // Continue to next block } } setRecentTransactions(txList); - } catch { - if (import.meta.env.DEV) console.error('Failed to fetch recent transactions:', error); + } catch (error) { + console.error('Failed to fetch recent transactions:', error); } finally { setIsLoadingRecent(false); } @@ -206,7 +206,6 @@ const WalletDashboard: React.FC = () => { if (selectedAccount && api && isApiReady) { fetchRecentTransactions(); } - // eslint-disable-next-line react-hooks/exhaustive-deps }, [selectedAccount, api, isApiReady]); const formatAmount = (amount: string, decimals: number = 12) => { @@ -214,13 +213,11 @@ const WalletDashboard: React.FC = () => { return value.toFixed(4); }; - /* const formatTimestamp = (timestamp?: number) => { if (!timestamp) return 'Unknown'; const date = new Date(timestamp); return date.toLocaleString(); }; - */ const isIncoming = (tx: Transaction) => { return tx.to === selectedAccount?.address; @@ -318,7 +315,7 @@ const WalletDashboard: React.FC = () => { ) : (
- {recentTransactions.map((tx, /*index*/) => ( + {recentTransactions.map((tx, index) => (